@kickstartds/ds-agency-premium 1.0.1

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 (301) hide show
  1. package/README.md +96 -0
  2. package/dist/ButtonProps-03ff6d21.d.ts +41 -0
  3. package/dist/CtaProps-93230a76.d.ts +113 -0
  4. package/dist/FaqProps-ad618cd5.d.ts +35 -0
  5. package/dist/FeaturesProps-79dea880.d.ts +284 -0
  6. package/dist/GalleryProps-76e7de44.d.ts +331 -0
  7. package/dist/HeadlineProps-d413a2cc.d.ts +48 -0
  8. package/dist/HeroProps-cf82a16d.d.ts +104 -0
  9. package/dist/ImageStoryProps-03ff6d21.d.ts +70 -0
  10. package/dist/ImageTextProps-9286cca4.d.ts +38 -0
  11. package/dist/LogosProps-8af8b3c7.d.ts +929 -0
  12. package/dist/MosaicProps-aacb9422.d.ts +84 -0
  13. package/dist/SliderProps-69b2f1d7.d.ts +43 -0
  14. package/dist/SplitProps-89ef39c4.d.ts +9 -0
  15. package/dist/StatsProps-afa48599.d.ts +41 -0
  16. package/dist/TeaserCardProps-b52479e5.d.ts +49 -0
  17. package/dist/TestimonialsProps-d27ae4b4.d.ts +54 -0
  18. package/dist/TextProps-a23170d2.d.ts +31 -0
  19. package/dist/VideoCurtainProps-6c625a69.d.ts +82 -0
  20. package/dist/components/blog-aside/blog-aside.css +9 -0
  21. package/dist/components/blog-aside/blog-aside.schema.dereffed.json +130 -0
  22. package/dist/components/blog-aside/blog-aside.schema.json +99 -0
  23. package/dist/components/blog-aside/index.d.ts +76 -0
  24. package/dist/components/blog-aside/index.js +55 -0
  25. package/dist/components/blog-head/blog-head.css +3 -0
  26. package/dist/components/blog-head/blog-head.schema.dereffed.json +54 -0
  27. package/dist/components/blog-head/blog-head.schema.json +40 -0
  28. package/dist/components/blog-head/index.d.ts +34 -0
  29. package/dist/components/blog-head/index.js +11 -0
  30. package/dist/components/blog-teaser/blog-teaser.css +58 -0
  31. package/dist/components/blog-teaser/blog-teaser.schema.dereffed.json +135 -0
  32. package/dist/components/blog-teaser/blog-teaser.schema.json +102 -0
  33. package/dist/components/blog-teaser/index.d.ts +81 -0
  34. package/dist/components/blog-teaser/index.js +37 -0
  35. package/dist/components/button/button.css +67 -0
  36. package/dist/components/button/button.schema.dereffed.json +63 -0
  37. package/dist/components/button/button.schema.json +48 -0
  38. package/dist/components/button/index.d.ts +6 -0
  39. package/dist/components/button/index.js +18 -0
  40. package/dist/components/button-group/button-group.schema.dereffed.json +115 -0
  41. package/dist/components/button-group/button-group.schema.json +27 -0
  42. package/dist/components/button-group/index.d.ts +40 -0
  43. package/dist/components/button-group/index.js +30 -0
  44. package/dist/components/component-teaser/component-teaser.schema.dereffed.json +43 -0
  45. package/dist/components/component-teaser/component-teaser.schema.json +40 -0
  46. package/dist/components/cta/cta.css +100 -0
  47. package/dist/components/cta/cta.schema.dereffed.json +158 -0
  48. package/dist/components/cta/cta.schema.json +127 -0
  49. package/dist/components/cta/index.d.ts +4 -0
  50. package/dist/components/cta/index.js +40 -0
  51. package/dist/components/faq/faq.css +17 -0
  52. package/dist/components/faq/faq.schema.dereffed.json +48 -0
  53. package/dist/components/faq/faq.schema.json +36 -0
  54. package/dist/components/faq/index.d.ts +4 -0
  55. package/dist/components/faq/index.js +9 -0
  56. package/dist/components/feature/index.d.ts +49 -0
  57. package/dist/components/feature/index.js +23 -0
  58. package/dist/components/features/features.css +115 -0
  59. package/dist/components/features/features.schema.dereffed.json +121 -0
  60. package/dist/components/features/features.schema.json +93 -0
  61. package/dist/components/features/index.d.ts +4 -0
  62. package/dist/components/features/index.js +32 -0
  63. package/dist/components/footer/footer.css +53 -0
  64. package/dist/components/footer/footer.schema.dereffed.json +178 -0
  65. package/dist/components/footer/footer.schema.json +47 -0
  66. package/dist/components/footer/index.d.ts +22 -0
  67. package/dist/components/footer/index.js +11 -0
  68. package/dist/components/gallery/gallery.css +50 -0
  69. package/dist/components/gallery/gallery.schema.dereffed.json +84 -0
  70. package/dist/components/gallery/gallery.schema.json +62 -0
  71. package/dist/components/gallery/index.d.ts +4 -0
  72. package/dist/components/gallery/index.js +35 -0
  73. package/dist/components/header/header.css +78 -0
  74. package/dist/components/header/header.schema.dereffed.json +188 -0
  75. package/dist/components/header/header.schema.json +25 -0
  76. package/dist/components/header/index.d.ts +26 -0
  77. package/dist/components/header/index.js +16 -0
  78. package/dist/components/headline/headline.css +78 -0
  79. package/dist/components/headline/headline.schema.dereffed.json +86 -0
  80. package/dist/components/headline/headline.schema.json +60 -0
  81. package/dist/components/headline/index.d.ts +11 -0
  82. package/dist/components/headline/index.js +18 -0
  83. package/dist/components/hero/hero.css +95 -0
  84. package/dist/components/hero/hero.schema.dereffed.json +166 -0
  85. package/dist/components/hero/hero.schema.json +79 -0
  86. package/dist/components/hero/index.d.ts +4 -0
  87. package/dist/components/hero/index.js +55 -0
  88. package/dist/components/image/image.css +12 -0
  89. package/dist/components/image/image.schema.dereffed.json +105 -0
  90. package/dist/components/image/image.schema.json +95 -0
  91. package/dist/components/image/index.d.ts +87 -0
  92. package/dist/components/image/index.js +11 -0
  93. package/dist/components/image-story/image-story.css +26 -0
  94. package/dist/components/image-story/image-story.schema.dereffed.json +165 -0
  95. package/dist/components/image-story/image-story.schema.json +81 -0
  96. package/dist/components/image-story/index.d.ts +4 -0
  97. package/dist/components/image-story/index.js +39 -0
  98. package/dist/components/image-text/image-text.css +4 -0
  99. package/dist/components/image-text/image-text.schema.dereffed.json +68 -0
  100. package/dist/components/image-text/image-text.schema.json +46 -0
  101. package/dist/components/image-text/index.d.ts +5 -0
  102. package/dist/components/image-text/index.js +20 -0
  103. package/dist/components/logos/index.d.ts +4 -0
  104. package/dist/components/logos/index.js +12 -0
  105. package/dist/components/logos/logos.css +91 -0
  106. package/dist/components/logos/logos.schema.dereffed.json +131 -0
  107. package/dist/components/logos/logos.schema.json +106 -0
  108. package/dist/components/mosaic/index.d.ts +4 -0
  109. package/dist/components/mosaic/index.js +33 -0
  110. package/dist/components/mosaic/mosaic.css +35 -0
  111. package/dist/components/mosaic/mosaic.schema.dereffed.json +122 -0
  112. package/dist/components/mosaic/mosaic.schema.json +86 -0
  113. package/dist/components/nav-main/index.d.ts +26 -0
  114. package/dist/components/nav-main/index.js +17 -0
  115. package/dist/components/nav-main/js/NavToggle.client.d.ts +16 -0
  116. package/dist/components/nav-main/js/NavToggle.client.js +57 -0
  117. package/dist/components/nav-main/js/body.client.d.ts +5 -0
  118. package/dist/components/nav-main/js/body.client.js +41 -0
  119. package/dist/components/nav-main/js/navMainEvents.client.d.ts +5 -0
  120. package/dist/components/nav-main/js/navMainEvents.client.js +13 -0
  121. package/dist/components/nav-main/nav-main.css +170 -0
  122. package/dist/components/nav-main/nav-main.schema.dereffed.json +182 -0
  123. package/dist/components/nav-main/nav-main.schema.json +53 -0
  124. package/dist/components/nav-main/nav-toggle.css +85 -0
  125. package/dist/components/page/page.schema.dereffed.json +1945 -0
  126. package/dist/components/page/page.schema.json +58 -0
  127. package/dist/components/page-intro/index.d.ts +17 -0
  128. package/dist/components/page-intro/index.js +18 -0
  129. package/dist/components/page-intro/page-intro.css +8 -0
  130. package/dist/components/page-intro/page-intro.schema.dereffed.json +30 -0
  131. package/dist/components/page-intro/page-intro.schema.json +26 -0
  132. package/dist/components/page-wrapper/index.d.ts +2 -0
  133. package/dist/components/page-wrapper/index.js +28 -0
  134. package/dist/components/page-wrapper/tokens.css +1556 -0
  135. package/dist/components/picture/picture.schema.json +88 -0
  136. package/dist/components/providers/index.d.ts +6 -0
  137. package/dist/components/providers/index.js +38 -0
  138. package/dist/components/raw-page-wrapper/index.d.ts +3 -0
  139. package/dist/components/raw-page-wrapper/index.js +492 -0
  140. package/dist/components/section/index.d.ts +147 -0
  141. package/dist/components/section/index.js +48 -0
  142. package/dist/components/section/js/Section.client.d.ts +2 -0
  143. package/dist/components/section/js/Section.client.js +26 -0
  144. package/dist/components/section/js/spotlight.client.d.ts +2 -0
  145. package/dist/components/section/js/spotlight.client.js +14 -0
  146. package/dist/components/section/section.css +110 -0
  147. package/dist/components/section/section.schema.dereffed.json +1875 -0
  148. package/dist/components/section/section.schema.json +222 -0
  149. package/dist/components/slider/index.d.ts +4 -0
  150. package/dist/components/slider/index.js +7 -0
  151. package/dist/components/slider/slider.css +24 -0
  152. package/dist/components/slider/slider.schema.dereffed.json +54 -0
  153. package/dist/components/slider/slider.schema.json +30 -0
  154. package/dist/components/split/index.d.ts +4 -0
  155. package/dist/components/split/index.js +7 -0
  156. package/dist/components/split/split.css +24 -0
  157. package/dist/components/split/split.schema.dereffed.json +20 -0
  158. package/dist/components/split/split.schema.json +13 -0
  159. package/dist/components/stats/index.d.ts +4 -0
  160. package/dist/components/stats/index.js +11 -0
  161. package/dist/components/stats/stats.css +49 -0
  162. package/dist/components/stats/stats.schema.dereffed.json +71 -0
  163. package/dist/components/stats/stats.schema.json +49 -0
  164. package/dist/components/teaser-card/index.d.ts +6 -0
  165. package/dist/components/teaser-card/index.js +25 -0
  166. package/dist/components/teaser-card/teaser-card.css +98 -0
  167. package/dist/components/teaser-card/teaser-card.schema.dereffed.json +69 -0
  168. package/dist/components/teaser-card/teaser-card.schema.json +58 -0
  169. package/dist/components/teaser-component/component-teaser.css +33 -0
  170. package/dist/components/teaser-component/index.d.ts +41 -0
  171. package/dist/components/teaser-component/index.js +18 -0
  172. package/dist/components/testimonials/index.d.ts +9 -0
  173. package/dist/components/testimonials/index.js +22 -0
  174. package/dist/components/testimonials/testimonials.css +63 -0
  175. package/dist/components/testimonials/testimonials.schema.dereffed.json +93 -0
  176. package/dist/components/testimonials/testimonials.schema.json +71 -0
  177. package/dist/components/text/index.d.ts +4 -0
  178. package/dist/components/text/index.js +13 -0
  179. package/dist/components/text/text.css +15 -0
  180. package/dist/components/text/text.schema.dereffed.json +50 -0
  181. package/dist/components/text/text.schema.json +39 -0
  182. package/dist/components/video-curtain/index.d.ts +4 -0
  183. package/dist/components/video-curtain/index.js +47 -0
  184. package/dist/components/video-curtain/video-curtain.css +51 -0
  185. package/dist/components/video-curtain/video-curtain.schema.dereffed.json +123 -0
  186. package/dist/components/video-curtain/video-curtain.schema.json +67 -0
  187. package/dist/global-35f78d6d.js +1 -0
  188. package/dist/global.client.d.ts +2 -0
  189. package/dist/global.client.js +8 -0
  190. package/dist/global.css +564 -0
  191. package/dist/static/.gitkeep +0 -0
  192. package/dist/static/favicon/.gitkeep +0 -0
  193. package/dist/static/favicon/android-chrome-192x192.png +0 -0
  194. package/dist/static/favicon/android-chrome-512x512.png +0 -0
  195. package/dist/static/favicon/apple-touch-icon.png +0 -0
  196. package/dist/static/favicon/browserconfig.xml +9 -0
  197. package/dist/static/favicon/favicon-16x16.png +0 -0
  198. package/dist/static/favicon/favicon-192-192.png +20 -0
  199. package/dist/static/favicon/favicon-32x32.png +0 -0
  200. package/dist/static/favicon/favicon.ico +0 -0
  201. package/dist/static/favicon/mstile-144x144.png +0 -0
  202. package/dist/static/favicon/mstile-150x150.png +0 -0
  203. package/dist/static/favicon/mstile-310x150.png +0 -0
  204. package/dist/static/favicon/mstile-310x310.png +0 -0
  205. package/dist/static/favicon/mstile-70x70.png +0 -0
  206. package/dist/static/favicon/safari-pinned-tab.svg +30 -0
  207. package/dist/static/favicon/site.webmanifest +19 -0
  208. package/dist/static/fonts/dsa/Fredoka-Bold.woff +0 -0
  209. package/dist/static/fonts/dsa/Fredoka-Bold.woff2 +0 -0
  210. package/dist/static/fonts/dsa/Fredoka-Light.woff +0 -0
  211. package/dist/static/fonts/dsa/Fredoka-Light.woff2 +0 -0
  212. package/dist/static/fonts/dsa/Fredoka-Medium.woff +0 -0
  213. package/dist/static/fonts/dsa/Fredoka-Medium.woff2 +0 -0
  214. package/dist/static/fonts/dsa/Fredoka-Regular.woff +0 -0
  215. package/dist/static/fonts/dsa/Fredoka-Regular.woff2 +0 -0
  216. package/dist/static/fonts/dsa/Fredoka-SemiBold.woff +0 -0
  217. package/dist/static/fonts/dsa/Fredoka-SemiBold.woff2 +0 -0
  218. package/dist/static/fonts/dsa/Mulish-300.woff +0 -0
  219. package/dist/static/fonts/dsa/Mulish-300.woff2 +0 -0
  220. package/dist/static/fonts/dsa/Mulish-600.woff +0 -0
  221. package/dist/static/fonts/dsa/Mulish-600.woff2 +0 -0
  222. package/dist/static/fonts/dsa/Mulish-800.woff +0 -0
  223. package/dist/static/fonts/dsa/Mulish-800.woff2 +0 -0
  224. package/dist/static/fonts/dsa/Mulish-Regular.woff +0 -0
  225. package/dist/static/fonts/dsa/Mulish-Regular.woff2 +0 -0
  226. package/dist/static/fonts/google/google-sans-18pt.woff2 +0 -0
  227. package/dist/static/fonts/google/google-sans-display.woff2 +0 -0
  228. package/dist/static/fonts/google/google-sans-text-medium.woff2 +0 -0
  229. package/dist/static/fonts/google/google-sans-text.woff2 +0 -0
  230. package/dist/static/fonts/lughausen/novelpro-regular.woff +0 -0
  231. package/dist/static/fonts/lughausen/novelsanspro-bold.woff +0 -0
  232. package/dist/static/fonts/lughausen/novelsanspro-regular.woff +0 -0
  233. package/dist/static/fonts/telekom/teleneo-bold-woff-data.woff +0 -0
  234. package/dist/static/fonts/telekom/teleneo-extrabold-woff-data.woff +0 -0
  235. package/dist/static/fonts/telekom/teleneo-medium-woff-data.woff +0 -0
  236. package/dist/static/fonts/telekom/teleneo-thin-woff-data.woff +0 -0
  237. package/dist/static/img/02.jpg +0 -0
  238. package/dist/static/img/angled-image.png +0 -0
  239. package/dist/static/img/bg_dot-carpet-blue.svg +346 -0
  240. package/dist/static/img/close-up-young-business-team-working.png +0 -0
  241. package/dist/static/img/colleagues-work-office-using-computers-looking-aside.png +0 -0
  242. package/dist/static/img/colored-square.png +0 -0
  243. package/dist/static/img/contact-person.png +0 -0
  244. package/dist/static/img/full-shot-different-people-working-together.png +0 -0
  245. package/dist/static/img/grid-bg.svg +19 -0
  246. package/dist/static/img/logos/castaway.svg +111 -0
  247. package/dist/static/img/logos/logoipsum-212.svg +12 -0
  248. package/dist/static/img/logos/logoipsum-217.svg +4 -0
  249. package/dist/static/img/logos/logoipsum-239.svg +16 -0
  250. package/dist/static/img/logos/logoipsum-244.svg +19 -0
  251. package/dist/static/img/logos/logoipsum-250.svg +21 -0
  252. package/dist/static/img/logos/logoipsum-286.svg +20 -0
  253. package/dist/static/img/low-angle-tall-building-with-many-windows_23-2148230392.png +0 -0
  254. package/dist/static/img/mosaic-1.png +0 -0
  255. package/dist/static/img/mosaic-2.png +0 -0
  256. package/dist/static/img/mosaic-2_1.svg +34 -0
  257. package/dist/static/img/mosaic-2_2.svg +25 -0
  258. package/dist/static/img/mosaic-2_3.svg +32 -0
  259. package/dist/static/img/mosaic-3.png +0 -0
  260. package/dist/static/img/office-divider-image.png +0 -0
  261. package/dist/static/img/offset-image.png +0 -0
  262. package/dist/static/img/people/author-alex.png +0 -0
  263. package/dist/static/img/people/author-emily.png +0 -0
  264. package/dist/static/img/people/author-john.png +0 -0
  265. package/dist/static/img/people-brainstorming-work-meeting.png +0 -0
  266. package/dist/static/img/responsive_image-1680.png +0 -0
  267. package/dist/static/img/responsive_image-420.png +0 -0
  268. package/dist/static/img/responsive_image-980.png +0 -0
  269. package/dist/static/img/showcases/audio_bg.svg +10 -0
  270. package/dist/static/img/showcases/comp_audio01.jpg +0 -0
  271. package/dist/static/img/showcases/comp_audio04.png +0 -0
  272. package/dist/static/img/showcases/comp_eco01.jpg +0 -0
  273. package/dist/static/img/showcases/comp_eco01.png +0 -0
  274. package/dist/static/img/showcases/comp_eco02.png +0 -0
  275. package/dist/static/img/showcases/comp_eco03.png +0 -0
  276. package/dist/static/img/showcases/comp_eco04.jpg +0 -0
  277. package/dist/static/img/showcases/comp_eco04.png +0 -0
  278. package/dist/static/img/showcases/comp_tfe01.jpg +0 -0
  279. package/dist/static/img/showcases/eco_bg.png +0 -0
  280. package/dist/static/img/showcases/preview_audio.png +0 -0
  281. package/dist/static/img/showcases/preview_eco.png +0 -0
  282. package/dist/static/img/showcases/preview_tfe.png +0 -0
  283. package/dist/static/img/showcases/tfe_bg.svg +48 -0
  284. package/dist/static/img/top-view-desk-with-keyboard-drawing-pad.png +0 -0
  285. package/dist/static/img/videos/handshake-bw.mp4 +0 -0
  286. package/dist/static/img/videos/video-720.mp4 +0 -0
  287. package/dist/static/img/videos/video-agency.mp4 +0 -0
  288. package/dist/static/img/view-modern-office.jpg +0 -0
  289. package/dist/static/logo-google.svg +1 -0
  290. package/dist/static/logo-lughausen.svg +27 -0
  291. package/dist/static/logo-telekom.svg +8 -0
  292. package/dist/static/logo.svg +26 -0
  293. package/dist/static/tokens-google.css +1553 -0
  294. package/dist/static/tokens-lughausen.css +1549 -0
  295. package/dist/static/tokens-telekom.css +1549 -0
  296. package/dist/static/tokens.css +1554 -0
  297. package/dist/tokens/IconSprite.js +467 -0
  298. package/dist/tokens/icon-sprite.html +37 -0
  299. package/dist/tokens/tokens.css +1554 -0
  300. package/dist/tokens/tokens.js +652 -0
  301. package/package.json +138 -0
