@kickstartds/ds-agency-premium 1.5.33 → 1.5.35

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 (41) hide show
  1. package/dist/{BlogOverviewProps-83d399b4.d.ts → BlogOverviewProps-9f207f1c.d.ts} +1 -1
  2. package/dist/BlogPostProps-d9decb7c.d.ts +1 -1
  3. package/dist/{PageProps-83d399b4.d.ts → PageProps-aa29c554.d.ts} +1 -1
  4. package/dist/{SectionProps-03ff6d21.d.ts → SectionProps-83d399b4.d.ts} +1 -1
  5. package/dist/components/blog-aside/blog-aside.schema.dereffed.json +3 -1
  6. package/dist/components/blog-aside/blog-aside.schema.json +1 -0
  7. package/dist/components/blog-author/blog-author.schema.dereffed.json +2 -1
  8. package/dist/components/blog-overview/blog-overview.schema.dereffed.json +13 -0
  9. package/dist/components/blog-overview/index.d.ts +1 -1
  10. package/dist/components/blog-post/blog-post.schema.dereffed.json +16 -1
  11. package/dist/components/button/button.schema.dereffed.json +1 -0
  12. package/dist/components/button/button.schema.json +1 -0
  13. package/dist/components/button-group/button-group.schema.dereffed.json +1 -0
  14. package/dist/components/contact/contact.schema.dereffed.json +2 -1
  15. package/dist/components/contact/contact.schema.json +2 -1
  16. package/dist/components/cta/cta.schema.dereffed.json +1 -0
  17. package/dist/components/feature/feature.schema.dereffed.json +1 -0
  18. package/dist/components/feature/feature.schema.json +1 -0
  19. package/dist/components/features/features.schema.dereffed.json +1 -0
  20. package/dist/components/headline/index.js +1 -1
  21. package/dist/components/hero/hero.schema.dereffed.json +1 -0
  22. package/dist/components/image-story/image-story.schema.dereffed.json +1 -0
  23. package/dist/components/image-story/index.d.ts +1 -1
  24. package/dist/components/index/index.d.ts +2 -2
  25. package/dist/components/mosaic/mosaic.schema.dereffed.json +1 -0
  26. package/dist/components/page/index.d.ts +1 -1
  27. package/dist/components/page/page.schema.dereffed.json +12 -0
  28. package/dist/components/page-wrapper/tokens.css +1 -1
  29. package/dist/components/section/index.d.ts +1 -1
  30. package/dist/components/section/section.schema.dereffed.json +12 -0
  31. package/dist/components/slider/slider.schema.dereffed.json +4 -0
  32. package/dist/components/stat/stat.schema.dereffed.json +1 -0
  33. package/dist/components/stat/stat.schema.json +1 -0
  34. package/dist/components/stats/stats.schema.dereffed.json +1 -0
  35. package/dist/components/tile/tile.schema.dereffed.json +1 -0
  36. package/dist/components/video-curtain/video-curtain.schema.dereffed.json +1 -0
  37. package/dist/tokens/themes.css +4 -4
  38. package/dist/tokens/tokens.css +1 -1
  39. package/dist/tokens/tokens.js +1 -1
  40. package/package.json +3 -3
  41. /package/dist/{ImageStoryProps-03ff6d21.d.ts → ImageStoryProps-e853e1e7.d.ts} +0 -0
@@ -3,7 +3,7 @@
3
3
  * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
4
4
  * and run json-schema-to-typescript to regenerate this file.
5
5
  */
6
- import { SectionProps } from "./SectionProps-03ff6d21.js";
6
+ import { SectionProps } from "./SectionProps-83d399b4.js";
7
7
  import { BlogTeaserProps } from "./BlogTeaserProps-f5855e93.js";
8
8
  import { CtaProps } from "./CtaProps-93230a76.js";
9
9
  import { SeoProps } from "./SeoProps-f2d6dcaa.js";
@@ -5,7 +5,7 @@
5
5
  */
