@kickstartds/ds-agency-premium 1.6.0--canary.18.1017.0 → 1.6.0--canary.19.1100.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 (112) hide show
  1. package/dist/BlogOverviewProps-9f207f1c.d.ts +1 -1
  2. package/dist/BlogPostProps-6b3cff22.d.ts +1 -1
  3. package/dist/BlogTeaserProps-f5855e93.d.ts +1 -6
  4. package/dist/DividerProps-2ef31901.d.ts +26 -0
  5. package/dist/HtmlProps-8e3e725a.d.ts +23 -0
  6. package/dist/PageProps-aa29c554.d.ts +1 -1
  7. package/dist/{SectionProps-83d399b4.d.ts → SectionProps-7a46a8ad.d.ts} +3 -1
  8. package/dist/components/blog-aside/blog-aside.schema.dereffed.json +3 -1
  9. package/dist/components/blog-aside/blog-aside.schema.json +1 -0
  10. package/dist/components/blog-aside/index.d.ts +1 -0
  11. package/dist/components/blog-author/blog-author.schema.dereffed.json +2 -1
  12. package/dist/components/blog-author/index.d.ts +1 -0
  13. package/dist/components/blog-head/index.d.ts +1 -0
  14. package/dist/components/blog-overview/blog-overview.schema.dereffed.json +76 -27
  15. package/dist/components/blog-overview/index.d.ts +1 -0
  16. package/dist/components/blog-post/blog-post.schema.dereffed.json +79 -1
  17. package/dist/components/blog-post/index.d.ts +1 -0
  18. package/dist/components/blog-teaser/blog-teaser.schema.dereffed.json +0 -9
  19. package/dist/components/blog-teaser/blog-teaser.schema.json +0 -7
  20. package/dist/components/blog-teaser/index.d.ts +1 -0
  21. package/dist/components/blog-teaser/index.js +0 -1
  22. package/dist/components/button/button.schema.dereffed.json +1 -0
  23. package/dist/components/button/button.schema.json +1 -0
  24. package/dist/components/button/index.d.ts +1 -0
  25. package/dist/components/button-group/button-group.schema.dereffed.json +1 -0
  26. package/dist/components/button-group/index.d.ts +1 -0
  27. package/dist/components/contact/contact.schema.dereffed.json +2 -1
  28. package/dist/components/contact/contact.schema.json +2 -1
  29. package/dist/components/contact/index.d.ts +1 -0
  30. package/dist/components/cta/cta.schema.dereffed.json +1 -0
  31. package/dist/components/cta/index.d.ts +1 -0
  32. package/dist/components/divider/divider.css +14 -5
  33. package/dist/components/divider/index.d.ts +2 -26
  34. package/dist/components/faq/index.d.ts +1 -0
  35. package/dist/components/feature/feature.schema.dereffed.json +1 -0
  36. package/dist/components/feature/feature.schema.json +1 -0
  37. package/dist/components/feature/index.d.ts +1 -0
  38. package/dist/components/features/features.schema.dereffed.json +1 -0
  39. package/dist/components/features/index.d.ts +1 -0
  40. package/dist/components/footer/index.d.ts +1 -0
  41. package/dist/components/gallery/gallery.css +0 -18
  42. package/dist/components/gallery/index.d.ts +1 -0
  43. package/dist/components/header/index.d.ts +4 -3
  44. package/dist/components/header/index.js +1 -1
  45. package/dist/components/headline/headline.css +16 -0
  46. package/dist/components/headline/headline.schema.dereffed.json +5 -0
  47. package/dist/components/headline/headline.schema.json +5 -0
  48. package/dist/components/headline/index.d.ts +6 -0
  49. package/dist/components/headline/index.js +1 -1
  50. package/dist/components/hero/hero.schema.dereffed.json +1 -0
  51. package/dist/components/hero/index.d.ts +1 -0
  52. package/dist/components/html/html.schema.dereffed.json +30 -0
  53. package/dist/components/html/html.schema.json +2 -2
  54. package/dist/components/html/index.d.ts +5 -26
  55. package/dist/components/html/index.js +29 -3
  56. package/dist/components/image/index.d.ts +1 -0
  57. package/dist/components/image-story/image-story.schema.dereffed.json +1 -0
  58. package/dist/components/image-story/index.d.ts +1 -0
  59. package/dist/components/image-text/index.d.ts +1 -0
  60. package/dist/components/logo/index.d.ts +1 -0
  61. package/dist/components/logos/index.d.ts +1 -0
  62. package/dist/components/mosaic/index.d.ts +1 -0
  63. package/dist/components/mosaic/mosaic.schema.dereffed.json +1 -0
  64. package/dist/components/nav-dropdown/index.d.ts +1 -0
  65. package/dist/components/nav-flyout/index.d.ts +1 -0
  66. package/dist/components/nav-main/index.d.ts +1 -0
  67. package/dist/components/nav-topbar/index.d.ts +1 -0
  68. package/dist/components/page/index.d.ts +1 -0
  69. package/dist/components/page/page.schema.dereffed.json +75 -0
  70. package/dist/components/page-wrapper/tokens.css +1 -1
  71. package/dist/components/presets.json +8 -9
  72. package/dist/components/section/index.d.ts +2 -1
  73. package/dist/components/section/section.schema.dereffed.json +75 -0
  74. package/dist/components/section/section.schema.json +6 -0
  75. package/dist/components/slider/index.d.ts +1 -0
  76. package/dist/components/slider/slider.css +5 -0
  77. package/dist/components/slider/slider.schema.dereffed.json +4 -0
  78. package/dist/components/split/index.d.ts +1 -0
  79. package/dist/components/stat/index.d.ts +1 -0
  80. package/dist/components/stat/stat.schema.dereffed.json +1 -0
  81. package/dist/components/stat/stat.schema.json +1 -0
  82. package/dist/components/stats/index.d.ts +1 -0
  83. package/dist/components/stats/stats.schema.dereffed.json +1 -0
  84. package/dist/components/teaser-card/index.d.ts +1 -0
  85. package/dist/components/testimonial/index.d.ts +1 -0
  86. package/dist/components/testimonials/index.d.ts +1 -0
  87. package/dist/components/text/index.d.ts +1 -0
  88. package/dist/components/tile/tile.schema.dereffed.json +1 -0
  89. package/dist/components/video-curtain/index.d.ts +1 -0
  90. package/dist/components/video-curtain/video-curtain.schema.dereffed.json +1 -0
  91. package/dist/global.css +31 -12
  92. package/dist/static/img/screenshots/blog-blog-aside--default.png +0 -0
  93. package/dist/static/img/screenshots/blog-blog-author--default.png +0 -0
  94. package/dist/static/img/screenshots/components-contact--wide-image.png +0 -0
  95. package/dist/static/img/screenshots/components-stats--count-up-with-description.png +0 -0
  96. package/dist/static/img/screenshots/components-stats--count-up-with-icons.png +0 -0
  97. package/dist/static/img/screenshots/components-teaser-card--page-navigation.png +0 -0
  98. package/dist/static/img/screenshots/components-testimonials--slider-layout.png +0 -0
  99. package/dist/static/img/screenshots/components-testimonials--with-rating.png +0 -0
  100. package/dist/static/img/screenshots/layout-divider--accent.png +0 -0
  101. package/dist/static/img/screenshots/layout-divider--default.png +0 -0
  102. package/dist/static/img/screenshots/layout-footer--footer.png +0 -0
  103. package/dist/static/img/screenshots/layout-slider--with-arrows.png +0 -0
  104. package/dist/static/img/screenshots/layout-slider--with-autoplay.png +0 -0
  105. package/dist/static/img/screenshots/layout-slider--with-nav.png +0 -0
  106. package/dist/static/img/screenshots/layout-slider--with-teased-neighbours.png +0 -0
  107. package/dist/static/img/screenshots/pages-archetypes--blog-post.png +0 -0
  108. package/dist/static/img/screenshots/pages-archetypes--overview.png +0 -0
  109. package/dist/tokens/themes.css +4 -4
  110. package/dist/tokens/tokens.css +1 -1
  111. package/dist/tokens/tokens.js +1 -1
  112. package/package.json +3 -6
