@kickstartds/ds-agency-premium 1.6.71--canary.1911.3513a75.0 → 1.6.71--canary.45.1914.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 (79) hide show
  1. package/dist/{BlogOverviewProps-d62a0a9a.d.ts → BlogOverviewProps-9f207f1c.d.ts} +1 -1
  2. package/dist/{HeroProps-2ff0068e.d.ts → HeroProps-fec6b267.d.ts} +11 -1
  3. package/dist/SectionProps-21d04028.d.ts +1 -1
  4. package/dist/SliderProps-789f8508.d.ts +1 -1
  5. package/dist/components/blog-overview/blog-overview.schema.dereffed.json +24 -0
  6. package/dist/components/blog-overview/index.d.ts +1 -1
  7. package/dist/components/blog-post/blog-post.schema.dereffed.json +24 -0
  8. package/dist/components/blog-post/index.d.ts +1 -1
  9. package/dist/components/blog-teaser/index.d.ts +1 -1
  10. package/dist/components/button/button.css +2 -2
  11. package/dist/components/footer/footer.css +1 -1
  12. package/dist/components/footer/footer.schema.dereffed.json +12 -20
  13. package/dist/components/header/header.schema.dereffed.json +12 -20
  14. package/dist/components/headline/headline.css +1 -1
  15. package/dist/components/hero/hero.css +33 -11
  16. package/dist/components/hero/hero.schema.dereffed.json +12 -0
  17. package/dist/components/hero/hero.schema.json +12 -0
  18. package/dist/components/hero/index.d.ts +1 -1
  19. package/dist/components/hero/index.js +3 -2
  20. package/dist/components/index/index.d.ts +2 -2
  21. package/dist/components/nav-dropdown/nav-dropdown.css +3 -3
  22. package/dist/components/nav-flyout/nav-flyout.schema.dereffed.json +12 -20
  23. package/dist/components/nav-main/nav-main.schema.dereffed.json +12 -20
  24. package/dist/components/nav-main/nav-main.schema.json +12 -20
  25. package/dist/components/nav-topbar/nav-topbar.css +3 -3
  26. package/dist/components/nav-topbar/nav-topbar.schema.dereffed.json +12 -20
  27. package/dist/components/page/page.schema.dereffed.json +24 -0
  28. package/dist/components/page-wrapper/index.js +0 -6
  29. package/dist/components/page-wrapper/tokens.css +245 -245
  30. package/dist/components/presets.json +33 -43
  31. package/dist/components/section/section.schema.dereffed.json +24 -0
  32. package/dist/components/settings/settings.schema.dereffed.json +24 -40
  33. package/dist/components/slider/slider.schema.dereffed.json +12 -0
  34. package/dist/components/split-even/index.d.ts +1 -1
  35. package/dist/components/split-even/split-even.schema.dereffed.json +48 -0
  36. package/dist/components/split-weighted/index.d.ts +1 -1
  37. package/dist/components/split-weighted/split-weighted.schema.dereffed.json +48 -0
  38. package/dist/components/stats/stats.css +3 -3
  39. package/dist/components/teaser-card/teaser-card.css +4 -3
  40. package/dist/global.css +13 -3
  41. package/dist/static/favicon/android-chrome-192x192.png +0 -0
  42. package/dist/static/favicon/android-chrome-512x512.png +0 -0
  43. package/dist/static/favicon/apple-touch-icon.png +0 -0
  44. package/dist/static/favicon/browserconfig.xml +9 -0
  45. package/dist/static/favicon/favicon-16x16.png +0 -0
  46. package/dist/static/favicon/favicon-192-192.png +20 -0
  47. package/dist/static/favicon/favicon-32x32.png +0 -0
  48. package/dist/static/favicon/favicon.ico +0 -0
  49. package/dist/static/favicon/mstile-144x144.png +0 -0
  50. package/dist/static/favicon/mstile-150x150.png +0 -0
  51. package/dist/static/favicon/mstile-310x150.png +0 -0
  52. package/dist/static/favicon/mstile-310x310.png +0 -0
  53. package/dist/static/favicon/mstile-70x70.png +0 -0
  54. package/dist/static/favicon/safari-pinned-tab.svg +30 -0
  55. package/dist/static/favicon/site.webmanifest +19 -1
  56. package/dist/static/logo-inverted.svg +12 -27
  57. package/dist/static/logo.svg +12 -27
  58. package/dist/tokens/IconSprite.js +0 -6
  59. package/dist/tokens/icon-sprite.html +0 -2
  60. package/dist/tokens/themes.css +4 -4
  61. package/dist/tokens/tokens.css +245 -245
  62. package/dist/tokens/tokens.js +375 -376
  63. package/package.json +1 -1
  64. package/dist/static/guenther/brands/cadillac.png +0 -0
  65. package/dist/static/guenther/brands/corvette.png +0 -0
  66. package/dist/static/guenther/brands/infiniti.png +0 -0
  67. package/dist/static/guenther/brands/isuzu.png +0 -0
  68. package/dist/static/guenther/brands/kia.png +0 -0
  69. package/dist/static/guenther/brands/maserati.png +0 -0
  70. package/dist/static/guenther/brands/micro.png +0 -0
  71. package/dist/static/guenther/brands/msg.png +0 -0
  72. package/dist/static/guenther/brands/nissan.png +0 -0
  73. package/dist/static/guenther/brands/saab.png +0 -0
  74. package/dist/static/guenther/brands/subaru.png +0 -0
  75. package/dist/static/guenther/contact.jpg +0 -0
  76. package/dist/static/guenther/header.jpg +0 -0
  77. package/dist/static/guenther/header.png +0 -0
  78. /package/dist/{BlogPostProps-c04a5ed8.d.ts → BlogPostProps-6b3cff22.d.ts} +0 -0
  79. /package/dist/{BlogTeaserProps-d62a0a9a.d.ts → BlogTeaserProps-f5855e93.d.ts} +0 -0