6
6
  import { BlogHeadProps } from "./BlogHeadProps-3f6e4072.js";
7
7
  import { BlogAsideProps } from "./BlogAsideProps-d9decb7c.js";
8
- import { SectionProps } from "./SectionProps-03ff6d21.js";
8
+ import { SectionProps } from "./SectionProps-83d399b4.js";
9
9
  import { CtaProps } from "./CtaProps-93230a76.js";
10
10
  import { SeoProps } from "./SeoProps-f2d6dcaa.js";
11
11
  /**
@@ -3,7 +3,7 @@
3
3
  * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
4
4
  * and run json-schema-to-typescript to regenerate this file.
5
5
  */
6
- import { SectionProps } from "./SectionProps-03ff6d21.js";
6
+ import { SectionProps } from "./SectionProps-83d399b4.js";
7
7
  import { SeoProps } from "./SeoProps-f2d6dcaa.js";
8
8
  /**
9
9
  * Collection of sections (with their contents) to render on the page
@@ -8,7 +8,7 @@ import { FaqProps } from "./FaqProps-ad618cd5.js";
8
8
  import { FeaturesProps } from "./FeaturesProps-b05859d6.js";
9
9
  import { GalleryProps } from "./GalleryProps-76e7de44.js";
10
10
  import { HeroProps } from "./HeroProps-cf82a16d.js";
11
- import { ImageStoryProps } from "./ImageStoryProps-03ff6d21.js";
11
+ import { ImageStoryProps } from "./ImageStoryProps-e853e1e7.js";
12
12
  import { ImageTextProps } from "./ImageTextProps-9286cca4.js";
13
13
  import { LogosProps } from "./LogosProps-f9474fe2.js";
14
14
  import { MosaicProps } from "./MosaicProps-d52c7151.js";
@@ -74,7 +74,8 @@
74
74
  "type": "object",
75
75
  "properties": {
76
76
  "icon": {
77
- "type": "string"
77
+ "type": "string",
78
+ "format": "icon"
78
79
  },
79
80
  "label": {
80
81
  "type": "string"
@@ -127,6 +128,7 @@
127
128
  "title": "Icon",
128
129
  "description": "The icon name for the social link",
129
130
  "type": "string",
131
+ "format": "icon",
130
132
  "examples": [
131
133
  "twitter",
132
134
  "facebook"
@@ -19,6 +19,7 @@
19
19
  "title": "Icon",
20
20
  "description": "The icon name for the social link",
21
21
  "type": "string",
22
+ "format": "icon",
22
23
  "examples": ["twitter", "facebook"]
23
24
  },
24
25
  "href": {
@@ -67,7 +67,8 @@
67
67
  "type": "object",
68
68
  "properties": {
69
69
  "icon": {
70
- "type": "string"
70
+ "type": "string",
71
+ "format": "icon"
71
72
  },
72
73
  "label": {
73
74
  "type": "string"
@@ -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
  },
@@ -508,6 +509,7 @@
508
509
  "properties": {
509
510
  "icon": {
510
511
  "type": "string",
512
+ "format": "icon",
511
513
  "title": "Icon",
512
514
  "description": "The icon for the feature",
513
515
  "examples": [
@@ -755,6 +757,7 @@
755
757
  },
756
758
  "icon": {
757
759
  "type": "string",
760
+ "format": "icon",
758
761
  "title": "Icon",
759
762
  "description": "Choose an icon"
760
763
  },
@@ -945,6 +948,7 @@
945
948
  },
946
949
  "icon": {
947
950
  "type": "string",
951
+ "format": "icon",
948
952
  "title": "Icon",
949
953
  "description": "Choose an icon"
950
954
  },
@@ -1333,6 +1337,7 @@
1333
1337
  },
1334
1338
  "icon": {
1335
1339
  "type": "string",
1340
+ "format": "icon",
1336
1341
  "title": "Icon",
1337
1342
  "description": "Choose an icon"
1338
1343
  }
@@ -1498,6 +1503,7 @@
1498
1503
  },
1499
1504
  "icon": {
1500
1505
  "type": "string",
1506
+ "format": "icon",
1501
1507
  "title": "Icon",
1502
1508
  "description": "Choose an icon"
1503
1509
  },
@@ -1658,6 +1664,7 @@
1658
1664
  "properties": {
1659
1665
  "icon": {
1660
1666
  "type": "string",
1667
+ "format": "icon",
1661
1668
  "title": "Icon",
1662
1669
  "description": "The icon for the feature",
1663
1670
  "examples": [
@@ -1905,6 +1912,7 @@
1905
1912
  },
1906
1913
  "icon": {
1907
1914
  "type": "string",
1915
+ "format": "icon",
1908
1916
  "title": "Icon",
1909
1917
  "description": "Choose an icon"
1910
1918
  },
@@ -2260,6 +2268,7 @@
2260
2268
  "title": "Icon",
2261
2269
  "description": "Optional icon of the stat",
2262
2270
  "type": "string",
2271
+ "format": "icon",
2263
2272
  "examples": [
2264
2273
  "person",
2265
2274
  "home",
@@ -2612,6 +2621,7 @@
2612
2621
  "title": "Icon",
2613
2622
  "description": "Optional icon of the stat",
2614
2623
  "type": "string",
2624
+ "format": "icon",
2615
2625
  "examples": [
2616
2626
  "person",
2617
2627
  "home",
@@ -2949,6 +2959,7 @@
2949
2959
  },
2950
2960
  "icon": {
2951
2961
  "type": "string",
2962
+ "format": "icon",
2952
2963
  "title": "Icon",
2953
2964
  "description": "Choose an icon"
2954
2965
  },
@@ -3064,6 +3075,7 @@
3064
3075
  },
3065
3076
  "icon": {
3066
3077
  "type": "string",
3078
+ "format": "icon",
3067
3079
  "title": "Icon",
3068
3080
  "description": "Choose an icon"
3069
3081
  },
@@ -3632,6 +3644,7 @@
3632
3644
  },
3633
3645
  "icon": {
3634
3646
  "type": "string",
3647
+ "format": "icon",
3635
3648
  "title": "Icon",
3636
3649
  "description": "Choose an icon"
3637
3650
  },
@@ -1,4 +1,4 @@
1
- import { BlogOverviewProps } from "../../BlogOverviewProps-83d399b4.js";
1
+ import { BlogOverviewProps } from "../../BlogOverviewProps-9f207f1c.js";
2
2
  import { FC, PropsWithChildren } from "react";
3
3
  declare const BlogOverview: FC<PropsWithChildren<BlogOverviewProps>>;
4
4
  export type { BlogOverviewProps };
@@ -154,7 +154,8 @@
154
154
  "type": "object",
155
155
  "properties": {
156
156
  "icon": {
157
- "type": "string"
157
+ "type": "string",
158
+ "format": "icon"
158
159
  },
159
160
  "label": {
160
161
  "type": "string"
@@ -207,6 +208,7 @@
207
208
  "title": "Icon",
208
209
  "description": "The icon name for the social link",
209
210
  "type": "string",
211
+ "format": "icon",
210
212
  "examples": [
211
213
  "twitter",
212
214
  "facebook"
@@ -564,6 +566,7 @@
564
566
  },
565
567
  "icon": {
566
568
  "type": "string",
569
+ "format": "icon",
567
570
  "title": "Icon",
568
571
  "description": "Choose an icon"
569
572
  },
@@ -774,6 +777,7 @@
774
777
  "properties": {
775
778
  "icon": {
776
779
  "type": "string",
780
+ "format": "icon",
777
781
  "title": "Icon",
778
782
  "description": "The icon for the feature",
779
783
  "examples": [
@@ -1021,6 +1025,7 @@
1021
1025
  },
1022
1026
  "icon": {
1023
1027
  "type": "string",
1028
+ "format": "icon",
1024
1029
  "title": "Icon",
1025
1030
  "description": "Choose an icon"
1026
1031
  },
@@ -1211,6 +1216,7 @@
1211
1216
  },
1212
1217
  "icon": {
1213
1218
  "type": "string",
1219
+ "format": "icon",
1214
1220
  "title": "Icon",
1215
1221
  "description": "Choose an icon"
1216
1222
  },
@@ -1599,6 +1605,7 @@
1599
1605
  },
1600
1606
  "icon": {
1601
1607
  "type": "string",
1608
+ "format": "icon",
1602
1609
  "title": "Icon",
1603
1610
  "description": "Choose an icon"
1604
1611
  }
@@ -1764,6 +1771,7 @@
1764
1771
  },
1765
1772
  "icon": {
1766
1773
  "type": "string",
1774
+ "format": "icon",
1767
1775
  "title": "Icon",
1768
1776
  "description": "Choose an icon"
1769
1777
  },
@@ -1924,6 +1932,7 @@
1924
1932
  "properties": {
1925
1933
  "icon": {
1926
1934
  "type": "string",
1935
+ "format": "icon",
1927
1936
  "title": "Icon",
1928
1937
  "description": "The icon for the feature",
1929
1938
  "examples": [
@@ -2171,6 +2180,7 @@
2171
2180
  },
2172
2181
  "icon": {
2173
2182
  "type": "string",
2183
+ "format": "icon",
2174
2184
  "title": "Icon",
2175
2185
  "description": "Choose an icon"
2176
2186
  },
@@ -2526,6 +2536,7 @@
2526
2536
  "title": "Icon",
2527
2537
  "description": "Optional icon of the stat",
2528
2538
  "type": "string",
2539
+ "format": "icon",
2529
2540
  "examples": [
2530
2541
  "person",
2531
2542
  "home",
@@ -2878,6 +2889,7 @@
2878
2889
  "title": "Icon",
2879
2890
  "description": "Optional icon of the stat",
2880
2891
  "type": "string",
2892
+ "format": "icon",
2881
2893
  "examples": [
2882
2894
  "person",
2883
2895
  "home",
@@ -3215,6 +3227,7 @@
3215
3227
  },
3216
3228
  "icon": {
3217
3229
  "type": "string",
3230
+ "format": "icon",
3218
3231
  "title": "Icon",
3219
3232
  "description": "Choose an icon"
3220
3233
  },
@@ -3330,6 +3343,7 @@
3330
3343
  },
3331
3344
  "icon": {
3332
3345
  "type": "string",
3346
+ "format": "icon",
3333
3347
  "title": "Icon",
3334
3348
  "description": "Choose an icon"
3335
3349
  },
@@ -3432,6 +3446,7 @@
3432
3446
  },
3433
3447
  "icon": {
3434
3448
  "type": "string",
3449
+ "format": "icon",
3435
3450
  "title": "Icon",
3436
3451
  "description": "Choose an icon"
3437
3452
  },
@@ -32,6 +32,7 @@
32
32
  },
33
33
  "icon": {
34
34
  "type": "string",
35
+ "format": "icon",
35
36
  "title": "Icon",
36
37
  "description": "Choose an icon"
37
38
  },
@@ -26,6 +26,7 @@
26
26
  },
27
27
  "icon": {
28
28
  "type": "string",
29
+ "format": "icon",
29
30
  "title": "Icon",
30
31
  "description": "Choose an icon"
31
32
  },
@@ -42,6 +42,7 @@
42
42
  },
43
43
  "icon": {
44
44
  "type": "string",
45
+ "format": "icon",
45
46
  "title": "Icon",
46
47
  "description": "Choose an icon"
47
48
  },
@@ -67,7 +67,8 @@
67
67
  "type": "object",
68
68
  "properties": {
69
69
  "icon": {
70
- "type": "string"
70
+ "type": "string",
71
+ "format": "icon"
71
72
  },
72
73
  "label": {
73
74
  "type": "string"
@@ -54,7 +54,8 @@
54
54
  "type": "object",
55
55
  "properties": {
56
56
  "icon": {
57
- "type": "string"
57
+ "type": "string",
58
+ "format": "icon"
58
59
  },
59
60
  "label": {
60
61
  "type": "string"
@@ -62,6 +62,7 @@
62
62
  },
63
63
  "icon": {
64
64
  "type": "string",
65
+ "format": "icon",
65
66
  "title": "Icon",
66
67
  "description": "Choose an icon"
67
68
  },
@@ -7,6 +7,7 @@
7
7
  "properties": {
8
8
  "icon": {
9
9
  "type": "string",
10
+ "format": "icon",
10
11
  "title": "Icon",
11
12
  "description": "The icon for the feature",
12
13
  "examples": [
@@ -7,6 +7,7 @@
7
7
  "properties": {
8
8
  "icon": {
9
9
  "type": "string",
10
+ "format": "icon",
10
11
  "title": "Icon",
11
12
  "description": "The icon for the feature",
12
13
  "examples": ["person"]
@@ -61,6 +61,7 @@
61
61
  "properties": {
62
62
  "icon": {
63
63
  "type": "string",
64
+ "format": "icon",
64
65
  "title": "Icon",
65
66
  "description": "The icon for the feature",
66
67
  "examples": [
@@ -9,7 +9,7 @@ const Headline = forwardRef(({ content, text = content, sub, align = "left", swi
9
9
  // @ts-expect-error: Some kDS Components set the `styleAs`Props (e.g. https://github.com/kickstartDS/content/blob/next/source/storytelling/StorytellingComponent.tsx#L146)
10
10
  styleAs, style = styleAs || "h2", spaceAfter = "small", className, renderContent = compiler, renderSubheadline = compiler, ...props }, ref) => {
11
11
  const TagName = level;
12
- return text || sub ? (jsxs("header", { className: classnames("dsa-headline", `dsa-headline--${style}`, style !== "none" && style !== level && `dsa-headline--${style}`, `dsa-headline--align-${align}`, spaceAfter && `dsa-headline--space-after-${spaceAfter}`, className), ref: ref, ...props, children: [sub && switchOrder && (jsx("p", { className: "dsa-headline__subheadline", children: renderSubheadline(sub) })), jsx(TagName, { className: classnames("dsa-headline__headline"), children: renderContent(text) }), sub && !switchOrder && (jsx("p", { className: "dsa-headline__subheadline", children: renderSubheadline(sub) }))] })) : null;
12
+ return text || sub ? (jsxs("header", { className: classnames("dsa-headline", `dsa-headline--${style}`, style !== "none" && style !== level && `dsa-headline--${style}`, `dsa-headline--align-${align}`, spaceAfter && `dsa-headline--space-after-${spaceAfter}`, className), ref: ref, ...props, children: [sub && switchOrder && (jsx("p", { className: "dsa-headline__subheadline", children: renderSubheadline(sub) })), props.id && level === "h2" ? (jsx("a", { href: `#${props.id}`, className: "dsa-headline__anchor", children: jsx(TagName, { className: classnames("dsa-headline__headline"), children: renderContent(text) }) })) : (jsx(TagName, { className: classnames("dsa-headline__headline"), children: renderContent(text) })), sub && !switchOrder && (jsx("p", { className: "dsa-headline__subheadline", children: renderSubheadline(sub) }))] })) : null;
13
13
  });
14
14
  Headline.displayName = "Headline";
15
15
  const HeadlineProvider = (props) => (jsx(HeadlineContext.Provider, { ...props, value: Headline }));
@@ -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
  },
@@ -88,6 +88,7 @@
88
88
  },
89
89
  "icon": {
90
90
  "type": "string",
91
+ "format": "icon",
91
92
  "title": "Icon",
92
93
  "description": "Choose an icon"
93
94
  },
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { HTMLAttributes } from "react";
3
- import { ImageStoryProps } from "../../ImageStoryProps-03ff6d21.js";
3
+ import { ImageStoryProps } from "../../ImageStoryProps-e853e1e7.js";
4
4
  declare const ImageStoryContextDefault: import("react").ForwardRefExoticComponent<ImageStoryProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
5
5
  declare const ImageStoryContext: import("react").Context<import("react").ForwardRefExoticComponent<ImageStoryProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>>;
6
6
  declare const ImageStory: import("react").ForwardRefExoticComponent<ImageStoryProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
@@ -25,6 +25,6 @@ interface SettingsProps {
25
25
  seo: SeoProps;
26
26
  }
27
27
  export * from "../../BlogPostProps-d9decb7c.js";
28
- export * from "../../BlogOverviewProps-83d399b4.js";
29
- export * from "../../PageProps-83d399b4.js";
28
+ export * from "../../BlogOverviewProps-9f207f1c.js";
29
+ export * from "../../PageProps-aa29c554.js";
30
30
  export { SettingsProps };
@@ -94,6 +94,7 @@
94
94
  },
95
95
  "icon": {
96
96
  "type": "string",
97
+ "format": "icon",
97
98
  "title": "Icon",
98
99
  "description": "Choose an icon"
99
100
  }
@@ -1,4 +1,4 @@
1
- import { PageProps } from "../../PageProps-83d399b4.js";
1
+ import { PageProps } from "../../PageProps-aa29c554.js";
2
2
  import { FC, PropsWithChildren } from "react";
3
3
  declare const Page: FC<PropsWithChildren<PageProps>>;
4
4
  export type { PageProps };
@@ -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
  },
@@ -508,6 +509,7 @@
508
509
  "properties": {
509
510
  "icon": {
510
511
  "type": "string",
512
+ "format": "icon",
511
513
  "title": "Icon",
512
514
  "description": "The icon for the feature",
513
515
  "examples": [
@@ -755,6 +757,7 @@
755
757
  },
756
758
  "icon": {
757
759
  "type": "string",
760
+ "format": "icon",
758
761
  "title": "Icon",
759
762
  "description": "Choose an icon"
760
763
  },
@@ -945,6 +948,7 @@
945
948
  },
946
949
  "icon": {
947
950
  "type": "string",
951
+ "format": "icon",
948
952
  "title": "Icon",
949
953
  "description": "Choose an icon"
950
954
  },
@@ -1333,6 +1337,7 @@
1333
1337
  },
1334
1338
  "icon": {
1335
1339
  "type": "string",
1340
+ "format": "icon",
1336
1341
  "title": "Icon",
1337
1342
  "description": "Choose an icon"
1338
1343
  }
@@ -1498,6 +1503,7 @@
1498
1503
  },
1499
1504
  "icon": {
1500
1505
  "type": "string",
1506
+ "format": "icon",
1501
1507
  "title": "Icon",
1502
1508
  "description": "Choose an icon"
1503
1509
  },
@@ -1658,6 +1664,7 @@
1658
1664
  "properties": {
1659
1665
  "icon": {
1660
1666
  "type": "string",
1667
+ "format": "icon",
1661
1668
  "title": "Icon",
1662
1669
  "description": "The icon for the feature",
1663
1670
  "examples": [
@@ -1905,6 +1912,7 @@
1905
1912
  },
1906
1913
  "icon": {
1907
1914
  "type": "string",
1915
+ "format": "icon",
1908
1916
  "title": "Icon",
1909
1917
  "description": "Choose an icon"
1910
1918
  },
@@ -2260,6 +2268,7 @@
2260
2268
  "title": "Icon",
2261
2269
  "description": "Optional icon of the stat",
2262
2270
  "type": "string",
2271
+ "format": "icon",
2263
2272
  "examples": [
2264
2273
  "person",
2265
2274
  "home",
@@ -2612,6 +2621,7 @@
2612
2621
  "title": "Icon",
2613
2622
  "description": "Optional icon of the stat",
2614
2623
  "type": "string",
2624
+ "format": "icon",
2615
2625
  "examples": [
2616
2626
  "person",
2617
2627
  "home",
@@ -2949,6 +2959,7 @@
2949
2959
  },
2950
2960
  "icon": {
2951
2961
  "type": "string",
2962
+ "format": "icon",
2952
2963
  "title": "Icon",
2953
2964
  "description": "Choose an icon"
2954
2965
  },
@@ -3064,6 +3075,7 @@
3064
3075
  },
3065
3076
  "icon": {
3066
3077
  "type": "string",
3078
+ "format": "icon",
3067
3079
  "title": "Icon",
3068
3080
  "description": "Choose an icon"
3069
3081
  },
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 09 Oct 2024 13:05:36 GMT
3
+ * Generated on Mon, 14 Oct 2024 17:20:41 GMT
4
4
  */
