@baloise/ds-react 19.0.1 → 19.1.0-snapshot.1722-8ed5de5d1

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.
package/index.esm.js CHANGED
@@ -346,7 +346,7 @@ var r = function(_param) {
346
346
  var BalAccordion = /*@__PURE__*/ r({
347
347
  tagName: 'bal-accordion',
348
348
  elementClass: BalAccordion$1,
349
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
349
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
350
350
  react: React,
351
351
  events: {
352
352
  onBalChange: 'balChange',
@@ -358,7 +358,7 @@ var BalAccordion = /*@__PURE__*/ r({
358
358
  var BalAccordionDetails = /*@__PURE__*/ r({
359
359
  tagName: 'bal-accordion-details',
360
360
  elementClass: BalAccordionDetails$1,
361
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
361
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
362
362
  react: React,
363
363
  events: {},
364
364
  defineCustomElement: defineCustomElement
@@ -366,7 +366,7 @@ var BalAccordionDetails = /*@__PURE__*/ r({
366
366
  var BalAccordionSummary = /*@__PURE__*/ r({
367
367
  tagName: 'bal-accordion-summary',
368
368
  elementClass: BalAccordionSummary$1,
369
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
369
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
370
370
  react: React,
371
371
  events: {},
372
372
  defineCustomElement: defineCustomElement$1
@@ -374,7 +374,7 @@ var BalAccordionSummary = /*@__PURE__*/ r({
374
374
  var BalAccordionTrigger = /*@__PURE__*/ r({
375
375
  tagName: 'bal-accordion-trigger',
376
376
  elementClass: BalAccordionTrigger$1,
377
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
377
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
378
378
  react: React,
379
379
  events: {},
380
380
  defineCustomElement: defineCustomElement$2
@@ -382,7 +382,7 @@ var BalAccordionTrigger = /*@__PURE__*/ r({
382
382
  var BalApp = /*@__PURE__*/ r({
383
383
  tagName: 'bal-app',
384
384
  elementClass: BalApp$1,
385
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
385
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
386
386
  react: React,
387
387
  events: {},
388
388
  defineCustomElement: defineCustomElement$3
@@ -390,7 +390,7 @@ var BalApp = /*@__PURE__*/ r({
390
390
  var BalBadge = /*@__PURE__*/ r({
391
391
  tagName: 'bal-badge',
392
392
  elementClass: BalBadge$1,
393
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
393
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
394
394
  react: React,
395
395
  events: {},
396
396
  defineCustomElement: defineCustomElement$4
@@ -398,9 +398,10 @@ var BalBadge = /*@__PURE__*/ r({
398
398
  var BalButton = /*@__PURE__*/ r({
399
399
  tagName: 'bal-button',
400
400
  elementClass: BalButton$1,
401
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
401
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
402
402
  react: React,
403
403
  events: {
404
+ onBalClick: 'balClick',
404
405
  onBalNavigate: 'balNavigate',
405
406
  onBalFocus: 'balFocus',
406
407
  onBalBlur: 'balBlur',
@@ -411,7 +412,7 @@ var BalButton = /*@__PURE__*/ r({
411
412
  var BalButtonGroup = /*@__PURE__*/ r({
412
413
  tagName: 'bal-button-group',
413
414
  elementClass: BalButtonGroup$1,
414
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
415
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
415
416
  react: React,
416
417
  events: {},
417
418
  defineCustomElement: defineCustomElement$6
@@ -419,7 +420,7 @@ var BalButtonGroup = /*@__PURE__*/ r({
419
420
  var BalCard = /*@__PURE__*/ r({
420
421
  tagName: 'bal-card',
421
422
  elementClass: BalCard$1,
422
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
423
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
423
424
  react: React,
424
425
  events: {},
425
426
  defineCustomElement: defineCustomElement$7
@@ -427,7 +428,7 @@ var BalCard = /*@__PURE__*/ r({
427
428
  var BalCardActions = /*@__PURE__*/ r({
428
429
  tagName: 'bal-card-actions',
429
430
  elementClass: BalCardActions$1,
430
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
431
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
431
432
  react: React,
432
433
  events: {},
433
434
  defineCustomElement: defineCustomElement$8
@@ -435,7 +436,7 @@ var BalCardActions = /*@__PURE__*/ r({
435
436
  var BalCardButton = /*@__PURE__*/ r({
436
437
  tagName: 'bal-card-button',
437
438
  elementClass: BalCardButton$1,
438
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
439
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
439
440
  react: React,
440
441
  events: {},
441
442
  defineCustomElement: defineCustomElement$9
@@ -443,7 +444,7 @@ var BalCardButton = /*@__PURE__*/ r({
443
444
  var BalCardContent = /*@__PURE__*/ r({
444
445
  tagName: 'bal-card-content',
445
446
  elementClass: BalCardContent$1,
446
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
447
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
447
448
  react: React,
448
449
  events: {},
449
450
  defineCustomElement: defineCustomElement$a
@@ -451,7 +452,7 @@ var BalCardContent = /*@__PURE__*/ r({
451
452
  var BalCardSubtitle = /*@__PURE__*/ r({
452
453
  tagName: 'bal-card-subtitle',
453
454
  elementClass: BalCardSubtitle$1,
454
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
455
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
455
456
  react: React,
456
457
  events: {},
457
458
  defineCustomElement: defineCustomElement$b
@@ -459,7 +460,7 @@ var BalCardSubtitle = /*@__PURE__*/ r({
459
460
  var BalCardTitle = /*@__PURE__*/ r({
460
461
  tagName: 'bal-card-title',
461
462
  elementClass: BalCardTitle$1,
462
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
463
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
463
464
  react: React,
464
465
  events: {},
465
466
  defineCustomElement: defineCustomElement$c
@@ -467,7 +468,7 @@ var BalCardTitle = /*@__PURE__*/ r({
467
468
  var BalCarousel = /*@__PURE__*/ r({
468
469
  tagName: 'bal-carousel',
469
470
  elementClass: BalCarousel$1,
470
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
471
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
471
472
  react: React,
472
473
  events: {
473
474
  onBalChange: 'balChange'
@@ -477,7 +478,7 @@ var BalCarousel = /*@__PURE__*/ r({
477
478
  var BalCarouselItem = /*@__PURE__*/ r({
478
479
  tagName: 'bal-carousel-item',
479
480
  elementClass: BalCarouselItem$1,
480
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
481
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
481
482
  react: React,
482
483
  events: {
483
484
  onBalNavigate: 'balNavigate',
@@ -489,7 +490,7 @@ var BalCarouselItem = /*@__PURE__*/ r({
489
490
  var BalCheck = /*@__PURE__*/ r({
490
491
  tagName: 'bal-check',
491
492
  elementClass: BalCheck$1,
492
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
493
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
493
494
  react: React,
494
495
  events: {},
495
496
  defineCustomElement: defineCustomElement$f
@@ -497,7 +498,7 @@ var BalCheck = /*@__PURE__*/ r({
497
498
  var BalCheckbox = /*@__PURE__*/ r({
498
499
  tagName: 'bal-checkbox',
499
500
  elementClass: BalCheckbox$1,
500
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
501
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
501
502
  react: React,
502
503
  events: {
503
504
  onBalFocus: 'balFocus',
@@ -509,7 +510,7 @@ var BalCheckbox = /*@__PURE__*/ r({
509
510
  var BalCheckboxGroup = /*@__PURE__*/ r({
510
511
  tagName: 'bal-checkbox-group',
511
512
  elementClass: BalCheckboxGroup$1,
512
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
513
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
513
514
  react: React,
514
515
  events: {
515
516
  onBalChange: 'balChange',
@@ -521,7 +522,7 @@ var BalCheckboxGroup = /*@__PURE__*/ r({
521
522
  var BalClose = /*@__PURE__*/ r({
522
523
  tagName: 'bal-close',
523
524
  elementClass: BalClose$1,
524
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
525
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
525
526
  react: React,
526
527
  events: {},
527
528
  defineCustomElement: defineCustomElement$i
@@ -529,7 +530,7 @@ var BalClose = /*@__PURE__*/ r({
529
530
  var BalContent = /*@__PURE__*/ r({
530
531
  tagName: 'bal-content',
531
532
  elementClass: BalContent$1,
532
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
533
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
533
534
  react: React,
534
535
  events: {},
535
536
  defineCustomElement: defineCustomElement$j
@@ -537,7 +538,7 @@ var BalContent = /*@__PURE__*/ r({
537
538
  var BalData = /*@__PURE__*/ r({
538
539
  tagName: 'bal-data',
539
540
  elementClass: BalData$1,
540
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
541
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
541
542
  react: React,
542
543
  events: {},
543
544
  defineCustomElement: defineCustomElement$k
@@ -545,7 +546,7 @@ var BalData = /*@__PURE__*/ r({
545
546
  var BalDataItem = /*@__PURE__*/ r({
546
547
  tagName: 'bal-data-item',
547
548
  elementClass: BalDataItem$1,
548
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
549
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
549
550
  react: React,
550
551
  events: {},
551
552
  defineCustomElement: defineCustomElement$l
@@ -553,7 +554,7 @@ var BalDataItem = /*@__PURE__*/ r({
553
554
  var BalDataLabel = /*@__PURE__*/ r({
554
555
  tagName: 'bal-data-label',
555
556
  elementClass: BalDataLabel$1,
556
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
557
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
557
558
  react: React,
558
559
  events: {},
559
560
  defineCustomElement: defineCustomElement$m
@@ -561,7 +562,7 @@ var BalDataLabel = /*@__PURE__*/ r({
561
562
  var BalDataValue = /*@__PURE__*/ r({
562
563
  tagName: 'bal-data-value',
563
564
  elementClass: BalDataValue$1,
564
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
565
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
565
566
  react: React,
566
567
  events: {
567
568
  onBalClick: 'balClick',
@@ -573,7 +574,7 @@ var BalDataValue = /*@__PURE__*/ r({
573
574
  var BalDate = /*@__PURE__*/ r({
574
575
  tagName: 'bal-date',
575
576
  elementClass: BalDate$1,
576
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
577
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
577
578
  react: React,
578
579
  events: {
579
580
  onBalInput: 'balInput',
@@ -590,7 +591,7 @@ var BalDate = /*@__PURE__*/ r({
590
591
  var BalDateCalendar = /*@__PURE__*/ r({
591
592
  tagName: 'bal-date-calendar',
592
593
  elementClass: BalDateCalendar$1,
593
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
594
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
594
595
  react: React,
595
596
  events: {
596
597
  onBalChange: 'balChange'
@@ -600,7 +601,7 @@ var BalDateCalendar = /*@__PURE__*/ r({
600
601
  var BalDateCalendarCell = /*@__PURE__*/ r({
601
602
  tagName: 'bal-date-calendar-cell',
602
603
  elementClass: BalDateCalendarCell$1,
603
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
604
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
604
605
  react: React,
605
606
  events: {
606
607
  onBalSelectDay: 'balSelectDay'
@@ -610,7 +611,7 @@ var BalDateCalendarCell = /*@__PURE__*/ r({
610
611
  var BalDivider = /*@__PURE__*/ r({
611
612
  tagName: 'bal-divider',
612
613
  elementClass: BalDivider$1,
613
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
614
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
614
615
  react: React,
615
616
  events: {},
616
617
  defineCustomElement: defineCustomElement$r
@@ -618,7 +619,7 @@ var BalDivider = /*@__PURE__*/ r({
618
619
  var BalDropdown = /*@__PURE__*/ r({
619
620
  tagName: 'bal-dropdown',
620
621
  elementClass: BalDropdown$1,
621
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
622
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
622
623
  react: React,
623
624
  events: {
624
625
  onBalChange: 'balChange',
@@ -630,7 +631,7 @@ var BalDropdown = /*@__PURE__*/ r({
630
631
  var BalField = /*@__PURE__*/ r({
631
632
  tagName: 'bal-field',
632
633
  elementClass: BalField$1,
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
  onBalFormControlDidLoad: 'balFormControlDidLoad'
@@ -640,7 +641,7 @@ var BalField = /*@__PURE__*/ r({
640
641
  var BalFieldControl = /*@__PURE__*/ r({
641
642
  tagName: 'bal-field-control',
642
643
  elementClass: BalFieldControl$1,
643
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
644
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
644
645
  react: React,
645
646
  events: {},
646
647
  defineCustomElement: defineCustomElement$u
@@ -648,7 +649,7 @@ var BalFieldControl = /*@__PURE__*/ r({
648
649
  var BalFieldHint = /*@__PURE__*/ r({
649
650
  tagName: 'bal-field-hint',
650
651
  elementClass: BalFieldHint$1,
651
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
652
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
652
653
  react: React,
653
654
  events: {},
654
655
  defineCustomElement: defineCustomElement$v
@@ -656,7 +657,7 @@ var BalFieldHint = /*@__PURE__*/ r({
656
657
  var BalFieldLabel = /*@__PURE__*/ r({
657
658
  tagName: 'bal-field-label',
658
659
  elementClass: BalFieldLabel$1,
659
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
660
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
660
661
  react: React,
661
662
  events: {},
662
663
  defineCustomElement: defineCustomElement$w
@@ -664,7 +665,7 @@ var BalFieldLabel = /*@__PURE__*/ r({
664
665
  var BalFieldMessage = /*@__PURE__*/ r({
665
666
  tagName: 'bal-field-message',
666
667
  elementClass: BalFieldMessage$1,
667
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
668
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
668
669
  react: React,
669
670
  events: {},
670
671
  defineCustomElement: defineCustomElement$x
@@ -672,7 +673,7 @@ var BalFieldMessage = /*@__PURE__*/ r({
672
673
  var BalFileUpload = /*@__PURE__*/ r({
673
674
  tagName: 'bal-file-upload',
674
675
  elementClass: BalFileUpload$1,
675
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
676
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
676
677
  react: React,
677
678
  events: {
678
679
  onBalChange: 'balChange',
@@ -688,7 +689,7 @@ var BalFileUpload = /*@__PURE__*/ r({
688
689
  var BalFooter = /*@__PURE__*/ r({
689
690
  tagName: 'bal-footer',
690
691
  elementClass: BalFooter$1,
691
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
692
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
692
693
  react: React,
693
694
  events: {},
694
695
  defineCustomElement: defineCustomElement$z
@@ -696,7 +697,7 @@ var BalFooter = /*@__PURE__*/ r({
696
697
  var BalForm = /*@__PURE__*/ r({
697
698
  tagName: 'bal-form',
698
699
  elementClass: BalForm$1,
699
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
700
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
700
701
  react: React,
701
702
  events: {},
702
703
  defineCustomElement: defineCustomElement$A
@@ -704,7 +705,7 @@ var BalForm = /*@__PURE__*/ r({
704
705
  var BalFormCol = /*@__PURE__*/ r({
705
706
  tagName: 'bal-form-col',
706
707
  elementClass: BalFormCol$1,
707
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
708
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
708
709
  react: React,
709
710
  events: {},
710
711
  defineCustomElement: defineCustomElement$B
@@ -712,7 +713,7 @@ var BalFormCol = /*@__PURE__*/ r({
712
713
  var BalFormGrid = /*@__PURE__*/ r({
713
714
  tagName: 'bal-form-grid',
714
715
  elementClass: BalFormGrid$1,
715
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
716
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
716
717
  react: React,
717
718
  events: {},
718
719
  defineCustomElement: defineCustomElement$C
@@ -720,7 +721,7 @@ var BalFormGrid = /*@__PURE__*/ r({
720
721
  var BalHeading = /*@__PURE__*/ r({
721
722
  tagName: 'bal-heading',
722
723
  elementClass: BalHeading$1,
723
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
724
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
724
725
  react: React,
725
726
  events: {},
726
727
  defineCustomElement: defineCustomElement$D
@@ -728,7 +729,7 @@ var BalHeading = /*@__PURE__*/ r({
728
729
  var BalHint = /*@__PURE__*/ r({
729
730
  tagName: 'bal-hint',
730
731
  elementClass: BalHint$1,
731
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
732
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
732
733
  react: React,
733
734
  events: {},
734
735
  defineCustomElement: defineCustomElement$E
@@ -736,7 +737,7 @@ var BalHint = /*@__PURE__*/ r({
736
737
  var BalHintText = /*@__PURE__*/ r({
737
738
  tagName: 'bal-hint-text',
738
739
  elementClass: BalHintText$1,
739
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
740
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
740
741
  react: React,
741
742
  events: {},
742
743
  defineCustomElement: defineCustomElement$F
@@ -744,7 +745,7 @@ var BalHintText = /*@__PURE__*/ r({
744
745
  var BalHintTitle = /*@__PURE__*/ r({
745
746
  tagName: 'bal-hint-title',
746
747
  elementClass: BalHintTitle$1,
747
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
748
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
748
749
  react: React,
749
750
  events: {},
750
751
  defineCustomElement: defineCustomElement$G
@@ -752,7 +753,7 @@ var BalHintTitle = /*@__PURE__*/ r({
752
753
  var BalIcon = /*@__PURE__*/ r({
753
754
  tagName: 'bal-icon',
754
755
  elementClass: BalIcon$1,
755
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
756
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
756
757
  react: React,
757
758
  events: {},
758
759
  defineCustomElement: defineCustomElement$H
@@ -760,7 +761,7 @@ var BalIcon = /*@__PURE__*/ r({
760
761
  var BalInput = /*@__PURE__*/ r({
761
762
  tagName: 'bal-input',
762
763
  elementClass: BalInput$1,
763
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
764
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
764
765
  react: React,
765
766
  events: {
766
767
  onBalInput: 'balInput',
@@ -774,7 +775,7 @@ var BalInput = /*@__PURE__*/ r({
774
775
  var BalInputDate = /*@__PURE__*/ r({
775
776
  tagName: 'bal-input-date',
776
777
  elementClass: BalInputDate$1,
777
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
778
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
778
779
  react: React,
779
780
  events: {
780
781
  onBalKeyPress: 'balKeyPress',
@@ -788,7 +789,7 @@ var BalInputDate = /*@__PURE__*/ r({
788
789
  var BalInputGroup = /*@__PURE__*/ r({
789
790
  tagName: 'bal-input-group',
790
791
  elementClass: BalInputGroup$1,
791
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
792
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
792
793
  react: React,
793
794
  events: {},
794
795
  defineCustomElement: defineCustomElement$K
@@ -796,7 +797,7 @@ var BalInputGroup = /*@__PURE__*/ r({
796
797
  var BalInputSlider = /*@__PURE__*/ r({
797
798
  tagName: 'bal-input-slider',
798
799
  elementClass: BalInputSlider$1,
799
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
800
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
800
801
  react: React,
801
802
  events: {
802
803
  onBalInput: 'balInput',
@@ -810,7 +811,7 @@ var BalInputSlider = /*@__PURE__*/ r({
810
811
  var BalInputStepper = /*@__PURE__*/ r({
811
812
  tagName: 'bal-input-stepper',
812
813
  elementClass: BalInputStepper$1,
813
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
814
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
814
815
  react: React,
815
816
  events: {
816
817
  onBalChange: 'balChange',
@@ -825,7 +826,7 @@ var BalInputStepper = /*@__PURE__*/ r({
825
826
  var BalLabel = /*@__PURE__*/ r({
826
827
  tagName: 'bal-label',
827
828
  elementClass: BalLabel$1,
828
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
829
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
829
830
  react: React,
830
831
  events: {},
831
832
  defineCustomElement: defineCustomElement$N
@@ -833,7 +834,7 @@ var BalLabel = /*@__PURE__*/ r({
833
834
  var BalList = /*@__PURE__*/ r({
834
835
  tagName: 'bal-list',
835
836
  elementClass: BalList$1,
836
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
837
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
837
838
  react: React,
838
839
  events: {},
839
840
  defineCustomElement: defineCustomElement$O
@@ -841,7 +842,7 @@ var BalList = /*@__PURE__*/ r({
841
842
  var BalListItem = /*@__PURE__*/ r({
842
843
  tagName: 'bal-list-item',
843
844
  elementClass: BalListItem$1,
844
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
845
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
845
846
  react: React,
846
847
  events: {
847
848
  onBalNavigate: 'balNavigate',
@@ -854,7 +855,7 @@ var BalListItem = /*@__PURE__*/ r({
854
855
  var BalListItemAccordionBody = /*@__PURE__*/ r({
855
856
  tagName: 'bal-list-item-accordion-body',
856
857
  elementClass: BalListItemAccordionBody$1,
857
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
858
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
858
859
  react: React,
859
860
  events: {},
860
861
  defineCustomElement: defineCustomElement$Q
@@ -862,7 +863,7 @@ var BalListItemAccordionBody = /*@__PURE__*/ r({
862
863
  var BalListItemAccordionHead = /*@__PURE__*/ r({
863
864
  tagName: 'bal-list-item-accordion-head',
864
865
  elementClass: BalListItemAccordionHead$1,
865
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
866
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
866
867
  react: React,
867
868
  events: {
868
869
  onBalAccordionChange: 'balAccordionChange'
@@ -872,7 +873,7 @@ var BalListItemAccordionHead = /*@__PURE__*/ r({
872
873
  var BalListItemContent = /*@__PURE__*/ r({
873
874
  tagName: 'bal-list-item-content',
874
875
  elementClass: BalListItemContent$1,
875
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
876
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
876
877
  react: React,
877
878
  events: {},
878
879
  defineCustomElement: defineCustomElement$S
@@ -880,7 +881,7 @@ var BalListItemContent = /*@__PURE__*/ r({
880
881
  var BalListItemIcon = /*@__PURE__*/ r({
881
882
  tagName: 'bal-list-item-icon',
882
883
  elementClass: BalListItemIcon$1,
883
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
884
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
884
885
  react: React,
885
886
  events: {},
886
887
  defineCustomElement: defineCustomElement$T
@@ -888,7 +889,7 @@ var BalListItemIcon = /*@__PURE__*/ r({
888
889
  var BalListItemSubtitle = /*@__PURE__*/ r({
889
890
  tagName: 'bal-list-item-subtitle',
890
891
  elementClass: BalListItemSubtitle$1,
891
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
892
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
892
893
  react: React,
893
894
  events: {},
894
895
  defineCustomElement: defineCustomElement$U
@@ -896,7 +897,7 @@ var BalListItemSubtitle = /*@__PURE__*/ r({
896
897
  var BalListItemTitle = /*@__PURE__*/ r({
897
898
  tagName: 'bal-list-item-title',
898
899
  elementClass: BalListItemTitle$1,
899
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
900
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
900
901
  react: React,
901
902
  events: {},
902
903
  defineCustomElement: defineCustomElement$V
@@ -904,7 +905,7 @@ var BalListItemTitle = /*@__PURE__*/ r({
904
905
  var BalLogo = /*@__PURE__*/ r({
905
906
  tagName: 'bal-logo',
906
907
  elementClass: BalLogo$1,
907
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
908
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
908
909
  react: React,
909
910
  events: {},
910
911
  defineCustomElement: defineCustomElement$W
@@ -912,7 +913,7 @@ var BalLogo = /*@__PURE__*/ r({
912
913
  var BalModal = /*@__PURE__*/ r({
913
914
  tagName: 'bal-modal',
914
915
  elementClass: BalModal$1,
915
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
916
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
916
917
  react: React,
917
918
  events: {
918
919
  onBalModalDidPresent: 'balModalDidPresent',
@@ -925,7 +926,7 @@ var BalModal = /*@__PURE__*/ r({
925
926
  var BalModalBody = /*@__PURE__*/ r({
926
927
  tagName: 'bal-modal-body',
927
928
  elementClass: BalModalBody$1,
928
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
929
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
929
930
  react: React,
930
931
  events: {},
931
932
  defineCustomElement: defineCustomElement$Y
@@ -933,7 +934,7 @@ var BalModalBody = /*@__PURE__*/ r({
933
934
  var BalModalHeader = /*@__PURE__*/ r({
934
935
  tagName: 'bal-modal-header',
935
936
  elementClass: BalModalHeader$1,
936
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
937
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
937
938
  react: React,
938
939
  events: {},
939
940
  defineCustomElement: defineCustomElement$Z
@@ -941,7 +942,7 @@ var BalModalHeader = /*@__PURE__*/ r({
941
942
  var BalNav = /*@__PURE__*/ r({
942
943
  tagName: 'bal-nav',
943
944
  elementClass: BalNav$1,
944
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
945
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
945
946
  react: React,
946
947
  events: {
947
948
  onBalNavItemClick: 'balNavItemClick'
@@ -951,7 +952,7 @@ var BalNav = /*@__PURE__*/ r({
951
952
  var BalNavLink = /*@__PURE__*/ r({
952
953
  tagName: 'bal-nav-link',
953
954
  elementClass: BalNavLink$1,
954
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
955
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
955
956
  react: React,
956
957
  events: {},
957
958
  defineCustomElement: defineCustomElement$$
@@ -959,7 +960,7 @@ var BalNavLink = /*@__PURE__*/ r({
959
960
  var BalNavLinkGrid = /*@__PURE__*/ r({
960
961
  tagName: 'bal-nav-link-grid',
961
962
  elementClass: BalNavLinkGrid$1,
962
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
963
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
963
964
  react: React,
964
965
  events: {},
965
966
  defineCustomElement: defineCustomElement$10
@@ -967,7 +968,7 @@ var BalNavLinkGrid = /*@__PURE__*/ r({
967
968
  var BalNavLinkGridCol = /*@__PURE__*/ r({
968
969
  tagName: 'bal-nav-link-grid-col',
969
970
  elementClass: BalNavLinkGridCol$1,
970
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
971
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
971
972
  react: React,
972
973
  events: {},
973
974
  defineCustomElement: defineCustomElement$11
@@ -975,7 +976,7 @@ var BalNavLinkGridCol = /*@__PURE__*/ r({
975
976
  var BalNavLinkGroup = /*@__PURE__*/ r({
976
977
  tagName: 'bal-nav-link-group',
977
978
  elementClass: BalNavLinkGroup$1,
978
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
979
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
979
980
  react: React,
980
981
  events: {},
981
982
  defineCustomElement: defineCustomElement$12
@@ -983,7 +984,7 @@ var BalNavLinkGroup = /*@__PURE__*/ r({
983
984
  var BalNavMenuBar = /*@__PURE__*/ r({
984
985
  tagName: 'bal-nav-menu-bar',
985
986
  elementClass: BalNavMenuBar$1,
986
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
987
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
987
988
  react: React,
988
989
  events: {},
989
990
  defineCustomElement: defineCustomElement$13
@@ -991,7 +992,7 @@ var BalNavMenuBar = /*@__PURE__*/ r({
991
992
  var BalNavMenuFlyout = /*@__PURE__*/ r({
992
993
  tagName: 'bal-nav-menu-flyout',
993
994
  elementClass: BalNavMenuFlyout$1,
994
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
995
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
995
996
  react: React,
996
997
  events: {},
997
998
  defineCustomElement: defineCustomElement$14
@@ -999,7 +1000,7 @@ var BalNavMenuFlyout = /*@__PURE__*/ r({
999
1000
  var BalNavMetaBar = /*@__PURE__*/ r({
1000
1001
  tagName: 'bal-nav-meta-bar',
1001
1002
  elementClass: BalNavMetaBar$1,
1002
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1003
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1003
1004
  react: React,
1004
1005
  events: {},
1005
1006
  defineCustomElement: defineCustomElement$15
@@ -1007,7 +1008,7 @@ var BalNavMetaBar = /*@__PURE__*/ r({
1007
1008
  var BalNavbar = /*@__PURE__*/ r({
1008
1009
  tagName: 'bal-navbar',
1009
1010
  elementClass: BalNavbar$1,
1010
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1011
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1011
1012
  react: React,
1012
1013
  events: {},
1013
1014
  defineCustomElement: defineCustomElement$16
@@ -1015,7 +1016,7 @@ var BalNavbar = /*@__PURE__*/ r({
1015
1016
  var BalNavbarBrand = /*@__PURE__*/ r({
1016
1017
  tagName: 'bal-navbar-brand',
1017
1018
  elementClass: BalNavbarBrand$1,
1018
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1019
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1019
1020
  react: React,
1020
1021
  events: {
1021
1022
  onBalNavigate: 'balNavigate',
@@ -1027,7 +1028,7 @@ var BalNavbarBrand = /*@__PURE__*/ r({
1027
1028
  var BalNavbarMenu = /*@__PURE__*/ r({
1028
1029
  tagName: 'bal-navbar-menu',
1029
1030
  elementClass: BalNavbarMenu$1,
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: defineCustomElement$18
@@ -1035,7 +1036,7 @@ var BalNavbarMenu = /*@__PURE__*/ r({
1035
1036
  var BalNavbarMenuEnd = /*@__PURE__*/ r({
1036
1037
  tagName: 'bal-navbar-menu-end',
1037
1038
  elementClass: BalNavbarMenuEnd$1,
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: defineCustomElement$19
@@ -1043,7 +1044,7 @@ var BalNavbarMenuEnd = /*@__PURE__*/ r({
1043
1044
  var BalNavbarMenuStart = /*@__PURE__*/ r({
1044
1045
  tagName: 'bal-navbar-menu-start',
1045
1046
  elementClass: BalNavbarMenuStart$1,
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: {},
1049
1050
  defineCustomElement: defineCustomElement$1a
@@ -1051,7 +1052,7 @@ var BalNavbarMenuStart = /*@__PURE__*/ r({
1051
1052
  var BalNotices = /*@__PURE__*/ r({
1052
1053
  tagName: 'bal-notices',
1053
1054
  elementClass: BalNotices$1,
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
  defineCustomElement: defineCustomElement$1b
@@ -1059,7 +1060,7 @@ var BalNotices = /*@__PURE__*/ r({
1059
1060
  var BalNotification = /*@__PURE__*/ r({
1060
1061
  tagName: 'bal-notification',
1061
1062
  elementClass: BalNotification$1,
1062
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1063
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1063
1064
  react: React,
1064
1065
  events: {},
1065
1066
  defineCustomElement: defineCustomElement$1c
@@ -1067,7 +1068,7 @@ var BalNotification = /*@__PURE__*/ r({
1067
1068
  var BalNumberInput = /*@__PURE__*/ r({
1068
1069
  tagName: 'bal-number-input',
1069
1070
  elementClass: BalNumberInput$1,
1070
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1071
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1071
1072
  react: React,
1072
1073
  events: {
1073
1074
  onBalInput: 'balInput',
@@ -1081,7 +1082,7 @@ var BalNumberInput = /*@__PURE__*/ r({
1081
1082
  var BalOption = /*@__PURE__*/ r({
1082
1083
  tagName: 'bal-option',
1083
1084
  elementClass: BalOption$1,
1084
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1085
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1085
1086
  react: React,
1086
1087
  events: {
1087
1088
  onBalOptionChange: 'balOptionChange'
@@ -1091,7 +1092,7 @@ var BalOption = /*@__PURE__*/ r({
1091
1092
  var BalOptionList = /*@__PURE__*/ r({
1092
1093
  tagName: 'bal-option-list',
1093
1094
  elementClass: BalOptionList$1,
1094
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1095
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1095
1096
  react: React,
1096
1097
  events: {},
1097
1098
  defineCustomElement: defineCustomElement$1f
@@ -1099,7 +1100,7 @@ var BalOptionList = /*@__PURE__*/ r({
1099
1100
  var BalPagination = /*@__PURE__*/ r({
1100
1101
  tagName: 'bal-pagination',
1101
1102
  elementClass: BalPagination$1,
1102
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1103
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1103
1104
  react: React,
1104
1105
  events: {
1105
1106
  onBalChange: 'balChange'
@@ -1109,7 +1110,7 @@ var BalPagination = /*@__PURE__*/ r({
1109
1110
  var BalPopover = /*@__PURE__*/ r({
1110
1111
  tagName: 'bal-popover',
1111
1112
  elementClass: BalPopover$1,
1112
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1113
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1113
1114
  react: React,
1114
1115
  events: {
1115
1116
  onBalChange: 'balChange',
@@ -1121,7 +1122,7 @@ var BalPopover = /*@__PURE__*/ r({
1121
1122
  var BalPopoverContent = /*@__PURE__*/ r({
1122
1123
  tagName: 'bal-popover-content',
1123
1124
  elementClass: BalPopoverContent$1,
1124
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1125
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1125
1126
  react: React,
1126
1127
  events: {},
1127
1128
  defineCustomElement: defineCustomElement$1i
@@ -1129,7 +1130,7 @@ var BalPopoverContent = /*@__PURE__*/ r({
1129
1130
  var BalPopup = /*@__PURE__*/ r({
1130
1131
  tagName: 'bal-popup',
1131
1132
  elementClass: BalPopup$1,
1132
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1133
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1133
1134
  react: React,
1134
1135
  events: {
1135
1136
  onBalChange: 'balChange',
@@ -1141,7 +1142,7 @@ var BalPopup = /*@__PURE__*/ r({
1141
1142
  var BalProgressBar = /*@__PURE__*/ r({
1142
1143
  tagName: 'bal-progress-bar',
1143
1144
  elementClass: BalProgressBar$1,
1144
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1145
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1145
1146
  react: React,
1146
1147
  events: {},
1147
1148
  defineCustomElement: defineCustomElement$1k
@@ -1149,7 +1150,7 @@ var BalProgressBar = /*@__PURE__*/ r({
1149
1150
  var BalRadio = /*@__PURE__*/ r({
1150
1151
  tagName: 'bal-radio',
1151
1152
  elementClass: BalRadio$1,
1152
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1153
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1153
1154
  react: React,
1154
1155
  events: {
1155
1156
  onBalFocus: 'balFocus',
@@ -1161,7 +1162,7 @@ var BalRadio = /*@__PURE__*/ r({
1161
1162
  var BalRadioGroup = /*@__PURE__*/ r({
1162
1163
  tagName: 'bal-radio-group',
1163
1164
  elementClass: BalRadioGroup$1,
1164
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1165
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1165
1166
  react: React,
1166
1167
  events: {
1167
1168
  onBalChange: 'balChange',
@@ -1173,7 +1174,7 @@ var BalRadioGroup = /*@__PURE__*/ r({
1173
1174
  var BalRadioIcon = /*@__PURE__*/ r({
1174
1175
  tagName: 'bal-radio-icon',
1175
1176
  elementClass: BalRadioIcon$1,
1176
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1177
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1177
1178
  react: React,
1178
1179
  events: {},
1179
1180
  defineCustomElement: defineCustomElement$1n
@@ -1181,7 +1182,7 @@ var BalRadioIcon = /*@__PURE__*/ r({
1181
1182
  var BalSegment = /*@__PURE__*/ r({
1182
1183
  tagName: 'bal-segment',
1183
1184
  elementClass: BalSegment$1,
1184
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1185
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1185
1186
  react: React,
1186
1187
  events: {
1187
1188
  onBalFocus: 'balFocus',
@@ -1193,7 +1194,7 @@ var BalSegment = /*@__PURE__*/ r({
1193
1194
  var BalSegmentItem = /*@__PURE__*/ r({
1194
1195
  tagName: 'bal-segment-item',
1195
1196
  elementClass: BalSegmentItem$1,
1196
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1197
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1197
1198
  react: React,
1198
1199
  events: {},
1199
1200
  defineCustomElement: defineCustomElement$1p
@@ -1201,7 +1202,7 @@ var BalSegmentItem = /*@__PURE__*/ r({
1201
1202
  var BalSelect = /*@__PURE__*/ r({
1202
1203
  tagName: 'bal-select',
1203
1204
  elementClass: BalSelect$1,
1204
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1205
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1205
1206
  react: React,
1206
1207
  events: {
1207
1208
  onBalChange: 'balChange',
@@ -1217,7 +1218,7 @@ var BalSelect = /*@__PURE__*/ r({
1217
1218
  var BalSelectOption = /*@__PURE__*/ r({
1218
1219
  tagName: 'bal-select-option',
1219
1220
  elementClass: BalSelectOption$1,
1220
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1221
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1221
1222
  react: React,
1222
1223
  events: {},
1223
1224
  defineCustomElement: defineCustomElement$1r
@@ -1225,7 +1226,7 @@ var BalSelectOption = /*@__PURE__*/ r({
1225
1226
  var BalShape = /*@__PURE__*/ r({
1226
1227
  tagName: 'bal-shape',
1227
1228
  elementClass: BalShape$1,
1228
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1229
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1229
1230
  react: React,
1230
1231
  events: {},
1231
1232
  defineCustomElement: defineCustomElement$1s
@@ -1233,7 +1234,7 @@ var BalShape = /*@__PURE__*/ r({
1233
1234
  var BalSheet = /*@__PURE__*/ r({
1234
1235
  tagName: 'bal-sheet',
1235
1236
  elementClass: BalSheet$1,
1236
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1237
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1237
1238
  react: React,
1238
1239
  events: {},
1239
1240
  defineCustomElement: defineCustomElement$1t
@@ -1241,7 +1242,7 @@ var BalSheet = /*@__PURE__*/ r({
1241
1242
  var BalSnackbar = /*@__PURE__*/ r({
1242
1243
  tagName: 'bal-snackbar',
1243
1244
  elementClass: BalSnackbar$1,
1244
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1245
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1245
1246
  react: React,
1246
1247
  events: {
1247
1248
  onBalClose: 'balClose',
@@ -1252,7 +1253,7 @@ var BalSnackbar = /*@__PURE__*/ r({
1252
1253
  var BalSpinner = /*@__PURE__*/ r({
1253
1254
  tagName: 'bal-spinner',
1254
1255
  elementClass: BalSpinner$1,
1255
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1256
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1256
1257
  react: React,
1257
1258
  events: {},
1258
1259
  defineCustomElement: defineCustomElement$1v
@@ -1260,7 +1261,7 @@ var BalSpinner = /*@__PURE__*/ r({
1260
1261
  var BalStack = /*@__PURE__*/ r({
1261
1262
  tagName: 'bal-stack',
1262
1263
  elementClass: BalStack$1,
1263
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1264
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1264
1265
  react: React,
1265
1266
  events: {},
1266
1267
  defineCustomElement: defineCustomElement$1w
@@ -1268,7 +1269,7 @@ var BalStack = /*@__PURE__*/ r({
1268
1269
  var BalStage = /*@__PURE__*/ r({
1269
1270
  tagName: 'bal-stage',
1270
1271
  elementClass: BalStage$1,
1271
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1272
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1272
1273
  react: React,
1273
1274
  events: {},
1274
1275
  defineCustomElement: defineCustomElement$1x
@@ -1276,7 +1277,7 @@ var BalStage = /*@__PURE__*/ r({
1276
1277
  var BalStageBackLink = /*@__PURE__*/ r({
1277
1278
  tagName: 'bal-stage-back-link',
1278
1279
  elementClass: BalStageBackLink$1,
1279
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1280
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1280
1281
  react: React,
1281
1282
  events: {},
1282
1283
  defineCustomElement: defineCustomElement$1y
@@ -1284,7 +1285,7 @@ var BalStageBackLink = /*@__PURE__*/ r({
1284
1285
  var BalStageBody = /*@__PURE__*/ r({
1285
1286
  tagName: 'bal-stage-body',
1286
1287
  elementClass: BalStageBody$1,
1287
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1288
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1288
1289
  react: React,
1289
1290
  events: {},
1290
1291
  defineCustomElement: defineCustomElement$1z
@@ -1292,7 +1293,7 @@ var BalStageBody = /*@__PURE__*/ r({
1292
1293
  var BalStageFoot = /*@__PURE__*/ r({
1293
1294
  tagName: 'bal-stage-foot',
1294
1295
  elementClass: BalStageFoot$1,
1295
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1296
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1296
1297
  react: React,
1297
1298
  events: {},
1298
1299
  defineCustomElement: defineCustomElement$1A
@@ -1300,7 +1301,7 @@ var BalStageFoot = /*@__PURE__*/ r({
1300
1301
  var BalStageHead = /*@__PURE__*/ r({
1301
1302
  tagName: 'bal-stage-head',
1302
1303
  elementClass: BalStageHead$1,
1303
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1304
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1304
1305
  react: React,
1305
1306
  events: {},
1306
1307
  defineCustomElement: defineCustomElement$1B
@@ -1308,7 +1309,7 @@ var BalStageHead = /*@__PURE__*/ r({
1308
1309
  var BalStageImage = /*@__PURE__*/ r({
1309
1310
  tagName: 'bal-stage-image',
1310
1311
  elementClass: BalStageImage$1,
1311
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1312
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1312
1313
  react: React,
1313
1314
  events: {},
1314
1315
  defineCustomElement: defineCustomElement$1C
@@ -1316,7 +1317,7 @@ var BalStageImage = /*@__PURE__*/ r({
1316
1317
  var BalStepItem = /*@__PURE__*/ r({
1317
1318
  tagName: 'bal-step-item',
1318
1319
  elementClass: BalStepItem$1,
1319
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1320
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1320
1321
  react: React,
1321
1322
  events: {
1322
1323
  onBalNavigate: 'balNavigate'
@@ -1326,7 +1327,7 @@ var BalStepItem = /*@__PURE__*/ r({
1326
1327
  var BalSteps = /*@__PURE__*/ r({
1327
1328
  tagName: 'bal-steps',
1328
1329
  elementClass: BalSteps$1,
1329
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1330
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1330
1331
  react: React,
1331
1332
  events: {
1332
1333
  onBalChange: 'balChange'
@@ -1336,7 +1337,7 @@ var BalSteps = /*@__PURE__*/ r({
1336
1337
  var BalSwitch = /*@__PURE__*/ r({
1337
1338
  tagName: 'bal-switch',
1338
1339
  elementClass: BalSwitch$1,
1339
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1340
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1340
1341
  react: React,
1341
1342
  events: {},
1342
1343
  defineCustomElement: defineCustomElement$1F
@@ -1344,7 +1345,7 @@ var BalSwitch = /*@__PURE__*/ r({
1344
1345
  var BalTabItem = /*@__PURE__*/ r({
1345
1346
  tagName: 'bal-tab-item',
1346
1347
  elementClass: BalTabItem$1,
1347
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1348
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1348
1349
  react: React,
1349
1350
  events: {
1350
1351
  onBalNavigate: 'balNavigate'
@@ -1354,7 +1355,7 @@ var BalTabItem = /*@__PURE__*/ r({
1354
1355
  var BalTable = /*@__PURE__*/ r({
1355
1356
  tagName: 'bal-table',
1356
1357
  elementClass: BalTable$1,
1357
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1358
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1358
1359
  react: React,
1359
1360
  events: {},
1360
1361
  defineCustomElement: defineCustomElement$1H
@@ -1362,7 +1363,7 @@ var BalTable = /*@__PURE__*/ r({
1362
1363
  var BalTabs = /*@__PURE__*/ r({
1363
1364
  tagName: 'bal-tabs',
1364
1365
  elementClass: BalTabs$1,
1365
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1366
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1366
1367
  react: React,
1367
1368
  events: {
1368
1369
  onBalChange: 'balChange',
@@ -1374,7 +1375,7 @@ var BalTabs = /*@__PURE__*/ r({
1374
1375
  var BalTag = /*@__PURE__*/ r({
1375
1376
  tagName: 'bal-tag',
1376
1377
  elementClass: BalTag$1,
1377
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1378
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1378
1379
  react: React,
1379
1380
  events: {
1380
1381
  onBalCloseClick: 'balCloseClick'
@@ -1384,7 +1385,7 @@ var BalTag = /*@__PURE__*/ r({
1384
1385
  var BalTagGroup = /*@__PURE__*/ r({
1385
1386
  tagName: 'bal-tag-group',
1386
1387
  elementClass: BalTagGroup$1,
1387
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1388
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1388
1389
  react: React,
1389
1390
  events: {},
1390
1391
  defineCustomElement: defineCustomElement$1K
@@ -1392,7 +1393,7 @@ var BalTagGroup = /*@__PURE__*/ r({
1392
1393
  var BalText = /*@__PURE__*/ r({
1393
1394
  tagName: 'bal-text',
1394
1395
  elementClass: BalText$1,
1395
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1396
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1396
1397
  react: React,
1397
1398
  events: {},
1398
1399
  defineCustomElement: defineCustomElement$1L
@@ -1400,7 +1401,7 @@ var BalText = /*@__PURE__*/ r({
1400
1401
  var BalTextarea = /*@__PURE__*/ r({
1401
1402
  tagName: 'bal-textarea',
1402
1403
  elementClass: BalTextarea$1,
1403
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1404
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1404
1405
  react: React,
1405
1406
  events: {
1406
1407
  onBalChange: 'balChange',
@@ -1414,7 +1415,7 @@ var BalTextarea = /*@__PURE__*/ r({
1414
1415
  var BalTimeInput = /*@__PURE__*/ r({
1415
1416
  tagName: 'bal-time-input',
1416
1417
  elementClass: BalTimeInput$1,
1417
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1418
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1418
1419
  react: React,
1419
1420
  events: {
1420
1421
  onBalInput: 'balInput',
@@ -1429,7 +1430,7 @@ var BalTimeInput = /*@__PURE__*/ r({
1429
1430
  var BalToast = /*@__PURE__*/ r({
1430
1431
  tagName: 'bal-toast',
1431
1432
  elementClass: BalToast$1,
1432
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1433
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1433
1434
  react: React,
1434
1435
  events: {
1435
1436
  onBalClose: 'balClose'
@@ -1439,7 +1440,7 @@ var BalToast = /*@__PURE__*/ r({
1439
1440
  var BalTooltip = /*@__PURE__*/ r({
1440
1441
  tagName: 'bal-tooltip',
1441
1442
  elementClass: BalTooltip$1,
1442
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1443
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1443
1444
  react: React,
1444
1445
  events: {
1445
1446
  onBalWillAnimate: 'balWillAnimate',