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

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