@kickstartds/ds-agency-premium 1.6.71--canary.1948.6cfa581.0 → 1.6.71--canary.45.1950.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 (197) hide show
  1. package/dist/{BlogOverviewProps-9f207f1c.d.ts → BlogOverviewProps-21d04028.d.ts} +1 -1
  2. package/dist/{BlogPostProps-6b3cff22.d.ts → BlogPostProps-c760fd2a.d.ts} +1 -1
  3. package/dist/{PageProps-aa29c554.d.ts → PageProps-21d04028.d.ts} +1 -1
  4. package/dist/{SectionProps-2fd5dbde.d.ts → SectionProps-00ddee3a.d.ts} +2 -2
  5. package/dist/SliderProps-789f8508.d.ts +1 -1
  6. package/dist/{StatProps-12a3eae0.d.ts → StatProps-79109ad0.d.ts} +1 -1
  7. package/dist/StatsProps-bf5ef578.d.ts +1 -1
  8. package/dist/components/blog-aside/blog-aside.schema.dereffed.json +0 -6
  9. package/dist/components/blog-aside/index.js +6 -1
  10. package/dist/components/blog-author/blog-author.schema.dereffed.json +0 -3
  11. package/dist/components/blog-author/index.js +10 -1
  12. package/dist/components/blog-head/blog-head.schema.dereffed.json +0 -6
  13. package/dist/components/blog-head/index.js +6 -1
  14. package/dist/components/blog-overview/blog-overview.schema.dereffed.json +31 -157
  15. package/dist/components/blog-overview/blog-overview.schema.json +2 -2
  16. package/dist/components/blog-overview/index.d.ts +1 -1
  17. package/dist/components/blog-overview/index.js +1 -0
  18. package/dist/components/blog-post/blog-post.schema.dereffed.json +31 -151
  19. package/dist/components/blog-post/blog-post.schema.json +2 -2
  20. package/dist/components/blog-post/index.d.ts +1 -1
  21. package/dist/components/blog-post/index.js +1 -0
  22. package/dist/components/blog-tag/blog-tag.schema.dereffed.json +0 -3
  23. package/dist/components/blog-teaser/blog-teaser.schema.dereffed.json +0 -6
  24. package/dist/components/blog-teaser/index.js +10 -1
  25. package/dist/components/breadcrumb/breadcrumb.schema.dereffed.json +0 -3
  26. package/dist/components/business-card/business-card.schema.dereffed.json +0 -3
  27. package/dist/components/button/button.css +2 -2
  28. package/dist/components/button/button.schema.dereffed.json +0 -3
  29. package/dist/components/button-group/button-group.schema.dereffed.json +2 -8
  30. package/dist/components/button-group/index.d.ts +3 -3
  31. package/dist/components/contact/contact.schema.dereffed.json +0 -3
  32. package/dist/components/contact/index.js +10 -1
  33. package/dist/components/content-nav/content-nav.schema.dereffed.json +0 -3
  34. package/dist/components/cta/cta.schema.dereffed.json +0 -3
  35. package/dist/components/cta/index.js +19 -1
  36. package/dist/components/divider/divider.schema.dereffed.json +0 -3
  37. package/dist/components/divider/index.js +6 -1
  38. package/dist/components/downloads/downloads.schema.dereffed.json +0 -3
  39. package/dist/components/event-appointment/event-appointment.schema.dereffed.json +0 -3
  40. package/dist/components/event-detail/event-detail.schema.dereffed.json +0 -9
  41. package/dist/components/event-detail/index.js +1 -0
  42. package/dist/components/event-filter/event-filter.schema.dereffed.json +0 -3
  43. package/dist/components/event-header/event-header.schema.dereffed.json +0 -3
  44. package/dist/components/event-header/index.js +1 -0
  45. package/dist/components/event-latest/event-latest.schema.dereffed.json +0 -6
  46. package/dist/components/event-latest-teaser/event-latest-teaser.schema.dereffed.json +0 -3
  47. package/dist/components/event-list/event-list.schema.dereffed.json +0 -9
  48. package/dist/components/event-list/index.js +1 -0
  49. package/dist/components/event-list-teaser/event-list-teaser.schema.dereffed.json +0 -3
  50. package/dist/components/event-location/event-location.schema.dereffed.json +0 -6
  51. package/dist/components/event-login/event-login.schema.dereffed.json +0 -3
  52. package/dist/components/event-registration/event-registration.schema.dereffed.json +0 -3
  53. package/dist/components/faq/faq.schema.dereffed.json +0 -3
  54. package/dist/components/faq/index.js +6 -1
  55. package/dist/components/feature/feature.schema.dereffed.json +0 -3
  56. package/dist/components/feature/index.js +15 -2
  57. package/dist/components/features/features.css +25 -7
  58. package/dist/components/features/features.schema.dereffed.json +0 -3
  59. package/dist/components/features/index.js +13 -1
  60. package/dist/components/footer/footer.css +3 -3
  61. package/dist/components/footer/footer.schema.dereffed.json +12 -23
  62. package/dist/components/footer/index.js +11 -1
  63. package/dist/components/gallery/gallery.schema.dereffed.json +0 -3
  64. package/dist/components/gallery/index.js +9 -1
  65. package/dist/components/header/header.schema.dereffed.json +12 -23
  66. package/dist/components/header/index.js +13 -1
  67. package/dist/components/headline/headline.css +2 -44
  68. package/dist/components/headline/headline.schema.dereffed.json +0 -3
  69. package/dist/components/hero/hero.css +0 -22
  70. package/dist/components/hero/hero.schema.dereffed.json +1 -4
  71. package/dist/components/hero/hero.schema.json +1 -1
  72. package/dist/components/hero/index.js +17 -1
  73. package/dist/components/html/html.schema.dereffed.json +0 -3
  74. package/dist/components/html/index.js +8 -1
  75. package/dist/components/image-story/image-story.schema.dereffed.json +0 -6
  76. package/dist/components/image-story/index.d.ts +1 -1
  77. package/dist/components/image-story/index.js +14 -1
  78. package/dist/components/image-text/image-text.schema.dereffed.json +0 -3
  79. package/dist/components/image-text/index.js +7 -1
  80. package/dist/components/index/index.d.ts +3 -3
  81. package/dist/components/logo/index.js +6 -1
  82. package/dist/components/logo/logo.schema.dereffed.json +0 -3
  83. package/dist/components/logos/index.js +12 -1
  84. package/dist/components/logos/logos.schema.dereffed.json +0 -3
  85. package/dist/components/mosaic/index.js +8 -1
  86. package/dist/components/mosaic/mosaic.schema.dereffed.json +0 -6
  87. package/dist/components/nav-dropdown/nav-dropdown.css +3 -3
  88. package/dist/components/nav-dropdown/nav-dropdown.schema.dereffed.json +0 -3
  89. package/dist/components/nav-flyout/index.js +7 -1
  90. package/dist/components/nav-flyout/nav-flyout.schema.dereffed.json +12 -26
  91. package/dist/components/nav-main/index.js +11 -1
  92. package/dist/components/nav-main/nav-main.schema.dereffed.json +12 -26
  93. package/dist/components/nav-main/nav-main.schema.json +12 -20
  94. package/dist/components/nav-topbar/index.js +7 -1
  95. package/dist/components/nav-topbar/nav-topbar.css +3 -3
  96. package/dist/components/nav-topbar/nav-topbar.schema.dereffed.json +12 -23
  97. package/dist/components/page/index.d.ts +1 -1
  98. package/dist/components/page/page.schema.dereffed.json +31 -136
  99. package/dist/components/page/page.schema.json +2 -2
  100. package/dist/components/page-wrapper/index.js +1 -6
  101. package/dist/components/page-wrapper/tokens.css +251 -251
  102. package/dist/components/pagination/pagination.schema.dereffed.json +0 -3
  103. package/dist/components/presets.json +70 -86
  104. package/dist/components/providers/index.js +1 -0
  105. package/dist/components/search/index.js +1 -0
  106. package/dist/components/search/search.schema.dereffed.json +0 -9
  107. package/dist/components/search-bar/search-bar.schema.dereffed.json +0 -3
  108. package/dist/components/search-filter/search-filter.schema.dereffed.json +0 -3
  109. package/dist/components/search-result/search-result.schema.dereffed.json +0 -3
  110. package/dist/components/section/index.d.ts +1 -1
  111. package/dist/components/section/index.js +28 -4
  112. package/dist/components/section/section.css +19 -60
  113. package/dist/components/section/section.schema.dereffed.json +26 -125
  114. package/dist/components/section/section.schema.json +2 -2
  115. package/dist/components/seo/seo.schema.dereffed.json +4 -7
  116. package/dist/components/seo/seo.schema.json +4 -3
  117. package/dist/components/settings/settings.schema.dereffed.json +29 -57
  118. package/dist/components/settings/settings.schema.json +2 -2
  119. package/dist/components/slider/index.js +1 -1
  120. package/dist/components/slider/slider.schema.dereffed.json +16 -51
  121. package/dist/components/slider/slider.schema.json +1 -1
  122. package/dist/components/split-even/index.d.ts +1 -1
  123. package/dist/components/split-even/split-even.schema.dereffed.json +48 -233
  124. package/dist/components/split-weighted/index.d.ts +1 -1
  125. package/dist/components/split-weighted/split-weighted.schema.dereffed.json +48 -233
  126. package/dist/components/stat/index.d.ts +1 -1
  127. package/dist/components/stat/index.js +16 -4
  128. package/dist/components/stat/stat.schema.dereffed.json +6 -8
  129. package/dist/components/stat/stat.schema.json +2 -2
  130. package/dist/components/stats/index.js +6 -1
  131. package/dist/components/stats/stats.css +4 -4
  132. package/dist/components/stats/stats.schema.dereffed.json +6 -11
  133. package/dist/components/teaser-card/index.js +11 -1
  134. package/dist/components/teaser-card/teaser-card.css +13 -9
  135. package/dist/components/teaser-card/teaser-card.schema.dereffed.json +0 -3
  136. package/dist/components/testimonial/index.js +7 -1
  137. package/dist/components/testimonial/testimonial.schema.dereffed.json +0 -3
  138. package/dist/components/testimonials/index.js +8 -1
  139. package/dist/components/testimonials/testimonials.schema.dereffed.json +0 -3
  140. package/dist/components/text/index.js +8 -1
  141. package/dist/components/text/text.schema.dereffed.json +0 -3
  142. package/dist/components/tile/tile.schema.dereffed.json +0 -3
  143. package/dist/components/video-curtain/index.js +11 -1
  144. package/dist/components/video-curtain/video-curtain.schema.dereffed.json +1 -4
  145. package/dist/components/video-curtain/video-curtain.schema.json +1 -1
  146. package/dist/global.css +2 -2
  147. package/dist/helpers-12f48df8.d.ts +6 -0
  148. package/dist/helpers-12f48df8.js +40 -0
  149. package/dist/static/favicon/android-chrome-192x192.png +0 -0
  150. package/dist/static/favicon/android-chrome-512x512.png +0 -0
  151. package/dist/static/favicon/apple-touch-icon.png +0 -0
  152. package/dist/static/favicon/browserconfig.xml +9 -0
  153. package/dist/static/favicon/favicon-16x16.png +0 -0
  154. package/dist/static/favicon/favicon-192-192.png +20 -0
  155. package/dist/static/favicon/favicon-32x32.png +0 -0
  156. package/dist/static/favicon/favicon.ico +0 -0
  157. package/dist/static/favicon/mstile-144x144.png +0 -0
  158. package/dist/static/favicon/mstile-150x150.png +0 -0
  159. package/dist/static/favicon/mstile-310x150.png +0 -0
  160. package/dist/static/favicon/mstile-310x310.png +0 -0
  161. package/dist/static/favicon/mstile-70x70.png +0 -0
  162. package/dist/static/favicon/safari-pinned-tab.svg +30 -0
  163. package/dist/static/favicon/site.webmanifest +19 -1
  164. package/dist/static/logo-inverted.svg +12 -27
  165. package/dist/static/logo.svg +12 -27
  166. package/dist/tokens/IconSprite.js +0 -6
  167. package/dist/tokens/icon-sprite.html +0 -2
  168. package/dist/tokens/themes.css +4 -4
  169. package/dist/tokens/tokens.css +251 -251
  170. package/dist/tokens/tokens.js +376 -377
  171. package/package.json +6 -4
  172. package/dist/static/guenther/brands/cadillac.png +0 -0
  173. package/dist/static/guenther/brands/corvette.png +0 -0
  174. package/dist/static/guenther/brands/infiniti.png +0 -0
  175. package/dist/static/guenther/brands/isuzu.png +0 -0
  176. package/dist/static/guenther/brands/kia.png +0 -0
  177. package/dist/static/guenther/brands/maserati.png +0 -0
  178. package/dist/static/guenther/brands/micro.png +0 -0
  179. package/dist/static/guenther/brands/msg.png +0 -0
  180. package/dist/static/guenther/brands/nissan.png +0 -0
  181. package/dist/static/guenther/brands/saab.png +0 -0
  182. package/dist/static/guenther/brands/subaru.png +0 -0
  183. package/dist/static/guenther/car-1.webp +0 -0
  184. package/dist/static/guenther/car-2.webp +0 -0
  185. package/dist/static/guenther/car-cutout-1.avif +0 -0
  186. package/dist/static/guenther/car-cutout-2.avif +0 -0
  187. package/dist/static/guenther/car-cutout-3.png +0 -0
  188. package/dist/static/guenther/car-red.png +0 -0
  189. package/dist/static/guenther/car-store.png +0 -0
  190. package/dist/static/guenther/car-yellow.webp +0 -0
  191. package/dist/static/guenther/contact.jpg +0 -0
  192. package/dist/static/guenther/header-2.png +0 -0
  193. package/dist/static/guenther/header.jpg +0 -0
  194. package/dist/static/guenther/header.png +0 -0
  195. package/dist/static/guenther/kia-header.webp +0 -0
  196. package/dist/static/guenther/visual.png +0 -0
  197. /package/dist/{ImageStoryProps-e853e1e7.d.ts → ImageStoryProps-00ddee3a.d.ts} +0 -0
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "http://json-schema.org/draft-07/schema#",
3
- "$id": "http://schema.mydesignsystem.com/cms/blog-overview.schema.json",
3
+ "$id": "http://cms.mydesignsystem.com/blog-overview.schema.json",
4
4
  "title": "Blog Overview",