5
5
  :root, [ks-theme] {
6
6
  --ks-background-color-accent-base: var(--ks-color-primary-to-bg-8-base);
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { HTMLAttributes, FC, PropsWithChildren } from "react";
3
- import { SectionProps } from "../../SectionProps-03ff6d21.js";
3
+ import { SectionProps } from "../../SectionProps-83d399b4.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>>;
@@ -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
  },
@@ -494,6 +495,7 @@
494
495
  "properties": {
495
496
  "icon": {
496
497
  "type": "string",
498
+ "format": "icon",
497
499
  "title": "Icon",
498
500
  "description": "The icon for the feature",
499
501
  "examples": [
@@ -741,6 +743,7 @@
741
743
  },
742
744
  "icon": {
743
745
  "type": "string",
746
+ "format": "icon",
744
747
  "title": "Icon",
745
748
  "description": "Choose an icon"
746
749
  },
@@ -931,6 +934,7 @@
931
934
  },
932
935
  "icon": {
933
936
  "type": "string",
937
+ "format": "icon",
934
938
  "title": "Icon",
935
939
  "description": "Choose an icon"
936
940
  },
@@ -1319,6 +1323,7 @@
1319
1323
  },
1320
1324
  "icon": {
1321
1325
  "type": "string",
1326
+ "format": "icon",
1322
1327
  "title": "Icon",
1323
1328
  "description": "Choose an icon"
1324
1329
  }
