@kickstartds/ds-agency-premium 1.6.71--canary.54.2407.0 → 1.6.71

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 (596) hide show
  1. package/dist/{BlogAsideProps-c760fd2a.d.ts → BlogAsideProps-d9decb7c.d.ts} +5 -5
  2. package/dist/{BlogAuthorProps-fb0241df.d.ts → BlogAuthorProps-88a11566.d.ts} +2 -7
  3. package/dist/BlogOverviewProps-9f207f1c.d.ts +2 -2
  4. package/dist/{BlogPostProps-c760fd2a.d.ts → BlogPostProps-6b3cff22.d.ts} +3 -3
  5. package/dist/{ButtonProps-4e2b2ecf.d.ts → ButtonProps-03ff6d21.d.ts} +4 -6
  6. package/dist/{CtaProps-789f8508.d.ts → CtaProps-93230a76.d.ts} +11 -16
  7. package/dist/{FaqProps-78384db5.d.ts → FaqProps-ad618cd5.d.ts} +12 -7
  8. package/dist/{FeaturesProps-d1a200e6.d.ts → FeaturesProps-e58616a5.d.ts} +4 -14
  9. package/dist/{FooterProps-a0a104ca.d.ts → FooterProps-171a3067.d.ts} +2 -2
  10. package/dist/{HeaderProps-72763967.d.ts → HeaderProps-e22382f1.d.ts} +2 -2
  11. package/dist/{HeroProps-fec6b267.d.ts → HeroProps-f704d270.d.ts} +5 -15
  12. package/dist/ImageStoryProps-e853e1e7.d.ts +1 -1
  13. package/dist/{LogosProps-d4677d2c.d.ts → LogosProps-f9474fe2.d.ts} +23 -1
  14. package/dist/MosaicProps-d52c7151.d.ts +4 -4
  15. package/dist/PageProps-aa29c554.d.ts +1 -1
  16. package/dist/{SectionProps-7cac90e5.d.ts → SectionProps-1cfcf6e8.d.ts} +13 -27
  17. package/dist/{SliderProps-789f8508.d.ts → SliderProps-93230a76.d.ts} +6 -6
  18. package/dist/{TeaserCardProps-d069476f.d.ts → TeaserCardProps-b9c28e78.d.ts} +4 -9
  19. package/dist/{VideoCurtainProps-a2c0cc7f.d.ts → VideoCurtainProps-6c625a69.d.ts} +5 -5
  20. package/dist/components/blog-aside/blog-aside.css +4 -4
  21. package/dist/components/blog-aside/blog-aside.schema.dereffed.json +14 -16
  22. package/dist/components/blog-aside/blog-aside.schema.json +4 -4
  23. package/dist/components/blog-aside/index.d.ts +1 -1
  24. package/dist/components/blog-aside/index.js +4 -9
  25. package/dist/components/blog-author/blog-author.schema.dereffed.json +7 -12
  26. package/dist/components/blog-author/index.d.ts +1 -1
  27. package/dist/components/blog-author/index.js +1 -10
  28. package/dist/components/blog-head/blog-head.schema.dereffed.json +6 -0
  29. package/dist/components/blog-head/index.js +1 -6
  30. package/dist/components/blog-overview/blog-overview.schema.dereffed.json +1603 -17146
  31. package/dist/components/blog-overview/blog-overview.schema.json +2 -2
  32. package/dist/components/blog-overview/index.js +0 -1
  33. package/dist/components/blog-post/blog-post.schema.dereffed.json +1607 -17164
  34. package/dist/components/blog-post/blog-post.schema.json +2 -2
  35. package/dist/components/blog-post/index.d.ts +1 -1
  36. package/dist/components/blog-post/index.js +2 -5
  37. package/dist/components/blog-tag/blog-tag.schema.dereffed.json +3 -0
  38. package/dist/components/blog-teaser/blog-teaser.css +2 -2
  39. package/dist/components/blog-teaser/blog-teaser.schema.dereffed.json +6 -0
  40. package/dist/components/blog-teaser/index.js +8 -15
  41. package/dist/components/button/button.css +5 -7
  42. package/dist/components/button/button.schema.dereffed.json +4 -10
  43. package/dist/components/button/button.schema.json +3 -8
  44. package/dist/components/button/index.d.ts +1 -1
  45. package/dist/components/button/index.js +9 -19
  46. package/dist/components/button-group/button-group.schema.dereffed.json +9 -12
  47. package/dist/components/button-group/index.d.ts +4 -4
  48. package/dist/components/button-group/index.js +2 -11
  49. package/dist/components/contact/contact.css +17 -11
  50. package/dist/components/contact/contact.schema.dereffed.json +8 -13
  51. package/dist/components/contact/contact.schema.json +5 -11
  52. package/dist/components/contact/index.d.ts +65 -1
  53. package/dist/components/contact/index.js +2 -11
  54. package/dist/components/cta/cta.css +71 -48
  55. package/dist/components/cta/cta.schema.dereffed.json +13 -21
  56. package/dist/components/cta/cta.schema.json +10 -17
  57. package/dist/components/cta/index.d.ts +1 -1
  58. package/dist/components/cta/index.js +27 -44
  59. package/dist/components/divider/divider.schema.dereffed.json +3 -0
  60. package/dist/components/divider/index.js +1 -6
  61. package/dist/components/faq/faq.css +1 -1
  62. package/dist/components/faq/faq.schema.dereffed.json +5 -2
  63. package/dist/components/faq/faq.schema.json +1 -2
  64. package/dist/components/faq/index.d.ts +7 -24
  65. package/dist/components/faq/index.js +2 -7
  66. package/dist/components/feature/feature.schema.dereffed.json +6 -19
  67. package/dist/components/feature/feature.schema.json +3 -17
  68. package/dist/components/feature/index.d.ts +3 -13
  69. package/dist/components/feature/index.js +4 -17
  70. package/dist/components/features/features.css +41 -28
  71. package/dist/components/features/features.schema.dereffed.json +6 -19
  72. package/dist/components/features/features.schema.json +2 -8
  73. package/dist/components/features/index.d.ts +1 -1
  74. package/dist/components/features/index.js +3 -15
  75. package/dist/components/footer/footer.css +3 -4
  76. package/dist/components/footer/footer.schema.dereffed.json +21 -117
  77. package/dist/components/footer/index.d.ts +1 -1
  78. package/dist/components/footer/index.js +2 -12
  79. package/dist/components/gallery/gallery.schema.dereffed.json +4 -2
  80. package/dist/components/gallery/gallery.schema.json +1 -2
  81. package/dist/components/gallery/index.js +2 -10
  82. package/dist/components/header/header.css +10 -53
  83. package/dist/components/header/header.schema.dereffed.json +21 -117
  84. package/dist/components/header/index.d.ts +1 -1
  85. package/dist/components/header/index.js +6 -18
  86. package/dist/components/headline/headline.css +41 -33
  87. package/dist/components/headline/headline.schema.dereffed.json +3 -0
  88. package/dist/components/headline/index.d.ts +53 -1
  89. package/dist/components/headline/index.js +4 -13
  90. package/dist/components/hero/hero.css +57 -161
  91. package/dist/components/hero/hero.schema.dereffed.json +8 -19
  92. package/dist/components/hero/hero.schema.json +4 -24
  93. package/dist/components/hero/index.d.ts +1 -1
  94. package/dist/components/hero/index.js +40 -66
  95. package/dist/components/html/html.schema.dereffed.json +3 -0
  96. package/dist/components/html/index.js +1 -8
  97. package/dist/components/image-story/image-story.css +6 -13
  98. package/dist/components/image-story/image-story.schema.dereffed.json +7 -10
  99. package/dist/components/image-story/index.js +1 -14
  100. package/dist/components/image-text/image-text.css +4 -4
  101. package/dist/components/image-text/image-text.schema.dereffed.json +3 -0
  102. package/dist/components/image-text/index.js +1 -7
  103. package/dist/components/index/index.d.ts +3 -4
  104. package/dist/components/logo/index.js +1 -6
  105. package/dist/components/logo/logo.schema.dereffed.json +3 -0
  106. package/dist/components/logos/index.d.ts +1 -1
  107. package/dist/components/logos/index.js +2 -13
  108. package/dist/components/logos/logos.css +2 -2
  109. package/dist/components/logos/logos.schema.dereffed.json +11 -7
  110. package/dist/components/logos/logos.schema.json +8 -7
  111. package/dist/components/mosaic/index.js +2 -9
  112. package/dist/components/mosaic/mosaic.css +7 -5
  113. package/dist/components/mosaic/mosaic.schema.dereffed.json +9 -3
  114. package/dist/components/nav-dropdown/index.d.ts +1 -1
  115. package/dist/components/nav-dropdown/index.js +2 -2
  116. package/dist/components/nav-dropdown/nav-dropdown.css +4 -13
  117. package/dist/components/nav-dropdown/nav-dropdown.schema.dereffed.json +4 -1
  118. package/dist/components/nav-flyout/index.d.ts +2 -2
  119. package/dist/components/nav-flyout/index.js +9 -13
  120. package/dist/components/nav-flyout/nav-flyout.css +15 -29
  121. package/dist/components/nav-flyout/nav-flyout.schema.dereffed.json +24 -117
  122. package/dist/components/nav-main/index.d.ts +5 -5
  123. package/dist/components/nav-main/index.js +3 -11
  124. package/dist/components/nav-main/nav-main.schema.dereffed.json +27 -120
  125. package/dist/components/nav-main/nav-main.schema.json +20 -119
  126. package/dist/components/nav-toggle/index.js +1 -1
  127. package/dist/components/nav-topbar/index.d.ts +2 -2
  128. package/dist/components/nav-topbar/index.js +3 -9
  129. package/dist/components/nav-topbar/nav-topbar.css +4 -17
  130. package/dist/components/nav-topbar/nav-topbar.schema.dereffed.json +21 -117
  131. package/dist/components/page/page.schema.dereffed.json +1576 -17129
  132. package/dist/components/page/page.schema.json +2 -2
  133. package/dist/components/page-wrapper/index.js +0 -51
  134. package/dist/components/page-wrapper/tokens.css +580 -546
  135. package/dist/components/presets.json +549 -2689
  136. package/dist/components/providers/index.js +0 -1
  137. package/dist/components/section/index.d.ts +1 -1
  138. package/dist/components/section/index.js +17 -39
  139. package/dist/components/section/section.css +58 -45
  140. package/dist/components/section/section.schema.dereffed.json +1556 -17115
  141. package/dist/components/section/section.schema.json +11 -37
  142. package/dist/components/seo/seo.schema.dereffed.json +7 -4
  143. package/dist/components/seo/seo.schema.json +3 -4
  144. package/dist/components/settings/settings.schema.dereffed.json +53 -239
  145. package/dist/components/settings/settings.schema.json +2 -2
  146. package/dist/components/slider/index.d.ts +2 -4
  147. package/dist/components/slider/index.js +3 -19
  148. package/dist/components/slider/slider.css +9 -14
  149. package/dist/components/slider/slider.schema.dereffed.json +76 -87
  150. package/dist/components/slider/slider.schema.json +1 -1
  151. package/dist/components/split/index.d.ts +14 -0
  152. package/dist/components/split/index.js +17 -0
  153. package/dist/components/split/split.css +53 -0
  154. package/dist/components/split/split.schema.dereffed.json +29 -0
  155. package/dist/components/split/split.schema.json +19 -0
  156. package/dist/components/stat/index.js +1 -4
  157. package/dist/components/stat/stat.schema.dereffed.json +3 -0
  158. package/dist/components/stats/index.js +1 -6
  159. package/dist/components/stats/stats.schema.dereffed.json +6 -0
  160. package/dist/components/teaser-card/index.d.ts +1 -1
  161. package/dist/components/teaser-card/index.js +10 -21
  162. package/dist/components/teaser-card/teaser-card.css +53 -104
  163. package/dist/components/teaser-card/teaser-card.schema.dereffed.json +7 -10
  164. package/dist/components/teaser-card/teaser-card.schema.json +4 -10
  165. package/dist/components/testimonial/index.js +1 -7
  166. package/dist/components/testimonial/testimonial.schema.dereffed.json +3 -0
  167. package/dist/components/testimonials/index.d.ts +1 -1
  168. package/dist/components/testimonials/index.js +1 -8
  169. package/dist/components/testimonials/testimonials.css +0 -4
  170. package/dist/components/testimonials/testimonials.schema.dereffed.json +3 -0
  171. package/dist/components/text/index.js +1 -8
  172. package/dist/components/text/text.css +2 -2
  173. package/dist/components/text/text.schema.dereffed.json +3 -0
  174. package/dist/components/tile/tile.schema.dereffed.json +6 -3
  175. package/dist/components/tile/tile.schema.json +2 -2
  176. package/dist/components/video-curtain/index.d.ts +1 -1
  177. package/dist/components/video-curtain/index.js +5 -23
  178. package/dist/components/video-curtain/video-curtain.css +31 -54
  179. package/dist/components/video-curtain/video-curtain.schema.dereffed.json +8 -7
  180. package/dist/components/video-curtain/video-curtain.schema.json +4 -4
  181. package/dist/global.css +98 -340
  182. package/dist/static/fonts/business/novelpro-regular.woff +0 -0
  183. package/dist/static/fonts/business/novelsanspro-bold.woff +0 -0
  184. package/dist/static/fonts/business/novelsanspro-regular.woff +0 -0
  185. package/dist/static/fonts/dsa/Fredoka-Bold.woff +0 -0
  186. package/dist/static/fonts/dsa/Fredoka-Bold.woff2 +0 -0
  187. package/dist/static/fonts/dsa/Fredoka-Light.woff +0 -0
  188. package/dist/static/fonts/dsa/Fredoka-Light.woff2 +0 -0
  189. package/dist/static/fonts/dsa/Fredoka-Medium.woff +0 -0
  190. package/dist/static/fonts/dsa/Fredoka-Medium.woff2 +0 -0
  191. package/dist/static/fonts/dsa/Fredoka-Regular.woff +0 -0
  192. package/dist/static/fonts/dsa/Fredoka-Regular.woff2 +0 -0
  193. package/dist/static/fonts/dsa/Fredoka-SemiBold.woff +0 -0
  194. package/dist/static/fonts/dsa/Fredoka-SemiBold.woff2 +0 -0
  195. package/dist/static/fonts/dsa/Mulish-300.woff +0 -0
  196. package/dist/static/fonts/dsa/Mulish-300.woff2 +0 -0
  197. package/dist/static/fonts/dsa/Mulish-600.woff +0 -0
  198. package/dist/static/fonts/dsa/Mulish-600.woff2 +0 -0
  199. package/dist/static/fonts/dsa/Mulish-800.woff +0 -0
  200. package/dist/static/fonts/dsa/Mulish-800.woff2 +0 -0
  201. package/dist/static/fonts/dsa/Mulish-Regular.woff +0 -0
  202. package/dist/static/fonts/dsa/Mulish-Regular.woff2 +0 -0
  203. package/dist/static/fonts/google/google-sans-18pt.woff2 +0 -0
  204. package/dist/static/fonts/google/google-sans-display.woff2 +0 -0
  205. package/dist/static/fonts/google/google-sans-text-medium.woff2 +0 -0
  206. package/dist/static/fonts/google/google-sans-text.woff2 +0 -0
  207. package/dist/static/fonts/telekom/teleneo-bold-woff-data.woff +0 -0
  208. package/dist/static/fonts/telekom/teleneo-extrabold-woff-data.woff +0 -0
  209. package/dist/static/fonts/telekom/teleneo-medium-woff-data.woff +0 -0
  210. package/dist/static/fonts/telekom/teleneo-thin-woff-data.woff +0 -0
  211. package/dist/static/img/logos/logoipsum-212.svg +12 -0
  212. package/dist/static/img/logos/logoipsum-217.svg +4 -0
  213. package/dist/static/img/logos/logoipsum-239.svg +16 -0
  214. package/dist/static/img/logos/logoipsum-244.svg +19 -0
  215. package/dist/static/img/logos/logoipsum-250.svg +21 -0
  216. package/dist/static/img/logos/logoipsum-286.svg +20 -0
  217. package/dist/static/img/people/author-alex.png +0 -0
  218. package/dist/static/img/people/author-emily.png +0 -0
  219. package/dist/static/img/people/author-john.png +0 -0
  220. package/dist/static/img/screenshots/blog-blog-aside--default.png +0 -0
  221. package/dist/static/img/screenshots/blog-blog-author--default.png +0 -0
  222. package/dist/static/img/screenshots/blog-blog-head--default.png +0 -0
  223. package/dist/static/img/screenshots/blog-blog-teaser--default.png +0 -0
  224. package/dist/static/img/screenshots/components-button--primary-button.png +0 -0
  225. package/dist/static/img/screenshots/components-button--primary-disabled-button.png +0 -0
  226. package/dist/static/img/screenshots/components-button--secondary-button.png +0 -0
  227. package/dist/static/img/screenshots/components-button--tertiary-button.png +0 -0
  228. package/dist/static/img/screenshots/components-contact--circular-avatar.png +0 -0
  229. package/dist/static/img/screenshots/components-contact--full-image-width.png +0 -0
  230. package/dist/static/img/screenshots/components-contact--vertical-image-with-paragraph.png +0 -0
  231. package/dist/static/img/screenshots/components-contact--wide-image.png +0 -0
  232. package/dist/static/img/screenshots/components-cta--align-bottom.png +0 -0
  233. package/dist/static/img/screenshots/components-cta--angled-image.png +0 -0
  234. package/dist/static/img/screenshots/components-cta--banner.png +0 -0
  235. package/dist/static/img/screenshots/components-cta--colored-banner.png +0 -0
  236. package/dist/static/img/screenshots/components-cta--contact-banner.png +0 -0
  237. package/dist/static/img/screenshots/components-cta--highlighted.png +0 -0
  238. package/dist/static/img/screenshots/components-cta--left-aligned.png +0 -0
  239. package/dist/static/img/screenshots/components-cta--product-advertisement.png +0 -0
  240. package/dist/static/img/screenshots/components-cta--split-banner.png +0 -0
  241. package/dist/static/img/screenshots/components-faq--dropdown-list.png +0 -0
  242. package/dist/static/img/screenshots/components-faq--single-dropdown.png +0 -0
  243. package/dist/static/img/screenshots/components-features--icon-beside-with-link-in-text.png +0 -0
  244. package/dist/static/img/screenshots/components-features--icon-centered.png +0 -0
  245. package/dist/static/img/screenshots/components-features--icon-intext-with-link.png +0 -0
  246. package/dist/static/img/screenshots/components-features--list-view.png +0 -0
  247. package/dist/static/img/screenshots/components-features--stack-with-button.png +0 -0
  248. package/dist/static/img/screenshots/components-gallery--free-aspect-ratio.png +0 -0
  249. package/dist/static/img/screenshots/components-gallery--large-landscape-tiles.png +0 -0
  250. package/dist/static/img/screenshots/components-gallery--small-squares-with-lightbox.png +0 -0
  251. package/dist/static/img/screenshots/components-gallery--stack-landscape.png +0 -0
  252. package/dist/static/img/screenshots/components-headline--h-1.png +0 -0
  253. package/dist/static/img/screenshots/components-headline--h-2.png +0 -0
  254. package/dist/static/img/screenshots/components-headline--h-3.png +0 -0
  255. package/dist/static/img/screenshots/components-headline--h-4.png +0 -0
  256. package/dist/static/img/screenshots/components-headline--order-swapped.png +0 -0
  257. package/dist/static/img/screenshots/components-headline--with-markdown.png +0 -0
  258. package/dist/static/img/screenshots/components-headline--with-subheadline.png +0 -0
  259. package/dist/static/img/screenshots/components-hero--text-below-image.png +0 -0
  260. package/dist/static/img/screenshots/components-hero--text-box-on-full-screen.png +0 -0
  261. package/dist/static/img/screenshots/components-hero--text-on-image-with-overlay.png +0 -0
  262. package/dist/static/img/screenshots/components-html--html.png +0 -0
  263. package/dist/static/img/screenshots/components-html--with-consent.png +0 -0
  264. package/dist/static/img/screenshots/components-html--with-script.png +0 -0
  265. package/dist/static/img/screenshots/components-image-story--sticky-image-next-to-scrolling-text.png +0 -0
  266. package/dist/static/img/screenshots/components-image-text--above-layout.png +0 -0
  267. package/dist/static/img/screenshots/components-image-text--beside-right-layout.png +0 -0
  268. package/dist/static/img/screenshots/components-logos--centered-with-button.png +0 -0
  269. package/dist/static/img/screenshots/components-logos--left-aligned-with-text-link.png +0 -0
  270. package/dist/static/img/screenshots/components-logos--logo-row.png +0 -0
  271. package/dist/static/img/screenshots/components-logos--logo-wall.png +0 -0
  272. package/dist/static/img/screenshots/components-mosaic--colorful-text-with-illustrations.png +0 -0
  273. package/dist/static/img/screenshots/components-mosaic--colorful-tiles.png +0 -0
  274. package/dist/static/img/screenshots/components-stats--count-up-with-description.png +0 -0
  275. package/dist/static/img/screenshots/components-stats--count-up-with-icons.png +0 -0
  276. package/dist/static/img/screenshots/components-teaser-card--page-navigation.png +0 -0
  277. package/dist/static/img/screenshots/components-teaser-card--product-tiles.png +0 -0
  278. package/dist/static/img/screenshots/components-teaser-card--showcase-preview.png +0 -0
  279. package/dist/static/img/screenshots/components-testimonials--alternating-layout.png +0 -0
  280. package/dist/static/img/screenshots/components-testimonials--list-layout.png +0 -0
  281. package/dist/static/img/screenshots/components-testimonials--simple.png +0 -0
  282. package/dist/static/img/screenshots/components-testimonials--slider-layout.png +0 -0
  283. package/dist/static/img/screenshots/components-testimonials--with-rating.png +0 -0
  284. package/dist/static/img/screenshots/components-testimonials--with-title.png +0 -0
  285. package/dist/static/img/screenshots/components-text--centered.png +0 -0
  286. package/dist/static/img/screenshots/components-text--highlight.png +0 -0
  287. package/dist/static/img/screenshots/components-text--multi-column.png +0 -0
  288. package/dist/static/img/screenshots/components-text--single-column.png +0 -0
  289. package/dist/static/img/screenshots/components-video-curtain--atmospheric-video-with-overlay.png +0 -0
  290. package/dist/static/img/screenshots/components-video-curtain--color-neutral-text.png +0 -0
  291. package/dist/static/img/screenshots/components-video-curtain--color-neutral-video.png +0 -0
  292. package/dist/static/img/screenshots/form-checkbox--default.png +0 -0
  293. package/dist/static/img/screenshots/form-radio--default.png +0 -0
  294. package/dist/static/img/screenshots/form-select-field--default.png +0 -0
  295. package/dist/static/img/screenshots/form-text-area--default.png +0 -0
  296. package/dist/static/img/screenshots/form-text-field--default.png +0 -0
  297. package/dist/static/img/screenshots/layout-divider--accent.png +0 -0
  298. package/dist/static/img/screenshots/layout-divider--default.png +0 -0
  299. package/dist/static/img/screenshots/layout-footer--footer.png +0 -0
  300. package/dist/static/img/screenshots/layout-header--header.png +0 -0
  301. package/dist/static/img/screenshots/layout-section--accent-background.png +0 -0
  302. package/dist/static/img/screenshots/layout-section--background-image.png +0 -0
  303. package/dist/static/img/screenshots/layout-section--bold-background.png +0 -0
  304. package/dist/static/img/screenshots/layout-section--cards.png +0 -0
  305. package/dist/static/img/screenshots/layout-section--colorful-gradient.png +0 -0
  306. package/dist/static/img/screenshots/layout-section--flex-layout.png +0 -0
  307. package/dist/static/img/screenshots/layout-section--inverted.png +0 -0
  308. package/dist/static/img/screenshots/layout-section--list-layout.png +0 -0
  309. package/dist/static/img/screenshots/layout-section--slider.png +0 -0
  310. package/dist/static/img/screenshots/layout-section--spotlight.png +0 -0
  311. package/dist/static/img/screenshots/layout-section--stagelights.png +0 -0
  312. package/dist/static/img/screenshots/layout-section--tile-layout.png +0 -0
  313. package/dist/static/img/screenshots/layout-section--with-buttons.png +0 -0
  314. package/dist/static/img/screenshots/layout-slider--with-arrows.png +0 -0
  315. package/dist/static/img/screenshots/layout-slider--with-autoplay.png +0 -0
  316. package/dist/static/img/screenshots/layout-slider--with-nav.png +0 -0
  317. package/dist/static/img/screenshots/layout-slider--with-teased-neighbours.png +0 -0
  318. package/dist/static/img/screenshots/page-archetypes-blog-overview--blog-overview.png +0 -0
  319. package/dist/static/img/screenshots/page-archetypes-blog-post--blog-post.png +0 -0
  320. package/dist/static/img/screenshots/page-archetypes-landingpage--landingpage.png +0 -0
  321. package/dist/static/img/screenshots/page-archetypes-overview--overview.png +0 -0
  322. package/dist/static/img/screenshots/page-archetypes-showcase--showcase.png +0 -0
  323. package/dist/static/logo-inverted.svg +25 -12
  324. package/dist/static/logo.svg +25 -12
  325. package/dist/tokens/IconSprite.js +0 -50
  326. package/dist/tokens/icon-sprite.html +0 -18
  327. package/dist/tokens/themes.css +4 -4
  328. package/dist/tokens/tokens.css +580 -546
  329. package/dist/tokens/tokens.js +901 -890
  330. package/package.json +6 -17
  331. package/dist/BusinessCardProps-e10e7b62.d.ts +0 -101
  332. package/dist/ContactProps-7cac90e5.d.ts +0 -70
  333. package/dist/ContentNavProps-0e282a9f.d.ts +0 -36
  334. package/dist/DownloadsProps-a49a977e.d.ts +0 -34
  335. package/dist/EventAppointmentProps-443cd1ce.d.ts +0 -38
  336. package/dist/EventDetailProps-42a7eebe.d.ts +0 -387
  337. package/dist/EventFilterProps-b190eb86.d.ts +0 -73
  338. package/dist/EventLatestTeaserProps-fc9d3281.d.ts +0 -58
  339. package/dist/EventListTeaserProps-5cc94436.d.ts +0 -89
  340. package/dist/EventLocationProps-871bc198.d.ts +0 -41
  341. package/dist/HeadlineProps-e1305784.d.ts +0 -53
  342. package/dist/PageTeaserProps-3d09c534.d.ts +0 -38
  343. package/dist/SearchBarProps-26263244.d.ts +0 -29
  344. package/dist/SearchFilterProps-2fa6419b.d.ts +0 -29
  345. package/dist/SearchFormProps-3d2c3462.d.ts +0 -30
  346. package/dist/SearchResultMatchProps-777cd47c.d.ts +0 -23
  347. package/dist/SearchResultProps-f6f07017.d.ts +0 -44
  348. package/dist/SplitEvenProps-7cac90e5.d.ts +0 -72
  349. package/dist/SplitWeightedProps-7cac90e5.d.ts +0 -102
  350. package/dist/components/breadcrumb/breadcrumb.css +0 -32
  351. package/dist/components/breadcrumb/breadcrumb.schema.dereffed.json +0 -31
  352. package/dist/components/breadcrumb/breadcrumb.schema.json +0 -27
  353. package/dist/components/breadcrumb/index.d.ts +0 -28
  354. package/dist/components/breadcrumb/index.js +0 -22
  355. package/dist/components/business-card/business-card.css +0 -186
  356. package/dist/components/business-card/business-card.schema.dereffed.json +0 -141
  357. package/dist/components/business-card/business-card.schema.json +0 -126
  358. package/dist/components/business-card/index.d.ts +0 -7
  359. package/dist/components/business-card/index.js +0 -31
  360. package/dist/components/content-nav/content-nav.css +0 -122
  361. package/dist/components/content-nav/content-nav.schema.dereffed.json +0 -58
  362. package/dist/components/content-nav/content-nav.schema.json +0 -52
  363. package/dist/components/content-nav/index.d.ts +0 -7
  364. package/dist/components/content-nav/index.js +0 -21
  365. package/dist/components/cookie-consent/C15t.client.d.ts +0 -5
  366. package/dist/components/cookie-consent/C15t.client.js +0 -123
  367. package/dist/components/cookie-consent/CookieConsent.client.d.ts +0 -29
  368. package/dist/components/cookie-consent/CookieConsent.client.js +0 -84
  369. package/dist/components/cookie-consent/cookie-consent.css +0 -255
  370. package/dist/components/cookie-consent/cookie-consent.schema.dereffed.json +0 -256
  371. package/dist/components/cookie-consent/cookie-consent.schema.json +0 -224
  372. package/dist/components/cookie-consent/index.d.ts +0 -143
  373. package/dist/components/cookie-consent/index.js +0 -26
  374. package/dist/components/downloads/downloads.css +0 -158
  375. package/dist/components/downloads/downloads.schema.dereffed.json +0 -52
  376. package/dist/components/downloads/downloads.schema.json +0 -44
  377. package/dist/components/downloads/index.d.ts +0 -8
  378. package/dist/components/downloads/index.js +0 -23
  379. package/dist/components/energy-calculator/energy-calculator.css +0 -54
  380. package/dist/components/energy-calculator/index.d.ts +0 -6
  381. package/dist/components/energy-calculator/index.js +0 -52
  382. package/dist/components/event-appointment/event-appointment.css +0 -63
  383. package/dist/components/event-appointment/event-appointment.schema.dereffed.json +0 -53
  384. package/dist/components/event-appointment/event-appointment.schema.json +0 -47
  385. package/dist/components/event-appointment/index.d.ts +0 -7
  386. package/dist/components/event-appointment/index.js +0 -21
  387. package/dist/components/event-detail/event-detail.schema.dereffed.json +0 -278
  388. package/dist/components/event-detail/event-detail.schema.json +0 -74
  389. package/dist/components/event-detail/index.d.ts +0 -5
  390. package/dist/components/event-detail/index.js +0 -37
  391. package/dist/components/event-filter/event-filter.css +0 -31
  392. package/dist/components/event-filter/event-filter.schema.dereffed.json +0 -115
  393. package/dist/components/event-filter/event-filter.schema.json +0 -107
  394. package/dist/components/event-filter/index.d.ts +0 -7
  395. package/dist/components/event-filter/index.js +0 -61
  396. package/dist/components/event-header/event-header.css +0 -6
  397. package/dist/components/event-header/event-header.schema.dereffed.json +0 -35
  398. package/dist/components/event-header/event-header.schema.json +0 -34
  399. package/dist/components/event-header/index.d.ts +0 -35
  400. package/dist/components/event-header/index.js +0 -25
  401. package/dist/components/event-latest/event-latest.css +0 -5
  402. package/dist/components/event-latest/event-latest.schema.dereffed.json +0 -136
  403. package/dist/components/event-latest/event-latest.schema.json +0 -46
  404. package/dist/components/event-latest/index.d.ts +0 -30
  405. package/dist/components/event-latest/index.js +0 -24
  406. package/dist/components/event-latest-teaser/event-latest-teaser.css +0 -131
  407. package/dist/components/event-latest-teaser/event-latest-teaser.schema.dereffed.json +0 -94
  408. package/dist/components/event-latest-teaser/event-latest-teaser.schema.json +0 -73
  409. package/dist/components/event-latest-teaser/index.d.ts +0 -8
  410. package/dist/components/event-latest-teaser/index.js +0 -23
  411. package/dist/components/event-list/event-list.schema.dereffed.json +0 -275
  412. package/dist/components/event-list/event-list.schema.json +0 -18
  413. package/dist/components/event-list/index.d.ts +0 -19
  414. package/dist/components/event-list/index.js +0 -74
  415. package/dist/components/event-list-teaser/event-list-teaser.css +0 -143
  416. package/dist/components/event-list-teaser/event-list-teaser.schema.dereffed.json +0 -148
  417. package/dist/components/event-list-teaser/event-list-teaser.schema.json +0 -116
  418. package/dist/components/event-list-teaser/index.d.ts +0 -8
  419. package/dist/components/event-list-teaser/index.js +0 -28
  420. package/dist/components/event-location/event-location.css +0 -71
  421. package/dist/components/event-location/event-location.schema.dereffed.json +0 -120
  422. package/dist/components/event-location/event-location.schema.json +0 -61
  423. package/dist/components/event-location/index.d.ts +0 -7
  424. package/dist/components/event-location/index.js +0 -25
  425. package/dist/components/event-login/event-login.css +0 -31
  426. package/dist/components/event-login/event-login.schema.dereffed.json +0 -122
  427. package/dist/components/event-login/event-login.schema.json +0 -98
  428. package/dist/components/event-login/index.d.ts +0 -78
  429. package/dist/components/event-login/index.js +0 -31
  430. package/dist/components/event-registration/event-registration.css +0 -88
  431. package/dist/components/event-registration/event-registration.schema.dereffed.json +0 -171
  432. package/dist/components/event-registration/event-registration.schema.json +0 -138
  433. package/dist/components/event-registration/index.d.ts +0 -106
  434. package/dist/components/event-registration/index.js +0 -36
  435. package/dist/components/page-teaser/index.d.ts +0 -8
  436. package/dist/components/page-teaser/index.js +0 -30
  437. package/dist/components/page-teaser/page-teaser.css +0 -101
  438. package/dist/components/page-teaser/page-teaser.schema.dereffed.json +0 -67
  439. package/dist/components/page-teaser/page-teaser.schema.json +0 -56
  440. package/dist/components/pagination/index.d.ts +0 -55
  441. package/dist/components/pagination/index.js +0 -58
  442. package/dist/components/pagination/pagination.css +0 -90
  443. package/dist/components/pagination/pagination.schema.dereffed.json +0 -64
  444. package/dist/components/pagination/pagination.schema.json +0 -60
  445. package/dist/components/search/index.d.ts +0 -29
  446. package/dist/components/search/index.js +0 -53
  447. package/dist/components/search/search.schema.dereffed.json +0 -301
  448. package/dist/components/search/search.schema.json +0 -24
  449. package/dist/components/search-bar/index.d.ts +0 -7
  450. package/dist/components/search-bar/index.js +0 -20
  451. package/dist/components/search-bar/search-bar.css +0 -33
  452. package/dist/components/search-bar/search-bar.schema.dereffed.json +0 -45
  453. package/dist/components/search-bar/search-bar.schema.json +0 -35
  454. package/dist/components/search-filter/index.d.ts +0 -7
  455. package/dist/components/search-filter/index.js +0 -20
  456. package/dist/components/search-filter/search-filter.css +0 -22
  457. package/dist/components/search-filter/search-filter.schema.dereffed.json +0 -66
  458. package/dist/components/search-filter/search-filter.schema.json +0 -46
  459. package/dist/components/search-form/SearchForm.client.d.ts +0 -25
  460. package/dist/components/search-form/SearchForm.client.js +0 -228
  461. package/dist/components/search-form/SearchFormPagefind.client.d.ts +0 -5
  462. package/dist/components/search-form/SearchFormPagefind.client.js +0 -40
  463. package/dist/components/search-form/index.d.ts +0 -4
  464. package/dist/components/search-form/index.js +0 -25
  465. package/dist/components/search-form/search-form.css +0 -10
  466. package/dist/components/search-form/search-form.schema.dereffed.json +0 -49
  467. package/dist/components/search-form/search-form.schema.json +0 -38
  468. package/dist/components/search-modal/RadioEmit.client.d.ts +0 -5
  469. package/dist/components/search-modal/RadioEmit.client.js +0 -17
  470. package/dist/components/search-modal/SearchModal.client.d.ts +0 -5
  471. package/dist/components/search-modal/SearchModal.client.js +0 -31
  472. package/dist/components/search-modal/index.d.ts +0 -18
  473. package/dist/components/search-modal/index.js +0 -39
  474. package/dist/components/search-modal/search-modal.css +0 -27
  475. package/dist/components/search-modal/search-modal.schema.dereffed.json +0 -70
  476. package/dist/components/search-modal/search-modal.schema.json +0 -24
  477. package/dist/components/search-result/index.d.ts +0 -7
  478. package/dist/components/search-result/index.js +0 -29
  479. package/dist/components/search-result/search-result.css +0 -76
  480. package/dist/components/search-result/search-result.schema.dereffed.json +0 -90
  481. package/dist/components/search-result/search-result.schema.json +0 -52
  482. package/dist/components/search-result-match/index.d.ts +0 -7
  483. package/dist/components/search-result-match/index.js +0 -18
  484. package/dist/components/search-result-match/search-result-match.css +0 -18
  485. package/dist/components/search-result-match/search-result-match.schema.dereffed.json +0 -33
  486. package/dist/components/search-result-match/search-result-match.schema.json +0 -31
  487. package/dist/components/select-button/index.d.ts +0 -56
  488. package/dist/components/select-button/index.js +0 -17
  489. package/dist/components/select-button/select-button.css +0 -31
  490. package/dist/components/selection-rack/index.d.ts +0 -43
  491. package/dist/components/selection-rack/index.js +0 -28
  492. package/dist/components/selection-rack/selection-rack.css +0 -45
  493. package/dist/components/selection-rack/selection-rack.schema.dereffed.json +0 -39
  494. package/dist/components/selection-rack/selection-rack.schema.json +0 -35
  495. package/dist/components/signpost/Signpost.client.d.ts +0 -13
  496. package/dist/components/signpost/Signpost.client.js +0 -46
  497. package/dist/components/signpost/index.d.ts +0 -37
  498. package/dist/components/signpost/index.js +0 -33
  499. package/dist/components/signpost/signpost.css +0 -131
  500. package/dist/components/signpost/signpost.schema.dereffed.json +0 -105
  501. package/dist/components/signpost/signpost.schema.json +0 -40
  502. package/dist/components/split-even/index.d.ts +0 -12
  503. package/dist/components/split-even/index.js +0 -26
  504. package/dist/components/split-even/split-even.css +0 -103
  505. package/dist/components/split-even/split-even.schema.dereffed.json +0 -7346
  506. package/dist/components/split-even/split-even.schema.json +0 -212
  507. package/dist/components/split-weighted/index.d.ts +0 -12
  508. package/dist/components/split-weighted/index.js +0 -42
  509. package/dist/components/split-weighted/split-weighted.css +0 -133
  510. package/dist/components/split-weighted/split-weighted.schema.dereffed.json +0 -7406
  511. package/dist/components/split-weighted/split-weighted.schema.json +0 -254
  512. package/dist/components/trip-planner/index.d.ts +0 -6
  513. package/dist/components/trip-planner/index.js +0 -23
  514. package/dist/components/trip-planner/trip-planner.css +0 -43
  515. package/dist/helpers-12f48df8.d.ts +0 -6
  516. package/dist/helpers-12f48df8.js +0 -40
  517. package/dist/static/fonts/dsa/Defaults.woff +0 -0
  518. package/dist/static/fonts/dsa/MyriadPro-Bold.woff2 +0 -0
  519. package/dist/static/fonts/dsa/MyriadPro-Regular.woff2 +0 -0
  520. package/dist/static/fonts/dsa/MyriadPro-Semibold.woff2 +0 -0
  521. package/dist/static/img/about/angled-image.png +0 -0
  522. package/dist/static/img/about/cta.png +0 -0
  523. package/dist/static/img/about/cutout.png +0 -0
  524. package/dist/static/img/about/disclaimer.png +0 -0
  525. package/dist/static/img/about/purpose.png +0 -0
  526. package/dist/static/img/about/spoiler.png +0 -0
  527. package/dist/static/img/gws/Familie-in-der-Kueche-1650x600px.jpg +0 -0
  528. package/dist/static/img/gws/Teaser_Bauen.jpg +0 -0
  529. package/dist/static/img/gws/Teaser_E-Mobilitaet.jpg +0 -0
  530. package/dist/static/img/gws/Teaser_Energiesparen.jpg +0 -0
  531. package/dist/static/img/gws/Teaser_ErsteWhg.jpg +0 -0
  532. package/dist/static/img/gws/Teaser_Stromversorgung.jpg +0 -0
  533. package/dist/static/img/gws/Teaser_Wasserwerk.jpg +0 -0
  534. package/dist/static/img/gws/Teaser_Zaehlerstanduebermittlung.jpg +0 -0
  535. package/dist/static/img/gws/blur.svg +0 -25
  536. package/dist/static/img/gws/contact.png +0 -0
  537. package/dist/static/img/gws/green-energy-with-hand-holding-environmental-light-bulb-background-20.jpg +0 -0
  538. package/dist/static/img/gws/green-energy-with-hand-holding-environmental-light-bulb-background-20.png +0 -0
  539. package/dist/static/img/gws/parallax.jpg +0 -0
  540. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-01.svg +0 -72
  541. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-02.svg +0 -112
  542. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-03.svg +0 -197
  543. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-04.svg +0 -76
  544. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-05.svg +0 -82
  545. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-06.svg +0 -219
  546. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-07.svg +0 -85
  547. package/dist/static/img/logos/logoipsum-344.svg +0 -174
  548. package/dist/static/img/logos/logoipsum-347.svg +0 -52
  549. package/dist/static/img/logos/logoipsum-352.svg +0 -22
  550. package/dist/static/img/logos/logoipsum-356.svg +0 -20
  551. package/dist/static/img/logos/logoipsum-358.svg +0 -29
  552. package/dist/static/img/logos/logoipsum-369.svg +0 -20
  553. package/dist/static/img/logos/logoipsum-373.svg +0 -17
  554. package/dist/static/img/people/contact-person.png +0 -0
  555. package/dist/static/img/screenshots/corporate-breadcrumb--default.png +0 -0
  556. package/dist/static/img/screenshots/corporate-business-card--centered.png +0 -0
  557. package/dist/static/img/screenshots/corporate-business-card--default.png +0 -0
  558. package/dist/static/img/screenshots/corporate-business-card--without-image.png +0 -0
  559. package/dist/static/img/screenshots/corporate-content-nav--default.png +0 -0
  560. package/dist/static/img/screenshots/corporate-cookie-consent--banner.png +0 -0
  561. package/dist/static/img/screenshots/corporate-cookie-consent--c-15-t.png +0 -0
  562. package/dist/static/img/screenshots/corporate-cookie-consent--card.png +0 -0
  563. package/dist/static/img/screenshots/corporate-downloads--complete.png +0 -0
  564. package/dist/static/img/screenshots/corporate-downloads--description-only.png +0 -0
  565. package/dist/static/img/screenshots/corporate-downloads--mixed.png +0 -0
  566. package/dist/static/img/screenshots/corporate-downloads--technical-details-only.png +0 -0
  567. package/dist/static/img/screenshots/corporate-pagination--default.png +0 -0
  568. package/dist/static/img/screenshots/corporate-search-bar--default.png +0 -0
  569. package/dist/static/img/screenshots/corporate-search-filter--default.png +0 -0
  570. package/dist/static/img/screenshots/corporate-search-form--pagefind.png +0 -0
  571. package/dist/static/img/screenshots/corporate-search-modal--pagefind.png +0 -0
  572. package/dist/static/img/screenshots/corporate-search-result--default.png +0 -0
  573. package/dist/static/img/screenshots/event-event-filter--default.png +0 -0
  574. package/dist/static/img/screenshots/event-event-header--default.png +0 -0
  575. package/dist/static/img/screenshots/event-event-latest--default.png +0 -0
  576. package/dist/static/img/screenshots/event-event-latest-teaser--default.png +0 -0
  577. package/dist/static/img/screenshots/event-event-list-teaser--default.png +0 -0
  578. package/dist/static/img/screenshots/event-event-location--default.png +0 -0
  579. package/dist/static/img/screenshots/event-event-login--default.png +0 -0
  580. package/dist/static/img/screenshots/event-event-registration--default.png +0 -0
  581. package/dist/static/img/screenshots/layout-section--dynamic-layout.png +0 -0
  582. package/dist/static/img/screenshots/layout-section--framed.png +0 -0
  583. package/dist/static/img/screenshots/layout-split-even--faq-with-form.png +0 -0
  584. package/dist/static/img/screenshots/layout-split-even--text-with-logos.png +0 -0
  585. package/dist/static/img/screenshots/layout-split-weighted--text-with-contact.png +0 -0
  586. package/dist/static/img/screenshots/layout-split-weighted--text-with-teaser.png +0 -0
  587. package/dist/static/img/screenshots/page-archetypes-about--about.png +0 -0
  588. package/dist/static/img/screenshots/page-archetypes-event-detail--event-detail.png +0 -0
  589. package/dist/static/img/screenshots/page-archetypes-event-list--event-list.png +0 -0
  590. package/dist/static/img/screenshots/page-archetypes-job-detail--job-detail.png +0 -0
  591. package/dist/static/img/screenshots/page-archetypes-jobs--jobs.png +0 -0
  592. package/dist/static/img/screenshots/page-archetypes-search--search.png +0 -0
  593. package/dist/static/logo-dark.svg +0 -13
  594. package/dist/static/logo-dsa-inverted.svg +0 -26
  595. package/dist/static/logo-dsa.svg +0 -26
  596. package/dist/static/logo.png +0 -0