5
5
  "description": "Abstracts a blog overview concept into JSON schema",
6
6
  "type": "object",
@@ -39,9 +39,7 @@
39
39
  "enum": [
40
40
  "default",
41
41
  "framed",
42
- "shine-left",
43
- "shine-right",
44
- "carbon"
42
+ "deko"
45
43
  ],
46
44
  "default": "default"
47
45
  },
@@ -67,7 +65,7 @@
67
65
  "to-bold",
68
66
  "to-inverted"
69
67
  ],
70
- "default": "default"
68
+ "default": "to-default"
71
69
  },
72
70
  "backgroundImage": {
73
71
  "title": "Background image",
@@ -417,9 +415,6 @@
417
415
  "description": "Toggle padding of the content",
418
416
  "type": "boolean",
419
417
  "default": false
420
- },
421
- "type": {
422
- "const": "cta"
423
418
  }
424
419
  },
425
420
  "additionalProperties": false
@@ -450,9 +445,6 @@
450
445
  "title": "`ks-component` attribute",
451
446
  "description": "Optional custom component identifier",
452
447
  "type": "string"
453
- },
454
- "type": {
455
- "const": "divider"
456
448
  }
457
449
  },
458
450
  "additionalProperties": false
@@ -497,9 +489,6 @@
497
489
  ]
