@kickstartds/ds-agency-premium 1.6.68--canary.45.1711.0 → 1.6.68--canary.45.1716.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 (127) hide show
  1. package/dist/{BlogAsideProps-d9decb7c.d.ts → BlogAsideProps-c760fd2a.d.ts} +5 -5
  2. package/dist/{BlogAuthorProps-9320ef58.d.ts → BlogAuthorProps-fb0241df.d.ts} +1 -1
  3. package/dist/BlogOverviewProps-9f207f1c.d.ts +2 -2
  4. package/dist/{BlogPostProps-c04a5ed8.d.ts → BlogPostProps-6b3cff22.d.ts} +2 -2
  5. package/dist/{ButtonProps-03ff6d21.d.ts → ButtonProps-00ddee3a.d.ts} +4 -4
  6. package/dist/{CtaProps-8a0dba0d.d.ts → CtaProps-babe4ee6.d.ts} +4 -4
  7. package/dist/{EventListAppointmentProps-da54c3b9.d.ts → EventAppointmentProps-443cd1ce.d.ts} +4 -4
  8. package/dist/{EventDetailProps-19b81db8.d.ts → EventDetailProps-42a7eebe.d.ts} +5 -5
  9. package/dist/{EventTeaserProps-e00ea659.d.ts → EventLatestTeaserProps-fc9d3281.d.ts} +2 -2
  10. package/dist/{EventListLocationProps-d4345e0e.d.ts → EventLocationProps-dd4aeaa9.d.ts} +5 -5
  11. package/dist/{FeaturesProps-7ef528ec.d.ts → FeaturesProps-a9041d97.d.ts} +4 -4
  12. package/dist/{FooterProps-171a3067.d.ts → FooterProps-a0a104ca.d.ts} +2 -2
  13. package/dist/{HeaderProps-e22382f1.d.ts → HeaderProps-72763967.d.ts} +2 -2
  14. package/dist/{HeroProps-aa4e6431.d.ts → HeroProps-40f6c7f5.d.ts} +4 -4
  15. package/dist/ImageStoryProps-e853e1e7.d.ts +1 -1
  16. package/dist/MosaicProps-d52c7151.d.ts +4 -4
  17. package/dist/SectionProps-7caa223c.d.ts +7 -7
  18. package/dist/{SliderProps-8a0dba0d.d.ts → SliderProps-babe4ee6.d.ts} +4 -4
  19. package/dist/{TeaserCardProps-b9c28e78.d.ts → TeaserCardProps-994cb119.d.ts} +4 -4
  20. package/dist/{VideoCurtainProps-88f08b62.d.ts → VideoCurtainProps-a2c0cc7f.d.ts} +4 -4
  21. package/dist/components/blog-aside/blog-aside.schema.dereffed.json +7 -7
  22. package/dist/components/blog-aside/blog-aside.schema.json +4 -4
  23. package/dist/components/blog-aside/index.d.ts +1 -1
  24. package/dist/components/blog-aside/index.js +1 -1
  25. package/dist/components/blog-author/blog-author.schema.dereffed.json +3 -3
  26. package/dist/components/blog-author/index.d.ts +1 -1
  27. package/dist/components/blog-overview/blog-overview.schema.dereffed.json +41 -41
  28. package/dist/components/blog-post/blog-post.schema.dereffed.json +48 -48
  29. package/dist/components/blog-post/index.d.ts +1 -1
  30. package/dist/components/blog-teaser/index.d.ts +1 -1
  31. package/dist/components/blog-teaser/index.js +5 -7
  32. package/dist/components/button/button.schema.dereffed.json +3 -3
  33. package/dist/components/button/button.schema.json +3 -3
  34. package/dist/components/button/index.d.ts +1 -1
  35. package/dist/components/button/index.js +1 -1
  36. package/dist/components/button-group/button-group.schema.dereffed.json +3 -3
  37. package/dist/components/button-group/index.d.ts +1 -1
  38. package/dist/components/contact/contact.schema.dereffed.json +3 -3
  39. package/dist/components/contact/contact.schema.json +3 -3
  40. package/dist/components/contact/index.d.ts +1 -1
  41. package/dist/components/contact/index.js +1 -1
  42. package/dist/components/cta/cta.schema.dereffed.json +3 -3
  43. package/dist/components/cta/cta.schema.json +2 -2
  44. package/dist/components/cta/index.d.ts +1 -1
  45. package/dist/components/{event-list-appointment/event-list-appointment.css → event-appointment/event-appointment.css} +9 -9
  46. package/dist/components/{event-list-appointment/event-list-appointment.schema.dereffed.json → event-appointment/event-appointment.schema.dereffed.json} +5 -5
  47. package/dist/components/{event-list-appointment/event-list-appointment.schema.json → event-appointment/event-appointment.schema.json} +4 -4
  48. package/dist/components/event-appointment/index.d.ts +7 -0
  49. package/dist/components/event-appointment/index.js +14 -0
  50. package/dist/components/event-detail/event-detail.schema.dereffed.json +12 -12
  51. package/dist/components/event-detail/event-detail.schema.json +3 -3
  52. package/dist/components/event-detail/index.d.ts +1 -1
  53. package/dist/components/event-detail/index.js +4 -4
  54. package/dist/components/event-latest/event-latest.schema.dereffed.json +3 -3
  55. package/dist/components/event-latest/event-latest.schema.json +1 -1
  56. package/dist/components/event-latest/index.d.ts +3 -3
  57. package/dist/components/{event-teaser/event-teaser.css → event-latest-teaser/event-latest-teaser.css} +13 -13
  58. package/dist/components/{event-teaser/event-teaser.schema.dereffed.json → event-latest-teaser/event-latest-teaser.schema.dereffed.json} +3 -3
  59. package/dist/components/{event-teaser/event-teaser.schema.json → event-latest-teaser/event-latest-teaser.schema.json} +2 -2
  60. package/dist/components/event-latest-teaser/index.d.ts +8 -0
  61. package/dist/components/event-latest-teaser/index.js +17 -0
  62. package/dist/components/{event-list-location/event-list-location.css → event-location/event-location.css} +15 -15
  63. package/dist/components/{event-list-location/event-list-location.schema.dereffed.json → event-location/event-location.schema.dereffed.json} +10 -10
  64. package/dist/components/{event-list-location/event-list-location.schema.json → event-location/event-location.schema.json} +5 -5
  65. package/dist/components/event-location/index.d.ts +7 -0
  66. package/dist/components/event-location/index.js +16 -0
  67. package/dist/components/feature/feature.schema.dereffed.json +3 -3
  68. package/dist/components/feature/feature.schema.json +3 -3
  69. package/dist/components/feature/index.d.ts +3 -3
  70. package/dist/components/feature/index.js +1 -1
  71. package/dist/components/features/features.schema.dereffed.json +3 -3
  72. package/dist/components/features/features.schema.json +2 -2
  73. package/dist/components/features/index.d.ts +1 -1
  74. package/dist/components/features/index.js +1 -1
  75. package/dist/components/footer/footer.schema.dereffed.json +12 -12
  76. package/dist/components/footer/index.d.ts +1 -1
  77. package/dist/components/footer/index.js +1 -1
  78. package/dist/components/header/header.schema.dereffed.json +12 -12
  79. package/dist/components/header/index.d.ts +1 -1
  80. package/dist/components/hero/hero.schema.dereffed.json +3 -3
  81. package/dist/components/hero/hero.schema.json +2 -2
  82. package/dist/components/hero/index.d.ts +1 -1
  83. package/dist/components/image-story/image-story.schema.dereffed.json +3 -3
  84. package/dist/components/index/index.d.ts +4 -4
  85. package/dist/components/logos/index.js +1 -1
  86. package/dist/components/mosaic/index.js +1 -1
  87. package/dist/components/mosaic/mosaic.schema.dereffed.json +3 -3
  88. package/dist/components/nav-dropdown/index.d.ts +1 -1
  89. package/dist/components/nav-dropdown/index.js +2 -2
  90. package/dist/components/nav-dropdown/nav-dropdown.schema.dereffed.json +1 -1
  91. package/dist/components/nav-flyout/index.d.ts +2 -2
  92. package/dist/components/nav-flyout/index.js +4 -4
  93. package/dist/components/nav-flyout/nav-flyout.schema.dereffed.json +12 -12
  94. package/dist/components/nav-main/index.d.ts +5 -5
  95. package/dist/components/nav-main/nav-main.schema.dereffed.json +15 -15
  96. package/dist/components/nav-main/nav-main.schema.json +14 -14
  97. package/dist/components/nav-topbar/index.d.ts +2 -2
  98. package/dist/components/nav-topbar/index.js +2 -2
  99. package/dist/components/nav-topbar/nav-topbar.schema.dereffed.json +12 -12
  100. package/dist/components/page/page.schema.dereffed.json +38 -38
  101. package/dist/components/page-wrapper/tokens.css +1 -1
  102. package/dist/components/presets.json +200 -198
  103. package/dist/components/section/section.schema.dereffed.json +38 -38
  104. package/dist/components/settings/settings.schema.dereffed.json +24 -24
  105. package/dist/components/slider/index.d.ts +1 -1
  106. package/dist/components/slider/slider.schema.dereffed.json +13 -13
  107. package/dist/components/teaser-card/index.d.ts +1 -1
  108. package/dist/components/teaser-card/index.js +2 -2
  109. package/dist/components/teaser-card/teaser-card.schema.dereffed.json +4 -4
  110. package/dist/components/teaser-card/teaser-card.schema.json +4 -4
  111. package/dist/components/testimonials/index.d.ts +1 -1
  112. package/dist/components/tile/tile.schema.dereffed.json +3 -3
  113. package/dist/components/tile/tile.schema.json +2 -2
  114. package/dist/components/video-curtain/index.d.ts +1 -1
  115. package/dist/components/video-curtain/video-curtain.schema.dereffed.json +3 -3
  116. package/dist/components/video-curtain/video-curtain.schema.json +2 -2
  117. package/dist/tokens/themes.css +4 -4
  118. package/dist/tokens/tokens.css +1 -1
  119. package/dist/tokens/tokens.js +1 -1
  120. package/package.json +1 -1
  121. package/dist/components/event-list-appointment/index.d.ts +0 -7
  122. package/dist/components/event-list-appointment/index.js +0 -14
  123. package/dist/components/event-list-location/index.d.ts +0 -7
  124. package/dist/components/event-list-location/index.js +0 -16
  125. package/dist/components/event-teaser/index.d.ts +0 -8
  126. package/dist/components/event-teaser/index.js +0 -17
  127. /package/dist/{BlogTeaserProps-d62a0a9a.d.ts → BlogTeaserProps-f5855e93.d.ts} +0 -0
