@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,121 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
3
+ "$id": "http://schema.mydesignsystem.com/features.schema.json",
4
+ "title": "Features",
5
+ "description": "Component used to display a set of features",
6
+ "type": "object",
7
+ "properties": {
8
+ "layout": {
9
+ "type": "string",
10
+ "title": "Layout",
11
+ "description": "The layout variant to use for the features",
12
+ "enum": [
13
+ "largeTiles",
14
+ "smallTiles",
15
+ "list"
16
+ ],
17
+ "default": "largeTiles"
18
+ },
19
+ "style": {
20
+ "type": "string",
21
+ "enum": [
22
+ "intext",
23
+ "stack",
24
+ "centered",
25
+ "besideLarge",
26
+ "besideSmall"
27
+ ],
28
+ "default": "stack"
29
+ },
30
+ "ctas": {
31
+ "type": "object",
32
+ "properties": {
33
+ "toggle": {
34
+ "type": "boolean",
35
+ "default": true,
36
+ "title": "CTA Toggle",
37
+ "description": "Activate/disable the CTAs"
38
+ },
39
+ "style": {
40
+ "type": "string",
41
+ "enum": [
42
+ "button",
43
+ "link",
44
+ "intext"
45
+ ],
46
+ "default": "link"
47
+ }
48
+ },
49
+ "additionalProperties": false
50
+ },
51
+ "features": {
52
+ "type": "array",
53
+ "title": "Features",
54
+ "description": "The features to display",
55
+ "items": {
56
+ "type": "object",
57
+ "properties": {
58
+ "icon": {
59
+ "type": "string",
60
+ "title": "Icon",
61
+ "description": "The icon for the feature",
62
+ "examples": [
63
+ "person"
64
+ ]
65
+ },
66
+ "title": {
67
+ "type": "string",
68
+ "title": "Title",
69
+ "description": "The title of the feature",
70
+ "examples": [
71
+ "Feature 1"
72
+ ]
73
+ },
74
+ "text": {
75
+ "type": "string",
76
+ "title": "Text",
77
+ "description": "The description of the feature",
78
+ "examples": [
79
+ "This is a feature"
80
+ ]
81
+ },
82
+ "cta": {
83
+ "type": "object",
84
+ "title": "Call to Action",
85
+ "description": "The call to action",
86
+ "properties": {
87
+ "target": {
88
+ "type": "string",
89
+ "title": "Call to Action target",
90
+ "description": "The CTA target",
91
+ "default": "#",
92
+ "format": "uri"
93
+ },
94
+ "label": {
95
+ "type": "string",
96
+ "title": "Link Label",
97
+ "description": "The text label displayed on the link",
98
+ "default": "See more",
99
+ "examples": [
100
+ "See all our partners"
101
+ ]
102
+ }
103
+ },
104
+ "additionalProperties": false
105
+ }
106
+ },
107
+ "additionalProperties": false,
108
+ "required": [
109
+ "title",
110
+ "text"
111
+ ]
112
+ },
113
+ "minItems": 1,
114
+ "maxItems": 8
115
+ },
116
+ "type": {
117
+ "const": "features"
118
+ }
119
+ },
120
+ "additionalProperties": false
121
+ }
@@ -0,0 +1,93 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
3
+ "$id": "http://schema.mydesignsystem.com/features.schema.json",
4
+ "title": "Features",
5
+ "description": "Component used to display a set of features",
6
+ "type": "object",
7
+ "properties": {
8
+ "layout": {
9
+ "type": "string",
10
+ "title": "Layout",
11
+ "description": "The layout variant to use for the features",
12
+ "enum": ["largeTiles", "smallTiles", "list"],
13
+ "default": "largeTiles"
14
+ },
15
+ "style": {
16
+ "type": "string",
17
+ "enum": ["intext", "stack", "centered", "besideLarge", "besideSmall"],
18
+ "default": "stack"
19
+ },
20
+ "ctas": {
21
+ "type": "object",
22
+ "properties": {
23
+ "toggle": {
24
+ "type": "boolean",
25
+ "default": true,
26
+ "title": "CTA Toggle",
27
+ "description": "Activate/disable the CTAs"
28
+ },
29
+ "style": {
30
+ "type": "string",
31
+ "enum": ["button", "link", "intext"],
32
+ "default": "link"
33
+ }
34
+ },
35
+ "additionalProperties": false
36
+ },
37
+ "features": {
38
+ "type": "array",
39
+ "title": "Features",
40
+ "description": "The features to display",
41
+ "items": {
42
+ "type": "object",
43
+ "properties": {
44
+ "icon": {
45
+ "type": "string",
46
+ "title": "Icon",
47
+ "description": "The icon for the feature",
48
+ "examples": ["person"]
49
+ },
50
+ "title": {
51
+ "type": "string",
52
+ "title": "Title",
53
+ "description": "The title of the feature",
54
+ "examples": ["Feature 1"]
55
+ },
56
+ "text": {
57
+ "type": "string",
58
+ "title": "Text",
59
+ "description": "The description of the feature",
60
+ "examples": ["This is a feature"]
61
+ },
62
+ "cta": {
63
+ "type": "object",
64
+ "title": "Call to Action",
65
+ "description": "The call to action",
66
+ "properties": {
67
+ "target": {
68
+ "type": "string",
69
+ "title": "Call to Action target",
70
+ "description": "The CTA target",
71
+ "default": "#",
72
+ "format": "uri"
73
+ },
74
+ "label": {
75
+ "type": "string",
76
+ "title": "Link Label",
77
+ "description": "The text label displayed on the link",
78
+ "default": "See more",
79
+ "examples": ["See all our partners"]
80
+ }
81
+ },
82
+ "additionalProperties": false
83
+ }
84
+ },
85
+ "additionalProperties": false,
86
+ "required": ["title", "text"]
87
+ },
88
+ "minItems": 1,
89
+ "maxItems": 8
90
+ }
91
+ },
92
+ "additionalProperties": false
93
+ }
@@ -0,0 +1,4 @@
1
+ import { HTMLAttributes, FC } from "react";
2
+ import { FeaturesProps } from "../../FeaturesProps-79dea880.js";
3
+ declare const Features: FC<FeaturesProps & HTMLAttributes<HTMLDivElement>>;
4
+ export { Features };
@@ -0,0 +1,32 @@
1
+ import "./features.css";
2
+ import { jsx } from 'react/jsx-runtime';
3
+ import classnames from 'classnames';
4
+ import { Feature } from '../feature/index.js';
5
+ import '@kickstartds/base/lib/icon';
6
+ import '../button/index.js';
7
+ import 'react';
8
+ import '@kickstartds/base/lib/button';
9
+ import '@kickstartds/base/lib/link';
10
+
11
+ const Features = ({ layout = "largeTiles", ctas = {
12
+ style: "link",
13
+ toggle: true,
14
+ }, style = "intext", features = [], ...props }) => {
15
+ return (jsx("div", { className: classnames(`c-features c-features--${layout === "largeTiles"
16
+ ? "large-tiles"
17
+ : layout === "smallTiles"
18
+ ? "small-tiles"
19
+ : `${layout}`}`), ...props, children: features.map((feature, index) => (jsx(Feature, { title: feature.title, text: feature.text, style: style === "intext"
20
+ ? "intext"
21
+ : style === "stack"
22
+ ? "stack"
23
+ : style === "centered"
24
+ ? "centered"
25
+ : style === "besideLarge"
26
+ ? "besideLarge"
27
+ : style === "besideSmall"
28
+ ? "besideSmall"
29
+ : undefined, icon: feature?.icon, ctaLabel: feature?.cta?.label, ctaTarget: feature?.cta?.target, ctaToggle: ctas?.toggle, ctaStyle: ctas?.style }, index))) }));
30
+ };
31
+
32
+ export { Features };
@@ -0,0 +1,53 @@
1
+ .c-footer {
2
+ --g-logo--height: 1.5rem;
3
+ }
4
+ @media (min-width: 42rem) {
5
+ .c-footer {
6
+ --g-logo--height: 1.5rem;
7
+ }
8
+ }
9
+ @media (min-width: 62em) {
10
+ .c-footer {
11
+ --g-logo--height: 2rem;
12
+ }
13
+ }
14
+
15
+ .c-footer {
16
+ position: relative;
17
+ z-index: 1;
18
+ width: 100%;
19
+ display: flex;
20
+ background-color: var(--ks-background-color-default);
21
+ }
22
+ .c-footer__content {
23
+ padding: var(--l-section--space-small) var(--l-section--content-padding);
24
+ border-top: 1px solid var(--ks-border-color-accent);
25
+ max-width: var(--l-section--content-width-wide);
26
+ width: 100%;
27
+ margin: auto;
28
+ display: flex;
29
+ flex-direction: column;
30
+ align-items: center;
31
+ gap: var(--ks-spacing-stack-m);
32
+ }
33
+ .c-footer__logo {
34
+ display: block;
35
+ }
36
+ .c-footer__logo img {
37
+ height: var(--g-logo--height);
38
+ width: auto;
39
+ }
40
+ .c-footer__trademark {
41
+ font: var(--ks-font-copy-xs);
42
+ color: var(--ks-text-color-default);
43
+ }
44
+ .c-footer__links {
45
+ display: flex;
46
+ flex-wrap: wrap;
47
+ justify-content: center;
48
+ gap: var(--ks-spacing-inline-m);
49
+ }
50
+ .c-footer__link {
51
+ font: var(--ks-font-interface-s);
52
+ --g-link--color: var(--ks-text-color-default);
53
+ }
@@ -0,0 +1,178 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
3
+ "$id": "http://schema.mydesignsystem.com/footer.schema.json",
4
+ "title": "Footer",
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
+ "navItems": {
132
+ "type": "array",
133
+ "items": {
134
+ "type": "object",
135
+ "properties": {
136
+ "href": {
137
+ "type": "string"
138
+ },
139
+ "label": {
140
+ "type": "string"
141
+ },
142
+ "target": {
143
+ "type": "string"
144
+ }
145
+ },
146
+ "additionalProperties": false,
147
+ "required": [
148
+ "href",
149
+ "label"
150
+ ]
151
+ },
152
+ "examples": [
153
+ [
154
+ {
155
+ "href": "#privacy-policy",
156
+ "label": "Privacy policy"
157
+ },
158
+ {
159
+ "href": "#changelog",
160
+ "label": "Changelog"
161
+ },
162
+ {
163
+ "href": "https://main--64f08cbba622af835d382b4f.chromatic.com/",
164
+ "label": "Storybook",
165
+ "target": "_blank"
166
+ }
167
+ ]
168
+ ]
169
+ },
170
+ "type": {
171
+ "const": "footer"
172
+ }
173
+ },
174
+ "required": [
175
+ "logo"
176
+ ],
177
+ "additionalProperties": false
178
+ }
@@ -0,0 +1,47 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
3
+ "$id": "http://schema.mydesignsystem.com/footer.schema.json",
4
+ "title": "Footer",
5
+ "type": "object",
6
+ "properties": {
7
+ "logo": {
8
+ "$ref": "http://schema.kickstartds.com/base/picture.schema.json"
9
+ },
10
+ "logoHref": {
11
+ "type": "string",
12
+ "default": "/"
13
+ },
14
+ "navItems": {
15
+ "type": "array",
16
+ "items": {
17
+ "type": "object",
18
+ "properties": {
19
+ "href": { "type": "string" },
20
+ "label": { "type": "string" },
21
+ "target": { "type": "string" }
22
+ },
23
+ "additionalProperties": false,
24
+ "required": ["href", "label"]
25
+ },
26
+ "examples": [
27
+ [
28
+ {
29
+ "href": "#privacy-policy",
30
+ "label": "Privacy policy"
31
+ },
32
+ {
33
+ "href": "#changelog",
34
+ "label": "Changelog"
35
+ },
36
+ {
37
+ "href": "https://main--64f08cbba622af835d382b4f.chromatic.com/",
38
+ "label": "Storybook",
39
+ "target": "_blank"
40
+ }
41
+ ]
42
+ ]
43
+ }
44
+ },
45
+ "required": ["logo"],
46
+ "additionalProperties": false
47
+ }
@@ -0,0 +1,22 @@
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
+ interface FooterProps {
10
+ /**
11
+ * Referenced component PictureProps
12
+ */
13
+ logo: PictureProps;
14
+ logoHref?: string;
15
+ navItems?: {
16
+ href: string;
17
+ label: string;
18
+ target?: string;
19
+ }[];
20
+ }
21
+ declare const Footer: FC<FooterProps>;
22
+ export { Footer };
@@ -0,0 +1,11 @@
1
+ import "./footer.css";
2
+ import { createElement } from 'react';
3
+ import { jsx, jsxs } from 'react/jsx-runtime';
4
+ import classnames from 'classnames';
5
+ import { Picture } from '@kickstartds/base/lib/picture';
6
+ import { Link } from '@kickstartds/base/lib/link';
7
+
8
+ const now = new Date();
9
+ const Footer = ({ logo, logoHref = "/", navItems = [], }) => (jsx("div", { className: classnames("c-footer"), children: jsxs("div", { className: "c-footer__content", children: [jsx(Link, { className: "c-footer__logo", href: logoHref, children: jsx(Picture, { ...logo }) }), jsxs("span", { className: "c-footer__trademark", children: ["\u00A9 ", now.getFullYear(), " systemics Inc. All rights reserved."] }), navItems.length > 0 ? (jsx("div", { className: "c-footer__links", children: navItems.map(({ label, ...linkProps }) => (createElement(Link, { ...linkProps, className: "c-footer__link", key: linkProps.href + label }, label))) })) : null] }) }));
10
+
11
+ export { Footer };
@@ -0,0 +1,50 @@
1
+ .c-gallery__grid--stack {
2
+ display: flex;
3
+ gap: var(--ks-spacing-stack-m);
4
+ flex-direction: column;
5
+ }
6
+ .c-gallery__grid--small-tiles {
7
+ display: grid;
8
+ gap: var(--ks-spacing-inline-m);
9
+ grid-template-columns: repeat(auto-fit, minmax(min(200px, 100%), 1fr));
10
+ }
11
+ .c-gallery__grid--large-tiles {
12
+ display: grid;
13
+ gap: var(--ks-spacing-inline-m);
14
+ grid-template-columns: repeat(auto-fit, minmax(min(400px, 100%), 1fr));
15
+ }
16
+ .c-gallery__image {
17
+ flex: 1 1;
18
+ }
19
+ .c-gallery__image--square img {
20
+ aspect-ratio: 1/1;
21
+ object-fit: cover;
22
+ }
23
+ .c-gallery__image--wide img {
24
+ aspect-ratio: 4/3;
25
+ object-fit: cover;
26
+ }
27
+ .c-gallery__image--landscape img {
28
+ aspect-ratio: 16/9;
29
+ object-fit: cover;
30
+ }
31
+
32
+ .pswp .pswp__img {
33
+ object-fit: contain;
34
+ }
35
+ .pswp .pswp__caption {
36
+ background-color: var(--ks-color-bg-alpha-3);
37
+ color: var(--ks-color-fg);
38
+ }
39
+
40
+ :root,
41
+ [ks-inverted],
42
+ [ks-theme] {
43
+ --c-lightbox--bg: var(--ks-color-bg) !important;
44
+ --c-lightbox--placeholder-bg: var(--ks-color-fg-to-bg-1) !important;
45
+ --c-lightbox--root-z-index: var(--ks-depth-modal) !important;
46
+ --c-lightbox--icon-color: var(--ks-color-fg) !important;
47
+ --c-lightbox--icon-color-secondary: var(--ks-color-secondary) !important;
48
+ --c-lightbox--stroke-width: 0px !important;
49
+ --c-lightbox--error-text-color: var(--ks-color-fg-to-bg-9) !important;
50
+ }