498
490
  },
499
491
  "minItems": 1
500
- },
501
- "type": {
502
- "const": "faq"
503
492
  }
504
493
  },
505
494
  "additionalProperties": false,
@@ -628,9 +617,6 @@
628
617
  },
629
618
  "minItems": 1,
630
619
  "maxItems": 8
631
- },
632
- "type": {
633
- "const": "features"
634
620
  }
635
621
  },
636
622
  "additionalProperties": false
@@ -712,9 +698,6 @@
712
698
  "title": "Lightbox",
713
699
  "description": "Display images in a lightbox gallery",
714
700
  "default": false
715
- },
716
- "type": {
717
- "const": "gallery"
718
701
  }
719
702
  },
720
703
  "additionalProperties": false,
@@ -899,10 +882,7 @@
899
882
  "bottom"
900
883
  ],
901
884
  "type": "string",
902
- "default": "bottom"
903
- },
904
- "type": {
905
- "const": "hero"
885
+ "default": "below"
906
886
  }
907
887
  },
908
888
  "additionalProperties": false
@@ -961,9 +941,6 @@
961
941
  "title": "`ks-component` attribute",
962
942
  "description": "Optional custom component identifier",
963
943
  "type": "string"
964
- },
965
- "type": {
966
- "const": "html"
967
944
  }
