@kickstartds/ds-agency-premium 1.6.71--canary.45.1846.0 → 1.7.0--canary.18.1660.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 (372) 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/{BlogHeadProps-c04a5ed8.d.ts → BlogHeadProps-3f6e4072.d.ts} +1 -6
  4. package/dist/BlogOverviewProps-9f207f1c.d.ts +2 -2
  5. package/dist/BlogPostProps-6b3cff22.d.ts +4 -4
  6. package/dist/BlogTeaserProps-f5855e93.d.ts +4 -9
  7. package/dist/{ButtonProps-00ddee3a.d.ts → ButtonProps-03ff6d21.d.ts} +4 -4
  8. package/dist/{CtaProps-babe4ee6.d.ts → CtaProps-93230a76.d.ts} +11 -21
  9. package/dist/FeatureProps-f8a75850.d.ts +52 -0
  10. package/dist/FeaturesProps-b05859d6.d.ts +34 -0
  11. package/dist/{FooterProps-a0a104ca.d.ts → FooterProps-171a3067.d.ts} +2 -2
  12. package/dist/{HeaderProps-72763967.d.ts → HeaderProps-e22382f1.d.ts} +2 -2
  13. package/dist/{HeroProps-40f6c7f5.d.ts → HeroProps-cf82a16d.d.ts} +5 -10
  14. package/dist/ImageStoryProps-e853e1e7.d.ts +1 -1
  15. package/dist/MosaicProps-d52c7151.d.ts +4 -4
  16. package/dist/PageProps-aa29c554.d.ts +1 -1
  17. package/dist/{SectionProps-21d04028.d.ts → SectionProps-83d399b4.d.ts} +11 -23
  18. package/dist/{SliderProps-babe4ee6.d.ts → SliderProps-93230a76.d.ts} +5 -5
  19. package/dist/{TeaserCardProps-994cb119.d.ts → TeaserCardProps-b9c28e78.d.ts} +4 -4
  20. package/dist/{TestimonialsProps-e344f597.d.ts → TestimonialProps-94bdeac9.d.ts} +2 -22
  21. package/dist/TestimonialsProps-f7211553.d.ts +22 -0
  22. package/dist/{VideoCurtainProps-a2c0cc7f.d.ts → VideoCurtainProps-6c625a69.d.ts} +5 -5
  23. package/dist/components/blog-aside/blog-aside.css +4 -4
  24. package/dist/components/blog-aside/blog-aside.schema.dereffed.json +9 -19
  25. package/dist/components/blog-aside/blog-aside.schema.json +4 -5
  26. package/dist/components/blog-aside/index.d.ts +1 -2
  27. package/dist/components/blog-aside/index.js +3 -3
  28. package/dist/components/blog-author/blog-author.schema.dereffed.json +5 -14
  29. package/dist/components/blog-author/index.d.ts +1 -2
  30. package/dist/components/blog-head/blog-head.css +3 -3
  31. package/dist/components/blog-head/blog-head.schema.dereffed.json +0 -8
  32. package/dist/components/blog-head/blog-head.schema.json +0 -6
  33. package/dist/components/blog-head/index.d.ts +1 -2
  34. package/dist/components/blog-head/index.js +2 -2
  35. package/dist/components/blog-overview/blog-overview.schema.dereffed.json +192 -363
  36. package/dist/components/blog-overview/index.d.ts +0 -1
  37. package/dist/components/blog-post/blog-post.schema.dereffed.json +183 -348
  38. package/dist/components/blog-post/index.d.ts +0 -1
  39. package/dist/components/blog-post/index.js +2 -4
  40. package/dist/components/blog-teaser/blog-teaser.css +7 -9
  41. package/dist/components/blog-teaser/blog-teaser.schema.dereffed.json +6 -14
  42. package/dist/components/blog-teaser/blog-teaser.schema.json +5 -11
  43. package/dist/components/blog-teaser/index.d.ts +3 -4
  44. package/dist/components/blog-teaser/index.js +10 -8
  45. package/dist/components/button/button.css +2 -2
  46. package/dist/components/button/button.schema.dereffed.json +3 -4
  47. package/dist/components/button/button.schema.json +3 -4
  48. package/dist/components/button/index.d.ts +1 -2
  49. package/dist/components/button/index.js +1 -1
  50. package/dist/components/button-group/button-group.schema.dereffed.json +3 -4
  51. package/dist/components/button-group/index.d.ts +1 -2
  52. package/dist/components/contact/contact.css +16 -12
  53. package/dist/components/contact/contact.schema.dereffed.json +6 -15
  54. package/dist/components/contact/contact.schema.json +6 -13
  55. package/dist/components/contact/index.d.ts +1 -7
  56. package/dist/components/contact/index.js +1 -1
  57. package/dist/components/cta/cta.css +72 -49
  58. package/dist/components/cta/cta.schema.dereffed.json +11 -29
  59. package/dist/components/cta/cta.schema.json +10 -23
  60. package/dist/components/cta/index.d.ts +1 -2
  61. package/dist/components/cta/index.js +25 -25
  62. package/dist/components/divider/divider.css +1 -1
  63. package/dist/components/divider/index.d.ts +26 -2
  64. package/dist/components/faq/index.d.ts +0 -1
  65. package/dist/components/feature/feature.schema.dereffed.json +3 -14
  66. package/dist/components/feature/feature.schema.json +3 -12
  67. package/dist/components/feature/index.d.ts +1 -58
  68. package/dist/components/feature/index.js +2 -2
  69. package/dist/components/features/features.css +6 -19
  70. package/dist/components/features/features.schema.dereffed.json +40 -13
  71. package/dist/components/features/features.schema.json +1 -27
  72. package/dist/components/features/index.d.ts +1 -2
  73. package/dist/components/features/index.js +2 -11
  74. package/dist/components/footer/footer.css +5 -5
  75. package/dist/components/footer/footer.schema.dereffed.json +12 -12
  76. package/dist/components/footer/index.d.ts +1 -2
  77. package/dist/components/footer/index.js +1 -1
  78. package/dist/components/gallery/gallery.css +18 -0
  79. package/dist/components/gallery/gallery.schema.dereffed.json +1 -2
  80. package/dist/components/gallery/gallery.schema.json +1 -2
  81. package/dist/components/gallery/index.d.ts +0 -1
  82. package/dist/components/gallery/index.js +1 -1
  83. package/dist/components/header/header.css +11 -53
  84. package/dist/components/header/header.schema.dereffed.json +12 -12
  85. package/dist/components/header/index.d.ts +4 -5
  86. package/dist/components/header/index.js +5 -5
  87. package/dist/components/headline/headline.css +41 -49
  88. package/dist/components/headline/headline.schema.dereffed.json +0 -5
  89. package/dist/components/headline/headline.schema.json +0 -5
  90. package/dist/components/headline/index.d.ts +0 -6
  91. package/dist/components/headline/index.js +1 -1
  92. package/dist/components/hero/hero.css +22 -91
  93. package/dist/components/hero/hero.schema.dereffed.json +4 -12
  94. package/dist/components/hero/hero.schema.json +3 -9
  95. package/dist/components/hero/index.d.ts +1 -2
  96. package/dist/components/hero/index.js +37 -39
  97. package/dist/components/html/html.schema.json +3 -31
  98. package/dist/components/html/index.d.ts +26 -5
  99. package/dist/components/html/index.js +3 -17
  100. package/dist/components/image/image.css +18 -0
  101. package/dist/components/image/image.schema.dereffed.json +105 -0
  102. package/dist/components/image/image.schema.json +95 -0
  103. package/dist/components/image/index.d.ts +87 -0
  104. package/dist/components/image/index.js +11 -0
  105. package/dist/components/image-story/image-story.css +7 -10
  106. package/dist/components/image-story/image-story.schema.dereffed.json +3 -4
  107. package/dist/components/image-story/image-story.schema.json +1 -5
  108. package/dist/components/image-story/index.d.ts +0 -1
  109. package/dist/components/image-story/index.js +1 -0
  110. package/dist/components/image-text/image-text.css +4 -4
  111. package/dist/components/image-text/index.d.ts +0 -1
  112. package/dist/components/index/index.d.ts +3 -9
  113. package/dist/components/logo/index.d.ts +0 -1
  114. package/dist/components/logos/index.d.ts +0 -1
  115. package/dist/components/logos/index.js +1 -1
  116. package/dist/components/logos/logos.css +4 -4
  117. package/dist/components/logos/logos.schema.dereffed.json +6 -6
  118. package/dist/components/logos/logos.schema.json +6 -6
  119. package/dist/components/mosaic/index.d.ts +0 -1
  120. package/dist/components/mosaic/index.js +1 -1
  121. package/dist/components/mosaic/mosaic.css +7 -8
  122. package/dist/components/mosaic/mosaic.schema.dereffed.json +3 -4
  123. package/dist/components/nav-dropdown/index.d.ts +1 -2
  124. package/dist/components/nav-dropdown/index.js +2 -2
  125. package/dist/components/nav-dropdown/nav-dropdown.css +4 -13
  126. package/dist/components/nav-dropdown/nav-dropdown.schema.dereffed.json +1 -1
  127. package/dist/components/nav-flyout/index.d.ts +2 -3
  128. package/dist/components/nav-flyout/index.js +8 -6
  129. package/dist/components/nav-flyout/nav-flyout.css +15 -29
  130. package/dist/components/nav-flyout/nav-flyout.schema.dereffed.json +12 -12
  131. package/dist/components/nav-main/index.d.ts +5 -6
  132. package/dist/components/nav-main/index.js +2 -0
  133. package/dist/components/nav-main/nav-main.schema.dereffed.json +15 -15
  134. package/dist/components/nav-main/nav-main.schema.json +14 -14
  135. package/dist/components/nav-toggle/index.js +1 -1
  136. package/dist/components/nav-topbar/index.d.ts +2 -3
  137. package/dist/components/nav-topbar/index.js +2 -2
  138. package/dist/components/nav-topbar/nav-topbar.css +3 -16
  139. package/dist/components/nav-topbar/nav-topbar.schema.dereffed.json +12 -12
  140. package/dist/components/page/index.d.ts +0 -1
  141. package/dist/components/page/page.schema.dereffed.json +163 -292
  142. package/dist/components/page-wrapper/index.js +368 -135
  143. package/dist/components/page-wrapper/tokens.css +692 -439
  144. package/dist/components/picture/picture.schema.json +88 -0
  145. package/dist/components/presets.json +560 -1883
  146. package/dist/components/providers/index.js +1 -1
  147. package/dist/components/section/index.d.ts +1 -2
  148. package/dist/components/section/index.js +16 -10
  149. package/dist/components/section/js/Section.client.js +1 -1
  150. package/dist/components/section/section.css +93 -88
  151. package/dist/components/section/section.schema.dereffed.json +163 -292
  152. package/dist/components/section/section.schema.json +10 -21
  153. package/dist/components/settings/settings.schema.dereffed.json +24 -29
  154. package/dist/components/settings/settings.schema.json +0 -5
  155. package/dist/components/slider/index.d.ts +1 -2
  156. package/dist/components/slider/slider.css +9 -19
  157. package/dist/components/slider/slider.schema.dereffed.json +71 -78
  158. package/dist/components/split/index.d.ts +13 -0
  159. package/dist/components/split/index.js +17 -0
  160. package/dist/components/split/split.css +53 -0
  161. package/dist/components/split/split.schema.dereffed.json +29 -0
  162. package/dist/components/split/split.schema.json +19 -0
  163. package/dist/components/stat/index.d.ts +0 -1
  164. package/dist/components/stat/stat.schema.dereffed.json +0 -1
  165. package/dist/components/stat/stat.schema.json +0 -1
  166. package/dist/components/stats/index.d.ts +0 -1
  167. package/dist/components/stats/stats.css +7 -3
  168. package/dist/components/stats/stats.schema.dereffed.json +0 -1
  169. package/dist/components/teaser-card/index.d.ts +1 -2
  170. package/dist/components/teaser-card/index.js +9 -10
  171. package/dist/components/teaser-card/teaser-card.css +48 -68
  172. package/dist/components/teaser-card/teaser-card.schema.dereffed.json +4 -4
  173. package/dist/components/teaser-card/teaser-card.schema.json +4 -4
  174. package/dist/components/testimonial/index.d.ts +1 -49
  175. package/dist/components/testimonial/index.js +1 -4
  176. package/dist/components/testimonial/testimonial.schema.dereffed.json +0 -11
  177. package/dist/components/testimonial/testimonial.schema.json +0 -7
  178. package/dist/components/testimonials/index.d.ts +2 -3
  179. package/dist/components/testimonials/index.js +2 -2
  180. package/dist/components/testimonials/testimonials.css +28 -60
  181. package/dist/components/testimonials/testimonials.schema.dereffed.json +5 -11
  182. package/dist/components/testimonials/testimonials.schema.json +1 -30
  183. package/dist/components/text/index.d.ts +0 -1
  184. package/dist/components/text/text.css +2 -2
  185. package/dist/components/tile/tile.schema.dereffed.json +3 -4
  186. package/dist/components/tile/tile.schema.json +4 -10
  187. package/dist/components/video-curtain/index.d.ts +1 -2
  188. package/dist/components/video-curtain/index.js +4 -12
  189. package/dist/components/video-curtain/video-curtain.css +33 -57
  190. package/dist/components/video-curtain/video-curtain.schema.dereffed.json +4 -7
  191. package/dist/components/video-curtain/video-curtain.schema.json +3 -3
  192. package/dist/global.css +86 -340
  193. package/dist/static/img/logos/logoipsum-212.svg +12 -0
  194. package/dist/static/img/logos/logoipsum-217.svg +4 -0
  195. package/dist/static/img/logos/logoipsum-239.svg +16 -0
  196. package/dist/static/img/logos/logoipsum-244.svg +19 -0
  197. package/dist/static/img/logos/logoipsum-250.svg +21 -0
  198. package/dist/static/img/logos/logoipsum-286.svg +20 -0
  199. package/dist/static/img/people/author-alex.png +0 -0
  200. package/dist/static/img/people/author-emily.png +0 -0
  201. package/dist/static/img/people/author-john.png +0 -0
  202. package/dist/static/img/screenshots/blog-blog-aside--default.png +0 -0
  203. package/dist/static/img/screenshots/blog-blog-author--default.png +0 -0
  204. package/dist/static/img/screenshots/components-contact--wide-image.png +0 -0
  205. package/dist/static/img/screenshots/components-stats--count-up-with-description.png +0 -0
  206. package/dist/static/img/screenshots/components-stats--count-up-with-icons.png +0 -0
  207. package/dist/static/img/screenshots/components-teaser-card--page-navigation.png +0 -0
  208. package/dist/static/img/screenshots/components-testimonials--slider-layout.png +0 -0
  209. package/dist/static/img/screenshots/components-testimonials--with-rating.png +0 -0
  210. package/dist/static/img/screenshots/layout-footer--footer.png +0 -0
  211. package/dist/static/img/screenshots/layout-slider--with-arrows.png +0 -0
  212. package/dist/static/img/screenshots/layout-slider--with-autoplay.png +0 -0
  213. package/dist/static/img/screenshots/layout-slider--with-nav.png +0 -0
  214. package/dist/static/img/screenshots/layout-slider--with-teased-neighbours.png +0 -0
  215. package/dist/static/img/screenshots/pages-archetypes--blog-post.png +0 -0
  216. package/dist/static/img/screenshots/pages-archetypes--overview.png +0 -0
  217. package/dist/static/logo-inverted.svg +25 -12
  218. package/dist/static/logo.svg +25 -12
  219. package/dist/tokens/IconSprite.js +367 -134
  220. package/dist/tokens/icon-sprite.html +37 -72
  221. package/dist/tokens/themes.css +4 -4
  222. package/dist/tokens/tokens.css +692 -439
  223. package/dist/tokens/tokens.js +755 -651
  224. package/package.json +16 -11
  225. package/dist/DividerProps-2ef31901.d.ts +0 -26
  226. package/dist/EventAppointmentProps-443cd1ce.d.ts +0 -38
  227. package/dist/EventDetailProps-42a7eebe.d.ts +0 -387
  228. package/dist/EventFilterProps-b190eb86.d.ts +0 -73
  229. package/dist/EventLatestTeaserProps-fc9d3281.d.ts +0 -58
  230. package/dist/EventListTeaserProps-5cc94436.d.ts +0 -89
  231. package/dist/EventLocationProps-871bc198.d.ts +0 -41
  232. package/dist/FeaturesProps-a9041d97.d.ts +0 -67
  233. package/dist/HtmlProps-9d091769.d.ts +0 -34
  234. package/dist/SearchFilterProps-2fa6419b.d.ts +0 -29
  235. package/dist/SearchResultProps-224c2338.d.ts +0 -33
  236. package/dist/components/breadcrumb/breadcrumb.css +0 -32
  237. package/dist/components/breadcrumb/breadcrumb.schema.dereffed.json +0 -34
  238. package/dist/components/breadcrumb/breadcrumb.schema.json +0 -27
  239. package/dist/components/breadcrumb/index.d.ts +0 -28
  240. package/dist/components/breadcrumb/index.js +0 -17
  241. package/dist/components/content-nav/content-nav.css +0 -112
  242. package/dist/components/content-nav/content-nav.schema.dereffed.json +0 -61
  243. package/dist/components/content-nav/content-nav.schema.json +0 -52
  244. package/dist/components/content-nav/index.d.ts +0 -42
  245. package/dist/components/content-nav/index.js +0 -14
  246. package/dist/components/downloads/downloads.css +0 -153
  247. package/dist/components/downloads/downloads.schema.dereffed.json +0 -55
  248. package/dist/components/downloads/downloads.schema.json +0 -44
  249. package/dist/components/downloads/index.d.ts +0 -41
  250. package/dist/components/downloads/index.js +0 -18
  251. package/dist/components/event-appointment/event-appointment.css +0 -61
  252. package/dist/components/event-appointment/event-appointment.schema.dereffed.json +0 -56
  253. package/dist/components/event-appointment/event-appointment.schema.json +0 -47
  254. package/dist/components/event-appointment/index.d.ts +0 -7
  255. package/dist/components/event-appointment/index.js +0 -14
  256. package/dist/components/event-detail/event-detail.schema.dereffed.json +0 -287
  257. package/dist/components/event-detail/event-detail.schema.json +0 -74
  258. package/dist/components/event-detail/index.d.ts +0 -5
  259. package/dist/components/event-detail/index.js +0 -36
  260. package/dist/components/event-filter/event-filter.css +0 -31
  261. package/dist/components/event-filter/event-filter.schema.dereffed.json +0 -118
  262. package/dist/components/event-filter/event-filter.schema.json +0 -107
  263. package/dist/components/event-filter/index.d.ts +0 -7
  264. package/dist/components/event-filter/index.js +0 -34
  265. package/dist/components/event-header/event-header.css +0 -6
  266. package/dist/components/event-header/event-header.schema.dereffed.json +0 -38
  267. package/dist/components/event-header/event-header.schema.json +0 -34
  268. package/dist/components/event-header/index.d.ts +0 -35
  269. package/dist/components/event-header/index.js +0 -20
  270. package/dist/components/event-latest/event-latest.css +0 -5
  271. package/dist/components/event-latest/event-latest.schema.dereffed.json +0 -142
  272. package/dist/components/event-latest/event-latest.schema.json +0 -46
  273. package/dist/components/event-latest/index.d.ts +0 -30
  274. package/dist/components/event-latest/index.js +0 -19
  275. package/dist/components/event-latest-teaser/event-latest-teaser.css +0 -131
  276. package/dist/components/event-latest-teaser/event-latest-teaser.schema.dereffed.json +0 -97
  277. package/dist/components/event-latest-teaser/event-latest-teaser.schema.json +0 -73
  278. package/dist/components/event-latest-teaser/index.d.ts +0 -8
  279. package/dist/components/event-latest-teaser/index.js +0 -18
  280. package/dist/components/event-list/event-list.schema.dereffed.json +0 -284
  281. package/dist/components/event-list/event-list.schema.json +0 -18
  282. package/dist/components/event-list/index.d.ts +0 -19
  283. package/dist/components/event-list/index.js +0 -73
  284. package/dist/components/event-list-teaser/event-list-teaser.css +0 -141
  285. package/dist/components/event-list-teaser/event-list-teaser.schema.dereffed.json +0 -151
  286. package/dist/components/event-list-teaser/event-list-teaser.schema.json +0 -116
  287. package/dist/components/event-list-teaser/index.d.ts +0 -8
  288. package/dist/components/event-list-teaser/index.js +0 -21
  289. package/dist/components/event-location/event-location.css +0 -71
  290. package/dist/components/event-location/event-location.schema.dereffed.json +0 -126
  291. package/dist/components/event-location/event-location.schema.json +0 -61
  292. package/dist/components/event-location/index.d.ts +0 -7
  293. package/dist/components/event-location/index.js +0 -18
  294. package/dist/components/event-login/event-login.css +0 -31
  295. package/dist/components/event-login/event-login.schema.dereffed.json +0 -125
  296. package/dist/components/event-login/event-login.schema.json +0 -98
  297. package/dist/components/event-login/index.d.ts +0 -78
  298. package/dist/components/event-login/index.js +0 -21
  299. package/dist/components/event-registration/event-registration.css +0 -91
  300. package/dist/components/event-registration/event-registration.schema.dereffed.json +0 -174
  301. package/dist/components/event-registration/event-registration.schema.json +0 -138
  302. package/dist/components/event-registration/index.d.ts +0 -106
  303. package/dist/components/event-registration/index.js +0 -23
  304. package/dist/components/html/Html.client.d.ts +0 -5
  305. package/dist/components/html/Html.client.js +0 -41
  306. package/dist/components/html/html.css +0 -52
  307. package/dist/components/html/html.schema.dereffed.json +0 -61
  308. package/dist/components/pagination/index.d.ts +0 -47
  309. package/dist/components/pagination/index.js +0 -52
  310. package/dist/components/pagination/pagination.css +0 -66
  311. package/dist/components/pagination/pagination.schema.dereffed.json +0 -64
  312. package/dist/components/pagination/pagination.schema.json +0 -57
  313. package/dist/components/search/index.d.ts +0 -19
  314. package/dist/components/search/index.js +0 -39
  315. package/dist/components/search/search.schema.dereffed.json +0 -134
  316. package/dist/components/search/search.schema.json +0 -18
  317. package/dist/components/search-bar/index.d.ts +0 -35
  318. package/dist/components/search-bar/index.js +0 -17
  319. package/dist/components/search-bar/search-bar.css +0 -33
  320. package/dist/components/search-bar/search-bar.schema.dereffed.json +0 -48
  321. package/dist/components/search-bar/search-bar.schema.json +0 -35
  322. package/dist/components/search-filter/index.d.ts +0 -7
  323. package/dist/components/search-filter/index.js +0 -15
  324. package/dist/components/search-filter/search-filter.css +0 -20
  325. package/dist/components/search-filter/search-filter.schema.dereffed.json +0 -69
  326. package/dist/components/search-filter/search-filter.schema.json +0 -46
  327. package/dist/components/search-result/index.d.ts +0 -7
  328. package/dist/components/search-result/index.js +0 -15
  329. package/dist/components/search-result/search-result.css +0 -26
  330. package/dist/components/search-result/search-result.schema.dereffed.json +0 -50
  331. package/dist/components/search-result/search-result.schema.json +0 -41
  332. package/dist/components/split-even/index.d.ts +0 -74
  333. package/dist/components/split-even/index.js +0 -7
  334. package/dist/components/split-even/split-even.css +0 -100
  335. package/dist/components/split-even/split-even.schema.dereffed.json +0 -5899
  336. package/dist/components/split-even/split-even.schema.json +0 -170
  337. package/dist/components/split-weighted/index.d.ts +0 -104
  338. package/dist/components/split-weighted/index.js +0 -13
  339. package/dist/components/split-weighted/split-weighted.css +0 -133
  340. package/dist/components/split-weighted/split-weighted.schema.dereffed.json +0 -5959
  341. package/dist/components/split-weighted/split-weighted.schema.json +0 -212
  342. package/dist/static/fonts/systemics/Montserrat-Bold.woff2 +0 -0
  343. package/dist/static/fonts/systemics/Montserrat-Light.woff2 +0 -0
  344. package/dist/static/fonts/systemics/Montserrat-Medium.woff2 +0 -0
  345. package/dist/static/fonts/systemics/Montserrat-Regular.woff2 +0 -0
  346. package/dist/static/fonts/systemics/Montserrat-SemiBold.woff2 +0 -0
  347. package/dist/static/img/about/angled-image.png +0 -0
  348. package/dist/static/img/about/cta.png +0 -0
  349. package/dist/static/img/about/cutout.png +0 -0
  350. package/dist/static/img/about/disclaimer.png +0 -0
  351. package/dist/static/img/about/purpose.png +0 -0
  352. package/dist/static/img/about/spoiler.png +0 -0
  353. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-01.svg +0 -72
  354. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-02.svg +0 -112
  355. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-03.svg +0 -197
  356. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-04.svg +0 -76
  357. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-05.svg +0 -82
  358. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-06.svg +0 -219
  359. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-07.svg +0 -85
  360. package/dist/static/img/logos/logoipsum-344.svg +0 -174
  361. package/dist/static/img/logos/logoipsum-347.svg +0 -52
  362. package/dist/static/img/logos/logoipsum-352.svg +0 -22
  363. package/dist/static/img/logos/logoipsum-356.svg +0 -20
  364. package/dist/static/img/logos/logoipsum-358.svg +0 -29
  365. package/dist/static/img/logos/logoipsum-369.svg +0 -20
  366. package/dist/static/img/logos/logoipsum-373.svg +0 -17
  367. package/dist/static/img/people/contact-person.png +0 -0
  368. package/dist/static/img/screenshots/layout-divider--accent.png +0 -0
  369. package/dist/static/img/screenshots/layout-divider--default.png +0 -0
  370. package/dist/static/logo-dark.svg +0 -13
  371. package/dist/static/logo-dsa-inverted.svg +0 -26
  372. package/dist/static/logo-dsa.svg +0 -26