@@ -1,38 +0,0 @@
1
- /**
2
- * This file was automatically generated by json-schema-to-typescript.
3
- * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
4
- * and run json-schema-to-typescript to regenerate this file.
5
- */
6
- type ImageSource = string;
7
- type ImageAltText = string;
8
- /**
9
- * Choose what widget to display in the teaser
10
- */
11
- type Widget = "image" | "energyCalculator" | "timetable";
12
- type Label = string;
13
- type URL = string;
14
- /**
15
- * A list of links to display in the teaser
16
- */
17
- type Links = {
18
- label: Label;
19
- target: URL;
20
- }[];
21
- /**
22
- * Add additional css classes that should be applied to the logo
23
- */
24
- type AdditionalClasses = string;
25
- interface PageTeaserProps {
26
- image?: Image;
27
- widget?: Widget;
28
- links?: Links;
29
- className?: AdditionalClasses;
30
- }
31
- /**
32
- * The image to display in the teaser
33
- */
34
- interface Image {
35
- src: ImageSource;
36
- alt?: ImageAltText;
37
- }
38
- export { ImageSource, ImageAltText, Widget, Label, URL, Links, AdditionalClasses, PageTeaserProps, Image };
@@ -1,29 +0,0 @@
1
- /**
2
- * This file was automatically generated by json-schema-to-typescript.
3
- * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
4
- * and run json-schema-to-typescript to regenerate this file.
5
- */
6
- /**
7
- * Placeholder text for the search input field.
8
- */
9
- type Placeholder = string;
10
- interface SearchBarProps {
11
- placeholder?: Placeholder;
12
- /**
13
- * Text displayed on the search button.
14
- */
15
- buttonText?: string;
16
- /**
17
- * Additional information or instructions related to the search functionality.
18
- */
19
- hint?: string;
20
- /**
21
- * Text to display when offering alternative results.
22
- */
23
- alternativeText?: string;
24
- /**
25
- * The alternative result to display when offering suggestions.
26
- */
27
- alternativeResult?: string;
28
- }
29
- export { Placeholder, SearchBarProps };
@@ -1,29 +0,0 @@
1
- /**
2
- * This file was automatically generated by json-schema-to-typescript.
3
- * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
4
- * and run json-schema-to-typescript to regenerate this file.
5
- */
6
- interface SearchFilterProps {
7
- /**
8
- * The title of the search filter.
9
- */
10
- title?: string;
11
- /**
12
- * The categories to filter by.
13
- */
14
- categories?: {
15
- /**
16
- * The name of the category.
17
- */
18
- title?: string;
19
- /**
20
- * The number of items in the category.
21
- */
22
- amount?: string;
23
- /**
24
- * The URL to filter by this category.
25
- */
26
- url?: string;
27
- }[];
28
- }
29
- export { SearchFilterProps };
@@ -1,30 +0,0 @@
1
- /**
2
- * This file was automatically generated by json-schema-to-typescript.
3
- * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
4
- * and run json-schema-to-typescript to regenerate this file.
5
- */
6
- /**
7
- * Whether to display the link to the search result.
8
- */
9
- type ShowLink = boolean;
10
- /**
11
- * The reserved space of the image row.
12
- */
13
- type ImageRowSize = "none" | "small" | "large";
14
- interface SearchFormProps {
15
- /**
16
- * ks-component attribute
17
- */
18
- component?: string;
19
- result?: {
20
- /**
21
- * Max number of subresults of a single search result
22
- */
23
- maxSubresults?: number;
24
- showLink?: ShowLink;
25
- imageColSize?: ImageRowSize;
26
- };
27
- resultPerPage?: number;
28
- moreButtonLabel?: string;
29
- }
30
- export { ShowLink, ImageRowSize, SearchFormProps };
@@ -1,23 +0,0 @@
1
- /**
2
- * This file was automatically generated by json-schema-to-typescript.
3
- * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
4
- * and run json-schema-to-typescript to regenerate this file.
5
- */
6
- /**
7
- * The title of the match.
8
- */
9
- type Title = string;
10
- /**
11
- * The main content or description of the search result.
12
- */
13
- type Text = string;
14
- /**
15
- * A URL linking to the specific match or more information.
16
- */
17
- type URL = string;
18
- interface SearchResultMatchProps {
19
- title?: Title;
20
- snippet?: Text;
21
- url?: URL;
22
- }
23
- export { Title, Text, URL, SearchResultMatchProps };
@@ -1,44 +0,0 @@
1
- /**
2
- * This file was automatically generated by json-schema-to-typescript.
3
- * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
4
- * and run json-schema-to-typescript to regenerate this file.
5
- */
6
- import { SearchResultMatchProps } from "./SearchResultMatchProps-777cd47c.js";
7
- /**
8
- * A URL linking to the search result or more information.
9
- */
10
- type URL = string;
11
- /**
12
- * The title of the search result.
13
- */
14
- type Title = string;
15
- /**
16
- * The reserved space of the image row.
17
- */
18
- type ImageRowSize = "none" | "small" | "large";
19
- /**
20
- * A URL to an image preview for the search result.
21
- */
22
- type PreviewImage = string;
23
- /**
24
- * The initial search match or summary of the search result.
25
- */
26
- type InitialMatch = string;
27
- /**
28
- * An array of search matches.
29
- */
30
- type Matches = SearchResultMatchProps[];
31
- /**
32
- * Whether to display the link to the search result.
33
- */
34
- type ShowLink = boolean;
35
- interface SearchResultProps {
36
- url?: URL;
37
- title?: Title;
38
- imageColSize?: ImageRowSize;
39
- previewImage?: PreviewImage;
40
- initialMatch?: InitialMatch;
41
- matches?: Matches;
42
- showLink?: ShowLink;
43
- }
44
- export { URL, Title, ImageRowSize, PreviewImage, InitialMatch, Matches, ShowLink, SearchResultProps };
@@ -1,72 +0,0 @@
1
- /**
2
- * This file was automatically generated by json-schema-to-typescript.
3
- * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
4
- * and run json-schema-to-typescript to regenerate this file.
5
- */
6
- import { BlogTeaserProps } from "./BlogTeaserProps-f5855e93.js";
7
- import { BusinessCardProps } from "./BusinessCardProps-e10e7b62.js";
8
- import { ContactProps } from "./ContactProps-7cac90e5.js";
9
- import { ContentNavProps } from "./ContentNavProps-0e282a9f.js";
10
- import { CtaProps } from "./CtaProps-789f8508.js";
11
- import { DividerProps } from "./DividerProps-2ef31901.js";
12
- import { DownloadsProps } from "./DownloadsProps-a49a977e.js";
13
- import { EventLatestTeaserProps } from "./EventLatestTeaserProps-fc9d3281.js";
14
- import { EventListTeaserProps } from "./EventListTeaserProps-5cc94436.js";
15
- import { FaqProps } from "./FaqProps-78384db5.js";
16
- import { FeaturesProps } from "./FeaturesProps-d1a200e6.js";
17
- import { GalleryProps } from "./GalleryProps-76e7de44.js";
18
- import { HeroProps } from "./HeroProps-fec6b267.js";
19
- import { HtmlProps } from "./HtmlProps-9d091769.js";
20
- import { ImageStoryProps } from "./ImageStoryProps-e853e1e7.js";
21
- import { ImageTextProps } from "./ImageTextProps-9286cca4.js";
22
- import { LogosProps } from "./LogosProps-d4677d2c.js";
23
- import { MosaicProps } from "./MosaicProps-d52c7151.js";
24
- import { SliderProps } from "./SliderProps-789f8508.js";
25
- import { StatsProps } from "./StatsProps-bf5ef578.js";
26
- import { TeaserCardProps } from "./TeaserCardProps-d069476f.js";
27
- import { TestimonialsProps } from "./TestimonialsProps-e344f597.js";
28
- import { TextProps } from "./TextProps-a23170d2.js";
29
- import { VideoCurtainProps } from "./VideoCurtainProps-a2c0cc7f.js";
30
- /**
31
- * Sets the minimum width for each half of the split layout
32
- */
33
- type ContentMinimumWidth = "narrow" | "medium" | "wide";
34
- /**
35
- * Sets the space between the content inside the two halves of the split layout
36
- */
37
- type ContentGutter = "small" | "default" | "large" | "none";
38
- /**
39
- * Reverses the order of the sections on mobile devices
40
- */
41
- type MobileReverse = boolean;
42
- /**
43
- * Aligns the content vertically within the sections
44
- */
45
- type VerticalAlignment = "top" | "center" | "bottom" | "sticky";
46
- /**
47
- * Sets the vertical space between the content of the split layout
48
- */
49
- type VerticalGutter = "large" | "default" | "small" | "none";
50
- /**
51
- * Sets the horizontal space between the content of the split layout
52
- */
53
- type HorizontalGutter = "large" | "default" | "small" | "none";
54
- /**
55
- * Allowed components for the first half of the split layout
56
- */
57
- type First = (BlogTeaserProps | BusinessCardProps | ContactProps | ContentNavProps | CtaProps | DividerProps | DownloadsProps | EventLatestTeaserProps | EventListTeaserProps | FaqProps | FeaturesProps | GalleryProps | HeroProps | HtmlProps | ImageStoryProps | ImageTextProps | LogosProps | MosaicProps | SliderProps | StatsProps | TeaserCardProps | TestimonialsProps | TextProps | VideoCurtainProps)[];
58
- /**
59
- * Allowed components for the second half of the split layout
60
- */
61
- type Second = (BlogTeaserProps | BusinessCardProps | ContactProps | ContentNavProps | CtaProps | DividerProps | DownloadsProps | EventLatestTeaserProps | EventListTeaserProps | FaqProps | FeaturesProps | GalleryProps | HeroProps | HtmlProps | ImageStoryProps | ImageTextProps | LogosProps | MosaicProps | SliderProps | StatsProps | TeaserCardProps | TestimonialsProps | TextProps | VideoCurtainProps)[];
62
- interface SplitEvenProps {
63
- contentMinWidth?: ContentMinimumWidth;
64
- contentGutter?: ContentGutter;
65
- mobileReverse?: MobileReverse;
66
- verticalAlign?: VerticalAlignment;
67
- verticalGutter?: VerticalGutter;
68
- horizontalGutter?: HorizontalGutter;
69
- firstComponents?: First;
70
- secondComponents?: Second;
71
- }
72
- export { ContentMinimumWidth, ContentGutter, MobileReverse, VerticalAlignment, VerticalGutter, HorizontalGutter, First, Second, SplitEvenProps };
@@ -1,102 +0,0 @@
1
- /**
2
- * This file was automatically generated by json-schema-to-typescript.
3
- * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
4
- * and run json-schema-to-typescript to regenerate this file.
5
- */
6
- import { BlogTeaserProps } from "./BlogTeaserProps-f5855e93.js";
7
- import { BusinessCardProps } from "./BusinessCardProps-e10e7b62.js";
8
- import { ContactProps } from "./ContactProps-7cac90e5.js";
9
- import { ContentNavProps } from "./ContentNavProps-0e282a9f.js";
10
- import { CtaProps } from "./CtaProps-789f8508.js";
11
- import { DividerProps } from "./DividerProps-2ef31901.js";
12
- import { DownloadsProps } from "./DownloadsProps-a49a977e.js";
13
- import { EventLatestTeaserProps } from "./EventLatestTeaserProps-fc9d3281.js";
14
- import { EventListTeaserProps } from "./EventListTeaserProps-5cc94436.js";
15
- import { FaqProps } from "./FaqProps-78384db5.js";
16
- import { FeaturesProps } from "./FeaturesProps-d1a200e6.js";
17
- import { GalleryProps } from "./GalleryProps-76e7de44.js";
18
- import { HeroProps } from "./HeroProps-fec6b267.js";
19
- import { HtmlProps } from "./HtmlProps-9d091769.js";
20
- import { ImageStoryProps } from "./ImageStoryProps-e853e1e7.js";
21
- import { ImageTextProps } from "./ImageTextProps-9286cca4.js";
22
- import { LogosProps } from "./LogosProps-d4677d2c.js";
23
- import { MosaicProps } from "./MosaicProps-d52c7151.js";
24
- import { SliderProps } from "./SliderProps-789f8508.js";
25
- import { StatsProps } from "./StatsProps-bf5ef578.js";
26
- import { TeaserCardProps } from "./TeaserCardProps-d069476f.js";
27
- import { TestimonialsProps } from "./TestimonialsProps-e344f597.js";
28
- import { TextProps } from "./TextProps-a23170d2.js";
29
- import { VideoCurtainProps } from "./VideoCurtainProps-a2c0cc7f.js";
30
- /**
31
- * Sets the vertical space between the content of the split layout
32
- */
33
- type VerticalGutter = "large" | "default" | "small" | "none";
34
- /**
35
- * Sets the horizontal space between the content of the split layout
36
- */
37
- type HorizontalGutter = "large" | "default" | "small" | "none";
38
- /**
39
- * Aligns the content vertically within the sections
40
- */
41
- type VerticalAlignment = "top" | "center" | "bottom" | "sticky";
42
- /**
43
- * Sets the space between the content of the split layout
44
- */
45
- type ContentGutter = "large" | "default" | "small" | "none";
46
- /**
47
- * Sets the minimum width of the main section
48
- */
49
- type MinimumWidth = "narrow" | "default" | "wide";
50
- /**
51
- * Size of gutter to use
52
- */
53
- type Gutter = "large" | "default" | "small" | "none";
54
- /**
55
- * Sets the minimum width of the main section
56
- */
57
- type MinimumWidth1 = "narrow" | "default" | "wide";
58
- /**
59
- * Determines the order of sections on mobile devices
60
- */
61
- type MobileOrder = "mainFirst" | "asideFirst";
62
- /**
63
- * Determines the order of sections on desktop devices
64
- */
65
- type DesktopOrder = "mainFirst" | "asideFirst";
66
- /**
67
- * Allowed components for the main half of the split layout
68
- */
69
- type Main = (BlogTeaserProps | BusinessCardProps | ContactProps | ContentNavProps | CtaProps | DividerProps | DownloadsProps | EventLatestTeaserProps | EventListTeaserProps | FaqProps | FeaturesProps | GalleryProps | HeroProps | HtmlProps | ImageStoryProps | ImageTextProps | LogosProps | MosaicProps | SliderProps | StatsProps | TeaserCardProps | TestimonialsProps | TextProps | VideoCurtainProps)[];
70
- /**
71
- * Allowed components for the aside half of the split layout
72
- */
73
- type Aside = (BlogTeaserProps | BusinessCardProps | ContactProps | ContentNavProps | CtaProps | DividerProps | DownloadsProps | EventLatestTeaserProps | EventListTeaserProps | FaqProps | FeaturesProps | GalleryProps | HeroProps | HtmlProps | ImageStoryProps | ImageTextProps | LogosProps | MosaicProps | SliderProps | StatsProps | TeaserCardProps | TestimonialsProps | TextProps | VideoCurtainProps)[];
74
- interface SplitWeightedProps {
75
- verticalGutter?: VerticalGutter;
76
- horizontalGutter?: HorizontalGutter;
77
- verticalAlign?: VerticalAlignment;
78
- mainLayout?: MainLayout;
79
- asideLayout?: AsideLayout;
80
- order?: Order;
81
- mainComponents?: Main;
82
- asideComponents?: Aside;
83
- }
84
- interface MainLayout {
85
- gutter?: ContentGutter;
86
- minWidth?: MinimumWidth;
87
- }
88
- /**
89
- * Layout settings for the aside section of the split layout
90
- */
91
- interface AsideLayout {
92
- gutter?: Gutter;
93
- minWidth?: MinimumWidth1;
94
- }
95
- /**
96
- * Sets the order of the main and aside sections in the split layout
97
- */
98
- interface Order {
99
- mobile?: MobileOrder;
100
- desktop?: DesktopOrder;
101
- }
102
- export { VerticalGutter, HorizontalGutter, VerticalAlignment, ContentGutter, MinimumWidth, Gutter, MinimumWidth1, MobileOrder, DesktopOrder, Main, Aside, SplitWeightedProps, MainLayout, AsideLayout, Order };
@@ -1,32 +0,0 @@
1
- .dsa-breadcrumb {
2
- --dsa-breadcrumb--gap: var(--ks-spacing-xxs);
3
- --dsa-breadcrumb--font: var(--ks-font-interface-xs);
4
- --dsa-breadcrumb--color: var(--ks-text-color-interface-interactive);
5
- --dsa-breadcrumb--color_hover: var(--ks-text-color-interface-interactive-hover);
6
- --dsa-breadcrumb__icon--size: 1.5em;
7
- --dsa-breadcrumb__icon--color: var(--ks-color-fg-alpha-5);
8
- --dsa-breadcrumb--color_active: var(--ks-text-color-interface-interactive-active);
9
- }
10
-
11
- .dsa-breadcrumb {
12
- display: flex;
13
- gap: var(--dsa-breadcrumb--gap, var(--ks-spacing-xxs));
14
- flex-wrap: wrap;
15
- align-items: flex-start;
16
- font: var(--dsa-breadcrumb--font, var(--ks-font-interface-xs));
17
- }
18
- .dsa-breadcrumb__icon {
19
- color: var(--dsa-breadcrumb__icon--color, var(--ks-color-fg-alpha-5));
20
- width: var(--dsa-breadcrumb__icon--size, 1.5em);
21
- height: var(--dsa-breadcrumb__icon--size, 1.5em);
22
- }
23
- .dsa-breadcrumb__link {
24
- --g-link--color: var(--dsa-breadcrumb--color, var(--ks-text-color-interface-interactive));
25
- --g-link--color-hover: var(--dsa-breadcrumb--color_hover, var(--ks-text-color-interface-interactive-hover));
26
- font: inherit;
27
- }
28
- .dsa-breadcrumb__label {
29
- color: var(--dsa-breadcrumb--color_active, var(--ks-text-color-interface-interactive-active));
30
- font: inherit;
31
- font-weight: var(--dsa-link--font-weight);
32
- }
@@ -1,31 +0,0 @@
1
- {
2
- "$schema": "http://json-schema.org/draft-07/schema#",
3
- "$id": "http://schema.mydesignsystem.com/breadcrumb.schema.json",
4
- "title": "Breadcrumb",
5
- "type": "object",
6
- "properties": {
7
- "pages": {
8
- "type": "array",
9
- "description": "An array of breadcrumb pages. Each page should have a URL and a label.",
10
- "items": {
11
- "type": "object",
12
- "properties": {
13
- "url": {
14
- "type": "string",
15
- "description": "The URL to the page"
16
- },
17
- "label": {
18
- "type": "string",
19
- "description": "The label for the title of the page"
20
- }
21
- },
22
- "required": [
23
- "url",
24
- "label"
25
- ],
26
- "additionalProperties": false
27
- }
28
- }
29
- },
30
- "additionalProperties": false
31
- }
@@ -1,27 +0,0 @@
1
- {
2
- "$schema": "http://json-schema.org/draft-07/schema#",
3
- "$id": "http://schema.mydesignsystem.com/breadcrumb.schema.json",
4
- "title": "Breadcrumb",
5
- "type": "object",
6
- "properties": {
7
- "pages": {
8
- "type": "array",
9
- "description": "An array of breadcrumb pages. Each page should have a URL and a label.",
10
- "items": {
11
- "type": "object",
12
- "properties": {
13
- "url": {
14
- "type": "string",
15
- "description": "The URL to the page"
16
- },
17
- "label": {
18
- "type": "string",
19
- "description": "The label for the title of the page"
20
- }
21
- },
22
- "required": ["url", "label"]
23
- }
24
- }
25
- },
26
- "additionalProperties": false
27
- }
@@ -1,28 +0,0 @@
1
- /// <reference types="react" />
2
- import { HTMLAttributes } from "react";
3
- /* eslint-disable */
4
- /**
5
- * This file was automatically generated by json-schema-to-typescript.
6
- * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
7
- * and run json-schema-to-typescript to regenerate this file.
8
- */
9
- interface BreadcrumbProps {
10
- /**
11
- * An array of breadcrumb pages. Each page should have a URL and a label.
12
- */
13
- pages?: {
14
- /**
15
- * The URL to the page
16
- */
17
- url: string;
18
- /**
19
- * The label for the title of the page
20
- */
21
- label: string;
22
- }[];
23
- }
24
- declare const BreadcrumbContextDefault: import("react").ForwardRefExoticComponent<BreadcrumbProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
25
- declare const BreadcrumbContext: import("react").Context<import("react").ForwardRefExoticComponent<BreadcrumbProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>>;
26
- declare const Breadcrumb: import("react").ForwardRefExoticComponent<BreadcrumbProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
27
- export type { BreadcrumbProps };
28
- export { BreadcrumbContextDefault, BreadcrumbContext, Breadcrumb };
@@ -1,22 +0,0 @@
1
- import "./breadcrumb.css";
2
- import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
3
- import { forwardRef, createContext, useContext } from 'react';
4
- import { Icon } from '@kickstartds/base/lib/icon';
5
- import { Link } from '@kickstartds/base/lib/link';
6
- import { d as deepMergeDefaults } from '../../helpers-12f48df8.js';
7
-
8
- const defaults = {
9
- "pages": []
10
- };
11
-
12
- const BreadcrumbContextDefault = forwardRef(({ pages }, ref) => {
13
- return (jsx("div", { className: "dsa-breadcrumb", ref: ref, children: pages.map((page, index) => index !== pages.length - 1 ? (jsxs(Fragment, { children: [jsx(Link, { href: page.url, className: "dsa-breadcrumb__link", children: page.label }), jsx(Icon, { className: "dsa-breadcrumb__icon", icon: "chevron-right" })] })) : (jsx("span", { className: "dsa-breadcrumb__label", children: page.label }))) }));
14
- });
15
- const BreadcrumbContext = createContext(BreadcrumbContextDefault);
16
- const Breadcrumb = forwardRef((props, ref) => {
17
- const Component = useContext(BreadcrumbContext);
18
- return jsx(Component, { ...deepMergeDefaults(defaults, props), ref: ref });
19
- });
20
- Breadcrumb.displayName = "Breadcrumb";
21
-
22
- export { Breadcrumb, BreadcrumbContext, BreadcrumbContextDefault };