968
945
  },
969
946
  "additionalProperties": false
@@ -1078,9 +1055,6 @@
1078
1055
  "title": "Disabled?",
1079
1056
  "description": "Whether the button should be disabled",
1080
1057
  "default": false
1081
- },
1082
- "type": {
1083
- "const": "button"
1084
1058
  }
1085
1059
  },
1086
1060
  "additionalProperties": false,
@@ -1140,9 +1114,6 @@
1140
1114
  ],
1141
1115
  "type": "string",
1142
1116
  "default": "left"
1143
- },
1144
- "type": {
1145
- "const": "image-story"
1146
1117
  }
1147
1118
  },
1148
1119
  "additionalProperties": false
@@ -1205,9 +1176,6 @@
1205
1176
  "examples": [
1206
1177
  "above"
1207
1178
  ]
1208
- },
1209
- "type": {
1210
- "const": "image-text"
1211
1179
  }
1212
1180
  },
1213
1181
  "required": [
@@ -1341,9 +1309,6 @@
1341
1309
  "link",
1342
1310
  "label"
1343
1311
  ]
1344
- },
1345
- "type": {
1346
- "const": "logos"
1347
1312
  }
1348
1313
  },
1349
1314
  "additionalProperties": false,
@@ -1471,9 +1436,6 @@
1471
1436
  "description": "Overwrite the color to use for the text content",