@@ -1484,6 +1489,7 @@
1484
1489
  },
1485
1490
  "icon": {
1486
1491
  "type": "string",
1492
+ "format": "icon",
1487
1493
  "title": "Icon",
1488
1494
  "description": "Choose an icon"
1489
1495
  },
@@ -1644,6 +1650,7 @@
1644
1650
  "properties": {
1645
1651
  "icon": {
1646
1652
  "type": "string",
1653
+ "format": "icon",
1647
1654
  "title": "Icon",
1648
1655
  "description": "The icon for the feature",
1649
1656
  "examples": [
@@ -1891,6 +1898,7 @@
1891
1898
  },
1892
1899
  "icon": {
1893
1900
  "type": "string",
1901
+ "format": "icon",
1894
1902
  "title": "Icon",
1895
1903
  "description": "Choose an icon"
1896
1904
  },
@@ -2246,6 +2254,7 @@
2246
2254
  "title": "Icon",
2247
2255
  "description": "Optional icon of the stat",
2248
2256
  "type": "string",
2257
+ "format": "icon",
2249
2258
  "examples": [
2250
2259
  "person",
2251
2260
  "home",
@@ -2598,6 +2607,7 @@
2598
2607
  "title": "Icon",
2599
2608
  "description": "Optional icon of the stat",
2600
2609
  "type": "string",
2610
+ "format": "icon",
2601
2611
  "examples": [
2602
2612
  "person",
2603
2613
  "home",
@@ -2935,6 +2945,7 @@
2935
2945
  },
2936
2946
  "icon": {
2937
2947
  "type": "string",
2948
+ "format": "icon",
2938
2949
  "title": "Icon",
2939
2950
  "description": "Choose an icon"
2940
2951
  },
@@ -3050,6 +3061,7 @@
3050
3061
  },
3051
3062
  "icon": {
3052
3063
  "type": "string",
3064
+ "format": "icon",
3053
3065
  "title": "Icon",
3054
3066
  "description": "Choose an icon"
3055
3067
  },
@@ -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",
@@ -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
  },
@@ -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",
@@ -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
  }