@@ -1,170 +0,0 @@
1
- {
2
- "$schema": "http://json-schema.org/draft-07/schema#",
3
- "$id": "http://schema.mydesignsystem.com/split-even.schema.json",
4
- "title": "Split Even",
5
- "type": "object",
6
- "properties": {
7
- "contentMinWidth": {
8
- "title": "Content Minimum Width",
9
- "description": "Sets the minimum width for each half of the split layout",
10
- "type": "string",
11
- "enum": ["narrow", "medium", "wide"],
12
- "default": "medium"
13
- },
14
- "contentGutter": {
15
- "title": "Content Gutter",
16
- "description": "Sets the space between the content inside the two halves of the split layout",
17
- "type": "string",
18
- "enum": ["small", "default", "large", "none"],
19
- "default": "default"
20
- },
21
- "mobileReverse": {
22
- "title": "Mobile Reverse",
23
- "description": "Reverses the order of the sections on mobile devices",
24
- "type": "boolean",
25
- "default": false
26
- },
27
- "verticalAlign": {
28
- "title": "Vertical Alignment",
29
- "type": "string",
30
- "description": "Aligns the content vertically within the sections",
31
- "enum": ["top", "center", "bottom", "sticky"],
32
- "default": "top"
33
- },
34
- "verticalGutter": {
35
- "title": "Vertical Gutter",
36
- "description": "Sets the vertical space between the content of the split layout",
37
- "type": "string",
38
- "enum": ["large", "default", "small", "none"],
39
- "default": "default"
40
- },
41
- "horizontalGutter": {
42
- "title": "Horizontal Gutter",
43
- "description": "Sets the horizontal space between the content of the split layout",
44
- "type": "string",
45
- "enum": ["large", "default", "small", "none"],
46
- "default": "default"
47
- },
48
- "firstComponents": {
49
- "type": "array",
50
- "title": "First",
51
- "description": "Allowed components for the first half of the split layout",
52
- "items": {
53
- "anyOf": [
54
- {
55
- "$ref": "http://schema.mydesignsystem.com/cta.schema.json"
56
- },
57
- {
58
- "$ref": "http://schema.mydesignsystem.com/divider.schema.json"
59
- },
60
- {
61
- "$ref": "http://schema.mydesignsystem.com/faq.schema.json"
62
- },
63
- {
64
- "$ref": "http://schema.mydesignsystem.com/features.schema.json"
65
- },
66
- {
67
- "$ref": "http://schema.mydesignsystem.com/gallery.schema.json"
68
- },
69
- {
70
- "$ref": "http://schema.mydesignsystem.com/hero.schema.json"
71
- },
72
- {
73
- "$ref": "http://schema.mydesignsystem.com/html.schema.json"
74
- },
75
- {
76
- "$ref": "http://schema.mydesignsystem.com/image-story.schema.json"
77
- },
78
- {
79
- "$ref": "http://schema.mydesignsystem.com/image-text.schema.json"
80
- },
81
- {
82
- "$ref": "http://schema.mydesignsystem.com/logos.schema.json"
83
- },
84
- {
85
- "$ref": "http://schema.mydesignsystem.com/mosaic.schema.json"
86
- },
87
- {
88
- "$ref": "http://schema.mydesignsystem.com/slider.schema.json"
89
- },
90
- {
91
- "$ref": "http://schema.mydesignsystem.com/stats.schema.json"
92
- },
93
- {
94
- "$ref": "http://schema.mydesignsystem.com/teaser-card.schema.json"
95
- },
96
- {
97
- "$ref": "http://schema.mydesignsystem.com/testimonials.schema.json"
98
- },
99
- {
100
- "$ref": "http://schema.mydesignsystem.com/text.schema.json"
101
- },
102
- {
103
- "$ref": "http://schema.mydesignsystem.com/video-curtain.schema.json"
104
- }
105
- ]
106
- }
107
- },
108
- "secondComponents": {
109
- "type": "array",
110
- "title": "Second",
111
- "description": "Allowed components for the second half of the split layout",
112
- "items": {
113
- "anyOf": [
114
- {
115
- "$ref": "http://schema.mydesignsystem.com/cta.schema.json"
116
- },
117
- {
118
- "$ref": "http://schema.mydesignsystem.com/divider.schema.json"
119
- },
120
- {
121
- "$ref": "http://schema.mydesignsystem.com/faq.schema.json"
122
- },
123
- {
124
- "$ref": "http://schema.mydesignsystem.com/features.schema.json"
125
- },
126
- {
127
- "$ref": "http://schema.mydesignsystem.com/gallery.schema.json"
128
- },
129
- {
130
- "$ref": "http://schema.mydesignsystem.com/hero.schema.json"
131
- },
132
- {
133
- "$ref": "http://schema.mydesignsystem.com/html.schema.json"
134
- },
135
- {
136
- "$ref": "http://schema.mydesignsystem.com/image-story.schema.json"
137
- },
138
- {
139
- "$ref": "http://schema.mydesignsystem.com/image-text.schema.json"
140
- },
141
- {
142
- "$ref": "http://schema.mydesignsystem.com/logos.schema.json"
143
- },
144
- {
145
- "$ref": "http://schema.mydesignsystem.com/mosaic.schema.json"
146
- },
147
- {
148
- "$ref": "http://schema.mydesignsystem.com/slider.schema.json"
149
- },
150
- {
151
- "$ref": "http://schema.mydesignsystem.com/stats.schema.json"
152
- },
153
- {
154
- "$ref": "http://schema.mydesignsystem.com/teaser-card.schema.json"
155
- },
156
- {
157
- "$ref": "http://schema.mydesignsystem.com/testimonials.schema.json"
158
- },
159
- {
160
- "$ref": "http://schema.mydesignsystem.com/text.schema.json"
161
- },
162
- {
163
- "$ref": "http://schema.mydesignsystem.com/video-curtain.schema.json"
164
- }
165
- ]
166
- }
167
- }
168
- },
169
- "additionalProperties": false
170
- }
@@ -1,104 +0,0 @@
1
- /// <reference types="react" />
2
- import { FC } 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
- import { CtaProps } from "../../CtaProps-babe4ee6.js";
10
- import { DividerProps } from "../../DividerProps-2ef31901.js";
11
- import { FaqProps } from "../../FaqProps-ad618cd5.js";
12
- import { FeaturesProps } from "../../FeaturesProps-a9041d97.js";
13
- import { GalleryProps } from "../../GalleryProps-76e7de44.js";
14
- import { HeroProps } from "../../HeroProps-40f6c7f5.js";
15
- import { HtmlProps } from "../../HtmlProps-9d091769.js";
16
- import { ImageStoryProps } from "../../ImageStoryProps-e853e1e7.js";
17
- import { ImageTextProps } from "../../ImageTextProps-9286cca4.js";
18
- import { LogosProps } from "../../LogosProps-f9474fe2.js";
19
- import { MosaicProps } from "../../MosaicProps-d52c7151.js";
20
- import { SliderProps } from "../../SliderProps-babe4ee6.js";
21
- import { StatsProps } from "../../StatsProps-bf5ef578.js";
22
- import { TeaserCardProps } from "../../TeaserCardProps-994cb119.js";
23
- import { TestimonialsProps } from "../../TestimonialsProps-e344f597.js";
24
- import { TextProps } from "../../TextProps-a23170d2.js";
25
- import { VideoCurtainProps } from "../../VideoCurtainProps-a2c0cc7f.js";
26
- /**
27
- * Sets the vertical space between the content of the split layout
28
- */
29
- type VerticalGutter = "large" | "default" | "small" | "none";
30
- /**
31
- * Sets the horizontal space between the content of the split layout
32
- */
33
- type HorizontalGutter = "large" | "default" | "small" | "none";
34
- /**
35
- * Aligns the content vertically within the sections
36
- */
37
- type VerticalAlignment = "top" | "center" | "bottom" | "sticky";
38
- /**
39
- * Sets the space between the content of the split layout
40
- */
41
- type ContentGutter = "large" | "default" | "small" | "none";
42
- /**
43
- * Sets the minimum width of the main section
44
- */
45
- type MinimumWidth = "narrow" | "default" | "wide";
46
- /**
47
- * Size of gutter to use
48
- */
49
- type Gutter = "large" | "default" | "small" | "none";
50
- /**
51
- * Sets the minimum width of the main section
52
- */
53
- type MinimumWidth1 = "narrow" | "default" | "wide";
54
- /**
55
- * Determines the order of sections on mobile devices
56
- */
57
- type MobileOrder = "mainFirst" | "asideFirst";
58
- /**
59
- * Determines the order of sections on desktop devices
60
- */
61
- type DesktopOrder = "mainFirst" | "asideFirst";
62
- /**
63
- * Allowed components for the main half of the split layout
64
- */
65
- type Main = (CtaProps | DividerProps | FaqProps | FeaturesProps | GalleryProps | HeroProps | HtmlProps | ImageStoryProps | ImageTextProps | LogosProps | MosaicProps | SliderProps | StatsProps | TeaserCardProps | TestimonialsProps | TextProps | VideoCurtainProps)[];
66
- /**
67
- * Allowed components for the aside half of the split layout
68
- */
69
- type Aside = (CtaProps | DividerProps | FaqProps | FeaturesProps | GalleryProps | HeroProps | HtmlProps | ImageStoryProps | ImageTextProps | LogosProps | MosaicProps | SliderProps | StatsProps | TeaserCardProps | TestimonialsProps | TextProps | VideoCurtainProps)[];
70
- interface SplitWeightedProps {
71
- verticalGutter?: VerticalGutter;
72
- horizontalGutter?: HorizontalGutter;
73
- verticalAlign?: VerticalAlignment;
74
- mainLayout?: MainLayout;
75
- asideLayout?: AsideLayout;
76
- order?: Order;
77
- mainComponents?: Main;
78
- asideComponents?: Aside;
79
- }
80
- interface MainLayout {
81
- gutter?: ContentGutter;
82
- minWidth?: MinimumWidth;
83
- }
84
- /**
85
- * Layout settings for the aside section of the split layout
86
- */
87
- interface AsideLayout {
88
- gutter?: Gutter;
89
- minWidth?: MinimumWidth1;
90
- }
91
- /**
92
- * Sets the order of the main and aside sections in the split layout
93
- */
94
- interface Order {
95
- mobile?: MobileOrder;
96
- desktop?: DesktopOrder;
97
- }
98
- interface ComponentProps {
99
- main?: React.ReactNode;
100
- aside?: React.ReactNode;
101
- }
102
- type SplitWeightedComponentProps = SplitWeightedProps & ComponentProps;
103
- declare const SplitWeighted: FC<SplitWeightedComponentProps>;
104
- export { ComponentProps, SplitWeightedComponentProps, SplitWeighted };
@@ -1,13 +0,0 @@
1
- import "./split-weighted.css";
2
- import { jsxs, jsx } from 'react/jsx-runtime';
3
- import classnames from 'classnames';
4
-
5
- const SplitWeighted = ({ order, mainLayout, asideLayout, horizontalGutter = "default", verticalGutter = "default", main, aside, verticalAlign = "top", }) => (jsxs("div", { className: classnames("l-split-weighted", order?.desktop === "asideFirst" &&
6
- "l-split-weighted--desktop-aside-first", order?.mobile === "asideFirst" && "l-split-weighted--mobile-aside-first", horizontalGutter && `l-split-weighted--h-gutter-${horizontalGutter}`, verticalGutter && `l-split-weighted--v-gutter-${verticalGutter}`, verticalAlign && `l-split-weighted--align-${verticalAlign}`), children: [jsx("div", { className: classnames("l-split-weighted__main l-split-weighted__content", mainLayout?.gutter &&
7
- `l-split-weighted__main--gutter-${mainLayout.gutter}`, mainLayout?.minWidth &&
8
- `l-split-weighted__main--width-${mainLayout.minWidth}`), children: jsx("div", { className: classnames("l-split-weighted__content-container", mainLayout?.gutter &&
9
- `l-split-weighted__content-container--gutter-${mainLayout.gutter}`), children: main }) }), jsx("div", { className: classnames("l-split-weighted__aside l-split-weighted__content", asideLayout?.minWidth &&
10
- `l-split-weighted__aside--width-${asideLayout.minWidth}`), children: jsx("div", { className: classnames("l-split-weighted__content-container", asideLayout?.gutter &&
11
- `l-split-weighted__content-container--gutter-${asideLayout.gutter}`), children: aside }) })] }));
12
-
13
- export { SplitWeighted };
@@ -1,133 +0,0 @@
1
- .l-split-weighted {
2
- --dsa-split-weighted--sticky-margin: var(--ks-spacing-stack-xl);
3
- --dsa-split-weighted--v-gutter_default: var(--ks-spacing-stack-l);
4
- --dsa-split-weighted--v-gutter_small: var(--ks-spacing-stack-s);
5
- --dsa-split-weighted--v-gutter_large: var(--dsa-content--vertical-spacing);
6
- --dsa-split-weighted--h-gutter_default: var(--ks-spacing-inline-l);
7
- --dsa-split-weighted--h-gutter_small: var(--ks-spacing-inline-m);
8
- --dsa-split-weighted--h-gutter_large: var(--ks-spacing-xxl);
9
- --dsa-split-weighted__main--flex-basis_default: var(--dsa-tile--width_largest);
10
- --dsa-split-weighted__main--flex-basis_narrow: var(--dsa-tile--width_large);
11
- --dsa-split-weighted__main--flex-basis_wide: calc(var(--dsa-tile--width_largest) * 1.25);
12
- --dsa-split-weighted__main--gutter_default: var(--ks-spacing-stack-l);
13
- --dsa-split-weighted__main--gutter_small: var(--ks-spacing-stack-s);
14
- --dsa-split-weighted__main--gutter_large: var(--dsa-content--vertical-spacing);
15
- --dsa-split-weighted__aside--flex-basis_default: var(--dsa-tile--width_medium);
16
- --dsa-split-weighted__aside--flex-basis_narrow: var(--dsa-tile--width_small);
17
- --dsa-split-weighted__aside--flex-basis_wide: var(--dsa-tile--width_large);
18
- --dsa-split-weighted__aside--gutter_default: var(--ks-spacing-stack-s);
19
- --dsa-split-weighted__aside--gutter_small: var(--ks-spacing-stack-xs);
20
- --dsa-split-weighted__aside--gutter_large: var(--ks-spacing-stack-m);
21
- }
22
-
23
- .l-split-weighted {
24
- --dsa-split-weighted--v-gutter: var(--dsa-split-weighted--v-gutter_default, var(--ks-spacing-stack-m));
25
- --dsa-split-weighted--h-gutter: var(--dsa-split-weighted--h-gutter_default, var(--ks-spacing-inline-l));
26
- display: flex;
27
- flex-wrap: wrap;
28
- gap: var(--dsa-split-weighted--v-gutter) var(--dsa-split-weighted--h-gutter);
29
- }
30
- .l-split-weighted--align-top {
31
- align-items: flex-start;
32
- }
33
- .l-split-weighted--align-center {
34
- align-items: center;
35
- }
36
- .l-split-weighted--align-bottom {
37
- align-items: flex-end;
38
- }
39
- .l-split-weighted--align-sticky {
40
- position: relative;
41
- }
42
- .l-split-weighted--align-sticky .l-split-weighted__content-container {
43
- position: sticky;
44
- top: var(--dsa-split-weighted--sticky-margin, var(--ks-spacing-stack-xl));
45
- height: fit-content;
46
- }
47
- .l-split-weighted--desktop-aside-first {
48
- flex-direction: row-reverse;
49
- }
50
- .l-split-weighted--mobile-aside-first {
51
- flex-wrap: wrap-reverse;
52
- }
53
- .l-split-weighted--mobile-aside-first.l-split-weighted--align-top {
54
- align-items: flex-end;
55
- }
56
- .l-split-weighted--mobile-aside-first.l-split-weighted--align-bottom {
57
- align-items: flex-start;
58
- }
59
- .l-split-weighted--v-gutter-small {
60
- --dsa-split-weighted--v-gutter: var(--dsa-split-weighted--v-gutter_small, var(--ks-spacing-stack-l));
61
- }
62
- .l-split-weighted--v-gutter-large {
63
- --dsa-split-weighted--v-gutter: var(--dsa-split-weighted--v-gutter_large, var(--dsa-content--vertical-spacing));
64
- }
65
- .l-split-weighted--v-gutter-none {
66
- --dsa-split-weighted--v-gutter: 0;
67
- }
68
- .l-split-weighted--h-gutter-small {
69
- --dsa-split-weighted--h-gutter: var(--dsa-split-weighted--h-gutter_small, var(--ks-spacing-inline-m));
70
- }
71
- .l-split-weighted--h-gutter-large {
72
- --dsa-split-weighted--h-gutter: var(--dsa-split-weighted--h-gutter_large, var(--ks-spacing-xxl));
73
- }
74
- .l-split-weighted--h-gutter-none {
75
- --dsa-split-weighted--h-gutter: 0;
76
- }
77
- .l-split-weighted__content {
78
- display: flex;
79
- flex-direction: column;
80
- }
81
- .l-split-weighted__content .l-split-weighted__content-container {
82
- display: flex;
83
- flex-direction: column;
84
- }
85
- .l-split-weighted__content .l-split-weighted__content-container--gutter-none {
86
- gap: 0;
87
- }
88
- .l-split-weighted__main {
89
- flex-basis: var(--dsa-split-weighted__main--flex-basis_default, calc(var(--dsa-content--width_default) * 1));
90
- flex-grow: 1000;
91
- flex-shrink: 1;
92
- }
93
- .l-split-weighted__main--width-narrow {
94
- flex-basis: var(--dsa-split-weighted__main--flex-basis_narrow, var(--dsa-tile--width_large));
95
- }
96
- .l-split-weighted__main--width-wide {
97
- flex-basis: var(--dsa-split-weighted__main--flex-basis_wide, var(--dsa-content--width_default));
98
- }
99
- .l-split-weighted__main .l-split-weighted__content-container {
100
- gap: var(--dsa-split-weighted__main--gutter_default, var(--dsa-content--width_narrow));
101
- }
102
- .l-split-weighted__main .l-split-weighted__content-container--gutter-none {
103
- gap: 0;
104
- }
105
- .l-split-weighted__main .l-split-weighted__content-container--gutter-small {
106
- gap: var(--dsa-split-weighted__main--gutter_small, var(--ks-spacing-stack-s));
107
- }
108
- .l-split-weighted__main .l-split-weighted__content-container--gutter-large {
109
- gap: var(--dsa-split-weighted__main--gutter_large, var(--ks-spacing-stack-l));
110
- }
111
- .l-split-weighted__aside {
112
- flex-basis: var(--dsa-split-weighted__aside--flex-basis_default, var(--dsa-tile--width_medium));
113
- flex-grow: 1;
114
- gap: var(--dsa-split-weighted__aside--gutter_default, var(--ks-spacing-stack-s));
115
- }
116
- .l-split-weighted__aside--width-narrow {
117
- flex-basis: var(--dsa-split-weighted__aside--flex-basis_narrow, var(--dsa-tile--width_small));
118
- }
119
- .l-split-weighted__aside--width-wide {
120
- flex-basis: var(--dsa-split-weighted__aside--flex-basis_wide, var(--dsa-tile--width_large));
121
- }
122
- .l-split-weighted__aside .l-split-weighted__content-container {
123
- gap: var(--dsa-split-weighted__main--gutter_default, var(--dsa-content--width_narrow));
124
- }
125
- .l-split-weighted__aside .l-split-weighted__content-container--gutter-none {
126
- gap: 0;
127
- }
128
- .l-split-weighted__aside .l-split-weighted__content-container--gutter-small {
129
- gap: var(--dsa-split-weighted__main--gutter_small, var(--ks-spacing-stack-s));
130
- }
131
- .l-split-weighted__aside .l-split-weighted__content-container--gutter-large {
132
- gap: var(--dsa-split-weighted__main--gutter_large, var(--ks-spacing-stack-l));
133
- }