@@ -2692,7 +2692,7 @@
2692
2692
  "id": "layout-footer--footer",
2693
2693
  "group": "Layout/Footer",
2694
2694
  "name": "Footer",
2695
- "code": "<Footer\n byline=\"© 2024 systemics Inc. All rights reserved.\"\n logo={{\n alt: 'Systemics Logo',\n height: 40,\n homepageHref: '#',\n inverted: false,\n src: '/logo.svg',\n srcInverted: '/logo-inverted.svg',\n width: 176\n }}\n navItems={[\n {\n active: true,\n label: 'Fahrzeugsuche',\n url: '#'\n },\n {\n items: [\n {\n label: 'Nissan',\n url: '#'\n },\n {\n active: true,\n label: 'Kia',\n url: '#'\n },\n {\n label: 'Maserati',\n url: '#'\n },\n {\n label: 'Corvette',\n url: '#'\n }\n ],\n label: 'Marken',\n url: '#'\n },\n {\n label: 'Standorte',\n url: '#'\n },\n {\n label: 'Bonusprogramm',\n url: '#'\n },\n {\n label: 'News',\n url: '#'\n },\n {\n label: 'Jobs',\n url: '#'\n },\n {\n label: 'Kontakt',\n url: '#'\n }\n ]}\n/>",
2695
+ "code": "<Footer\n byline=\"© 2024 systemics Inc. All rights reserved.\"\n logo={{\n alt: 'Systemics Logo',\n height: 40,\n homepageHref: '#',\n inverted: false,\n src: '/logo.svg',\n srcInverted: '/logo-inverted.svg',\n width: 176\n }}\n navItems={[\n {\n active: true,\n label: 'Active Item',\n url: '#'\n },\n {\n label: 'Navigation Item',\n url: '#'\n },\n {\n items: [\n {\n label: 'Level 2 Item',\n url: '#'\n },\n {\n active: true,\n label: 'Active Item',\n url: '#'\n },\n {\n label: 'An Item with a longer Label',\n url: '#'\n },\n {\n label: 'And One last one',\n url: '#'\n }\n ],\n label: 'Dropdown',\n url: '#'\n },\n {\n label: 'One more Item',\n url: '#'\n },\n {\n label: 'Last Item',\n url: '#'\n }\n ]}\n/>",
2696
2696
  "args": {
2697
2697
  "logo": {
2698
2698
  "src": "/logo.svg",
@@ -2708,51 +2708,43 @@
2708
2708
  "navItems": [
2709
2709
  {
2710
2710
  "url": "#",
2711
- "label": "Fahrzeugsuche",
2711
+ "label": "Active Item",
2712
2712
  "active": true
2713
2713
  },
2714
2714
  {
2715
2715
  "url": "#",
2716
- "label": "Marken",
2716
+ "label": "Navigation Item"
2717
+ },
2718
+ {
2719
+ "url": "#",
2720
+ "label": "Dropdown",
2717
2721
  "items": [
2718
2722
  {
2719
2723
  "url": "#",
2720
- "label": "Nissan"
2724
+ "label": "Level 2 Item"
2721
2725
  },
2722
2726
  {
2723
2727
  "url": "#",
2724
- "label": "Kia",
2728
+ "label": "Active Item",
2725
2729
  "active": true
2726
2730
  },
2727
2731
  {
2728
2732
  "url": "#",
2729
- "label": "Maserati"
2733
+ "label": "An Item with a longer Label"
2730
2734
  },
2731
2735
  {
2732
2736
  "url": "#",
2733
- "label": "Corvette"
2737
+ "label": "And One last one"
2734
2738
  }
2735
2739
  ]
2736
2740
  },
2737
2741
  {
2738
2742
  "url": "#",
2739
- "label": "Standorte"
2740
- },
2741
- {
2742
- "url": "#",
2743
- "label": "Bonusprogramm"
2744
- },
2745
- {
2746
- "url": "#",
2747
- "label": "News"
2748
- },
2749
- {
2750
- "url": "#",
2751
- "label": "Jobs"
2743
+ "label": "One more Item"
2752
2744
  },
2753
2745
  {
2754
2746
  "url": "#",
2755
- "label": "Kontakt"
2747
+ "label": "Last Item"
2756
2748
  }
2757
2749
  ]
2758
2750
  },
@@ -2933,7 +2925,7 @@
2933
2925
  "id": "layout-header--header",
2934
2926
  "group": "Layout/Header",
2935
2927
  "name": "Header",
2936
- "code": "<Header\n logo={{\n alt: 'Systemics Logo',\n height: 40,\n homepageHref: '#',\n src: '/logo.svg',\n srcInverted: '/logo-inverted.svg',\n width: 176\n }}\n navItems={[\n {\n active: true,\n label: 'Fahrzeugsuche',\n url: '#'\n },\n {\n items: [\n {\n label: 'Nissan',\n url: '#'\n },\n {\n active: true,\n label: 'Kia',\n url: '#'\n },\n {\n label: 'Maserati',\n url: '#'\n },\n {\n label: 'Corvette',\n url: '#'\n }\n ],\n label: 'Marken',\n url: '#'\n },\n {\n label: 'Standorte',\n url: '#'\n },\n {\n label: 'Bonusprogramm',\n url: '#'\n },\n {\n label: 'News',\n url: '#'\n },\n {\n label: 'Jobs',\n url: '#'\n },\n {\n label: 'Kontakt',\n url: '#'\n }\n ]}\n/>",
2928
+ "code": "<Header\n logo={{\n alt: 'Systemics Logo',\n height: 40,\n homepageHref: '#',\n src: '/logo.svg',\n srcInverted: '/logo-inverted.svg',\n width: 176\n }}\n navItems={[\n {\n active: true,\n label: 'Active Item',\n url: '#'\n },\n {\n label: 'Navigation Item',\n url: '#'\n },\n {\n items: [\n {\n label: 'Level 2 Item',\n url: '#'\n },\n {\n active: true,\n label: 'Active Item',\n url: '#'\n },\n {\n label: 'An Item with a longer Label',\n url: '#'\n },\n {\n label: 'And One last one',\n url: '#'\n }\n ],\n label: 'Dropdown',\n url: '#'\n },\n {\n label: 'One more Item',\n url: '#'\n },\n {\n label: 'Last Item',\n url: '#'\n }\n ]}\n/>",
2937
2929
  "args": {
2938
2930
  "logo": {
2939
2931
  "src": "/logo.svg",
@@ -2950,51 +2942,43 @@
2950
2942
  "navItems": [
2951
2943
  {
2952
2944
  "url": "#",
2953
- "label": "Fahrzeugsuche",
2945
+ "label": "Active Item",
2954
2946
  "active": true
2955
2947
  },
2956
2948
  {
2957
2949
  "url": "#",
2958
- "label": "Marken",
2950
+ "label": "Navigation Item"
2951
+ },
2952
+ {
2953
+ "url": "#",
2954
+ "label": "Dropdown",
2959
2955
  "items": [
2960
2956
  {
2961
2957
  "url": "#",
2962
- "label": "Nissan"
2958
+ "label": "Level 2 Item"
2963
2959
  },
2964
2960
  {
2965
2961
  "url": "#",
2966
- "label": "Kia",
2962
+ "label": "Active Item",
2967
2963
  "active": true
2968
2964
  },
2969
2965
  {
2970
2966
  "url": "#",
2971
- "label": "Maserati"
2967
+ "label": "An Item with a longer Label"
2972
2968
  },
2973
2969
  {
2974
2970
  "url": "#",
2975
- "label": "Corvette"
2971
+ "label": "And One last one"
2976
2972
  }
2977
2973
  ]
2978
2974
  },
2979
2975
  {
2980
2976
  "url": "#",
2981
- "label": "Standorte"
2982
- },
2983
- {
2984
- "url": "#",
2985
- "label": "Bonusprogramm"
2986
- },
2987
- {
2988
- "url": "#",
2989
- "label": "News"
2990
- },
2991
- {
2992
- "url": "#",
2993
- "label": "Jobs"
2977
+ "label": "One more Item"
2994
2978
  },
2995
2979
  {
2996
2980
  "url": "#",
2997
- "label": "Kontakt"
2981
+ "label": "Last Item"
2998
2982
  }
2999
2983
  ]
3000
2984
  },
@@ -3111,6 +3095,7 @@
3111
3095
  "colorNeutral": false,
3112
3096
  "height": "default",
3113
3097
  "textbox": false,
3098
+ "invertText": false,
3114
3099
  "buttons": [
3115
3100
  {
3116
3101
  "label": "Explore further",
@@ -3118,6 +3103,7 @@
3118
3103
  "url": "#"
3119
3104
  }
3120
3105
  ],
3106
+ "skipButton": false,
3121
3107
  "overlay": true,
3122
3108
  "image": {
3123
3109
  "srcMobile": "img/colleagues-work-office-using-computers-looking-aside.png",
@@ -3143,6 +3129,7 @@
3143
3129
  "colorNeutral": true,
3144
3130
  "height": "fullImage",
3145
3131
  "textbox": false,
3132
+ "invertText": false,
3146
3133
  "buttons": [
3147
3134
  {
3148
3135
  "label": "Meet Us",
@@ -3155,6 +3142,7 @@
3155
3142
  "url": "#"
3156
3143
  }
3157
3144
  ],
3145
+ "skipButton": false,
3158
3146
  "overlay": true,
3159
3147
  "image": {
3160
3148
  "srcMobile": "img/top-view-desk-with-keyboard-drawing-pad.png",
@@ -3173,12 +3161,13 @@
3173
3161
  "id": "components-hero--text-box-on-full-screen",
3174
3162
  "group": "Components/Hero",
3175
3163
  "name": "TextBoxOnFullScreen",
3176
- "code": "<Hero\n buttons={[\n {\n icon: 'arrow-right',\n label: 'Discover More',\n url: '#'\n },\n {\n icon: 'phone',\n label: 'Reach Out',\n url: '#'\n }\n ]}\n headline=\"Discover Our Design System\"\n height=\"fullScreen\"\n image={{\n indent: 'none',\n src: 'https://picsum.photos/seed/kdsvisual/640/270',\n srcDesktop: 'img/people-brainstorming-work-meeting.png',\n srcMobile: 'img/people-brainstorming-work-meeting.png',\n srcTablet: 'img/people-brainstorming-work-meeting.png'\n }}\n sub=\"Scalable. Efficient. Seamless.\"\n text=\"Our design system provides a seamless and efficient framework for building scalable applications. Experience unprecedented speed and scalability with our Headless CMS powered websites, web apps & composable architecture.\"\n textPosition=\"left\"\n textbox\n/>",
3164
+ "code": "<Hero\n buttons={[\n {\n icon: 'arrow-right',\n label: 'Discover More',\n url: '#'\n },\n {\n icon: 'phone',\n label: 'Reach Out',\n url: '#'\n }\n ]}\n headline=\"Discover Our Design System\"\n height=\"fullScreen\"\n image={{\n indent: 'none',\n src: 'https://picsum.photos/seed/kdsvisual/640/270',\n srcDesktop: 'img/people-brainstorming-work-meeting.png',\n srcMobile: 'img/people-brainstorming-work-meeting.png',\n srcTablet: 'img/people-brainstorming-work-meeting.png'\n }}\n skipButton\n sub=\"Scalable. Efficient. Seamless.\"\n text=\"Our design system provides a seamless and efficient framework for building scalable applications. Experience unprecedented speed and scalability with our Headless CMS powered websites, web apps & composable architecture.\"\n textPosition=\"left\"\n textbox\n/>",
3177
3165
  "args": {
3178
3166
  "highlightText": false,
3179
3167
  "colorNeutral": false,
3180
3168
  "height": "fullScreen",
3181
3169
  "textbox": true,
3170
+ "invertText": false,
3182
3171
  "buttons": [
3183
3172
  {
3184
3173
  "label": "Discover More",
@@ -3191,6 +3180,7 @@
3191
3180
  "url": "#"
3192
3181
  }
3193
3182
  ],
3183
+ "skipButton": true,
3194
3184
  "overlay": false,
3195
3185
  "image": {
3196
3186
  "srcMobile": "img/people-brainstorming-work-meeting.png",
@@ -759,6 +759,12 @@
759
759
  "default": true,
760
760
  "description": "Toggle wether you want your text to be displayed within in box"
761
761
  },
762
+ "invertText": {
763
+ "type": "boolean",
764
+ "title": "Invert Text",
765
+ "description": "Invert the text color for better contrast against the background",
766
+ "default": false
767
+ },
762
768
  "buttons": {
763
769
  "type": "array",
764
770
  "items": {
@@ -789,6 +795,12 @@
789
795
  "additionalProperties": false
790
796
  }
791
797
  },
798
+ "skipButton": {
799
+ "type": "boolean",
800
+ "title": "Skip Button",
801
+ "description": "Add a skip button to the hero module",
802
+ "default": false
803
+ },
792
804
  "overlay": {
793
805
  "title": "Grid layer",
794
806
  "description": "Enable grid layer",
@@ -1962,6 +1974,12 @@
1962
1974
  "default": true,
1963
1975
  "description": "Toggle wether you want your text to be displayed within in box"
1964
1976
  },
1977
+ "invertText": {
1978
+ "type": "boolean",
1979
+ "title": "Invert Text",
1980
+ "description": "Invert the text color for better contrast against the background",
1981
+ "default": false
1982
+ },
1965
1983
  "buttons": {
1966
1984
  "type": "array",
1967
1985
  "items": {
@@ -1992,6 +2010,12 @@
1992
2010
  "additionalProperties": false
1993
2011
  }
1994
2012
  },
2013
+ "skipButton": {
2014
+ "type": "boolean",
2015
+ "title": "Skip Button",
2016
+ "description": "Add a skip button to the hero module",
2017
+ "default": false
2018
+ },
1995
2019
  "overlay": {
1996
2020
  "title": "Grid layer",
1997
2021
  "description": "Enable grid layer",
@@ -132,51 +132,43 @@
132
132
  "examples": [
133
133
  [
134
134
  {
135
- "label": "Fahrzeugsuche",
135
+ "label": "Active Item",
136
136
  "url": "#",
137
137
  "active": true
138
138
  },
139
139
  {
140
- "label": "Marken",
140
+ "label": "Navigation Item",
141
+ "url": "#"
142
+ },
143
+ {
144
+ "label": "Dropdown",
141
145
  "url": "#",
142
146
  "items": [
143
147
  {
144
- "label": "Nissan",
148
+ "label": "Level 2 Item",
145
149
  "url": "#"
146
150
  },
147
151
  {
148
- "label": "Kia",
152
+ "label": "Active Item",
149
153
  "active": true,
150
154
  "url": "#"
151
155
  },
152
156
  {
153
- "label": "Maserati",
157
+ "label": "An Item with a longer Label",
154
158
  "url": "#"
155
159
  },
156
160
  {
157
- "label": "Corvette",
161
+ "label": "And One last one",
158
162
  "url": "#"
159
163
  }
160
164
  ]
161
165
  },
162
166
  {
163
- "label": "Standorte",
164
- "url": "#"
165
- },
166
- {
167
- "label": "Bonusprogramm",
168
- "url": "#"
169
- },
170
- {
171
- "label": "News",
172
- "url": "#"
173
- },
174
- {
175
- "label": "Jobs",
167
+ "label": "One more Item",
176
168
  "url": "#"
177
169
  },
178
170
  {
179
- "label": "Kontakt",
171
+ "label": "Last Item",
180
172
  "url": "#"
181
173
  }
182
174
  ]
@@ -297,51 +289,43 @@
297
289
  "examples": [
298
290
  [
299
291
  {
300
- "label": "Fahrzeugsuche",
292
+ "label": "Active Item",
301
293
  "url": "#",
302
294
  "active": true
303
295
  },
304
296
  {
305
- "label": "Marken",
297
+ "label": "Navigation Item",
298
+ "url": "#"
299
+ },
300
+ {
301
+ "label": "Dropdown",
306
302
  "url": "#",
307
303
  "items": [
308
304
  {
309
- "label": "Nissan",
305
+ "label": "Level 2 Item",
310
306
  "url": "#"
311
307
  },
312
308
  {
313
- "label": "Kia",
309
+ "label": "Active Item",
314
310
  "active": true,
315
311
  "url": "#"
316
312
  },
317
313
  {
318
- "label": "Maserati",
314
+ "label": "An Item with a longer Label",
319
315
  "url": "#"
320
316
  },
321
317
  {
322
- "label": "Corvette",
318
+ "label": "And One last one",
323
319
  "url": "#"
324
320
  }
325
321
  ]
326
322
  },
327
323
  {
328
- "label": "Standorte",
329
- "url": "#"
330
- },
331
- {
332
- "label": "Bonusprogramm",
333
- "url": "#"
334
- },
335
- {
336
- "label": "News",
337
- "url": "#"
338
- },
339
- {
340
- "label": "Jobs",
324
+ "label": "One more Item",
341
325
  "url": "#"
342
326
  },
343
327
  {
344
- "label": "Kontakt",
328
+ "label": "Last Item",
345
329
  "url": "#"
346
330
  }
347
331
  ]
@@ -497,6 +497,12 @@
497
497
  "default": true,
498
498
  "description": "Toggle wether you want your text to be displayed within in box"
499
499
  },
500
+ "invertText": {
501
+ "type": "boolean",
502
+ "title": "Invert Text",
503
+ "description": "Invert the text color for better contrast against the background",
504
+ "default": false
505
+ },
500
506
  "buttons": {
501
507
  "type": "array",
502
508
  "items": {
@@ -527,6 +533,12 @@
527
533
  "additionalProperties": false
528
534
  }
529
535
  },
536
+ "skipButton": {
537
+ "type": "boolean",
538
+ "title": "Skip Button",
539
+ "description": "Add a skip button to the hero module",
540
+ "default": false
541
+ },
530
542
  "overlay": {
531
543
  "title": "Grid layer",
532
544
  "description": "Enable grid layer",
@@ -11,7 +11,7 @@ import { DividerProps } from "../../DividerProps-2ef31901.js";
11
11
  import { FaqProps } from "../../FaqProps-ad618cd5.js";
12
12
  import { FeaturesProps } from "../../FeaturesProps-a9041d97.js";
13
13
  import { GalleryProps } from "../../GalleryProps-76e7de44.js";
14
- import { HeroProps } from "../../HeroProps-2ff0068e.js";
14
+ import { HeroProps } from "../../HeroProps-fec6b267.js";
15
15
  import { HtmlProps } from "../../HtmlProps-9d091769.js";
16
16
  import { ImageStoryProps } from "../../ImageStoryProps-e853e1e7.js";
17
17
  import { ImageTextProps } from "../../ImageTextProps-9286cca4.js";
@@ -599,6 +599,12 @@
599
599
  "default": true,
600
600
  "description": "Toggle wether you want your text to be displayed within in box"
601
601
  },
602
+ "invertText": {
603
+ "type": "boolean",
604
+ "title": "Invert Text",
605
+ "description": "Invert the text color for better contrast against the background",
606
+ "default": false
607
+ },
602
608
  "buttons": {
603
609
  "type": "array",
604
610
  "items": {
@@ -629,6 +635,12 @@
629
635
  "additionalProperties": false
630
636
  }
631
637
  },
638
+ "skipButton": {
639
+ "type": "boolean",
640
+ "title": "Skip Button",
641
+ "description": "Add a skip button to the hero module",
642
+ "default": false
643
+ },
632
644
  "overlay": {
633
645
  "title": "Grid layer",
634
646
  "description": "Enable grid layer",
@@ -1802,6 +1814,12 @@
1802
1814
  "default": true,
1803
1815
  "description": "Toggle wether you want your text to be displayed within in box"
1804
1816
  },
1817
+ "invertText": {
1818
+ "type": "boolean",
1819
+ "title": "Invert Text",
1820
+ "description": "Invert the text color for better contrast against the background",
1821
+ "default": false
1822
+ },
1805
1823
  "buttons": {
1806
1824
  "type": "array",
1807
1825
  "items": {
@@ -1832,6 +1850,12 @@
1832
1850
  "additionalProperties": false
1833
1851
  }
1834
1852
  },
1853
+ "skipButton": {
1854
+ "type": "boolean",
1855
+ "title": "Skip Button",
1856
+ "description": "Add a skip button to the hero module",
1857
+ "default": false
1858
+ },
1835
1859
  "overlay": {
1836
1860
  "title": "Grid layer",
1837
1861
  "description": "Enable grid layer",
@@ -3490,6 +3514,12 @@
3490
3514
  "default": true,
3491
3515
  "description": "Toggle wether you want your text to be displayed within in box"
3492
3516
  },
3517
+ "invertText": {
3518
+ "type": "boolean",
3519
+ "title": "Invert Text",
3520
+ "description": "Invert the text color for better contrast against the background",
3521
+ "default": false
3522
+ },
3493
3523
  "buttons": {
3494
3524
  "type": "array",
3495
3525
  "items": {
@@ -3520,6 +3550,12 @@
3520
3550
  "additionalProperties": false
3521
3551
  }
3522
3552
  },
3553
+ "skipButton": {
3554
+ "type": "boolean",
3555
+ "title": "Skip Button",
3556
+ "description": "Add a skip button to the hero module",
3557
+ "default": false
3558
+ },
3523
3559
  "overlay": {
3524
3560
  "title": "Grid layer",
3525
3561
  "description": "Enable grid layer",
@@ -4693,6 +4729,12 @@
4693
4729
  "default": true,
4694
4730
  "description": "Toggle wether you want your text to be displayed within in box"
4695
4731
  },
4732
+ "invertText": {
4733
+ "type": "boolean",
4734
+ "title": "Invert Text",
4735
+ "description": "Invert the text color for better contrast against the background",
4736
+ "default": false
4737
+ },
4696
4738
  "buttons": {
4697
4739
  "type": "array",
4698
4740
  "items": {
@@ -4723,6 +4765,12 @@
4723
4765
  "additionalProperties": false
4724
4766
  }
4725
4767
  },
4768
+ "skipButton": {
4769
+ "type": "boolean",
4770
+ "title": "Skip Button",
4771
+ "description": "Add a skip button to the hero module",
4772
+ "default": false
4773
+ },
4726
4774
  "overlay": {
4727
4775
  "title": "Grid layer",
4728
4776
  "description": "Enable grid layer",
@@ -11,7 +11,7 @@ import { DividerProps } from "../../DividerProps-2ef31901.js";
11
11
  import { FaqProps } from "../../FaqProps-ad618cd5.js";
12
12
  import { FeaturesProps } from "../../FeaturesProps-a9041d97.js";
13
13
  import { GalleryProps } from "../../GalleryProps-76e7de44.js";
14
- import { HeroProps } from "../../HeroProps-2ff0068e.js";
14
+ import { HeroProps } from "../../HeroProps-fec6b267.js";
15
15
  import { HtmlProps } from "../../HtmlProps-9d091769.js";
16
16
  import { ImageStoryProps } from "../../ImageStoryProps-e853e1e7.js";
17
17
  import { ImageTextProps } from "../../ImageTextProps-9286cca4.js";
@@ -659,6 +659,12 @@
659
659
  "default": true,
660
660
  "description": "Toggle wether you want your text to be displayed within in box"
661
661
  },
662
+ "invertText": {
663
+ "type": "boolean",
664
+ "title": "Invert Text",
665
+ "description": "Invert the text color for better contrast against the background",
666
+ "default": false
667
+ },
662
668
  "buttons": {
663
669
  "type": "array",
664
670
  "items": {
@@ -689,6 +695,12 @@
689
695
  "additionalProperties": false
690
696
  }
691
697
  },
698
+ "skipButton": {
699
+ "type": "boolean",
700
+ "title": "Skip Button",
701
+ "description": "Add a skip button to the hero module",
702
+ "default": false
703
+ },
692
704
  "overlay": {
693
705
  "title": "Grid layer",
694
706
  "description": "Enable grid layer",
@@ -1862,6 +1874,12 @@
1862
1874
  "default": true,
1863
1875
  "description": "Toggle wether you want your text to be displayed within in box"
1864
1876
  },
1877
+ "invertText": {
1878
+ "type": "boolean",
1879
+ "title": "Invert Text",
1880
+ "description": "Invert the text color for better contrast against the background",
1881
+ "default": false
1882
+ },
1865
1883
  "buttons": {
1866
1884
  "type": "array",
1867
1885
  "items": {
@@ -1892,6 +1910,12 @@
1892
1910
  "additionalProperties": false
1893
1911
  }
1894
1912
  },
1913
+ "skipButton": {
1914
+ "type": "boolean",
1915
+ "title": "Skip Button",
1916
+ "description": "Add a skip button to the hero module",
1917
+ "default": false
1918
+ },
1895
1919
  "overlay": {
1896
1920
  "title": "Grid layer",
1897
1921
  "description": "Enable grid layer",
@@ -3550,6 +3574,12 @@
3550
3574
  "default": true,
3551
3575
  "description": "Toggle wether you want your text to be displayed within in box"
3552
3576
  },
3577
+ "invertText": {
3578
+ "type": "boolean",
3579
+ "title": "Invert Text",
3580
+ "description": "Invert the text color for better contrast against the background",
3581
+ "default": false
3582
+ },
3553
3583
  "buttons": {
3554
3584
  "type": "array",
3555
3585
  "items": {
@@ -3580,6 +3610,12 @@
3580
3610
  "additionalProperties": false
3581
3611
  }
3582
3612
  },
3613
+ "skipButton": {
3614
+ "type": "boolean",
3615
+ "title": "Skip Button",
3616
+ "description": "Add a skip button to the hero module",
3617
+ "default": false
3618
+ },
3583
3619
  "overlay": {
3584
3620
  "title": "Grid layer",
3585
3621
  "description": "Enable grid layer",
@@ -4753,6 +4789,12 @@
4753
4789
  "default": true,
4754
4790
  "description": "Toggle wether you want your text to be displayed within in box"
4755
4791
  },
4792
+ "invertText": {
4793
+ "type": "boolean",
4794
+ "title": "Invert Text",
4795
+ "description": "Invert the text color for better contrast against the background",
4796
+ "default": false
4797
+ },
4756
4798
  "buttons": {
4757
4799
  "type": "array",
4758
4800
  "items": {
@@ -4783,6 +4825,12 @@
4783
4825
  "additionalProperties": false
4784
4826
  }
4785
4827
  },
4828
+ "skipButton": {
4829
+ "type": "boolean",
4830
+ "title": "Skip Button",
4831
+ "description": "Add a skip button to the hero module",
4832
+ "default": false
4833
+ },
4786
4834
  "overlay": {
4787
4835
  "title": "Grid layer",
4788
4836
  "description": "Enable grid layer",
@@ -1,15 +1,15 @@
1
1
  .dsa-stats {
2
2
  --dsa-stats--gap-vertical: var(--ks-spacing-stack-l);
3
3
  --dsa-stats--gap-horizontal: var(--ks-spacing-inline-m);
4
- --dsa-stats__item--gap: var(--ks-spacing-stack-s);
4
+ --dsa-stats__item--gap: var(--ks-spacing-stack-xs);
5
5
  --dsa-stats__icon--color: var(--ks-text-color-primary);
6
6
  --dsa-stats__icon--size: 5em;
7
- --dsa-stats__number--font: var(--ks-font-display-xxl);
7
+ --dsa-stats__number--font: var(--ks-font-display-xl);
8
8
  --dsa-stats__number--font-weight: var(--ks-font-weight-semi-bold);
9
9
  --dsa-stats__number--background: var(--dsa-typo--highlight);
10
10
  --dsa-stats__topic__font: var(--ks-font-interface-xl);
11
11
  --dsa-stats__topic--color: var(--ks-text-color-display);
12
- --dsa-stats__copy--font: var(--ks-font-copy-m);
12
+ --dsa-stats__copy--font: var(--ks-font-copy-s);
13
13
  --dsa-stats__copy--color: var(--ks-text-color-default);
14
14
  }
15
15