@@ -0,0 +1,84 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
3
+ "$id": "http://schema.mydesignsystem.com/gallery.schema.json",
4
+ "title": "Gallery",
5
+ "description": "Component used to display a gallery of images",
6
+ "type": "object",
7
+ "properties": {
8
+ "images": {
9
+ "type": "array",
10
+ "title": "Images",
11
+ "description": "The images to display in the gallery",
12
+ "items": {
13
+ "type": "object",
14
+ "properties": {
15
+ "src": {
16
+ "type": "string",
17
+ "title": "src",
18
+ "description": "The source of the image",
19
+ "examples": [
20
+ "https://example.com/image1.jpg"
21
+ ]
22
+ },
23
+ "alt": {
24
+ "type": "string",
25
+ "title": "Alt text",
26
+ "description": "Alt text of the image",
27
+ "examples": [
28
+ "https://example.com/image1.jpg"
29
+ ]
30
+ },
31
+ "caption": {
32
+ "type": "string",
33
+ "title": "Caption",
34
+ "description": "The caption of the image",
35
+ "examples": [
36
+ "Caption Image"
37
+ ]
38
+ }
39
+ },
40
+ "additionalProperties": false,
41
+ "required": [
42
+ "src"
43
+ ]
44
+ },
45
+ "minItems": 1,
46
+ "maxItems": 10
47
+ },
48
+ "layout": {
49
+ "type": "string",
50
+ "title": "Layout",
51
+ "description": "The layout of the gallery images",
52
+ "enum": [
53
+ "stack",
54
+ "smallTiles",
55
+ "largeTiles"
56
+ ]
57
+ },
58
+ "aspectRatio": {
59
+ "type": "string",
60
+ "title": "Aspect Ratio",
61
+ "description": "The aspect ratio of the gallery images",
62
+ "enum": [
63
+ "unset",
64
+ "square",
65
+ "wide",
66
+ "landscape"
67
+ ],
68
+ "default": "unset"
69
+ },
70
+ "lightbox": {
71
+ "type": "boolean",
72
+ "title": "Lightbox",
73
+ "description": "Display images in a lightbox gallery",
74
+ "default": false
75
+ },
76
+ "type": {
77
+ "const": "gallery"
78
+ }
79
+ },
80
+ "additionalProperties": false,
81
+ "required": [
82
+ "images"
83
+ ]
84
+ }
@@ -0,0 +1,62 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
3
+ "$id": "http://schema.mydesignsystem.com/gallery.schema.json",
4
+ "title": "Gallery",
5
+ "description": "Component used to display a gallery of images",
6
+ "type": "object",
7
+ "properties": {
8
+ "images": {
9
+ "type": "array",
10
+ "title": "Images",
11
+ "description": "The images to display in the gallery",
12
+ "items": {
13
+ "type": "object",
14
+ "properties": {
15
+ "src": {
16
+ "type": "string",
17
+ "title": "src",
18
+ "description": "The source of the image",
19
+ "examples": ["https://example.com/image1.jpg"]
20
+ },
21
+ "alt": {
22
+ "type": "string",
23
+ "title": "Alt text",
24
+ "description": "Alt text of the image",
25
+ "examples": ["https://example.com/image1.jpg"]
26
+ },
27
+ "caption": {
28
+ "type": "string",
29
+ "title": "Caption",
30
+ "description": "The caption of the image",
31
+ "examples": ["Caption Image"]
32
+ }
33
+ },
34
+ "additionalProperties": false,
35
+ "required": ["src"]
36
+ },
37
+ "minItems": 1,
38
+ "maxItems": 10
39
+ },
40
+ "layout": {
41
+ "type": "string",
42
+ "title": "Layout",
43
+ "description": "The layout of the gallery images",
44
+ "enum": ["stack", "smallTiles", "largeTiles"]
45
+ },
46
+ "aspectRatio": {
47
+ "type": "string",
48
+ "title": "Aspect Ratio",
49
+ "description": "The aspect ratio of the gallery images",
50
+ "enum": ["unset", "square", "wide", "landscape"],
51
+ "default": "unset"
52
+ },
53
+ "lightbox": {
54
+ "type": "boolean",
55
+ "title": "Lightbox",
56
+ "description": "Display images in a lightbox gallery",
57
+ "default": false
58
+ }
59
+ },
60
+ "additionalProperties": false,
61
+ "required": ["images"]
62
+ }
@@ -0,0 +1,4 @@
1
+ import { HTMLAttributes, FC } from "react";
2
+ import { GalleryProps } from "../../GalleryProps-76e7de44.js";
3
+ declare const Gallery: FC<GalleryProps & HTMLAttributes<HTMLElement>>;
4
+ export { Gallery };
@@ -0,0 +1,35 @@
1
+ import "./gallery.css";
2
+ import { jsx } from 'react/jsx-runtime';
3
+ import { useMemo } from 'react';
4
+ import classnames from 'classnames';
5
+ import { TextMedia } from '@kickstartds/base/lib/text-media';
6
+
7
+ const Gallery = ({ lightbox = false, layout = "tiles", aspectRatio = "square", images = [], }) => {
8
+ const galleryId = useMemo(() => `gallery-${Date.now()}`, []);
9
+ return (jsx("div", { className: `c-gallery`, children: jsx("div", { className: classnames(`c-gallery__grid`, `c-gallery__grid--${layout === "smallTiles"
10
+ ? "small-tiles"
11
+ : layout === "largeTiles"
12
+ ? "large-tiles"
13
+ : layout}`), children: images.map((image, index) => (jsx("div", { className: classnames("c-gallery__image", aspectRatio !== "unset" && `c-gallery__image--${aspectRatio}`), children: jsx(TextMedia, { media: [
14
+ {
15
+ ...(lightbox && {
16
+ lightboxImage: {
17
+ thumb: image.src,
18
+ image: image.src,
19
+ alt: image.alt,
20
+ gallery: galleryId,
21
+ },
22
+ }),
23
+ ...(lightbox === false && {
24
+ image: {
25
+ src: image.src,
26
+ alt: image.alt,
27
+ gallery: galleryId,
28
+ },
29
+ }),
30
+ caption: image.caption,
31
+ },
32
+ ], text: undefined }) }, index))) }) }));
33
+ };
34
+
35
+ export { Gallery };
@@ -0,0 +1,78 @@
1
+ :root {
2
+ --g-logo--height: 2rem;
3
+ --g-header--spacing-v: var(--ks-spacing-stack-m);
4
+ --g-header-spacing-h: var(--l-section--content-padding);
5
+ --g-nav-toggle--color: var(--ks-color-fg);
6
+ --g-nav-toggle-open--color: var(--ks-color-fg);
7
+ }
8
+ @media (min-width: 42rem) {
9
+ :root {
10
+ --g-logo--height: 2.5rem;
11
+ }
12
+ }
13
+ @media (min-width: 62em) {
14
+ :root {
15
+ --g-logo--height: 3rem;
16
+ }
17
+ }
18
+
19
+ :root {
20
+ --g-logo--height: 2rem;
21
+ }
22
+ @media (min-width: 42rem) {
23
+ :root {
24
+ --g-logo--height: 2.5rem;
25
+ }
26
+ }
27
+ @media (min-width: 62em) {
28
+ :root {
29
+ --g-logo--height: 3rem;
30
+ }
31
+ }
32
+
33
+ .c-header {
34
+ --g-header--spacing-v: var(--ks-spacing-stack-m);
35
+ --g-header-spacing-h: var(--l-section--content-padding);
36
+ position: relative;
37
+ background-color: var(--ks-background-color-default);
38
+ z-index: 1;
39
+ width: 100%;
40
+ display: flex;
41
+ padding: var(--g-header--spacing-v) 0;
42
+ }
43
+ .c-header--floating {
44
+ background: linear-gradient(var(--ks-color-bg-alpha-5), transparent);
45
+ position: absolute;
46
+ z-index: 999;
47
+ }
48
+ .c-header--floating .c-nav-main__link {
49
+ text-shadow: 0 0 10px var(--ks-color-bg-alpha-5);
50
+ }
51
+ .c-header__content {
52
+ padding: 0 var(--g-header-spacing-h);
53
+ max-width: var(--l-section--content-width-max);
54
+ width: 100%;
55
+ margin: auto;
56
+ display: flex;
57
+ justify-content: space-between;
58
+ }
59
+ .c-header__logo {
60
+ display: block;
61
+ }
62
+ .c-header__logo img {
63
+ height: var(--g-logo--height);
64
+ width: auto;
65
+ }
66
+
67
+ .c-header--spacer {
68
+ display: none;
69
+ }
70
+ @media (min-width: 640px) {
71
+ .c-header--spacer {
72
+ display: block;
73
+ height: var(--g-header-height);
74
+ z-index: -1;
75
+ position: relative;
76
+ background-color: var(--ks-background-color-default);
77
+ }
78
+ }
@@ -0,0 +1,188 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
3
+ "$id": "http://schema.mydesignsystem.com/header.schema.json",
4
+ "title": "Header",
5
+ "type": "object",
6
+ "properties": {
7
+ "logo": {
8
+ "$schema": "http://json-schema.org/draft-07/schema#",
9
+ "$id": "http://schema.kickstartds.com/base/picture.schema.json",
10
+ "title": "Picture",
11
+ "description": "Base component to display a picture",
12
+ "type": "object",
13
+ "properties": {
14
+ "src": {
15
+ "title": "Source",
16
+ "description": "Picture source",
17
+ "type": "string",
18
+ "format": "image",
19
+ "examples": [
20
+ "https://picsum.photos/seed/kdspicture/300/300"
21
+ ]
22
+ },
23
+ "srcSet": {
24
+ "title": "Picture sourceset",
25
+ "description": "Use a srcSet to display picture",
26
+ "type": "string",
27
+ "format": "image"
28
+ },
29
+ "alt": {
30
+ "title": "Alt text",
31
+ "description": "Alt text to display for picture",
32
+ "type": "string"
33
+ },
34
+ "width": {
35
+ "title": "Width",
36
+ "description": "Width of the picture",
37
+ "type": "integer",
38
+ "minimum": 0,
39
+ "examples": [
40
+ 300
41
+ ]
42
+ },
43
+ "height": {
44
+ "title": "Height",
45
+ "description": "Height of the picture",
46
+ "type": "integer",
47
+ "minimum": 0,
48
+ "examples": [
49
+ 300
50
+ ]
51
+ },
52
+ "className": {
53
+ "title": "Additional Classes",
54
+ "description": "Add additional css classes that should be applied to the button",
55
+ "type": "string"
56
+ },
57
+ "component": {
58
+ "title": "`ks-component` attribute",
59
+ "description": "Optional custom component identifier",
60
+ "type": "string"
61
+ },
62
+ "id": {
63
+ "title": "Id",
64
+ "description": "Add id attribute to the image",
65
+ "type": "string"
66
+ },
67
+ "itemProp": {
68
+ "title": "`itemprop` attribute",
69
+ "description": "Define an itemprop attribute for the picture",
70
+ "type": "string"
71
+ },
72
+ "style": {
73
+ "title": "`style` attribute",
74
+ "description": "Define a style attribute for the picture",
75
+ "type": "string"
76
+ },
77
+ "noscript": {
78
+ "title": "Noscript",
79
+ "description": "Render noscript fallback",
80
+ "type": "boolean",
81
+ "default": true
82
+ },
83
+ "lazy": {
84
+ "title": "Lazy",
85
+ "description": "Load the picture lazily",
86
+ "type": "boolean",
87
+ "default": true
88
+ },
89
+ "sources": {
90
+ "title": "Sources",
91
+ "description": "Additional sources. This will result in a `picture`-Element",
92
+ "type": "array",
93
+ "items": {
94
+ "type": "object",
95
+ "properties": {
96
+ "srcSet": {
97
+ "title": "Picture sourceset",
98
+ "description": "Use a srcSet to display picture",
99
+ "type": "string",
100
+ "format": "image"
101
+ },
102
+ "media": {
103
+ "title": "TODO MEDIA TITLE",
104
+ "description": "TODO MEDIA DESCRIPTION",
105
+ "type": "string"
106
+ },
107
+ "type": {
108
+ "title": "TODO TYPE TITLE",
109
+ "description": "TODO TYPE DESCRIPTION",
110
+ "type": "string"
111
+ }
112
+ },
113
+ "additionalProperties": false
114
+ }
115
+ },
116
+ "pictureClassName": {
117
+ "title": "`class` attribute",
118
+ "description": "Set additional class(es) to the picture",
119
+ "type": "string"
120
+ },
121
+ "type": {
122
+ "const": "picture"
123
+ }
124
+ },
125
+ "additionalProperties": false
126
+ },
127
+ "logoHref": {
128
+ "type": "string",
129
+ "default": "/"
130
+ },
131
+ "floating": {
132
+ "type": "boolean",
133
+ "title": "Floating",
134
+ "description": "Make the header float over the first Section",
135
+ "default": false
136
+ },
137
+ "navItems": {
138
+ "type": "array",
139
+ "items": {
140
+ "type": "object",
141
+ "properties": {
142
+ "href": {
143
+ "type": "string"
144
+ },
145
+ "label": {
146
+ "type": "string"
147
+ }
148
+ },
149
+ "additionalProperties": false,
150
+ "required": [
151
+ "href",
152
+ "label"
153
+ ]
154
+ },
155
+ "examples": [
156
+ [
157
+ {
158
+ "href": "#about",
159
+ "label": "About us"
160
+ },
161
+ {
162
+ "href": "#services",
163
+ "label": "Our Services"
164
+ },
165
+ {
166
+ "href": "#project",
167
+ "label": "Project"
168
+ },
169
+ {
170
+ "href": "#showcase",
171
+ "label": "Showcase"
172
+ },
173
+ {
174
+ "href": "#blog",
175
+ "label": "Blog"
176
+ }
177
+ ]
178
+ ]
179
+ },
180
+ "type": {
181
+ "const": "header"
182
+ }
183
+ },
184
+ "additionalProperties": false,
185
+ "required": [
186
+ "logo"
187
+ ]
188
+ }
@@ -0,0 +1,25 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
3
+ "$id": "http://schema.mydesignsystem.com/header.schema.json",
4
+ "title": "Header",
5
+ "type": "object",
6
+ "properties": {
7
+ "logo": {
8
+ "$ref": "http://schema.kickstartds.com/base/picture.schema.json"
9
+ },
10
+ "logoHref": {
11
+ "$ref": "http://schema.mydesignsystem.com/nav-main.schema.json#/properties/logoHref"
12
+ },
13
+ "floating": {
14
+ "type": "boolean",
15
+ "title": "Floating",
16
+ "description": "Make the header float over the first Section",
17
+ "default": false
18
+ },
19
+ "navItems": {
20
+ "$ref": "http://schema.mydesignsystem.com/nav-main.schema.json#/properties/items"
21
+ }
22
+ },
23
+ "additionalProperties": false,
24
+ "required": ["logo"]
25
+ }
@@ -0,0 +1,26 @@
1
+ import { FC } from "react";
2
+ /* eslint-disable */
3
+ /**
4
+ * This file was automatically generated by json-schema-to-typescript.
5
+ * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
6
+ * and run json-schema-to-typescript to regenerate this file.
7
+ */
8
+ import { PictureProps } from "@kickstartds/base/lib/picture/typing";
9
+ /**
10
+ * Make the header float over the first Section
11
+ */
12
+ type Floating = boolean;
13
+ interface HeaderProps {
14
+ /**
15
+ * Referenced component PictureProps
16
+ */
17
+ logo: PictureProps;
18
+ logoHref?: string;
19
+ floating?: Floating;
20
+ navItems?: {
21
+ href: string;
22
+ label: string;
23
+ }[];
24
+ }
25
+ declare const Header: FC<HeaderProps>;
26
+ export { Header };
@@ -0,0 +1,16 @@
1
+ import "./header.css";
2
+ import { jsx, Fragment, jsxs } from 'react/jsx-runtime';
3
+ import classnames from 'classnames';
4
+ import { Picture } from '@kickstartds/base/lib/picture';
5
+ import { Link } from '@kickstartds/base/lib/link';
6
+ import { NavMain } from '../nav-main/index.js';
7
+ import 'react';
8
+ import '../nav-main/js/NavToggle.client.js';
9
+ import '@kickstartds/core/lib/component';
10
+ import '../nav-main/js/navMainEvents.client.js';
11
+ import '@kickstartds/core/lib/core';
12
+ import '../nav-main/js/body.client.js';
13
+
14
+ const Header = ({ logo, floating, logoHref = "/", navItems = [], }) => (jsx(Fragment, { children: jsx("div", { className: classnames("c-header", floating ? `c-header--floating` : ""), children: jsxs("div", { className: "c-header__content", children: [jsx(Link, { className: "c-header__logo", href: logoHref, children: jsx(Picture, { ...logo }) }), jsx(NavMain, { logo: logo, logoHref: logoHref, items: navItems })] }) }) }));
15
+
16
+ export { Header };
@@ -0,0 +1,78 @@
1
+ :root, :root #root, [ks-inverted], [ks-inverted] #root, #root [ks-inverted], [ks-inverted] #root, [ks-theme], [ks-theme] #root, #root [ks-theme] {
2
+ --g-headline--color: var(--ks-color-fg);
3
+ --g-headline--font-weight: var(--ks-font-weight-medium);
4
+ --c-headline--higlight-gradient: var(--g-gradient--higlight);
5
+ }
6
+ :root .c-headline, :root #root .c-headline, [ks-inverted] .c-headline, [ks-inverted] #root .c-headline, #root [ks-inverted] .c-headline, [ks-inverted] #root .c-headline, [ks-theme] .c-headline, [ks-theme] #root .c-headline, #root [ks-theme] .c-headline {
7
+ --c-headline--color: var(--g-headline--color);
8
+ --c-headline--font-weight: var(--g-headline--font-weight);
9
+ --c-headline--gap: 0.25em;
10
+ }
11
+ :root .c-headline--h1, :root #root .c-headline--h1, [ks-inverted] .c-headline--h1, [ks-inverted] #root .c-headline--h1, #root [ks-inverted] .c-headline--h1, [ks-inverted] #root .c-headline--h1, [ks-theme] .c-headline--h1, [ks-theme] #root .c-headline--h1, #root [ks-theme] .c-headline--h1 {
12
+ --c-headline--font: var(--ks-font-display-xxl);
13
+ }
14
+ :root .c-headline--h1 .c-headline__subheadline, :root #root .c-headline--h1 .c-headline__subheadline, [ks-inverted] .c-headline--h1 .c-headline__subheadline, [ks-inverted] #root .c-headline--h1 .c-headline__subheadline, #root [ks-inverted] .c-headline--h1 .c-headline__subheadline, [ks-inverted] #root .c-headline--h1 .c-headline__subheadline, [ks-theme] .c-headline--h1 .c-headline__subheadline, [ks-theme] #root .c-headline--h1 .c-headline__subheadline, #root [ks-theme] .c-headline--h1 .c-headline__subheadline {
15
+ --c-headline_subheadline--font: var(--ks-font-copy-l);
16
+ }
17
+ @media (min-width: 42rem) {
18
+ :root .c-headline--h1 .c-headline__subheadline, :root #root .c-headline--h1 .c-headline__subheadline, [ks-inverted] .c-headline--h1 .c-headline__subheadline, [ks-inverted] #root .c-headline--h1 .c-headline__subheadline, #root [ks-inverted] .c-headline--h1 .c-headline__subheadline, [ks-inverted] #root .c-headline--h1 .c-headline__subheadline, [ks-theme] .c-headline--h1 .c-headline__subheadline, [ks-theme] #root .c-headline--h1 .c-headline__subheadline, #root [ks-theme] .c-headline--h1 .c-headline__subheadline {
19
+ --c-headline_subheadline--font: var(--ks-font-copy-xl);
20
+ }
21
+ }
22
+ :root .c-headline--h2, :root #root .c-headline--h2, [ks-inverted] .c-headline--h2, [ks-inverted] #root .c-headline--h2, #root [ks-inverted] .c-headline--h2, [ks-inverted] #root .c-headline--h2, [ks-theme] .c-headline--h2, [ks-theme] #root .c-headline--h2, #root [ks-theme] .c-headline--h2 {
23
+ --c-headline--font: var(--ks-font-display-xl);
24
+ }
25
+ @media (min-width: 42rem) {
26
+ :root .c-headline--h2 .c-headline__subheadline, :root #root .c-headline--h2 .c-headline__subheadline, [ks-inverted] .c-headline--h2 .c-headline__subheadline, [ks-inverted] #root .c-headline--h2 .c-headline__subheadline, #root [ks-inverted] .c-headline--h2 .c-headline__subheadline, [ks-inverted] #root .c-headline--h2 .c-headline__subheadline, [ks-theme] .c-headline--h2 .c-headline__subheadline, [ks-theme] #root .c-headline--h2 .c-headline__subheadline, #root [ks-theme] .c-headline--h2 .c-headline__subheadline {
27
+ --c-headline_subheadline--font: var(--ks-font-copy-l);
28
+ }
29
+ }
30
+ :root .c-headline--h3, :root #root .c-headline--h3, [ks-inverted] .c-headline--h3, [ks-inverted] #root .c-headline--h3, #root [ks-inverted] .c-headline--h3, [ks-inverted] #root .c-headline--h3, [ks-theme] .c-headline--h3, [ks-theme] #root .c-headline--h3, #root [ks-theme] .c-headline--h3 {
31
+ --c-headline--font: var(--ks-font-display-l);
32
+ }
33
+ :root .c-headline--h4, :root #root .c-headline--h4, [ks-inverted] .c-headline--h4, [ks-inverted] #root .c-headline--h4, #root [ks-inverted] .c-headline--h4, [ks-inverted] #root .c-headline--h4, [ks-theme] .c-headline--h4, [ks-theme] #root .c-headline--h4, #root [ks-theme] .c-headline--h4 {
34
+ --c-headline--font: var(--ks-font-display-m);
35
+ }
36
+ :root .c-headline--p, :root #root .c-headline--p, [ks-inverted] .c-headline--p, [ks-inverted] #root .c-headline--p, #root [ks-inverted] .c-headline--p, [ks-inverted] #root .c-headline--p, [ks-theme] .c-headline--p, [ks-theme] #root .c-headline--p, #root [ks-theme] .c-headline--p {
37
+ --c-headline--font: var(--ks-font-copy-m);
38
+ }
39
+ :root .c-headline__subheadline, :root #root .c-headline__subheadline, [ks-inverted] .c-headline__subheadline, [ks-inverted] #root .c-headline__subheadline, #root [ks-inverted] .c-headline__subheadline, [ks-inverted] #root .c-headline__subheadline, [ks-theme] .c-headline__subheadline, [ks-theme] #root .c-headline__subheadline, #root [ks-theme] .c-headline__subheadline {
40
+ --c-headline_subheadline--font: var(--ks-font-copy-m);
41
+ --c-headline_subheadline--color: var(--ks-text-color-primary);
42
+ --c-headline_subheadline--font-weight: var(--ks-font-weight-semi-bold);
43
+ }
44
+
45
+ .c-headline {
46
+ max-width: unset;
47
+ font: var(--c-headline--font);
48
+ display: flex;
49
+ flex-direction: column;
50
+ gap: var(--c-headline--gap);
51
+ }
52
+ .c-headline__headline {
53
+ font: var(--c-headline--font);
54
+ font-weight: var(--c-headline--font-weight);
55
+ }
56
+ .c-headline__subheadline {
57
+ margin: 0;
58
+ max-width: var(--l-section--content-width-default);
59
+ }
60
+ .c-headline--align-center .c-headline__headline {
61
+ text-align: center;
62
+ }
63
+ .c-headline--align-center .c-headline__subheadline {
64
+ margin: auto;
65
+ }
66
+
67
+ .c-headline strong,
68
+ h1 strong,
69
+ h2 strong,
70
+ h3 strong,
71
+ h4 strong,
72
+ h5 strong {
73
+ font-weight: inherit;
74
+ background: var(--c-headline--higlight-gradient);
75
+ -webkit-background-clip: text;
76
+ -webkit-text-fill-color: transparent;
77
+ filter: var(--g-filter-drop-shadow--higlight);
78
+ }