1472
1437
  "type": "string",
1473
1438
  "format": "color"
1474
- },
1475
- "type": {
1476
- "const": "tile"
1477
1439
  }
1478
1440
  },
1479
1441
  "additionalProperties": false,
@@ -1484,9 +1446,6 @@
1484
1446
  },
1485
1447
  "minItems": 1,
1486
1448
  "maxItems": 20
1487
- },
1488
- "type": {
1489
- "const": "mosaic"
1490
1449
  }
1491
1450
  },
1492
1451
  "additionalProperties": false
@@ -1535,8 +1494,15 @@
1535
1494
  true
1536
1495
  ]
1537
1496
  },
1538
- "type": {
1539
- "const": "slider"
1497
+ "variant": {
1498
+ "title": "Type",
1499
+ "description": "Type of the movement",
1500
+ "type": "string",
1501
+ "enum": [
1502
+ "slider",
1503
+ "carousel"
1504
+ ],
1505
+ "default": "carousel"
1540
1506
  },
1541
1507
  "className": {
1542
1508
  "title": "Class",
@@ -1715,9 +1681,6 @@
1715
1681
  "description": "Toggle padding of the content",
1716
1682
  "type": "boolean",
1717
1683
  "default": false
1718
- },
1719
- "type": {
1720
- "const": "cta"
1721
1684
  }
1722
1685
  },
1723
1686
  "additionalProperties": false
@@ -1843,9 +1806,6 @@
1843
1806
  },
1844
1807
  "minItems": 1,
1845
1808
  "maxItems": 8