@@ -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
  },
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 09 Oct 2024 13:05:39 GMT
3
+ * Generated on Mon, 14 Oct 2024 17:20:44 GMT
4
4
  */
5
5
  :root [ks-theme=business] {
6
6
  --ks-background-color-accent-base: var(--ks-color-primary-to-bg-8-base);
@@ -2727,7 +2727,7 @@
2727
2727
  }
2728
2728
  /**
2729
2729
  * Do not edit directly
2730
- * Generated on Wed, 09 Oct 2024 13:05:43 GMT
2730
+ * Generated on Mon, 14 Oct 2024 17:20:47 GMT
2731
2731
  */
2732
2732
  :root [ks-theme=google] {
2733
2733
  --ks-background-color-accent-base: var(--ks-color-primary-to-bg-8-base);
@@ -5458,7 +5458,7 @@
5458
5458
  }
5459
5459
  /**
5460
5460
  * Do not edit directly
5461
- * Generated on Wed, 09 Oct 2024 13:05:41 GMT
5461
+ * Generated on Mon, 14 Oct 2024 17:20:46 GMT
5462
5462
  */
5463
5463
  :root [ks-theme=ngo] {
5464
5464
  --ks-background-color-accent-base: var(--ks-color-primary-to-bg-8-base);
@@ -8459,7 +8459,7 @@
8459
8459
  }
