@baloise/ds-react 19.1.0 → 19.2.0-nightly.20250623

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