1846
- },
1847
- "type": {
1848
- "const": "features"
1849
1809
  }
1850
1810
  },
1851
1811
  "additionalProperties": false
@@ -1927,9 +1887,6 @@
1927
1887
  "title": "Lightbox",
1928
1888
  "description": "Display images in a lightbox gallery",
1929
1889
  "default": false
1930
- },
1931
- "type": {
1932
- "const": "gallery"
1933
1890
  }
1934
1891
  },
1935
1892
  "additionalProperties": false,
@@ -2114,10 +2071,7 @@
2114
2071
  "bottom"
2115
2072
  ],
2116
2073
  "type": "string",
2117
- "default": "bottom"
2118
- },
2119
- "type": {
2120
- "const": "hero"
2074
+ "default": "below"
2121
2075
  }
2122
2076
  },
2123
2077
  "additionalProperties": false
@@ -2180,9 +2134,6 @@
2180
2134
  "examples": [
2181
2135
  "above"
2182
2136
  ]
2183
- },
2184
- "type": {
2185
- "const": "image-text"
2186
2137
  }
2187
2138
  },
2188
2139
  "required": [
@@ -2316,9 +2267,6 @@
2316
2267
  "link",
2317
2268
  "label"
2318
2269
  ]
2319
- },
2320
- "type": {
2321
- "const": "logos"
2322
2270
  }
2323
2271
  },
2324
2272
  "additionalProperties": false,
@@ -2347,12 +2295,13 @@
2347
2295
  "number": {
2348
2296
  "title": "Number",
2349
2297
  "description": "The number of the stat",
2350
- "type": "integer",
2298
+ "type": "string",
2351
2299
  "examples": [
2352
- 1,
2353
- 2,
2354
- 3,
2355
- 4
2300
+ "1",
2301
+ "5x",
2302
+ "2",
2303
+ "40%",
2304
+ "bis zu 100"
2356
2305
  ]
2357
2306
  },
2358
2307
  "description": {
@@ -2383,9 +2332,6 @@
2383
2332
  "home",
2384
2333
  "map"
2385
2334
  ]
2386
- },
2387
- "type": {
2388
- "const": "stat"
2389
2335
  }
2390
2336
  },
2391
2337
  "additionalProperties": false,
@@ -2414,9 +2360,6 @@
2414
2360
  },
2415
2361
  "minItems": 1,
2416
2362
  "maxItems": 4
2417
- },
2418
- "type": {
2419
- "const": "stats"
2420
2363
  }
2421
2364
  },
2422
2365
  "additionalProperties": false,
@@ -2505,9 +2448,6 @@
2505
2448
  ],
2506
2449
  "description": "Aspect ratio of the image",
2507
2450
  "default": "wide"
2508
- },
2509
- "type": {
2510
- "const": "teaser-card"
2511
2451
  }
2512
2452
  },
2513
2453
  "additionalProperties": false,
@@ -2611,9 +2551,6 @@
2611
2551
  "image"
2612
2552
  ]
2613
2553
  }
2614
- },
2615
- "type": {
2616
- "const": "testimonials"
2617
2554
  }
2618
2555
  },
2619
2556
  "additionalProperties": false
@@ -2659,9 +2596,6 @@
2659
2596
  "title": "Highlight Text",
2660
2597
  "description": "Visually highlight the text",
2661
2598
  "default": false
2662
- },
2663
- "type": {
2664
- "const": "text"
2665
2599
  }
2666
2600
  },
2667
2601
  "additionalProperties": false,
@@ -2671,16 +2605,6 @@
2671
2605
  }
2672
2606
  ]
2673
2607
  }
2674
- },
2675
- "typeProp": {
2676
- "title": "Type",
2677
- "description": "Type of the movement",
2678
- "type": "string",
2679
- "enum": [
2680
- "slider",
2681
- "carousel"
2682
- ],
2683
- "default": "carousel"
2684
2608
  }
2685
2609
  },
2686
2610
  "additionalProperties": false
