@oiz/stzh-components-react 4.5.0-beta1 → 4.6.0-beta1

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.
@@ -74,6 +74,7 @@ import { StzhImagecomparison as StzhImagecomparisonElement, defineCustomElement
74
74
  import { StzhInput as StzhInputElement, defineCustomElement as defineStzhInput } from "@oiz/stzh-components/dist/components/stzh-input.js";
75
75
  import { StzhInvert as StzhInvertElement, defineCustomElement as defineStzhInvert } from "@oiz/stzh-components/dist/components/stzh-invert.js";
76
76
  import { StzhLink as StzhLinkElement, defineCustomElement as defineStzhLink } from "@oiz/stzh-components/dist/components/stzh-link.js";
77
+ import { StzhLinklist as StzhLinklistElement, defineCustomElement as defineStzhLinklist } from "@oiz/stzh-components/dist/components/stzh-linklist.js";
77
78
  import { StzhListItem as StzhListItemElement, defineCustomElement as defineStzhListItem } from "@oiz/stzh-components/dist/components/stzh-list-item.js";
78
79
  import { StzhList as StzhListElement, defineCustomElement as defineStzhList } from "@oiz/stzh-components/dist/components/stzh-list.js";
79
80
  import { StzhLoader as StzhLoaderElement, defineCustomElement as defineStzhLoader } from "@oiz/stzh-components/dist/components/stzh-loader.js";
@@ -98,6 +99,8 @@ import { StzhPiContentNavigation as StzhPiContentNavigationElement, defineCustom
98
99
  import { StzhPiMenu as StzhPiMenuElement, defineCustomElement as defineStzhPiMenu } from "@oiz/stzh-components/dist/components/stzh-pi-menu.js";
99
100
  import { StzhPiPagetitle as StzhPiPagetitleElement, defineCustomElement as defineStzhPiPagetitle } from "@oiz/stzh-components/dist/components/stzh-pi-pagetitle.js";
100
101
  import { StzhPiQuote as StzhPiQuoteElement, defineCustomElement as defineStzhPiQuote } from "@oiz/stzh-components/dist/components/stzh-pi-quote.js";
102
+ import { StzhPiTeaserLayoutItem as StzhPiTeaserLayoutItemElement, defineCustomElement as defineStzhPiTeaserLayoutItem } from "@oiz/stzh-components/dist/components/stzh-pi-teaser-layout-item.js";
103
+ import { StzhPiTeaserLayout as StzhPiTeaserLayoutElement, defineCustomElement as defineStzhPiTeaserLayout } from "@oiz/stzh-components/dist/components/stzh-pi-teaser-layout.js";
101
104
  import { StzhPiTeaser as StzhPiTeaserElement, defineCustomElement as defineStzhPiTeaser } from "@oiz/stzh-components/dist/components/stzh-pi-teaser.js";
102
105
  import { StzhPkzhQr as StzhPkzhQrElement, defineCustomElement as defineStzhPkzhQr } from "@oiz/stzh-components/dist/components/stzh-pkzh-qr.js";
103
106
  import { StzhPoicard as StzhPoicardElement, defineCustomElement as defineStzhPoicard } from "@oiz/stzh-components/dist/components/stzh-poicard.js";
@@ -157,7 +160,7 @@ import React from 'react';
157
160
  export const StzhAccordion = /*@__PURE__*/ createComponent({
158
161
  tagName: 'stzh-accordion',
159
162
  elementClass: StzhAccordionElement,
160
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
163
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
161
164
  react: React,
162
165
  events: { onStzhVariantChange: 'stzhVariantChange' },
163
166
  defineCustomElement: defineStzhAccordion
@@ -165,7 +168,7 @@ export const StzhAccordion = /*@__PURE__*/ createComponent({
165
168
  export const StzhAccordionItem = /*@__PURE__*/ createComponent({
166
169
  tagName: 'stzh-accordion-item',
167
170
  elementClass: StzhAccordionItemElement,
168
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
171
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
169
172
  react: React,
170
173
  events: {
171
174
  onStzhOpen: 'stzhOpen',
@@ -180,7 +183,7 @@ export const StzhAccordionItem = /*@__PURE__*/ createComponent({
180
183
  export const StzhActions = /*@__PURE__*/ createComponent({
181
184
  tagName: 'stzh-actions',
182
185
  elementClass: StzhActionsElement,
183
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
186
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
184
187
  react: React,
185
188
  events: {},
186
189
  defineCustomElement: defineStzhActions
@@ -188,7 +191,7 @@ export const StzhActions = /*@__PURE__*/ createComponent({
188
191
  export const StzhActionset = /*@__PURE__*/ createComponent({
189
192
  tagName: 'stzh-actionset',
190
193
  elementClass: StzhActionsetElement,
191
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
194
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
192
195
  react: React,
193
196
  events: { onStzhActionClick: 'stzhActionClick' },
194
197
  defineCustomElement: defineStzhActionset
@@ -196,7 +199,7 @@ export const StzhActionset = /*@__PURE__*/ createComponent({
196
199
  export const StzhAmount = /*@__PURE__*/ createComponent({
197
200
  tagName: 'stzh-amount',
198
201
  elementClass: StzhAmountElement,
199
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
202
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
200
203
  react: React,
201
204
  events: { onStzhChange: 'stzhChange' },
202
205
  defineCustomElement: defineStzhAmount
@@ -204,7 +207,7 @@ export const StzhAmount = /*@__PURE__*/ createComponent({
204
207
  export const StzhAnchornav = /*@__PURE__*/ createComponent({
205
208
  tagName: 'stzh-anchornav',
206
209
  elementClass: StzhAnchornavElement,
207
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
210
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
208
211
  react: React,
209
212
  events: { onStzhItemClick: 'stzhItemClick' },
210
213
  defineCustomElement: defineStzhAnchornav
@@ -212,7 +215,7 @@ export const StzhAnchornav = /*@__PURE__*/ createComponent({
212
215
  export const StzhAppNav = /*@__PURE__*/ createComponent({
213
216
  tagName: 'stzh-app-nav',
214
217
  elementClass: StzhAppNavElement,
215
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
218
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
216
219
  react: React,
217
220
  events: { onStzhAppNavItemClick: 'stzhAppNavItemClick' },
218
221
  defineCustomElement: defineStzhAppNav
@@ -220,7 +223,7 @@ export const StzhAppNav = /*@__PURE__*/ createComponent({
220
223
  export const StzhAppointments = /*@__PURE__*/ createComponent({
221
224
  tagName: 'stzh-appointments',
222
225
  elementClass: StzhAppointmentsElement,
223
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
226
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
224
227
  react: React,
225
228
  events: { onStzhChange: 'stzhChange' },
226
229
  defineCustomElement: defineStzhAppointments
@@ -228,7 +231,7 @@ export const StzhAppointments = /*@__PURE__*/ createComponent({
228
231
  export const StzhArchivelist = /*@__PURE__*/ createComponent({
229
232
  tagName: 'stzh-archivelist',
230
233
  elementClass: StzhArchivelistElement,
231
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
234
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
232
235
  react: React,
233
236
  events: { onStzhItemClick: 'stzhItemClick' },
234
237
  defineCustomElement: defineStzhArchivelist
@@ -236,7 +239,7 @@ export const StzhArchivelist = /*@__PURE__*/ createComponent({
236
239
  export const StzhAudio = /*@__PURE__*/ createComponent({
237
240
  tagName: 'stzh-audio',
238
241
  elementClass: StzhAudioElement,
239
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
242
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
240
243
  react: React,
241
244
  events: {
242
245
  onStzhPlay: 'stzhPlay',
@@ -252,7 +255,7 @@ export const StzhAudio = /*@__PURE__*/ createComponent({
252
255
  export const StzhBadge = /*@__PURE__*/ createComponent({
253
256
  tagName: 'stzh-badge',
254
257
  elementClass: StzhBadgeElement,
255
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
258
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
256
259
  react: React,
257
260
  events: {},
258
261
  defineCustomElement: defineStzhBadge
@@ -260,7 +263,7 @@ export const StzhBadge = /*@__PURE__*/ createComponent({
260
263
  export const StzhBanner = /*@__PURE__*/ createComponent({
261
264
  tagName: 'stzh-banner',
262
265
  elementClass: StzhBannerElement,
263
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
266
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
264
267
  react: React,
265
268
  events: {
266
269
  onStzhOpen: 'stzhOpen',
@@ -271,7 +274,7 @@ export const StzhBanner = /*@__PURE__*/ createComponent({
271
274
  export const StzhBathstatusItem = /*@__PURE__*/ createComponent({
272
275
  tagName: 'stzh-bathstatus-item',
273
276
  elementClass: StzhBathstatusItemElement,
274
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
277
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
275
278
  react: React,
276
279
  events: {},
277
280
  defineCustomElement: defineStzhBathstatusItem
@@ -279,7 +282,7 @@ export const StzhBathstatusItem = /*@__PURE__*/ createComponent({
279
282
  export const StzhBathstatusList = /*@__PURE__*/ createComponent({
280
283
  tagName: 'stzh-bathstatus-list',
281
284
  elementClass: StzhBathstatusListElement,
282
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
285
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
283
286
  react: React,
284
287
  events: {},
285
288
  defineCustomElement: defineStzhBathstatusList
@@ -287,7 +290,7 @@ export const StzhBathstatusList = /*@__PURE__*/ createComponent({
287
290
  export const StzhBreadcrumb = /*@__PURE__*/ createComponent({
288
291
  tagName: 'stzh-breadcrumb',
289
292
  elementClass: StzhBreadcrumbElement,
290
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
293
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
291
294
  react: React,
292
295
  events: { onStzhItemClick: 'stzhItemClick' },
293
296
  defineCustomElement: defineStzhBreadcrumb
@@ -295,7 +298,7 @@ export const StzhBreadcrumb = /*@__PURE__*/ createComponent({
295
298
  export const StzhButton = /*@__PURE__*/ createComponent({
296
299
  tagName: 'stzh-button',
297
300
  elementClass: StzhButtonElement,
298
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
301
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
299
302
  react: React,
300
303
  events: {
301
304
  onStzhFocus: 'stzhFocus',
@@ -308,7 +311,7 @@ export const StzhButton = /*@__PURE__*/ createComponent({
308
311
  export const StzhButtongroup = /*@__PURE__*/ createComponent({
309
312
  tagName: 'stzh-buttongroup',
310
313
  elementClass: StzhButtongroupElement,
311
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
314
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
312
315
  react: React,
313
316
  events: {},
314
317
  defineCustomElement: defineStzhButtongroup
@@ -316,7 +319,7 @@ export const StzhButtongroup = /*@__PURE__*/ createComponent({
316
319
  export const StzhCalendar = /*@__PURE__*/ createComponent({
317
320
  tagName: 'stzh-calendar',
318
321
  elementClass: StzhCalendarElement,
319
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
322
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
320
323
  react: React,
321
324
  events: { onStzhChange: 'stzhChange' },
322
325
  defineCustomElement: defineStzhCalendar
@@ -324,7 +327,7 @@ export const StzhCalendar = /*@__PURE__*/ createComponent({
324
327
  export const StzhCard = /*@__PURE__*/ createComponent({
325
328
  tagName: 'stzh-card',
326
329
  elementClass: StzhCardElement,
327
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
330
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
328
331
  react: React,
329
332
  events: {
330
333
  onStzhClick: 'stzhClick',
@@ -338,7 +341,7 @@ export const StzhCard = /*@__PURE__*/ createComponent({
338
341
  export const StzhCardNavigation = /*@__PURE__*/ createComponent({
339
342
  tagName: 'stzh-card-navigation',
340
343
  elementClass: StzhCardNavigationElement,
341
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
344
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
342
345
  react: React,
343
346
  events: { onStzhClick: 'stzhClick' },
344
347
  defineCustomElement: defineStzhCardNavigation
@@ -346,7 +349,7 @@ export const StzhCardNavigation = /*@__PURE__*/ createComponent({
346
349
  export const StzhCardSearchresult = /*@__PURE__*/ createComponent({
347
350
  tagName: 'stzh-card-searchresult',
348
351
  elementClass: StzhCardSearchresultElement,
349
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
352
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
350
353
  react: React,
351
354
  events: { onStzhClick: 'stzhClick' },
352
355
  defineCustomElement: defineStzhCardSearchresult
@@ -354,7 +357,7 @@ export const StzhCardSearchresult = /*@__PURE__*/ createComponent({
354
357
  export const StzhCardSuperteaser = /*@__PURE__*/ createComponent({
355
358
  tagName: 'stzh-card-superteaser',
356
359
  elementClass: StzhCardSuperteaserElement,
357
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
360
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
358
361
  react: React,
359
362
  events: { onStzhClick: 'stzhClick' },
360
363
  defineCustomElement: defineStzhCardSuperteaser
@@ -362,7 +365,7 @@ export const StzhCardSuperteaser = /*@__PURE__*/ createComponent({
362
365
  export const StzhCardlist = /*@__PURE__*/ createComponent({
363
366
  tagName: 'stzh-cardlist',
364
367
  elementClass: StzhCardlistElement,
365
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
368
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
366
369
  react: React,
367
370
  events: { onStzhCollapseAll: 'stzhCollapseAll' },
368
371
  defineCustomElement: defineStzhCardlist
@@ -370,7 +373,7 @@ export const StzhCardlist = /*@__PURE__*/ createComponent({
370
373
  export const StzhCarousel = /*@__PURE__*/ createComponent({
371
374
  tagName: 'stzh-carousel',
372
375
  elementClass: StzhCarouselElement,
373
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
376
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
374
377
  react: React,
375
378
  events: {
376
379
  onStzhSlideStart: 'stzhSlideStart',
@@ -382,7 +385,7 @@ export const StzhCarousel = /*@__PURE__*/ createComponent({
382
385
  export const StzhCell = /*@__PURE__*/ createComponent({
383
386
  tagName: 'stzh-cell',
384
387
  elementClass: StzhCellElement,
385
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
388
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
386
389
  react: React,
387
390
  events: {},
388
391
  defineCustomElement: defineStzhCell
@@ -390,7 +393,7 @@ export const StzhCell = /*@__PURE__*/ createComponent({
390
393
  export const StzhChart = /*@__PURE__*/ createComponent({
391
394
  tagName: 'stzh-chart',
392
395
  elementClass: StzhChartElement,
393
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
396
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
394
397
  react: React,
395
398
  events: {},
396
399
  defineCustomElement: defineStzhChart
@@ -398,7 +401,7 @@ export const StzhChart = /*@__PURE__*/ createComponent({
398
401
  export const StzhCheckbox = /*@__PURE__*/ createComponent({
399
402
  tagName: 'stzh-checkbox',
400
403
  elementClass: StzhCheckboxElement,
401
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
404
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
402
405
  react: React,
403
406
  events: {
404
407
  onStzhChange: 'stzhChange',
@@ -410,7 +413,7 @@ export const StzhCheckbox = /*@__PURE__*/ createComponent({
410
413
  export const StzhCheckboxgroup = /*@__PURE__*/ createComponent({
411
414
  tagName: 'stzh-checkboxgroup',
412
415
  elementClass: StzhCheckboxgroupElement,
413
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
416
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
414
417
  react: React,
415
418
  events: { onStzhChange: 'stzhChange' },
416
419
  defineCustomElement: defineStzhCheckboxgroup
@@ -418,7 +421,7 @@ export const StzhCheckboxgroup = /*@__PURE__*/ createComponent({
418
421
  export const StzhChip = /*@__PURE__*/ createComponent({
419
422
  tagName: 'stzh-chip',
420
423
  elementClass: StzhChipElement,
421
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
424
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
422
425
  react: React,
423
426
  events: {
424
427
  onStzhClick: 'stzhClick',
@@ -431,7 +434,7 @@ export const StzhChip = /*@__PURE__*/ createComponent({
431
434
  export const StzhChipgroup = /*@__PURE__*/ createComponent({
432
435
  tagName: 'stzh-chipgroup',
433
436
  elementClass: StzhChipgroupElement,
434
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
437
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
435
438
  react: React,
436
439
  events: {},
437
440
  defineCustomElement: defineStzhChipgroup
@@ -439,7 +442,7 @@ export const StzhChipgroup = /*@__PURE__*/ createComponent({
439
442
  export const StzhChipselect = /*@__PURE__*/ createComponent({
440
443
  tagName: 'stzh-chipselect',
441
444
  elementClass: StzhChipselectElement,
442
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
445
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
443
446
  react: React,
444
447
  events: { onStzhChange: 'stzhChange' },
445
448
  defineCustomElement: defineStzhChipselect
@@ -447,7 +450,7 @@ export const StzhChipselect = /*@__PURE__*/ createComponent({
447
450
  export const StzhClamp = /*@__PURE__*/ createComponent({
448
451
  tagName: 'stzh-clamp',
449
452
  elementClass: StzhClampElement,
450
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
453
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
451
454
  react: React,
452
455
  events: {
453
456
  onStzhClamp: 'stzhClamp',
@@ -458,7 +461,7 @@ export const StzhClamp = /*@__PURE__*/ createComponent({
458
461
  export const StzhCompanyLogo = /*@__PURE__*/ createComponent({
459
462
  tagName: 'stzh-company-logo',
460
463
  elementClass: StzhCompanyLogoElement,
461
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
464
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
462
465
  react: React,
463
466
  events: {},
464
467
  defineCustomElement: defineStzhCompanyLogo
@@ -466,7 +469,7 @@ export const StzhCompanyLogo = /*@__PURE__*/ createComponent({
466
469
  export const StzhContact = /*@__PURE__*/ createComponent({
467
470
  tagName: 'stzh-contact',
468
471
  elementClass: StzhContactElement,
469
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
472
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
470
473
  react: React,
471
474
  events: {},
472
475
  defineCustomElement: defineStzhContact
@@ -474,7 +477,7 @@ export const StzhContact = /*@__PURE__*/ createComponent({
474
477
  export const StzhContactCv = /*@__PURE__*/ createComponent({
475
478
  tagName: 'stzh-contact-cv',
476
479
  elementClass: StzhContactCvElement,
477
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
480
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
478
481
  react: React,
479
482
  events: {},
480
483
  defineCustomElement: defineStzhContactCv
@@ -482,7 +485,7 @@ export const StzhContactCv = /*@__PURE__*/ createComponent({
482
485
  export const StzhContainer = /*@__PURE__*/ createComponent({
483
486
  tagName: 'stzh-container',
484
487
  elementClass: StzhContainerElement,
485
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
488
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
486
489
  react: React,
487
490
  events: {},
488
491
  defineCustomElement: defineStzhContainer
@@ -490,7 +493,7 @@ export const StzhContainer = /*@__PURE__*/ createComponent({
490
493
  export const StzhContent = /*@__PURE__*/ createComponent({
491
494
  tagName: 'stzh-content',
492
495
  elementClass: StzhContentElement,
493
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
496
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
494
497
  react: React,
495
498
  events: {},
496
499
  defineCustomElement: defineStzhContent
@@ -498,7 +501,7 @@ export const StzhContent = /*@__PURE__*/ createComponent({
498
501
  export const StzhCspace = /*@__PURE__*/ createComponent({
499
502
  tagName: 'stzh-cspace',
500
503
  elementClass: StzhCspaceElement,
501
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
504
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
502
505
  react: React,
503
506
  events: {},
504
507
  defineCustomElement: defineStzhCspace
@@ -506,7 +509,7 @@ export const StzhCspace = /*@__PURE__*/ createComponent({
506
509
  export const StzhCta = /*@__PURE__*/ createComponent({
507
510
  tagName: 'stzh-cta',
508
511
  elementClass: StzhCtaElement,
509
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
512
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
510
513
  react: React,
511
514
  events: {
512
515
  onStzhFocus: 'stzhFocus',
@@ -518,7 +521,7 @@ export const StzhCta = /*@__PURE__*/ createComponent({
518
521
  export const StzhDatalist = /*@__PURE__*/ createComponent({
519
522
  tagName: 'stzh-datalist',
520
523
  elementClass: StzhDatalistElement,
521
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
524
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
522
525
  react: React,
523
526
  events: {
524
527
  onStzhVariantChange: 'stzhVariantChange',
@@ -530,7 +533,7 @@ export const StzhDatalist = /*@__PURE__*/ createComponent({
530
533
  export const StzhDatalistItem = /*@__PURE__*/ createComponent({
531
534
  tagName: 'stzh-datalist-item',
532
535
  elementClass: StzhDatalistItemElement,
533
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
536
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
534
537
  react: React,
535
538
  events: {
536
539
  onStzhItemActionClick: 'stzhItemActionClick',
@@ -541,7 +544,7 @@ export const StzhDatalistItem = /*@__PURE__*/ createComponent({
541
544
  export const StzhDatamessagelist = /*@__PURE__*/ createComponent({
542
545
  tagName: 'stzh-datamessagelist',
543
546
  elementClass: StzhDatamessagelistElement,
544
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
547
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
545
548
  react: React,
546
549
  events: {},
547
550
  defineCustomElement: defineStzhDatamessagelist
@@ -549,7 +552,7 @@ export const StzhDatamessagelist = /*@__PURE__*/ createComponent({
549
552
  export const StzhDatamessagelistItem = /*@__PURE__*/ createComponent({
550
553
  tagName: 'stzh-datamessagelist-item',
551
554
  elementClass: StzhDatamessagelistItemElement,
552
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
555
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
553
556
  react: React,
554
557
  events: {
555
558
  onStzhClick: 'stzhClick',
@@ -560,7 +563,7 @@ export const StzhDatamessagelistItem = /*@__PURE__*/ createComponent({
560
563
  export const StzhDatatable = /*@__PURE__*/ createComponent({
561
564
  tagName: 'stzh-datatable',
562
565
  elementClass: StzhDatatableElement,
563
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
566
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
564
567
  react: React,
565
568
  events: {
566
569
  onStzhRowClick: 'stzhRowClick',
@@ -575,7 +578,7 @@ export const StzhDatatable = /*@__PURE__*/ createComponent({
575
578
  export const StzhDatepicker = /*@__PURE__*/ createComponent({
576
579
  tagName: 'stzh-datepicker',
577
580
  elementClass: StzhDatepickerElement,
578
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
581
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
579
582
  react: React,
580
583
  events: { onStzhChange: 'stzhChange' },
581
584
  defineCustomElement: defineStzhDatepicker
@@ -583,7 +586,7 @@ export const StzhDatepicker = /*@__PURE__*/ createComponent({
583
586
  export const StzhDaterange = /*@__PURE__*/ createComponent({
584
587
  tagName: 'stzh-daterange',
585
588
  elementClass: StzhDaterangeElement,
586
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
589
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
587
590
  react: React,
588
591
  events: {},
589
592
  defineCustomElement: defineStzhDaterange
@@ -591,7 +594,7 @@ export const StzhDaterange = /*@__PURE__*/ createComponent({
591
594
  export const StzhDetails = /*@__PURE__*/ createComponent({
592
595
  tagName: 'stzh-details',
593
596
  elementClass: StzhDetailsElement,
594
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
597
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
595
598
  react: React,
596
599
  events: {
597
600
  onStzhOpen: 'stzhOpen',
@@ -604,7 +607,7 @@ export const StzhDetails = /*@__PURE__*/ createComponent({
604
607
  export const StzhDialog = /*@__PURE__*/ createComponent({
605
608
  tagName: 'stzh-dialog',
606
609
  elementClass: StzhDialogElement,
607
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
610
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
608
611
  react: React,
609
612
  events: {
610
613
  onStzhOpen: 'stzhOpen',
@@ -615,7 +618,7 @@ export const StzhDialog = /*@__PURE__*/ createComponent({
615
618
  export const StzhDisturber = /*@__PURE__*/ createComponent({
616
619
  tagName: 'stzh-disturber',
617
620
  elementClass: StzhDisturberElement,
618
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
621
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
619
622
  react: React,
620
623
  events: {
621
624
  onStzhOpen: 'stzhOpen',
@@ -628,7 +631,7 @@ export const StzhDisturber = /*@__PURE__*/ createComponent({
628
631
  export const StzhDropdown = /*@__PURE__*/ createComponent({
629
632
  tagName: 'stzh-dropdown',
630
633
  elementClass: StzhDropdownElement,
631
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
634
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
632
635
  react: React,
633
636
  events: {
634
637
  onStzhChange: 'stzhChange',
@@ -647,7 +650,7 @@ export const StzhDropdown = /*@__PURE__*/ createComponent({
647
650
  export const StzhEditor = /*@__PURE__*/ createComponent({
648
651
  tagName: 'stzh-editor',
649
652
  elementClass: StzhEditorElement,
650
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
653
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
651
654
  react: React,
652
655
  events: {},
653
656
  defineCustomElement: defineStzhEditor
@@ -655,7 +658,7 @@ export const StzhEditor = /*@__PURE__*/ createComponent({
655
658
  export const StzhEventdata = /*@__PURE__*/ createComponent({
656
659
  tagName: 'stzh-eventdata',
657
660
  elementClass: StzhEventdataElement,
658
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
661
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
659
662
  react: React,
660
663
  events: {},
661
664
  defineCustomElement: defineStzhEventdata
@@ -663,7 +666,7 @@ export const StzhEventdata = /*@__PURE__*/ createComponent({
663
666
  export const StzhEventinfo = /*@__PURE__*/ createComponent({
664
667
  tagName: 'stzh-eventinfo',
665
668
  elementClass: StzhEventinfoElement,
666
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
669
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
667
670
  react: React,
668
671
  events: {},
669
672
  defineCustomElement: defineStzhEventinfo
@@ -671,7 +674,7 @@ export const StzhEventinfo = /*@__PURE__*/ createComponent({
671
674
  export const StzhFeedreader = /*@__PURE__*/ createComponent({
672
675
  tagName: 'stzh-feedreader',
673
676
  elementClass: StzhFeedreaderElement,
674
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
677
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
675
678
  react: React,
676
679
  events: {},
677
680
  defineCustomElement: defineStzhFeedreader
@@ -679,7 +682,7 @@ export const StzhFeedreader = /*@__PURE__*/ createComponent({
679
682
  export const StzhFeedreaderItem = /*@__PURE__*/ createComponent({
680
683
  tagName: 'stzh-feedreader-item',
681
684
  elementClass: StzhFeedreaderItemElement,
682
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
685
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
683
686
  react: React,
684
687
  events: {},
685
688
  defineCustomElement: defineStzhFeedreaderItem
@@ -687,7 +690,7 @@ export const StzhFeedreaderItem = /*@__PURE__*/ createComponent({
687
690
  export const StzhFieldset = /*@__PURE__*/ createComponent({
688
691
  tagName: 'stzh-fieldset',
689
692
  elementClass: StzhFieldsetElement,
690
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
693
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
691
694
  react: React,
692
695
  events: {},
693
696
  defineCustomElement: defineStzhFieldset
@@ -695,7 +698,7 @@ export const StzhFieldset = /*@__PURE__*/ createComponent({
695
698
  export const StzhFigure = /*@__PURE__*/ createComponent({
696
699
  tagName: 'stzh-figure',
697
700
  elementClass: StzhFigureElement,
698
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
701
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
699
702
  react: React,
700
703
  events: {},
701
704
  defineCustomElement: defineStzhFigure
@@ -703,7 +706,7 @@ export const StzhFigure = /*@__PURE__*/ createComponent({
703
706
  export const StzhFlyingfocus = /*@__PURE__*/ createComponent({
704
707
  tagName: 'stzh-flyingfocus',
705
708
  elementClass: StzhFlyingfocusElement,
706
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
709
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
707
710
  react: React,
708
711
  events: {},
709
712
  defineCustomElement: defineStzhFlyingfocus
@@ -711,7 +714,7 @@ export const StzhFlyingfocus = /*@__PURE__*/ createComponent({
711
714
  export const StzhFooter = /*@__PURE__*/ createComponent({
712
715
  tagName: 'stzh-footer',
713
716
  elementClass: StzhFooterElement,
714
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
717
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
715
718
  react: React,
716
719
  events: {},
717
720
  defineCustomElement: defineStzhFooter
@@ -719,7 +722,7 @@ export const StzhFooter = /*@__PURE__*/ createComponent({
719
722
  export const StzhGallery = /*@__PURE__*/ createComponent({
720
723
  tagName: 'stzh-gallery',
721
724
  elementClass: StzhGalleryElement,
722
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
725
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
723
726
  react: React,
724
727
  events: {},
725
728
  defineCustomElement: defineStzhGallery
@@ -727,7 +730,7 @@ export const StzhGallery = /*@__PURE__*/ createComponent({
727
730
  export const StzhGeoRefData = /*@__PURE__*/ createComponent({
728
731
  tagName: 'stzh-geo-ref-data',
729
732
  elementClass: StzhGeoRefDataElement,
730
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
733
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
731
734
  react: React,
732
735
  events: { onStzhOverlayCloseClick: 'stzhOverlayCloseClick' },
733
736
  defineCustomElement: defineStzhGeoRefData
@@ -735,7 +738,7 @@ export const StzhGeoRefData = /*@__PURE__*/ createComponent({
735
738
  export const StzhGhettobox = /*@__PURE__*/ createComponent({
736
739
  tagName: 'stzh-ghettobox',
737
740
  elementClass: StzhGhettoboxElement,
738
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
741
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
739
742
  react: React,
740
743
  events: {
741
744
  onStzhOpen: 'stzhOpen',
@@ -746,7 +749,7 @@ export const StzhGhettobox = /*@__PURE__*/ createComponent({
746
749
  export const StzhHeader = /*@__PURE__*/ createComponent({
747
750
  tagName: 'stzh-header',
748
751
  elementClass: StzhHeaderElement,
749
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
752
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
750
753
  react: React,
751
754
  events: {
752
755
  onStzhMetanavItemClick: 'stzhMetanavItemClick',
@@ -762,7 +765,7 @@ export const StzhHeader = /*@__PURE__*/ createComponent({
762
765
  export const StzhHeading = /*@__PURE__*/ createComponent({
763
766
  tagName: 'stzh-heading',
764
767
  elementClass: StzhHeadingElement,
765
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
768
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
766
769
  react: React,
767
770
  events: {},
768
771
  defineCustomElement: defineStzhHeading
@@ -770,7 +773,7 @@ export const StzhHeading = /*@__PURE__*/ createComponent({
770
773
  export const StzhHomepageSearch = /*@__PURE__*/ createComponent({
771
774
  tagName: 'stzh-homepage-search',
772
775
  elementClass: StzhHomepageSearchElement,
773
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
776
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
774
777
  react: React,
775
778
  events: {
776
779
  onStzhSearchChange: 'stzhSearchChange',
@@ -781,7 +784,7 @@ export const StzhHomepageSearch = /*@__PURE__*/ createComponent({
781
784
  export const StzhHomepageServiceHighlights = /*@__PURE__*/ createComponent({
782
785
  tagName: 'stzh-homepage-service-highlights',
783
786
  elementClass: StzhHomepageServiceHighlightsElement,
784
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
787
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
785
788
  react: React,
786
789
  events: {},
787
790
  defineCustomElement: defineStzhHomepageServiceHighlights
@@ -789,7 +792,7 @@ export const StzhHomepageServiceHighlights = /*@__PURE__*/ createComponent({
789
792
  export const StzhHr = /*@__PURE__*/ createComponent({
790
793
  tagName: 'stzh-hr',
791
794
  elementClass: StzhHrElement,
792
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
795
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
793
796
  react: React,
794
797
  events: {},
795
798
  defineCustomElement: defineStzhHr
@@ -797,7 +800,7 @@ export const StzhHr = /*@__PURE__*/ createComponent({
797
800
  export const StzhHspace = /*@__PURE__*/ createComponent({
798
801
  tagName: 'stzh-hspace',
799
802
  elementClass: StzhHspaceElement,
800
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
803
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
801
804
  react: React,
802
805
  events: {},
803
806
  defineCustomElement: defineStzhHspace
@@ -805,7 +808,7 @@ export const StzhHspace = /*@__PURE__*/ createComponent({
805
808
  export const StzhHttpError = /*@__PURE__*/ createComponent({
806
809
  tagName: 'stzh-http-error',
807
810
  elementClass: StzhHttpErrorElement,
808
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
811
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
809
812
  react: React,
810
813
  events: {},
811
814
  defineCustomElement: defineStzhHttpError
@@ -813,7 +816,7 @@ export const StzhHttpError = /*@__PURE__*/ createComponent({
813
816
  export const StzhIcon = /*@__PURE__*/ createComponent({
814
817
  tagName: 'stzh-icon',
815
818
  elementClass: StzhIconElement,
816
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
819
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
817
820
  react: React,
818
821
  events: {},
819
822
  defineCustomElement: defineStzhIcon
@@ -821,7 +824,7 @@ export const StzhIcon = /*@__PURE__*/ createComponent({
821
824
  export const StzhIframe = /*@__PURE__*/ createComponent({
822
825
  tagName: 'stzh-iframe',
823
826
  elementClass: StzhIframeElement,
824
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
827
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
825
828
  react: React,
826
829
  events: {
827
830
  onStzhPreviewSkip: 'stzhPreviewSkip',
@@ -832,7 +835,7 @@ export const StzhIframe = /*@__PURE__*/ createComponent({
832
835
  export const StzhImagecomparison = /*@__PURE__*/ createComponent({
833
836
  tagName: 'stzh-imagecomparison',
834
837
  elementClass: StzhImagecomparisonElement,
835
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
838
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
836
839
  react: React,
837
840
  events: { onStzhChange: 'stzhChange' },
838
841
  defineCustomElement: defineStzhImagecomparison
@@ -840,7 +843,7 @@ export const StzhImagecomparison = /*@__PURE__*/ createComponent({
840
843
  export const StzhInput = /*@__PURE__*/ createComponent({
841
844
  tagName: 'stzh-input',
842
845
  elementClass: StzhInputElement,
843
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
846
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
844
847
  react: React,
845
848
  events: {
846
849
  onStzhChange: 'stzhChange',
@@ -853,7 +856,7 @@ export const StzhInput = /*@__PURE__*/ createComponent({
853
856
  export const StzhInvert = /*@__PURE__*/ createComponent({
854
857
  tagName: 'stzh-invert',
855
858
  elementClass: StzhInvertElement,
856
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
859
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
857
860
  react: React,
858
861
  events: {},
859
862
  defineCustomElement: defineStzhInvert
@@ -861,7 +864,7 @@ export const StzhInvert = /*@__PURE__*/ createComponent({
861
864
  export const StzhLink = /*@__PURE__*/ createComponent({
862
865
  tagName: 'stzh-link',
863
866
  elementClass: StzhLinkElement,
864
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
867
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
865
868
  react: React,
866
869
  events: {
867
870
  onStzhClick: 'stzhClick',
@@ -870,10 +873,18 @@ export const StzhLink = /*@__PURE__*/ createComponent({
870
873
  },
871
874
  defineCustomElement: defineStzhLink
872
875
  });
876
+ export const StzhLinklist = /*@__PURE__*/ createComponent({
877
+ tagName: 'stzh-linklist',
878
+ elementClass: StzhLinklistElement,
879
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
880
+ react: React,
881
+ events: {},
882
+ defineCustomElement: defineStzhLinklist
883
+ });
873
884
  export const StzhList = /*@__PURE__*/ createComponent({
874
885
  tagName: 'stzh-list',
875
886
  elementClass: StzhListElement,
876
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
887
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
877
888
  react: React,
878
889
  events: {},
879
890
  defineCustomElement: defineStzhList
@@ -881,7 +892,7 @@ export const StzhList = /*@__PURE__*/ createComponent({
881
892
  export const StzhListItem = /*@__PURE__*/ createComponent({
882
893
  tagName: 'stzh-list-item',
883
894
  elementClass: StzhListItemElement,
884
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
895
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
885
896
  react: React,
886
897
  events: {},
887
898
  defineCustomElement: defineStzhListItem
@@ -889,7 +900,7 @@ export const StzhListItem = /*@__PURE__*/ createComponent({
889
900
  export const StzhLoader = /*@__PURE__*/ createComponent({
890
901
  tagName: 'stzh-loader',
891
902
  elementClass: StzhLoaderElement,
892
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
903
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
893
904
  react: React,
894
905
  events: {},
895
906
  defineCustomElement: defineStzhLoader
@@ -897,7 +908,7 @@ export const StzhLoader = /*@__PURE__*/ createComponent({
897
908
  export const StzhLoadingbar = /*@__PURE__*/ createComponent({
898
909
  tagName: 'stzh-loadingbar',
899
910
  elementClass: StzhLoadingbarElement,
900
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
911
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
901
912
  react: React,
902
913
  events: {},
903
914
  defineCustomElement: defineStzhLoadingbar
@@ -905,7 +916,7 @@ export const StzhLoadingbar = /*@__PURE__*/ createComponent({
905
916
  export const StzhMenu = /*@__PURE__*/ createComponent({
906
917
  tagName: 'stzh-menu',
907
918
  elementClass: StzhMenuElement,
908
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
919
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
909
920
  react: React,
910
921
  events: {},
911
922
  defineCustomElement: defineStzhMenu
@@ -913,7 +924,7 @@ export const StzhMenu = /*@__PURE__*/ createComponent({
913
924
  export const StzhMenuItem = /*@__PURE__*/ createComponent({
914
925
  tagName: 'stzh-menu-item',
915
926
  elementClass: StzhMenuItemElement,
916
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
927
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
917
928
  react: React,
918
929
  events: {
919
930
  onStzhFocus: 'stzhFocus',
@@ -925,7 +936,7 @@ export const StzhMenuItem = /*@__PURE__*/ createComponent({
925
936
  export const StzhMessage = /*@__PURE__*/ createComponent({
926
937
  tagName: 'stzh-message',
927
938
  elementClass: StzhMessageElement,
928
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
939
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
929
940
  react: React,
930
941
  events: {
931
942
  onStzhOpen: 'stzhOpen',
@@ -936,7 +947,7 @@ export const StzhMessage = /*@__PURE__*/ createComponent({
936
947
  export const StzhMicrositeTeaserlist = /*@__PURE__*/ createComponent({
937
948
  tagName: 'stzh-microsite-teaserlist',
938
949
  elementClass: StzhMicrositeTeaserlistElement,
939
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
950
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
940
951
  react: React,
941
952
  events: {},
942
953
  defineCustomElement: defineStzhMicrositeTeaserlist
@@ -944,7 +955,7 @@ export const StzhMicrositeTeaserlist = /*@__PURE__*/ createComponent({
944
955
  export const StzhMonthyearpicker = /*@__PURE__*/ createComponent({
945
956
  tagName: 'stzh-monthyearpicker',
946
957
  elementClass: StzhMonthyearpickerElement,
947
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
958
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
948
959
  react: React,
949
960
  events: { onStzhChange: 'stzhChange' },
950
961
  defineCustomElement: defineStzhMonthyearpicker
@@ -952,7 +963,7 @@ export const StzhMonthyearpicker = /*@__PURE__*/ createComponent({
952
963
  export const StzhOfflineIndicator = /*@__PURE__*/ createComponent({
953
964
  tagName: 'stzh-offline-indicator',
954
965
  elementClass: StzhOfflineIndicatorElement,
955
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
966
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
956
967
  react: React,
957
968
  events: {},
958
969
  defineCustomElement: defineStzhOfflineIndicator
@@ -960,7 +971,7 @@ export const StzhOfflineIndicator = /*@__PURE__*/ createComponent({
960
971
  export const StzhOlmap = /*@__PURE__*/ createComponent({
961
972
  tagName: 'stzh-olmap',
962
973
  elementClass: StzhOlmapElement,
963
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
974
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
964
975
  react: React,
965
976
  events: {
966
977
  onStzhInitialized: 'stzhInitialized',
@@ -974,7 +985,7 @@ export const StzhOlmap = /*@__PURE__*/ createComponent({
974
985
  export const StzhOverlay = /*@__PURE__*/ createComponent({
975
986
  tagName: 'stzh-overlay',
976
987
  elementClass: StzhOverlayElement,
977
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
988
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
978
989
  react: React,
979
990
  events: {
980
991
  onStzhOpen: 'stzhOpen',
@@ -985,7 +996,7 @@ export const StzhOverlay = /*@__PURE__*/ createComponent({
985
996
  export const StzhPageSkiplinks = /*@__PURE__*/ createComponent({
986
997
  tagName: 'stzh-page-skiplinks',
987
998
  elementClass: StzhPageSkiplinksElement,
988
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
999
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
989
1000
  react: React,
990
1001
  events: {},
991
1002
  defineCustomElement: defineStzhPageSkiplinks
@@ -993,7 +1004,7 @@ export const StzhPageSkiplinks = /*@__PURE__*/ createComponent({
993
1004
  export const StzhPagebottom = /*@__PURE__*/ createComponent({
994
1005
  tagName: 'stzh-pagebottom',
995
1006
  elementClass: StzhPagebottomElement,
996
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1007
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
997
1008
  react: React,
998
1009
  events: {},
999
1010
  defineCustomElement: defineStzhPagebottom
@@ -1001,7 +1012,7 @@ export const StzhPagebottom = /*@__PURE__*/ createComponent({
1001
1012
  export const StzhPagecontent = /*@__PURE__*/ createComponent({
1002
1013
  tagName: 'stzh-pagecontent',
1003
1014
  elementClass: StzhPagecontentElement,
1004
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1015
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1005
1016
  react: React,
1006
1017
  events: {},
1007
1018
  defineCustomElement: defineStzhPagecontent
@@ -1009,7 +1020,7 @@ export const StzhPagecontent = /*@__PURE__*/ createComponent({
1009
1020
  export const StzhPagetitle = /*@__PURE__*/ createComponent({
1010
1021
  tagName: 'stzh-pagetitle',
1011
1022
  elementClass: StzhPagetitleElement,
1012
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1023
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1013
1024
  react: React,
1014
1025
  events: {},
1015
1026
  defineCustomElement: defineStzhPagetitle
@@ -1017,7 +1028,7 @@ export const StzhPagetitle = /*@__PURE__*/ createComponent({
1017
1028
  export const StzhPagetitleHero = /*@__PURE__*/ createComponent({
1018
1029
  tagName: 'stzh-pagetitle-hero',
1019
1030
  elementClass: StzhPagetitleHeroElement,
1020
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1031
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1021
1032
  react: React,
1022
1033
  events: {},
1023
1034
  defineCustomElement: defineStzhPagetitleHero
@@ -1025,7 +1036,7 @@ export const StzhPagetitleHero = /*@__PURE__*/ createComponent({
1025
1036
  export const StzhPagetitleHome = /*@__PURE__*/ createComponent({
1026
1037
  tagName: 'stzh-pagetitle-home',
1027
1038
  elementClass: StzhPagetitleHomeElement,
1028
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1039
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1029
1040
  react: React,
1030
1041
  events: {},
1031
1042
  defineCustomElement: defineStzhPagetitleHome
@@ -1033,7 +1044,7 @@ export const StzhPagetitleHome = /*@__PURE__*/ createComponent({
1033
1044
  export const StzhPagination = /*@__PURE__*/ createComponent({
1034
1045
  tagName: 'stzh-pagination',
1035
1046
  elementClass: StzhPaginationElement,
1036
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1047
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1037
1048
  react: React,
1038
1049
  events: { onStzhChange: 'stzhChange' },
1039
1050
  defineCustomElement: defineStzhPagination
@@ -1041,7 +1052,7 @@ export const StzhPagination = /*@__PURE__*/ createComponent({
1041
1052
  export const StzhPanorama = /*@__PURE__*/ createComponent({
1042
1053
  tagName: 'stzh-panorama',
1043
1054
  elementClass: StzhPanoramaElement,
1044
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1055
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1045
1056
  react: React,
1046
1057
  events: {
1047
1058
  onStzhLoad: 'stzhLoad',
@@ -1055,7 +1066,7 @@ export const StzhPanorama = /*@__PURE__*/ createComponent({
1055
1066
  export const StzhPiContentNavigation = /*@__PURE__*/ createComponent({
1056
1067
  tagName: 'stzh-pi-content-navigation',
1057
1068
  elementClass: StzhPiContentNavigationElement,
1058
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1069
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1059
1070
  react: React,
1060
1071
  events: { onStzhClick: 'stzhClick' },
1061
1072
  defineCustomElement: defineStzhPiContentNavigation
@@ -1063,7 +1074,7 @@ export const StzhPiContentNavigation = /*@__PURE__*/ createComponent({
1063
1074
  export const StzhPiMenu = /*@__PURE__*/ createComponent({
1064
1075
  tagName: 'stzh-pi-menu',
1065
1076
  elementClass: StzhPiMenuElement,
1066
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1077
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1067
1078
  react: React,
1068
1079
  events: {
1069
1080
  onStzhOpen: 'stzhOpen',
@@ -1077,7 +1088,7 @@ export const StzhPiMenu = /*@__PURE__*/ createComponent({
1077
1088
  export const StzhPiPagetitle = /*@__PURE__*/ createComponent({
1078
1089
  tagName: 'stzh-pi-pagetitle',
1079
1090
  elementClass: StzhPiPagetitleElement,
1080
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1091
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1081
1092
  react: React,
1082
1093
  events: {},
1083
1094
  defineCustomElement: defineStzhPiPagetitle
@@ -1085,7 +1096,7 @@ export const StzhPiPagetitle = /*@__PURE__*/ createComponent({
1085
1096
  export const StzhPiQuote = /*@__PURE__*/ createComponent({
1086
1097
  tagName: 'stzh-pi-quote',
1087
1098
  elementClass: StzhPiQuoteElement,
1088
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1099
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1089
1100
  react: React,
1090
1101
  events: {},
1091
1102
  defineCustomElement: defineStzhPiQuote
@@ -1093,15 +1104,31 @@ export const StzhPiQuote = /*@__PURE__*/ createComponent({
1093
1104
  export const StzhPiTeaser = /*@__PURE__*/ createComponent({
1094
1105
  tagName: 'stzh-pi-teaser',
1095
1106
  elementClass: StzhPiTeaserElement,
1096
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1107
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1097
1108
  react: React,
1098
1109
  events: { onStzhClick: 'stzhClick' },
1099
1110
  defineCustomElement: defineStzhPiTeaser
1100
1111
  });
1112
+ export const StzhPiTeaserLayout = /*@__PURE__*/ createComponent({
1113
+ tagName: 'stzh-pi-teaser-layout',
1114
+ elementClass: StzhPiTeaserLayoutElement,
1115
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1116
+ react: React,
1117
+ events: {},
1118
+ defineCustomElement: defineStzhPiTeaserLayout
1119
+ });
1120
+ export const StzhPiTeaserLayoutItem = /*@__PURE__*/ createComponent({
1121
+ tagName: 'stzh-pi-teaser-layout-item',
1122
+ elementClass: StzhPiTeaserLayoutItemElement,
1123
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1124
+ react: React,
1125
+ events: { onStzhClick: 'stzhClick' },
1126
+ defineCustomElement: defineStzhPiTeaserLayoutItem
1127
+ });
1101
1128
  export const StzhPkzhQr = /*@__PURE__*/ createComponent({
1102
1129
  tagName: 'stzh-pkzh-qr',
1103
1130
  elementClass: StzhPkzhQrElement,
1104
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1131
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1105
1132
  react: React,
1106
1133
  events: {},
1107
1134
  defineCustomElement: defineStzhPkzhQr
@@ -1109,7 +1136,7 @@ export const StzhPkzhQr = /*@__PURE__*/ createComponent({
1109
1136
  export const StzhPoicard = /*@__PURE__*/ createComponent({
1110
1137
  tagName: 'stzh-poicard',
1111
1138
  elementClass: StzhPoicardElement,
1112
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1139
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1113
1140
  react: React,
1114
1141
  events: {},
1115
1142
  defineCustomElement: defineStzhPoicard
@@ -1117,7 +1144,7 @@ export const StzhPoicard = /*@__PURE__*/ createComponent({
1117
1144
  export const StzhPoilist = /*@__PURE__*/ createComponent({
1118
1145
  tagName: 'stzh-poilist',
1119
1146
  elementClass: StzhPoilistElement,
1120
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1147
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1121
1148
  react: React,
1122
1149
  events: {},
1123
1150
  defineCustomElement: defineStzhPoilist
@@ -1125,7 +1152,7 @@ export const StzhPoilist = /*@__PURE__*/ createComponent({
1125
1152
  export const StzhPopover = /*@__PURE__*/ createComponent({
1126
1153
  tagName: 'stzh-popover',
1127
1154
  elementClass: StzhPopoverElement,
1128
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1155
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1129
1156
  react: React,
1130
1157
  events: {
1131
1158
  onStzhOpen: 'stzhOpen',
@@ -1138,7 +1165,7 @@ export const StzhPopover = /*@__PURE__*/ createComponent({
1138
1165
  export const StzhPrint = /*@__PURE__*/ createComponent({
1139
1166
  tagName: 'stzh-print',
1140
1167
  elementClass: StzhPrintElement,
1141
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1168
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1142
1169
  react: React,
1143
1170
  events: {},
1144
1171
  defineCustomElement: defineStzhPrint
@@ -1146,7 +1173,7 @@ export const StzhPrint = /*@__PURE__*/ createComponent({
1146
1173
  export const StzhQuote = /*@__PURE__*/ createComponent({
1147
1174
  tagName: 'stzh-quote',
1148
1175
  elementClass: StzhQuoteElement,
1149
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1176
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1150
1177
  react: React,
1151
1178
  events: {},
1152
1179
  defineCustomElement: defineStzhQuote
@@ -1154,7 +1181,7 @@ export const StzhQuote = /*@__PURE__*/ createComponent({
1154
1181
  export const StzhRadio = /*@__PURE__*/ createComponent({
1155
1182
  tagName: 'stzh-radio',
1156
1183
  elementClass: StzhRadioElement,
1157
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1184
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1158
1185
  react: React,
1159
1186
  events: {
1160
1187
  onStzhChange: 'stzhChange',
@@ -1166,7 +1193,7 @@ export const StzhRadio = /*@__PURE__*/ createComponent({
1166
1193
  export const StzhRadiogroup = /*@__PURE__*/ createComponent({
1167
1194
  tagName: 'stzh-radiogroup',
1168
1195
  elementClass: StzhRadiogroupElement,
1169
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1196
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1170
1197
  react: React,
1171
1198
  events: {},
1172
1199
  defineCustomElement: defineStzhRadiogroup
@@ -1174,7 +1201,7 @@ export const StzhRadiogroup = /*@__PURE__*/ createComponent({
1174
1201
  export const StzhRatio = /*@__PURE__*/ createComponent({
1175
1202
  tagName: 'stzh-ratio',
1176
1203
  elementClass: StzhRatioElement,
1177
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1204
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1178
1205
  react: React,
1179
1206
  events: {},
1180
1207
  defineCustomElement: defineStzhRatio
@@ -1182,7 +1209,7 @@ export const StzhRatio = /*@__PURE__*/ createComponent({
1182
1209
  export const StzhReadspeaker = /*@__PURE__*/ createComponent({
1183
1210
  tagName: 'stzh-readspeaker',
1184
1211
  elementClass: StzhReadspeakerElement,
1185
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1212
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1186
1213
  react: React,
1187
1214
  events: {},
1188
1215
  defineCustomElement: defineStzhReadspeaker
@@ -1190,7 +1217,7 @@ export const StzhReadspeaker = /*@__PURE__*/ createComponent({
1190
1217
  export const StzhRichtext = /*@__PURE__*/ createComponent({
1191
1218
  tagName: 'stzh-richtext',
1192
1219
  elementClass: StzhRichtextElement,
1193
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1220
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1194
1221
  react: React,
1195
1222
  events: {},
1196
1223
  defineCustomElement: defineStzhRichtext
@@ -1198,7 +1225,7 @@ export const StzhRichtext = /*@__PURE__*/ createComponent({
1198
1225
  export const StzhRow = /*@__PURE__*/ createComponent({
1199
1226
  tagName: 'stzh-row',
1200
1227
  elementClass: StzhRowElement,
1201
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1228
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1202
1229
  react: React,
1203
1230
  events: {},
1204
1231
  defineCustomElement: defineStzhRow
@@ -1206,7 +1233,7 @@ export const StzhRow = /*@__PURE__*/ createComponent({
1206
1233
  export const StzhSaptcha = /*@__PURE__*/ createComponent({
1207
1234
  tagName: 'stzh-saptcha',
1208
1235
  elementClass: StzhSaptchaElement,
1209
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1236
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1210
1237
  react: React,
1211
1238
  events: { onStzhChange: 'stzhChange' },
1212
1239
  defineCustomElement: defineStzhSaptcha
@@ -1214,7 +1241,7 @@ export const StzhSaptcha = /*@__PURE__*/ createComponent({
1214
1241
  export const StzhScrollup = /*@__PURE__*/ createComponent({
1215
1242
  tagName: 'stzh-scrollup',
1216
1243
  elementClass: StzhScrollupElement,
1217
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1244
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1218
1245
  react: React,
1219
1246
  events: {},
1220
1247
  defineCustomElement: defineStzhScrollup
@@ -1222,7 +1249,7 @@ export const StzhScrollup = /*@__PURE__*/ createComponent({
1222
1249
  export const StzhSearch = /*@__PURE__*/ createComponent({
1223
1250
  tagName: 'stzh-search',
1224
1251
  elementClass: StzhSearchElement,
1225
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1252
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1226
1253
  react: React,
1227
1254
  events: { onStzhOverlayCloseClick: 'stzhOverlayCloseClick' },
1228
1255
  defineCustomElement: defineStzhSearch
@@ -1230,7 +1257,7 @@ export const StzhSearch = /*@__PURE__*/ createComponent({
1230
1257
  export const StzhSection = /*@__PURE__*/ createComponent({
1231
1258
  tagName: 'stzh-section',
1232
1259
  elementClass: StzhSectionElement,
1233
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1260
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1234
1261
  react: React,
1235
1262
  events: {},
1236
1263
  defineCustomElement: defineStzhSection
@@ -1238,7 +1265,7 @@ export const StzhSection = /*@__PURE__*/ createComponent({
1238
1265
  export const StzhShare = /*@__PURE__*/ createComponent({
1239
1266
  tagName: 'stzh-share',
1240
1267
  elementClass: StzhShareElement,
1241
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1268
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1242
1269
  react: React,
1243
1270
  events: {},
1244
1271
  defineCustomElement: defineStzhShare
@@ -1246,7 +1273,7 @@ export const StzhShare = /*@__PURE__*/ createComponent({
1246
1273
  export const StzhShow = /*@__PURE__*/ createComponent({
1247
1274
  tagName: 'stzh-show',
1248
1275
  elementClass: StzhShowElement,
1249
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1276
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1250
1277
  react: React,
1251
1278
  events: {},
1252
1279
  defineCustomElement: defineStzhShow
@@ -1254,7 +1281,7 @@ export const StzhShow = /*@__PURE__*/ createComponent({
1254
1281
  export const StzhSitemap = /*@__PURE__*/ createComponent({
1255
1282
  tagName: 'stzh-sitemap',
1256
1283
  elementClass: StzhSitemapElement,
1257
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1284
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1258
1285
  react: React,
1259
1286
  events: {},
1260
1287
  defineCustomElement: defineStzhSitemap
@@ -1262,7 +1289,7 @@ export const StzhSitemap = /*@__PURE__*/ createComponent({
1262
1289
  export const StzhSkinPortalMitwirken = /*@__PURE__*/ createComponent({
1263
1290
  tagName: 'stzh-skin-portal-mitwirken',
1264
1291
  elementClass: StzhSkinPortalMitwirkenElement,
1265
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1292
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1266
1293
  react: React,
1267
1294
  events: {},
1268
1295
  defineCustomElement: defineStzhSkinPortalMitwirken
@@ -1270,7 +1297,7 @@ export const StzhSkinPortalMitwirken = /*@__PURE__*/ createComponent({
1270
1297
  export const StzhSkinStorybookPreview = /*@__PURE__*/ createComponent({
1271
1298
  tagName: 'stzh-skin-storybook-preview',
1272
1299
  elementClass: StzhSkinStorybookPreviewElement,
1273
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1300
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1274
1301
  react: React,
1275
1302
  events: {},
1276
1303
  defineCustomElement: defineStzhSkinStorybookPreview
@@ -1278,7 +1305,7 @@ export const StzhSkinStorybookPreview = /*@__PURE__*/ createComponent({
1278
1305
  export const StzhSkiplink = /*@__PURE__*/ createComponent({
1279
1306
  tagName: 'stzh-skiplink',
1280
1307
  elementClass: StzhSkiplinkElement,
1281
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1308
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1282
1309
  react: React,
1283
1310
  events: {
1284
1311
  onStzhFocus: 'stzhFocus',
@@ -1289,7 +1316,7 @@ export const StzhSkiplink = /*@__PURE__*/ createComponent({
1289
1316
  export const StzhSocialmediastream = /*@__PURE__*/ createComponent({
1290
1317
  tagName: 'stzh-socialmediastream',
1291
1318
  elementClass: StzhSocialmediastreamElement,
1292
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1319
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1293
1320
  react: React,
1294
1321
  events: {},
1295
1322
  defineCustomElement: defineStzhSocialmediastream
@@ -1297,7 +1324,7 @@ export const StzhSocialmediastream = /*@__PURE__*/ createComponent({
1297
1324
  export const StzhSocialmediastreamItem = /*@__PURE__*/ createComponent({
1298
1325
  tagName: 'stzh-socialmediastream-item',
1299
1326
  elementClass: StzhSocialmediastreamItemElement,
1300
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1327
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1301
1328
  react: React,
1302
1329
  events: {},
1303
1330
  defineCustomElement: defineStzhSocialmediastreamItem
@@ -1305,7 +1332,7 @@ export const StzhSocialmediastreamItem = /*@__PURE__*/ createComponent({
1305
1332
  export const StzhSortable = /*@__PURE__*/ createComponent({
1306
1333
  tagName: 'stzh-sortable',
1307
1334
  elementClass: StzhSortableElement,
1308
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1335
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1309
1336
  react: React,
1310
1337
  events: {
1311
1338
  onStzhUpdate: 'stzhUpdate',
@@ -1316,7 +1343,7 @@ export const StzhSortable = /*@__PURE__*/ createComponent({
1316
1343
  export const StzhSpace = /*@__PURE__*/ createComponent({
1317
1344
  tagName: 'stzh-space',
1318
1345
  elementClass: StzhSpaceElement,
1319
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1346
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1320
1347
  react: React,
1321
1348
  events: {},
1322
1349
  defineCustomElement: defineStzhSpace
@@ -1324,7 +1351,7 @@ export const StzhSpace = /*@__PURE__*/ createComponent({
1324
1351
  export const StzhStatus = /*@__PURE__*/ createComponent({
1325
1352
  tagName: 'stzh-status',
1326
1353
  elementClass: StzhStatusElement,
1327
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1354
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1328
1355
  react: React,
1329
1356
  events: {},
1330
1357
  defineCustomElement: defineStzhStatus
@@ -1332,7 +1359,7 @@ export const StzhStatus = /*@__PURE__*/ createComponent({
1332
1359
  export const StzhStepper = /*@__PURE__*/ createComponent({
1333
1360
  tagName: 'stzh-stepper',
1334
1361
  elementClass: StzhStepperElement,
1335
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1362
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1336
1363
  react: React,
1337
1364
  events: {
1338
1365
  onStzhClick: 'stzhClick',
@@ -1343,7 +1370,7 @@ export const StzhStepper = /*@__PURE__*/ createComponent({
1343
1370
  export const StzhStepperItem = /*@__PURE__*/ createComponent({
1344
1371
  tagName: 'stzh-stepper-item',
1345
1372
  elementClass: StzhStepperItemElement,
1346
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1373
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1347
1374
  react: React,
1348
1375
  events: {
1349
1376
  onStzhClick: 'stzhClick',
@@ -1354,7 +1381,7 @@ export const StzhStepperItem = /*@__PURE__*/ createComponent({
1354
1381
  export const StzhSticky = /*@__PURE__*/ createComponent({
1355
1382
  tagName: 'stzh-sticky',
1356
1383
  elementClass: StzhStickyElement,
1357
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1384
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1358
1385
  react: React,
1359
1386
  events: {
1360
1387
  onStzhStuckTop: 'stzhStuckTop',
@@ -1365,7 +1392,7 @@ export const StzhSticky = /*@__PURE__*/ createComponent({
1365
1392
  export const StzhStickyActions = /*@__PURE__*/ createComponent({
1366
1393
  tagName: 'stzh-sticky-actions',
1367
1394
  elementClass: StzhStickyActionsElement,
1368
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1395
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1369
1396
  react: React,
1370
1397
  events: {},
1371
1398
  defineCustomElement: defineStzhStickyActions
@@ -1373,7 +1400,7 @@ export const StzhStickyActions = /*@__PURE__*/ createComponent({
1373
1400
  export const StzhTable = /*@__PURE__*/ createComponent({
1374
1401
  tagName: 'stzh-table',
1375
1402
  elementClass: StzhTableElement,
1376
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1403
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1377
1404
  react: React,
1378
1405
  events: {},
1379
1406
  defineCustomElement: defineStzhTable
@@ -1381,7 +1408,7 @@ export const StzhTable = /*@__PURE__*/ createComponent({
1381
1408
  export const StzhTag = /*@__PURE__*/ createComponent({
1382
1409
  tagName: 'stzh-tag',
1383
1410
  elementClass: StzhTagElement,
1384
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1411
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1385
1412
  react: React,
1386
1413
  events: {
1387
1414
  onStzhClick: 'stzhClick',
@@ -1393,7 +1420,7 @@ export const StzhTag = /*@__PURE__*/ createComponent({
1393
1420
  export const StzhText = /*@__PURE__*/ createComponent({
1394
1421
  tagName: 'stzh-text',
1395
1422
  elementClass: StzhTextElement,
1396
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1423
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1397
1424
  react: React,
1398
1425
  events: {},
1399
1426
  defineCustomElement: defineStzhText
@@ -1401,7 +1428,7 @@ export const StzhText = /*@__PURE__*/ createComponent({
1401
1428
  export const StzhTextandimage = /*@__PURE__*/ createComponent({
1402
1429
  tagName: 'stzh-textandimage',
1403
1430
  elementClass: StzhTextandimageElement,
1404
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1431
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1405
1432
  react: React,
1406
1433
  events: {},
1407
1434
  defineCustomElement: defineStzhTextandimage
@@ -1409,7 +1436,7 @@ export const StzhTextandimage = /*@__PURE__*/ createComponent({
1409
1436
  export const StzhTimeline = /*@__PURE__*/ createComponent({
1410
1437
  tagName: 'stzh-timeline',
1411
1438
  elementClass: StzhTimelineElement,
1412
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1439
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1413
1440
  react: React,
1414
1441
  events: { onStzhFoldableChange: 'stzhFoldableChange' },
1415
1442
  defineCustomElement: defineStzhTimeline
@@ -1417,7 +1444,7 @@ export const StzhTimeline = /*@__PURE__*/ createComponent({
1417
1444
  export const StzhTimelineItem = /*@__PURE__*/ createComponent({
1418
1445
  tagName: 'stzh-timeline-item',
1419
1446
  elementClass: StzhTimelineItemElement,
1420
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1447
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1421
1448
  react: React,
1422
1449
  events: {
1423
1450
  onStzhOpen: 'stzhOpen',
@@ -1432,7 +1459,7 @@ export const StzhTimelineItem = /*@__PURE__*/ createComponent({
1432
1459
  export const StzhTimepicker = /*@__PURE__*/ createComponent({
1433
1460
  tagName: 'stzh-timepicker',
1434
1461
  elementClass: StzhTimepickerElement,
1435
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1462
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1436
1463
  react: React,
1437
1464
  events: { onStzhChange: 'stzhChange' },
1438
1465
  defineCustomElement: defineStzhTimepicker
@@ -1440,7 +1467,7 @@ export const StzhTimepicker = /*@__PURE__*/ createComponent({
1440
1467
  export const StzhToast = /*@__PURE__*/ createComponent({
1441
1468
  tagName: 'stzh-toast',
1442
1469
  elementClass: StzhToastElement,
1443
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1470
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1444
1471
  react: React,
1445
1472
  events: {
1446
1473
  onStzhOpen: 'stzhOpen',
@@ -1453,7 +1480,7 @@ export const StzhToast = /*@__PURE__*/ createComponent({
1453
1480
  export const StzhToastbar = /*@__PURE__*/ createComponent({
1454
1481
  tagName: 'stzh-toastbar',
1455
1482
  elementClass: StzhToastbarElement,
1456
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1483
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1457
1484
  react: React,
1458
1485
  events: {},
1459
1486
  defineCustomElement: defineStzhToastbar
@@ -1461,7 +1488,7 @@ export const StzhToastbar = /*@__PURE__*/ createComponent({
1461
1488
  export const StzhToggle = /*@__PURE__*/ createComponent({
1462
1489
  tagName: 'stzh-toggle',
1463
1490
  elementClass: StzhToggleElement,
1464
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1491
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1465
1492
  react: React,
1466
1493
  events: {
1467
1494
  onStzhChange: 'stzhChange',
@@ -1473,7 +1500,7 @@ export const StzhToggle = /*@__PURE__*/ createComponent({
1473
1500
  export const StzhTooltip = /*@__PURE__*/ createComponent({
1474
1501
  tagName: 'stzh-tooltip',
1475
1502
  elementClass: StzhTooltipElement,
1476
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1503
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1477
1504
  react: React,
1478
1505
  events: {
1479
1506
  onStzhOpen: 'stzhOpen',
@@ -1486,7 +1513,7 @@ export const StzhTooltip = /*@__PURE__*/ createComponent({
1486
1513
  export const StzhTwocolumns = /*@__PURE__*/ createComponent({
1487
1514
  tagName: 'stzh-twocolumns',
1488
1515
  elementClass: StzhTwocolumnsElement,
1489
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1516
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1490
1517
  react: React,
1491
1518
  events: {},
1492
1519
  defineCustomElement: defineStzhTwocolumns
@@ -1494,7 +1521,7 @@ export const StzhTwocolumns = /*@__PURE__*/ createComponent({
1494
1521
  export const StzhUpload = /*@__PURE__*/ createComponent({
1495
1522
  tagName: 'stzh-upload',
1496
1523
  elementClass: StzhUploadElement,
1497
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1524
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1498
1525
  react: React,
1499
1526
  events: {
1500
1527
  onStzhFileAdded: 'stzhFileAdded',
@@ -1521,7 +1548,7 @@ export const StzhUpload = /*@__PURE__*/ createComponent({
1521
1548
  export const StzhVbzCarousel = /*@__PURE__*/ createComponent({
1522
1549
  tagName: 'stzh-vbz-carousel',
1523
1550
  elementClass: StzhVbzCarouselElement,
1524
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1551
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1525
1552
  react: React,
1526
1553
  events: {},
1527
1554
  defineCustomElement: defineStzhVbzCarousel
@@ -1529,7 +1556,7 @@ export const StzhVbzCarousel = /*@__PURE__*/ createComponent({
1529
1556
  export const StzhVbzConnectionFinder = /*@__PURE__*/ createComponent({
1530
1557
  tagName: 'stzh-vbz-connection-finder',
1531
1558
  elementClass: StzhVbzConnectionFinderElement,
1532
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1559
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1533
1560
  react: React,
1534
1561
  events: {},
1535
1562
  defineCustomElement: defineStzhVbzConnectionFinder
@@ -1537,7 +1564,7 @@ export const StzhVbzConnectionFinder = /*@__PURE__*/ createComponent({
1537
1564
  export const StzhVbzIntro = /*@__PURE__*/ createComponent({
1538
1565
  tagName: 'stzh-vbz-intro',
1539
1566
  elementClass: StzhVbzIntroElement,
1540
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1567
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1541
1568
  react: React,
1542
1569
  events: {},
1543
1570
  defineCustomElement: defineStzhVbzIntro
@@ -1545,7 +1572,7 @@ export const StzhVbzIntro = /*@__PURE__*/ createComponent({
1545
1572
  export const StzhVbzLinechip = /*@__PURE__*/ createComponent({
1546
1573
  tagName: 'stzh-vbz-linechip',
1547
1574
  elementClass: StzhVbzLinechipElement,
1548
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1575
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1549
1576
  react: React,
1550
1577
  events: {
1551
1578
  onStzhFocus: 'stzhFocus',
@@ -1556,7 +1583,7 @@ export const StzhVbzLinechip = /*@__PURE__*/ createComponent({
1556
1583
  export const StzhVbzMajorticker = /*@__PURE__*/ createComponent({
1557
1584
  tagName: 'stzh-vbz-majorticker',
1558
1585
  elementClass: StzhVbzMajortickerElement,
1559
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1586
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1560
1587
  react: React,
1561
1588
  events: { onStzhDisturbanceFetched: 'stzhDisturbanceFetched' },
1562
1589
  defineCustomElement: defineStzhVbzMajorticker
@@ -1564,7 +1591,7 @@ export const StzhVbzMajorticker = /*@__PURE__*/ createComponent({
1564
1591
  export const StzhVbzTicker = /*@__PURE__*/ createComponent({
1565
1592
  tagName: 'stzh-vbz-ticker',
1566
1593
  elementClass: StzhVbzTickerElement,
1567
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1594
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1568
1595
  react: React,
1569
1596
  events: {},
1570
1597
  defineCustomElement: defineStzhVbzTicker
@@ -1572,7 +1599,7 @@ export const StzhVbzTicker = /*@__PURE__*/ createComponent({
1572
1599
  export const StzhVisuallyhidden = /*@__PURE__*/ createComponent({
1573
1600
  tagName: 'stzh-visuallyhidden',
1574
1601
  elementClass: StzhVisuallyhiddenElement,
1575
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1602
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1576
1603
  react: React,
1577
1604
  events: {},
1578
1605
  defineCustomElement: defineStzhVisuallyhidden
@@ -1580,7 +1607,7 @@ export const StzhVisuallyhidden = /*@__PURE__*/ createComponent({
1580
1607
  export const StzhVspace = /*@__PURE__*/ createComponent({
1581
1608
  tagName: 'stzh-vspace',
1582
1609
  elementClass: StzhVspaceElement,
1583
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1610
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1584
1611
  react: React,
1585
1612
  events: {},
1586
1613
  defineCustomElement: defineStzhVspace
@@ -1588,7 +1615,7 @@ export const StzhVspace = /*@__PURE__*/ createComponent({
1588
1615
  export const StzhYoutube = /*@__PURE__*/ createComponent({
1589
1616
  tagName: 'stzh-youtube',
1590
1617
  elementClass: StzhYoutubeElement,
1591
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1618
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1592
1619
  react: React,
1593
1620
  events: {},
1594
1621
  defineCustomElement: defineStzhYoutube