@@ -298,6 +298,7 @@
298
298
  },
299
299
  "icon": {
300
300
  "type": "string",
301
+ "format": "icon",
301
302
  "title": "Icon",
302
303
  "description": "Choose an icon"
303
304
  },
@@ -395,6 +396,39 @@
395
396
  },
396
397
  "additionalProperties": false
397
398
  },
399
+ {
400
+ "$schema": "http://json-schema.org/draft-07/schema#",
401
+ "$id": "http://schema.mydesignsystem.com/divider.schema.json",
402
+ "title": "Divider",
403
+ "description": "Dividers bring clarity to a layout by grouping and dividing content in close proximity.",
404
+ "type": "object",
405
+ "properties": {
406
+ "variant": {
407
+ "title": "Style of the divider",
408
+ "type": "string",
409
+ "description": "Choose a variant for the divider",
410
+ "enum": [
411
+ "default",
412
+ "accent"
413
+ ],
414
+ "default": "default"
415
+ },
416
+ "className": {
417
+ "type": "string",
418
+ "title": "Additional Classes",
419
+ "description": "Add additional css classes that should be applied to the divider"
420
+ },
421
+ "component": {
422
+ "title": "`ks-component` attribute",
423
+ "description": "Optional custom component identifier",
424
+ "type": "string"
425
+ },
426
+ "type": {
427
+ "const": "divider"
428
+ }
429
+ },
430
+ "additionalProperties": false
431
+ },
398
432
  {
399
433
  "$schema": "http://json-schema.org/draft-07/schema#",
400
434
  "$id": "http://schema.mydesignsystem.com/faq.schema.json",
@@ -508,6 +542,7 @@
508
542
  "properties": {
509
543
  "icon": {
510
544
  "type": "string",
545
+ "format": "icon",
511
546
  "title": "Icon",
512
547
  "description": "The icon for the feature",
513
548
  "examples": [
@@ -755,6 +790,7 @@
755
790
  },
756
791
  "icon": {
757
792
  "type": "string",
793
+ "format": "icon",
758
794
  "title": "Icon",
759
795
  "description": "Choose an icon"
760
796
  },
@@ -855,6 +891,36 @@
855
891
  },
856
892
  "additionalProperties": false
857
893
  },
894
+ {
895
+ "$schema": "http://json-schema.org/draft-07/schema#",
896
+ "$id": "http://schema.mydesignsystem.com/html.schema.json",
897
+ "title": "Html",
898
+ "description": "Display raw HTML.",
899
+ "type": "object",
900
+ "properties": {
901
+ "html": {
902
+ "title": "HTML string",
903
+ "type": "string",
904
+ "examples": [
905
+ "<p>Hello world!</p>"
906
+ ]
907
+ },
908
+ "className": {
909
+ "title": "Additional Classes",
910
+ "description": "Add additional css classes that should be applied to the element",
911
+ "type": "string"
912
+ },
913
+ "component": {
914
+ "title": "`ks-component` attribute",
915
+ "description": "Optional custom component identifier",
916
+ "type": "string"
917
+ },
918
+ "type": {
919
+ "const": "html"
920
+ }
921
+ },
922
+ "additionalProperties": false
923
+ },
858
924
  {
859
925
  "$schema": "http://json-schema.org/draft-07/schema#",
860
926
  "$id": "http://schema.mydesignsystem.com/image-story.schema.json",
@@ -945,6 +1011,7 @@
945
1011
  },
946
1012
  "icon": {
947
1013
  "type": "string",
1014
+ "format": "icon",
948
1015
  "title": "Icon",
949
1016
  "description": "Choose an icon"
950
1017
  },
@@ -1333,6 +1400,7 @@
1333
1400
  },