@@ -296,10 +296,10 @@
296
296
  "title": "Icon",
297
297
  "description": "Choose an icon"
298
298
  },
299
- "target": {
299
+ "url": {
300
300
  "type": "string",
301
- "title": "Target",
302
- "description": "Target that should be linked, makes the button behave like a link semantically",
301
+ "title": "URL",
302
+ "description": "The URL to link to when the button is clicked",
303
303
  "format": "uri"
304
304
  }
305
305
  },
@@ -583,10 +583,10 @@
583
583
  "cta": {
584
584
  "type": "object",
585
585
  "properties": {
586
- "target": {
586
+ "url": {
587
587
  "type": "string",
588
- "title": "Call to Action target",
589
- "description": "The CTA target",
588
+ "title": "Call to Action url",
589
+ "description": "The CTA url",
590
590
  "default": "#",
591
591
  "format": "uri"
592
592
  },
@@ -784,10 +784,10 @@
784
784
  "title": "Icon",
785
785
  "description": "Choose an icon"
786
786
  },
787
- "target": {
787
+ "url": {
788
788
  "type": "string",
789
- "title": "Target",
790
- "description": "Target that should be linked, makes the button behave like a link semantically",
789
+ "title": "URL",
790
+ "description": "The URL to link to when the button is clicked",
791
791
  "format": "uri"
792
792
  }
793
793
  },
@@ -1020,10 +1020,10 @@
1020
1020
  "Book a meeting"
1021
1021
  ]
1022
1022
  },