@@ -2706,12 +2630,13 @@
2706
2630
  "number": {
2707
2631
  "title": "Number",
2708
2632
  "description": "The number of the stat",
2709
- "type": "integer",
2633
+ "type": "string",
2710
2634
  "examples": [
2711
- 1,
2712
- 2,
2713
- 3,
2714
- 4
2635
+ "1",
2636
+ "5x",
2637
+ "2",
2638
+ "40%",
2639
+ "bis zu 100"
2715
2640
  ]
2716
2641
  },
2717
2642
  "description": {
@@ -2742,9 +2667,6 @@
2742
2667
  "home",
2743
2668
  "map"
2744
2669
  ]
2745
- },
2746
- "type": {
2747
- "const": "stat"
2748
2670
  }
2749
2671
  },
2750
2672
  "additionalProperties": false,
@@ -2773,9 +2695,6 @@
2773
2695
  },
2774
2696
  "minItems": 1,
2775
2697
  "maxItems": 4
2776
- },
2777
- "type": {
2778
- "const": "stats"
2779
2698
  }
2780
2699
  },
2781
2700
  "additionalProperties": false,
@@ -2864,9 +2783,6 @@
2864
2783
  ],
2865
2784
  "description": "Aspect ratio of the image",
2866
2785
  "default": "wide"
2867
- },
2868
- "type": {
2869
- "const": "teaser-card"
2870
2786
  }
2871
2787
  },
2872
2788
  "additionalProperties": false,
@@ -2970,9 +2886,6 @@
2970
2886
  "image"
2971
2887
  ]
2972
2888
  }
2973
- },
2974
- "type": {
2975
- "const": "testimonials"
2976
2889
  }
2977
2890
  },
2978
2891
  "additionalProperties": false
@@ -3018,9 +2931,6 @@
3018
2931
  "title": "Highlight Text",
3019
2932
  "description": "Visually highlight the text",
3020
2933
  "default": false
3021
- },
3022
- "type": {
3023
- "const": "text"
3024
2934
  }
3025
2935
  },
3026
2936
  "additionalProperties": false,
@@ -3149,10 +3059,7 @@
3149
3059
  "corner"
3150
3060
  ],
3151
3061
  "type": "string",
3152
- "default": "bottom"
3153
- },
3154
- "type": {
3155
- "const": "video-curtain"
3062
+ "default": "center"
3156
3063
  }
3157
3064
  },
3158
3065
  "additionalProperties": false
@@ -3218,9 +3125,6 @@
3218
3125
  "title": "Disabled?",
3219
3126
  "description": "Whether the button should be disabled",
3220
3127
  "default": false
3221
- },
3222
- "type": {
3223
- "const": "button"
3224
3128
  }
3225
3129
  },
3226
3130
  "additionalProperties": false,
@@ -3228,9 +3132,6 @@
3228
3132
  "label"
3229
3133
  ]
3230
3134
  }
3231
- },
3232
- "type": {
3233
- "const": "section"
3234
3135
  }
3235
3136
  },
3236
3137
  "additionalProperties": false,
@@ -3274,9 +3175,6 @@
3274
3175
  "title": "Entry",
3275
3176
  "description": "Name of the tag entry",
3276
3177
  "type": "string"
3277
- },
3278
- "type": {
3279
- "const": "blog-tag"
3280
3178
  }
3281
3179
  },
3282
3180
  "additionalProperties": false,
@@ -3395,9 +3293,6 @@
3395
3293
  },
3396
3294
  "className": {
3397
3295
  "type": "string"
3398
- },
3399
- "type": {
3400
- "const": "blog-teaser"
3401
3296
  }
3402
3297
  },
3403
3298
  "additionalProperties": false,
@@ -3447,9 +3342,6 @@
3447
3342
  "title": "Entry",
3448
3343
  "description": "Name of the tag entry",
3449
3344
  "type": "string"
3450
- },
3451
- "type": {
3452
- "const": "blog-tag"
3453
3345
  }
3454
3346
  },
3455
3347
  "additionalProperties": false,
@@ -3568,9 +3460,6 @@
3568
3460
  },