8460
8460
  /**
8461
8461
  * Do not edit directly
8462
- * Generated on Wed, 09 Oct 2024 13:05:46 GMT
8462
+ * Generated on Mon, 14 Oct 2024 17:20:49 GMT
8463
8463
  */
8464
8464
  :root [ks-theme=telekom] {
8465
8465
  --ks-background-color-accent-base: var(--ks-color-primary-to-bg-8-base);
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 09 Oct 2024 13:05:36 GMT
3
+ * Generated on Mon, 14 Oct 2024 17:20:41 GMT
4
4
  */
5
5
 
6
6
  :root, [ks-theme] {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 09 Oct 2024 13:05:37 GMT
3
+ * Generated on Mon, 14 Oct 2024 17:20:42 GMT
4
4
  */
5
5
 
6
6
  export const KsBackgroundColorAccentBase = "#230a2b";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kickstartds/ds-agency-premium",
3
- "version": "1.5.33",
3
+ "version": "1.5.35",
4
4
  "description": "",
5
5
  "homepage": "https://github.com/kickstartDS/ds-agency-premium#readme",
6
6
  "bugs": {
@@ -84,8 +84,8 @@
84
84
  "@kickstartds/content": "^4.0.0",
85
85
  "@kickstartds/core": "^4.0.2",
86
86
  "@kickstartds/form": "^4.0.2",
87
- "@kickstartds/jsonschema-utils": "^3.0.13",
88
- "@kickstartds/jsonschema2types": "^1.1.37",
87
+ "@kickstartds/jsonschema-utils": "^3.4.2",
88
+ "@kickstartds/jsonschema2types": "^1.1.51",
89
89
  "@kickstartds/storybook-addon-component-tokens": "^3.0.0",
90
90
  "@kickstartds/storybook-addon-html": "^1.0.0",
91
91
  "@kickstartds/storybook-addon-jsonschema": "^4.0.0",