1023
- "target": {
1023
+ "url": {
1024
1024
  "type": "string",
1025
- "title": "Target",
1026
- "description": "Target that should be linked, makes the button behave like a link semantically",
1025
+ "title": "URL",
1026
+ "description": "The URL to link to when the button is clicked",
1027
1027
  "format": "uri"
1028
1028
  },
1029
1029
  "variant": {
@@ -1420,10 +1420,10 @@
1420
1420
  "Book a meeting"
1421
1421
  ]
1422
1422
  },
1423
- "target": {
1423
+ "url": {
1424
1424
  "type": "string",
1425
- "title": "Target",
1426
- "description": "Target that should be linked, makes the button behave like a link semantically",
1425
+ "title": "URL",
1426
+ "description": "The URL to link to when the button is clicked",
1427
1427
  "format": "uri"
1428
1428
  },
1429
1429
  "icon": {
@@ -1592,10 +1592,10 @@
1592
1592
  "title": "Icon",
1593
1593
  "description": "Choose an icon"
1594
1594
  },
1595
- "target": {
1595
+ "url": {
1596
1596
  "type": "string",
1597
- "title": "Target",
1598
- "description": "Target that should be linked, makes the button behave like a link semantically",
1597
+ "title": "URL",
1598
+ "description": "The URL to link to when the button is clicked",
1599
1599
  "format": "uri"
1600
1600
  }
1601
1601
  },
@@ -1796,10 +1796,10 @@
1796
1796
  "cta": {
1797
1797
  "type": "object",
1798
1798
  "properties": {
1799
- "target": {
1799
+ "url": {
1800
1800
  "type": "string",
1801
- "title": "Call to Action target",
1802
- "description": "The CTA target",
1801
+ "title": "Call to Action url",
1802
+ "description": "The CTA url",
1803
1803
  "default": "#",
1804
1804
  "format": "uri"
1805
1805
  },
@@ -1997,10 +1997,10 @@
1997
1997
  "title": "Icon",
1998
1998
  "description": "Choose an icon"
1999
1999
  },
2000
- "target": {
2000
+ "url": {
2001
2001
  "type": "string",
2002
- "title": "Target",
2003
- "description": "Target that should be linked, makes the button behave like a link semantically",
2002
+ "title": "URL",
2003
+ "description": "The URL to link to when the button is clicked",
2004
2004
  "format": "uri"
2005
2005
  }
2006
2006
  },
@@ -2436,10 +2436,10 @@
2436
2436
  "description": "Layout for the Teaser Card",
2437
2437
  "default": "stack"
2438
2438
  },
2439
- "target": {
2439
+ "url": {
2440
2440
  "type": "string",
2441
- "title": "Target",
2442
- "description": "Target that should be linked",
2441
+ "title": "Url",
2442
+ "description": "Url that should be linked",
2443
2443
  "format": "uri"
2444
2444
  },
2445
2445
  "button": {
@@ -2492,7 +2492,7 @@
2492
2492
  "additionalProperties": false,
2493
2493
  "required": [
2494
2494
  "topic",
2495
- "target"
2495
+ "url"
2496
2496
  ]
2497
2497
  },
2498
2498
  {
@@ -2795,10 +2795,10 @@
2795
2795
  "description": "Layout for the Teaser Card",
2796
2796
  "default": "stack"
2797
2797
  },
2798
- "target": {
2798
+ "url": {
2799
2799
  "type": "string",
2800
- "title": "Target",
2801
- "description": "Target that should be linked",
2800
+ "title": "Url",
2801
+ "description": "Url that should be linked",
2802
2802
  "format": "uri"
2803
2803
  },
2804
2804
  "button": {
@@ -2851,7 +2851,7 @@
2851
2851
  "additionalProperties": false,
2852
2852
  "required": [
2853
2853
  "topic",
2854
- "target"
2854
+ "url"
2855
2855
  ]
2856
2856
  },
2857
2857
  {
@@ -3063,10 +3063,10 @@
3063
3063
  "title": "Icon",
3064
3064
  "description": "Choose an icon"
3065
3065
  },
3066
- "target": {
3066
+ "url": {
3067
3067
  "type": "string",
3068
- "title": "Target",
3069
- "description": "Target that should be linked, makes the button behave like a link semantically",
3068
+ "title": "URL",
3069
+ "description": "The URL to link to when the button is clicked",
3070
3070
  "format": "uri"
3071
3071
  }
3072
3072
  },
@@ -3158,10 +3158,10 @@
3158
3158
  "Book a meeting"
3159
3159
  ]
3160
3160
  },
3161
- "target": {
3161
+ "url": {
3162
3162
  "type": "string",
3163
- "title": "Target",
3164
- "description": "Target that should be linked, makes the button behave like a link semantically",
3163
+ "title": "URL",
3164
+ "description": "The URL to link to when the button is clicked",
3165
3165
  "format": "uri"
3166
3166
  },
3167
3167
  "variant": {
@@ -93,7 +93,7 @@
93
93
  "items": {
94
94
  "type": "object",
95
95
  "properties": {
96
- "href": {
96
+ "url": {
97
97
  "type": "string",
98
98
  "format": "uri"
99
99
  },
@@ -108,7 +108,7 @@
108
108
  "items": {
109
109
  "type": "object",
110
110
  "properties": {
111
- "href": {
111
+ "url": {
112
112
  "type": "string",
113
113
  "format": "uri"
114
114
  },
@@ -125,7 +125,7 @@
125
125
  },
126
126
  "additionalProperties": false,
127
127
  "required": [
128
- "href",
128
+ "url",
129
129
  "label"
130
130
  ]
131
131
  },
@@ -133,43 +133,43 @@
133
133
  [
134
134
  {
135
135
  "label": "Active Item",
136
- "href": "#",
136
+ "url": "#",
137
137
  "active": true
138
138
  },
139
139
  {
140
140
  "label": "Navigation Item",
141
- "href": "#"
141
+ "url": "#"
142
142
  },
143
143
  {
144
144
  "label": "Dropdown",
145
- "href": "#",
145
+ "url": "#",
146
146
  "items": [
147
147
  {
148
148
  "label": "Level 2 Item",
149
- "href": "#"
149
+ "url": "#"
150
150
  },
151
151
  {
152
152
  "label": "Active Item",
153
153
  "active": true,
154
- "href": "#"
154
+ "url": "#"
155
155
  },
156
156
  {
157
157
  "label": "An Item with a longer Label",
158
- "href": "#"
158
+ "url": "#"
159
159
  },
160
160
  {
161
161
  "label": "And One last one",
162
- "href": "#"
162
+ "url": "#"
163
163
  }
164
164
  ]
165
165
  },
166
166
  {
167
167
  "label": "One more Item",
168
- "href": "#"
168
+ "url": "#"
169
169
  },
170
170
  {
171
171
  "label": "Last Item",
172
- "href": "#"
172
+ "url": "#"
173
173
  }
174
174
  ]
175
175
  ]
@@ -250,7 +250,7 @@
250
250
  "items": {
251
251
  "type": "object",
252
252
  "properties": {
253
- "href": {
253
+ "url": {
254
254
  "type": "string",
255
255
  "format": "uri"
256
256
  },
@@ -265,7 +265,7 @@
265
265
  "items": {
266
266
  "type": "object",
267
267
  "properties": {
268
- "href": {
268
+ "url": {
269
269
  "type": "string",
270
270
  "format": "uri"
271
271
  },
@@ -282,7 +282,7 @@
282
282
  },
283
283
  "additionalProperties": false,
284
284
  "required": [
285
- "href",
285
+ "url",
286
286
  "label"
287
287
  ]
288
288
  },
@@ -290,43 +290,43 @@
290
290
  [
291
291
  {
292
292
  "label": "Active Item",
293
- "href": "#",
293
+ "url": "#",
294
294
  "active": true
295
295
  },
296
296
  {
297
297
  "label": "Navigation Item",
298
- "href": "#"
298
+ "url": "#"
299
299
  },
300
300
  {
301
301
  "label": "Dropdown",
302
- "href": "#",
302
+ "url": "#",
303
303
  "items": [
304
304
  {
305
305
  "label": "Level 2 Item",
306
- "href": "#"
306
+ "url": "#"
307
307
  },
308
308
  {
309
309
  "label": "Active Item",
310
310
  "active": true,
311
- "href": "#"
311
+ "url": "#"
312
312
  },
313
313
  {
314
314
  "label": "An Item with a longer Label",
315
- "href": "#"
315
+ "url": "#"
316
316
  },
317
317
  {
318
318
  "label": "And One last one",
319
- "href": "#"
319
+ "url": "#"
320
320
  }
321
321
  ]
322
322
  },
323
323
  {
324
324
  "label": "One more Item",
325
- "href": "#"
325
+ "url": "#"
326
326
  },
327
327
  {
328
328
  "label": "Last Item",
329
- "href": "#"
329
+ "url": "#"
330
330
  }
331
331
  ]
332
332
  ]
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { HTMLAttributes } from "react";
3
- import { SliderProps } from "../../SliderProps-8a0dba0d.js";
3
+ import { SliderProps } from "../../SliderProps-babe4ee6.js";
4
4
  declare const Slider: import("react").ForwardRefExoticComponent<SliderProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
5
5
  export type { SliderProps };
6
6
  export { Slider };
@@ -118,10 +118,10 @@
118
118
  "title": "Icon",
119
119
  "description": "Choose an icon"
120
120
  },
121
- "target": {
121
+ "url": {
122
122
  "type": "string",
123
- "title": "Target",
124
- "description": "Target that should be linked, makes the button behave like a link semantically",
123
+ "title": "URL",
124
+ "description": "The URL to link to when the button is clicked",
125
125
  "format": "uri"
126
126
  }
127
127
  },
@@ -322,10 +322,10 @@
322
322
  "cta": {
323
323
  "type": "object",
324
324
  "properties": {
325
- "target": {
325
+ "url": {
326
326
  "type": "string",
327
- "title": "Call to Action target",
328
- "description": "The CTA target",
327
+ "title": "Call to Action url",
328
+ "description": "The CTA url",
329
329
  "default": "#",
330
330
  "format": "uri"
331
331
  },
@@ -523,10 +523,10 @@
523
523
  "title": "Icon",
524
524
  "description": "Choose an icon"
525
525
  },
526
- "target": {
526
+ "url": {
527
527
  "type": "string",
528
- "title": "Target",
529
- "description": "Target that should be linked, makes the button behave like a link semantically",
528
+ "title": "URL",
529
+ "description": "The URL to link to when the button is clicked",
530
530
  "format": "uri"
531
531
  }
532
532
  },
@@ -962,10 +962,10 @@
962
962
  "description": "Layout for the Teaser Card",
963
963
  "default": "stack"
964
964
  },
965
- "target": {
965
+ "url": {
966
966
  "type": "string",
967
- "title": "Target",
968
- "description": "Target that should be linked",
967
+ "title": "Url",
968
+ "description": "Url that should be linked",
969
969
  "format": "uri"
970
970
  },
971
971
  "button": {
@@ -1018,7 +1018,7 @@
1018
1018
  "additionalProperties": false,
1019
1019
  "required": [
1020
1020
  "topic",
1021
- "target"
1021
+ "url"
1022
1022
  ]
1023
1023
  },
1024
1024
  {
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { HTMLAttributes, FC, PropsWithChildren } from "react";
3
- import { TeaserCardProps } from "../../TeaserCardProps-b9c28e78.js";
3
+ import { TeaserCardProps } from "../../TeaserCardProps-994cb119.js";
4
4
  declare const TeaserCardContextDefault: import("react").ForwardRefExoticComponent<TeaserCardProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
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>>;
@@ -6,13 +6,13 @@ import { TeaserBoxContextDefault, TeaserBoxContext } from '@kickstartds/base/lib
6
6
  import { Container } from '@kickstartds/core/lib/container';
7
7
  import { compiler } from 'markdown-to-jsx';
8
8
 
9
- const TeaserCardContextDefault = forwardRef(({ headline, text, button, target, image, imageRatio = "wide", label, layout = "stack", ...rest }, ref) => (jsx(Container, { name: "teaser-card", children: jsxs("div", { className: classnames(`dsa-teaser-card`, `dsa-teaser-card--${layout}`, `dsa-teaser-card--${imageRatio}`), children: [label && jsx("span", { className: "dsa-teaser-card__label", children: label }), jsx(TeaserBoxContextDefault, { ...rest, topic: headline, text: text,
9
+ const TeaserCardContextDefault = forwardRef(({ headline, text, button, url, image, imageRatio = "wide", label, layout = "stack", ...rest }, ref) => (jsx(Container, { name: "teaser-card", children: jsxs("div", { className: classnames(`dsa-teaser-card`, `dsa-teaser-card--${layout}`, `dsa-teaser-card--${imageRatio}`), children: [label && jsx("span", { className: "dsa-teaser-card__label", children: label }), jsx(TeaserBoxContextDefault, { ...rest, topic: headline, text: text,
10
10
  // @ts-expect-error
11
11
  renderTopic: () => jsx(Fragment, { children: compiler(headline) }), link: {
12
12
  hidden: button?.hidden,
13
13
  label: button.label,
14
14
  variant: "primary",
15
- target: target,
15
+ url: url,
16
16
  icon: button?.chevron ? "chevron-right" : undefined,
17
17
  }, image: image, ref: ref })] }) })));
18
18
  const TeaserCardContext = createContext(TeaserCardContextDefault);
@@ -31,10 +31,10 @@
31
31
  "description": "Layout for the Teaser Card",
32
32
  "default": "stack"
33
33
  },
34
- "target": {
34
+ "url": {
35
35
  "type": "string",
36
- "title": "Target",
37
- "description": "Target that should be linked",
36
+ "title": "Url",
37
+ "description": "Url that should be linked",
38
38
  "format": "uri"
39
39
  },
40
40
  "button": {
@@ -87,6 +87,6 @@
87
87
  "additionalProperties": false,
88
88
  "required": [
89
89
  "topic",
90
- "target"
90
+ "url"
91
91
  ]
92
92
  }
@@ -28,10 +28,10 @@
28
28
  "description": "Layout for the Teaser Card",
29
29
  "default": "stack"
30
30
  },
31
- "target": {
31
+ "url": {
32
32
  "type": "string",
33
- "title": "Target",
34
- "description": "Target that should be linked",
33
+ "title": "Url",
34
+ "description": "Url that should be linked",
35
35
  "format": "uri"
36
36
  },
37
37
  "button": {
@@ -71,5 +71,5 @@
71
71
  }
72
72
  },
73
73
  "additionalProperties": false,
74
- "required": ["topic", "target"]
74
+ "required": ["topic", "url"]
75
75
  }
@@ -1,7 +1,7 @@
1
1
  /// <reference types="react" />
2
2
  import { HTMLAttributes } from "react";
3
3
  import { TestimonialsProps } from "../../TestimonialsProps-e344f597.js";
4
- import { SliderProps } from "../../SliderProps-8a0dba0d.js";
4
+ import { SliderProps } from "../../SliderProps-babe4ee6.js";
5
5
  interface ConditionalSliderProps extends SliderProps {
6
6
  layout: "slider" | "list" | "alternating";
7
7
  }
@@ -59,10 +59,10 @@
59
59
  "Book a meeting"
60
60
  ]
61
61
  },
62
- "target": {
62
+ "url": {
63
63
  "type": "string",
64
- "title": "Target",
65
- "description": "Target that should be linked, makes the button behave like a link semantically",
64
+ "title": "URL",
65
+ "description": "The URL to link to when the button is clicked",
66
66
  "format": "uri"
67
67
  },
68
68
  "icon": {
@@ -51,8 +51,8 @@
51
51
  "label": {
52
52
  "$ref": "http://schema.mydesignsystem.com/button.schema.json#/properties/label"
53
53
  },
54
- "target": {
55
- "$ref": "http://schema.mydesignsystem.com/button.schema.json#/properties/target"
54
+ "url": {
55
+ "$ref": "http://schema.mydesignsystem.com/button.schema.json#/properties/url"
56
56
  },
57
57
  "icon": {
58
58
  "$ref": "http://schema.mydesignsystem.com/button.schema.json#/properties/icon"
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { HTMLAttributes } from "react";
3
- import { VideoCurtainProps } from "../../VideoCurtainProps-88f08b62.js";
3
+ import { VideoCurtainProps } from "../../VideoCurtainProps-a2c0cc7f.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>>;
@@ -54,10 +54,10 @@
54
54
  "title": "Icon",
55
55
  "description": "Choose an icon"
56
56
  },
57
- "target": {
57
+ "url": {
58
58
  "type": "string",
59
- "title": "Target",
60
- "description": "Target that should be linked, makes the button behave like a link semantically",
59
+ "title": "URL",
60
+ "description": "The URL to link to when the button is clicked",
61
61
  "format": "uri"
62
62
  }
63
63
  },
@@ -46,8 +46,8 @@
46
46
  "icon": {
47
47
  "$ref": "http://schema.mydesignsystem.com/button.schema.json#/properties/icon"
48
48
  },
49
- "target": {
50
- "$ref": "http://schema.mydesignsystem.com/button.schema.json#/properties/target"
49
+ "url": {
50
+ "$ref": "http://schema.mydesignsystem.com/button.schema.json#/properties/url"
51
51
  }
52
52
  }
53
53
  }
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 25 Jun 2025 10:03:33 GMT
3
+ * Generated on Wed, 25 Jun 2025 10:54:34 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, 25 Jun 2025 10:03:37 GMT
2730
+ * Generated on Wed, 25 Jun 2025 10:54:38 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, 25 Jun 2025 10:03:35 GMT
5461
+ * Generated on Wed, 25 Jun 2025 10:54:36 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, 25 Jun 2025 10:03:39 GMT
8462
+ * Generated on Wed, 25 Jun 2025 10:54:40 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, 25 Jun 2025 10:03:31 GMT
3
+ * Generated on Wed, 25 Jun 2025 10:54:31 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, 25 Jun 2025 10:03:31 GMT
3
+ * Generated on Wed, 25 Jun 2025 10:54:31 GMT
4
4
  */
5
5
 
6
6
  export const KsBackgroundColorAccentBase = "#f3f3f4";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kickstartds/ds-agency-premium",
3
- "version": "1.6.68--canary.45.1711.0",
3
+ "version": "1.6.68--canary.45.1716.0",
4
4
  "description": "",
5
5
  "homepage": "https://github.com/kickstartDS/ds-agency-premium#readme",
6
6
  "bugs": {
@@ -1,7 +0,0 @@
1
- /// <reference types="react" />
2
- import { EventListAppointmentProps } from "../../EventListAppointmentProps-da54c3b9.js";
3
- declare const EventListAppointmentContextDefault: import("react").ForwardRefExoticComponent<EventListAppointmentProps & import("react").RefAttributes<HTMLAnchorElement>>;
4
- declare const EventListAppointmentContext: import("react").Context<import("react").ForwardRefExoticComponent<EventListAppointmentProps & import("react").RefAttributes<HTMLAnchorElement>>>;
5
- declare const EventListAppointment: import("react").ForwardRefExoticComponent<EventListAppointmentProps & import("react").RefAttributes<HTMLAnchorElement>>;
6
- export type { EventListAppointmentProps };
7
- export { EventListAppointmentContextDefault, EventListAppointmentContext, EventListAppointment };