1334
1401
  "icon": {
1335
1402
  "type": "string",
1403
+ "format": "icon",
1336
1404
  "title": "Icon",
1337
1405
  "description": "Choose an icon"
1338
1406
  }
@@ -1498,6 +1566,7 @@
1498
1566
  },
1499
1567
  "icon": {
1500
1568
  "type": "string",
1569
+ "format": "icon",
1501
1570
  "title": "Icon",
1502
1571
  "description": "Choose an icon"
1503
1572
  },
@@ -1658,6 +1727,7 @@
1658
1727
  "properties": {
1659
1728
  "icon": {
1660
1729
  "type": "string",
1730
+ "format": "icon",
1661
1731
  "title": "Icon",
1662
1732
  "description": "The icon for the feature",
1663
1733
  "examples": [
@@ -1905,6 +1975,7 @@
1905
1975
  },
1906
1976
  "icon": {
1907
1977
  "type": "string",
1978
+ "format": "icon",
1908
1979
  "title": "Icon",
1909
1980
  "description": "Choose an icon"
1910
1981
  },
@@ -2260,6 +2331,7 @@
2260
2331
  "title": "Icon",
2261
2332
  "description": "Optional icon of the stat",
2262
2333
  "type": "string",
2334
+ "format": "icon",
2263
2335
  "examples": [
2264
2336
  "person",
2265
2337
  "home",
@@ -2612,6 +2684,7 @@
2612
2684
  "title": "Icon",
2613
2685
  "description": "Optional icon of the stat",
2614
2686
  "type": "string",
2687
+ "format": "icon",
2615
2688
  "examples": [
2616
2689
  "person",
2617
2690
  "home",
@@ -2949,6 +3022,7 @@
2949
3022
  },
2950
3023
  "icon": {
2951
3024
  "type": "string",
3025
+ "format": "icon",
2952
3026
  "title": "Icon",
2953
3027
  "description": "Choose an icon"
2954
3028
  },
@@ -3064,6 +3138,7 @@
3064
3138
  },
3065
3139
  "icon": {
3066
3140
  "type": "string",
3141
+ "format": "icon",
3067
3142
  "title": "Icon",
3068
3143
  "description": "Choose an icon"
3069
3144
  },
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 19 Sep 2024 13:22:05 GMT
3
+ * Generated on Thu, 24 Oct 2024 11:57:27 GMT
4
4
  */
5
5
  :root, [ks-theme] {
6
6
  --ks-background-color-accent-base: var(--ks-color-primary-to-bg-8-base);
@@ -102,15 +102,14 @@
102
102
  "id": "blog-blog-teaser--default",
103
103
  "group": "Blog/ Blog Teaser",
104
104
  "name": "Default",
105
- "code": "<BlogTeaser\n author={{\n image: 'img/people/author-emily.png',\n name: 'Jane Smith',\n title: 'Senior AI Researcher'\n }}\n date=\"12/30/2022\"\n headline=\"The Future of AI\"\n image=\"img/close-up-young-business-team-working.png\"\n link={{\n label: 'Read more',\n url: 'https://example.com'\n }}\n readingTime=\"5 min read\"\n tags={[\n {\n entry: 'Technology'\n },\n {\n entry: 'AI'\n }\n ]}\n teaserText=\"Dive into the future of AI in this detailed blog post. Discover how technology is rapidly evolving, the impact of AI on various industries, and what to expect in the coming years. Learn about the latest advancements, challenges, and the potential solutions that AI brings to the table.\"\n/>",
105
+ "code": "<BlogTeaser\n author={{\n image: 'img/people/author-emily.png',\n name: 'Jane Smith',\n title: 'Senior AI Researcher'\n }}\n date=\"12/30/2022\"\n headline=\"The Future of AI\"\n image=\"img/close-up-young-business-team-working.png\"\n link={{\n url: 'https://example.com'\n }}\n readingTime=\"5 min read\"\n tags={[\n {\n entry: 'Technology'\n },\n {\n entry: 'AI'\n }\n ]}\n teaserText=\"Dive into the future of AI in this detailed blog post. Discover how technology is rapidly evolving, the impact of AI on various industries, and what to expect in the coming years. Learn about the latest advancements, challenges, and the potential solutions that AI brings to the table.\"\n/>",
106
106
  "args": {
107
107
  "date": "12/30/2022",
108
108
  "headline": "The Future of AI",
109
109
  "teaserText": "Dive into the future of AI in this detailed blog post. Discover how technology is rapidly evolving, the impact of AI on various industries, and what to expect in the coming years. Learn about the latest advancements, challenges, and the potential solutions that AI brings to the table.",
110
110
  "image": "img/close-up-young-business-team-working.png",
111
111
  "link": {
112
- "url": "https://example.com",
113
- "label": "Read more"
112
+ "url": "https://example.com"
114
113
  },
115
114
  "readingTime": "5 min read",
116
115
  "author": {
@@ -1186,24 +1185,24 @@
1186
1185
  "screenshot": "img/screenshots/components-cta--align-bottom.png"
1187
1186
  },
1188
1187
  {
1189
- "id": "components-divider--accent",
1190
- "group": "Components/Divider",
1188
+ "id": "layout-divider--accent",
1189
+ "group": "Layout/Divider",
1191
1190
  "name": "Accent",
1192
1191
  "code": "<No Display Name variant=\"accent\" />",
1193
1192
  "args": {
1194
1193
  "variant": "accent"
1195
1194
  },
1196
- "screenshot": "img/screenshots/components-divider--accent.png"
1195
+ "screenshot": "img/screenshots/layout-divider--accent.png"
1197
1196
  },
1198
1197
  {
1199
- "id": "components-divider--default",
1200
- "group": "Components/Divider",
1198
+ "id": "layout-divider--default",
1199
+ "group": "Layout/Divider",
1201
1200
  "name": "Default",
1202
1201
  "code": "<No Display Name variant=\"default\" />",
1203
1202
  "args": {
1204
1203
  "variant": "default"
1205
1204
  },
1206
- "screenshot": "img/screenshots/components-divider--default.png"
1205
+ "screenshot": "img/screenshots/layout-divider--default.png"
1207
1206
  },
1208
1207
  {
1209
1208
  "id": "components-faq--dropdown-list",
@@ -1,8 +1,9 @@
1
1
  /// <reference types="react" />
2
2
  import { HTMLAttributes, FC, PropsWithChildren } from "react";
3
- import { SectionProps } from "../../SectionProps-83d399b4.js";
3
+ import { SectionProps } from "../../SectionProps-7a46a8ad.js";
4
4
  declare const SectionContextDefault: import("react").ForwardRefExoticComponent<SectionProps & Omit<HTMLAttributes<HTMLElement>, "style" | "content"> & import("react").RefAttributes<HTMLDivElement>>;
5
5
  declare const SectionContext: import("react").Context<import("react").ForwardRefExoticComponent<SectionProps & Omit<HTMLAttributes<HTMLElement>, "style" | "content"> & import("react").RefAttributes<HTMLDivElement>>>;
6
6
  declare const Section: import("react").ForwardRefExoticComponent<SectionProps & Omit<HTMLAttributes<HTMLElement>, "style" | "content"> & import("react").RefAttributes<HTMLDivElement>>;
7
7
  declare const SectionProvider: FC<PropsWithChildren<any>>;
8
+ export type { SectionProps };
8
9
  export { SectionContextDefault, SectionContext, Section, SectionProvider };
@@ -284,6 +284,7 @@
284
284
  },
285
285
  "icon": {
286
286
  "type": "string",
287
+ "format": "icon",
287
288
  "title": "Icon",
288
289
  "description": "Choose an icon"
289
290
  },
@@ -381,6 +382,39 @@
381
382
  },
382
383
  "additionalProperties": false
383
384
  },
385
+ {
386
+ "$schema": "http://json-schema.org/draft-07/schema#",
387
+ "$id": "http://schema.mydesignsystem.com/divider.schema.json",
388
+ "title": "Divider",
389
+ "description": "Dividers bring clarity to a layout by grouping and dividing content in close proximity.",
390
+ "type": "object",
391
+ "properties": {
392
+ "variant": {
393
+ "title": "Style of the divider",
394
+ "type": "string",
395
+ "description": "Choose a variant for the divider",
396
+ "enum": [
397
+ "default",
398
+ "accent"
399
+ ],
400
+ "default": "default"
401
+ },
402
+ "className": {
403
+ "type": "string",
404
+ "title": "Additional Classes",
405
+ "description": "Add additional css classes that should be applied to the divider"
406
+ },
407
+ "component": {
408
+ "title": "`ks-component` attribute",
409
+ "description": "Optional custom component identifier",
410
+ "type": "string"
411
+ },
412
+ "type": {
413
+ "const": "divider"
414
+ }
415
+ },
416
+ "additionalProperties": false
417
+ },
384
418
  {
385
419
  "$schema": "http://json-schema.org/draft-07/schema#",
386
420
  "$id": "http://schema.mydesignsystem.com/faq.schema.json",
@@ -494,6 +528,7 @@
494
528
  "properties": {
495
529
  "icon": {
496
530
  "type": "string",
531
+ "format": "icon",
497
532
  "title": "Icon",
498
533
  "description": "The icon for the feature",
499
534
  "examples": [
@@ -741,6 +776,7 @@
741
776
  },
742
777
  "icon": {
743
778
  "type": "string",
779
+ "format": "icon",
744
780
  "title": "Icon",
745
781
  "description": "Choose an icon"
746
782
  },
@@ -841,6 +877,36 @@
841
877
  },
842
878
  "additionalProperties": false
843
879
  },
880
+ {
881
+ "$schema": "http://json-schema.org/draft-07/schema#",
882
+ "$id": "http://schema.mydesignsystem.com/html.schema.json",
883
+ "title": "Html",
884
+ "description": "Display raw HTML.",
885
+ "type": "object",
886
+ "properties": {
887
+ "html": {
888
+ "title": "HTML string",
889
+ "type": "string",
890
+ "examples": [
891
+ "<p>Hello world!</p>"
892
+ ]
893
+ },
894
+ "className": {
895
+ "title": "Additional Classes",
896
+ "description": "Add additional css classes that should be applied to the element",
897
+ "type": "string"
898
+ },
899
+ "component": {
900
+ "title": "`ks-component` attribute",
901
+ "description": "Optional custom component identifier",
902
+ "type": "string"
903
+ },
904
+ "type": {
905
+ "const": "html"
906
+ }
907
+ },
908
+ "additionalProperties": false
909
+ },
844
910
  {
845
911
  "$schema": "http://json-schema.org/draft-07/schema#",
846
912
  "$id": "http://schema.mydesignsystem.com/image-story.schema.json",
@@ -931,6 +997,7 @@
931
997
  },
932
998
  "icon": {
933
999
  "type": "string",
1000
+ "format": "icon",
934
1001
  "title": "Icon",
935
1002
  "description": "Choose an icon"
936
1003
  },
@@ -1319,6 +1386,7 @@
1319
1386
  },
1320
1387
  "icon": {
1321
1388
  "type": "string",
1389
+ "format": "icon",
1322
1390
  "title": "Icon",
1323
1391
  "description": "Choose an icon"
1324
1392
  }
@@ -1484,6 +1552,7 @@
1484
1552
  },
1485
1553
  "icon": {
1486
1554
  "type": "string",
1555
+ "format": "icon",
1487
1556
  "title": "Icon",
1488
1557
  "description": "Choose an icon"
1489
1558
  },
@@ -1644,6 +1713,7 @@
1644
1713
  "properties": {
1645
1714
  "icon": {
1646
1715
  "type": "string",
1716
+ "format": "icon",
1647
1717
  "title": "Icon",
1648
1718
  "description": "The icon for the feature",
1649
1719
  "examples": [
@@ -1891,6 +1961,7 @@
1891
1961
  },
1892
1962
  "icon": {
1893
1963
  "type": "string",
1964
+ "format": "icon",
1894
1965
  "title": "Icon",
1895
1966
  "description": "Choose an icon"
1896
1967
  },
@@ -2246,6 +2317,7 @@
2246
2317
  "title": "Icon",
2247
2318
  "description": "Optional icon of the stat",
2248
2319
  "type": "string",
2320
+ "format": "icon",
2249
2321
  "examples": [
2250
2322
  "person",
2251
2323
  "home",
@@ -2598,6 +2670,7 @@
2598
2670
  "title": "Icon",
2599
2671
  "description": "Optional icon of the stat",
2600
2672
  "type": "string",
2673
+ "format": "icon",
2601
2674
  "examples": [
2602
2675
  "person",
2603
2676
  "home",
@@ -2935,6 +3008,7 @@
2935
3008
  },
2936
3009
  "icon": {
2937
3010
  "type": "string",
3011
+ "format": "icon",
2938
3012
  "title": "Icon",
2939
3013
  "description": "Choose an icon"
2940
3014
  },
@@ -3050,6 +3124,7 @@
3050
3124
  },
3051
3125
  "icon": {
3052
3126
  "type": "string",
3127
+ "format": "icon",
3053
3128
  "title": "Icon",
3054
3129
  "description": "Choose an icon"
3055
3130
  },
@@ -165,6 +165,9 @@
165
165
  {
166
166
  "$ref": "http://schema.mydesignsystem.com/cta.schema.json"
167
167
  },
168
+ {
169
+ "$ref": "http://schema.mydesignsystem.com/divider.schema.json"
170
+ },
168
171
  {
169
172
  "$ref": "http://schema.mydesignsystem.com/faq.schema.json"
170
173
  },
@@ -177,6 +180,9 @@
177
180
  {
178
181
  "$ref": "http://schema.mydesignsystem.com/hero.schema.json"
179
182
  },
183
+ {
184
+ "$ref": "http://schema.mydesignsystem.com/html.schema.json"
185
+ },
180
186
  {
181
187
  "$ref": "http://schema.mydesignsystem.com/image-story.schema.json"
182
188
  },
@@ -2,4 +2,5 @@
2
2
  import { HTMLAttributes } from "react";
3
3
  import { SliderProps } from "../../SliderProps-93230a76.js";
4
4
  declare const Slider: import("react").ForwardRefExoticComponent<SliderProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
5
+ export type { SliderProps };
5
6
  export { Slider };
@@ -5,6 +5,7 @@
5
5
  --dsa-slider__bullet--border-color: var(--ks-border-color-primary);
6
6
  --dsa-slider__bullet--border-color_hover: var(--ks-border-color-primary);
7
7
  --dsa-slider__bullet--border-color_active: var(--ks-border-color-primary);
8
+ --dsa-slider__bullet--size: 1rem;
8
9
  --dsa-slider__bullet--background-color: transparent;
9
10
  --dsa-slider__bullet--background-color_hover: var(--ks-color-primary-alpha-8);
10
11
  --dsa-slider__bullet--background-color_active: var(--ks-color-primary);
@@ -27,6 +28,7 @@
27
28
  --c-slider_bullet--background: var(--dsa-slider__bullet--background-color, transparent);
28
29
  --c-slider_bullet--background-color-hover: var(--dsa-slider__bullet--background-color_hover, transparent);
29
30
  --c-slider_bullet--background-color-active: var(--dsa-slider__bullet--background-color_active, transparent);
31
+ --c-slider_bullet--size: var(--dsa-slider__bullet--size);
30
32
  --c-slider_arrow--background: var(
31
33
  --dsa-slider__arrow--background-color,
32
34
  var(--ks-background-color-interface-interactive)
@@ -44,6 +46,9 @@
44
46
  .dsa-slider.c-slider__nav {
45
47
  margin-top: var(--ks-spacing-stack-m);
46
48
  }
49
+ .dsa-slider.c-slider .c-slider__nav {
50
+ margin-top: var(--ks-spacing-stack-m);
51
+ }
47
52
  .dsa-slider.c-slider .c-slider__nav-item:hover .c-slider__bullet {
48
53
  border-color: var(--c-slider_bullet--outline-color-hover);
49
54
  background-color: var(--c-slider_bullet--background-color-hover);
@@ -120,6 +120,7 @@
120
120
  },
121
121
  "icon": {
122
122
  "type": "string",
123
+ "format": "icon",
123
124
  "title": "Icon",
124
125
  "description": "Choose an icon"
125
126
  },
@@ -280,6 +281,7 @@
280
281
  "properties": {
281
282
  "icon": {
282
283
  "type": "string",
284
+ "format": "icon",
283
285
  "title": "Icon",
284
286
  "description": "The icon for the feature",
285
287
  "examples": [
@@ -527,6 +529,7 @@
527
529
  },
528
530
  "icon": {
529
531
  "type": "string",
532
+ "format": "icon",
530
533
  "title": "Icon",
531
534
  "description": "Choose an icon"
532
535
  },
@@ -882,6 +885,7 @@
882
885
  "title": "Icon",
883
886
  "description": "Optional icon of the stat",
884
887
  "type": "string",
888
+ "format": "icon",
885
889
  "examples": [
886
890
  "person",
887
891
  "home",
@@ -10,4 +10,5 @@ interface SplitProps {
10
10
  mainSectionWidth?: "narrow" | "medium" | "wide";
11
11
  }
12
12
  declare const Split: FC<PropsWithChildren<SplitProps>>;
13
+ export type { SplitProps };
13
14
  export { Split };
@@ -4,4 +4,5 @@ import { StatProps } from "../../StatProps-12a3eae0.js";
4
4
  declare const StatContextDefault: import("react").ForwardRefExoticComponent<StatProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
5
5
  declare const StatContext: import("react").Context<import("react").ForwardRefExoticComponent<StatProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>>;
6
6
  declare const Stat: import("react").ForwardRefExoticComponent<StatProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
7
+ export type { StatProps };
7
8
  export { StatContextDefault, StatContext, Stat };
@@ -38,6 +38,7 @@
38
38
  "title": "Icon",
39
39
  "description": "Optional icon of the stat",
40
40
  "type": "string",
41
+ "format": "icon",
41
42
  "examples": [
42
43
  "person",
43
44
  "home",
@@ -28,6 +28,7 @@
28
28
  "title": "Icon",
29
29
  "description": "Optional icon of the stat",
30
30
  "type": "string",
31
+ "format": "icon",
31
32
  "examples": ["person", "home", "map"]
32
33
  }
33
34
  },
@@ -4,4 +4,5 @@ import { StatsProps } from "../../StatsProps-bf5ef578.js";
4
4
  declare const StatsContextDefault: import("react").ForwardRefExoticComponent<StatsProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
5
5
  declare const StatsContext: import("react").Context<import("react").ForwardRefExoticComponent<StatsProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>>;
6
6
  declare const Stats: import("react").ForwardRefExoticComponent<StatsProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
7
+ export type { StatsProps };
7
8
  export { StatsContextDefault, StatsContext, Stats };
@@ -49,6 +49,7 @@
49
49
  "title": "Icon",
50
50
  "description": "Optional icon of the stat",
51
51
  "type": "string",
52
+ "format": "icon",
52
53
  "examples": [
53
54
  "person",
54
55
  "home",
@@ -5,4 +5,5 @@ declare const TeaserCardContextDefault: import("react").ForwardRefExoticComponen
5
5
  declare const TeaserCardContext: import("react").Context<import("react").ForwardRefExoticComponent<TeaserCardProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>>;
6
6
  declare const TeaserCard: import("react").ForwardRefExoticComponent<TeaserCardProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
7
7
  declare const TeaserBoxProvider: FC<PropsWithChildren>;
8
+ export type { TeaserCardProps };
8
9
  export { TeaserCardContextDefault, TeaserCardContext, TeaserCard, TeaserBoxProvider };
@@ -13,4 +13,5 @@ declare const Testimonial: import("react").ForwardRefExoticComponent<{
13
13
  layout: string;
14
14
  index: number;
15
15
  } & TestimonialProps & import("react").RefAttributes<HTMLDivElement>>;
16
+ export type { TestimonialProps };
16
17
  export { TestimonialContextDefault, TestimonialContext, Testimonial };
@@ -9,4 +9,5 @@ declare const ConditionalSlider: import("react").ForwardRefExoticComponent<Condi
9
9
  declare const TestimonialsContextDefault: import("react").ForwardRefExoticComponent<TestimonialsProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
10
10
  declare const TestimonialsContext: import("react").Context<import("react").ForwardRefExoticComponent<TestimonialsProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>>;
11
11
  declare const Testimonials: import("react").ForwardRefExoticComponent<TestimonialsProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
12
+ export type { TestimonialsProps };
12
13
  export { ConditionalSlider, TestimonialsContextDefault, TestimonialsContext, Testimonials };
@@ -4,4 +4,5 @@ import { TextProps } from "../../TextProps-a23170d2.js";
4
4
  declare const TextContextDefault: import("react").ForwardRefExoticComponent<TextProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
5
5
  declare const TextContext: import("react").Context<import("react").ForwardRefExoticComponent<TextProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>>;
6
6
  declare const Text: import("react").ForwardRefExoticComponent<TextProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
7
+ export type { TextProps };
7
8
  export { TextContextDefault, TextContext, Text };
@@ -67,6 +67,7 @@
67
67
  },
68
68
  "icon": {
69
69
  "type": "string",
70
+ "format": "icon",
70
71
  "title": "Icon",
71
72
  "description": "Choose an icon"
72
73
  }
@@ -4,4 +4,5 @@ import { VideoCurtainProps } from "../../VideoCurtainProps-6c625a69.js";
4
4
  declare const VideoCurtainContextDefault: import("react").ForwardRefExoticComponent<VideoCurtainProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
5
5
  declare const VideoCurtainContext: import("react").Context<import("react").ForwardRefExoticComponent<VideoCurtainProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>>;
6
6
  declare const VideoCurtain: import("react").ForwardRefExoticComponent<VideoCurtainProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
7
+ export type { VideoCurtainProps };
7
8
  export { VideoCurtainContextDefault, VideoCurtainContext, VideoCurtain };
@@ -50,6 +50,7 @@
50
50
  },
51
51
  "icon": {
52
52
  "type": "string",
53
+ "format": "icon",
53
54
  "title": "Icon",
54
55
  "description": "Choose an icon"
55
56
  },