3569
3461
  "className": {
3570
3462
  "type": "string"
3571
- },
3572
- "type": {
3573
- "const": "blog-teaser"
3574
3463
  }
3575
3464
  },
3576
3465
  "additionalProperties": false,
@@ -3621,9 +3510,6 @@
3621
3510
  "title": "Entry",
3622
3511
  "description": "Name of the tag entry",
3623
3512
  "type": "string"
3624
- },
3625
- "type": {
3626
- "const": "blog-tag"
3627
3513
  }
3628
3514
  },
3629
3515
  "additionalProperties": false,
@@ -3742,9 +3628,6 @@
3742
3628
  },
3743
3629
  "className": {
3744
3630
  "type": "string"
3745
- },
3746
- "type": {
3747
- "const": "blog-teaser"
3748
3631
  }
3749
3632
  },
3750
3633
  "additionalProperties": false,
@@ -3920,22 +3803,16 @@
3920
3803
  "description": "Toggle padding of the content",
3921
3804
  "type": "boolean",
3922
3805
  "default": false
3923
- },
3924
- "type": {
3925
- "const": "cta"
3926
3806
  }
3927
3807
  },
3928
3808
  "additionalProperties": false
3929
3809
  },
3930
3810
  "seo": {
3931
3811
  "$schema": "http://json-schema.org/draft-07/schema#",
3932
- "$id": "http://schema.mydesignsystem.com/cms/seo.schema.json",
3812
+ "$id": "http://cms.mydesignsystem.com/seo.schema.json",
3933
3813
  "title": "Seo",
3934
3814
  "description": "Abstracts SEO settings for a website into JSON schema",
3935
3815
  "type": "object",
3936
- "required": [
3937
- "title"
3938
- ],
3939
3816
  "properties": {
3940
3817
  "title": {
3941
3818
  "type": "string",
@@ -3963,15 +3840,12 @@
3963
3840
  "title": "Card Preview Image",
3964
3841
  "description": "Card preview image (larger, e.g. Twitter) used for the page",
3965
3842
  "format": "image"
3966
- },
3967
- "type": {
3968
- "const": "seo"
3969
3843
  }
3970
3844
  },
3845
+ "required": [
3846
+ "title"
3847
+ ],
3971
3848
  "additionalProperties": false
3972
- },
3973
- "type": {
3974
- "const": "blog-overview"
3975
3849
  }
3976
3850
  },
3977
3851
  "additionalProperties": false
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "http://json-schema.org/draft-07/schema#",
3
- "$id": "http://schema.mydesignsystem.com/cms/blog-overview.schema.json",
3
+ "$id": "http://cms.mydesignsystem.com/blog-overview.schema.json",
4
4
  "title": "Blog Overview",
5
5
  "description": "Abstracts a blog overview concept into JSON schema",
6
6
  "type": "object",
@@ -55,7 +55,7 @@
55
55
  "$ref": "http://schema.mydesignsystem.com/cta.schema.json"
56
56
  },
57
57
  "seo": {
58
- "$ref": "http://schema.mydesignsystem.com/cms/seo.schema.json"
58
+ "$ref": "http://cms.mydesignsystem.com/seo.schema.json"
59
59
  }
60
60
  }
61
61
  }
@@ -1,4 +1,4 @@
1
- import { BlogOverviewProps } from "../../BlogOverviewProps-9f207f1c.js";
1
+ import { BlogOverviewProps } from "../../BlogOverviewProps-21d04028.js";
2
2
  import { FC, PropsWithChildren } from "react";
3
3
  declare const BlogOverview: FC<PropsWithChildren<BlogOverviewProps>>;
4
4
  export type { BlogOverviewProps };
@@ -9,6 +9,7 @@ import '@kickstartds/core/lib/react';
9
9
  import '@kickstartds/base/lib/section';
10
10
  import '../section/js/Section.client.js';
11
11
  import '@kickstartds/core/lib/component';
12
+ import '../../helpers-12f48df8.js';
12
13
  import '@kickstartds/blog/lib/post-teaser';
13
14
  import '@kickstartds/core/lib/container';
14
15
  import '@kickstartds/content/lib/storytelling';