@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.cjs.js CHANGED
@@ -348,7 +348,7 @@ var r = function(_param) {
348
348
  var BalAccordion = /*@__PURE__*/ r({
349
349
  tagName: 'bal-accordion',
350
350
  elementClass: balAccordion_js.BalAccordion,
351
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
351
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
352
352
  react: React,
353
353
  events: {
354
354
  onBalChange: 'balChange',
@@ -360,7 +360,7 @@ var BalAccordion = /*@__PURE__*/ r({
360
360
  var BalAccordionDetails = /*@__PURE__*/ r({
361
361
  tagName: 'bal-accordion-details',
362
362
  elementClass: balAccordionDetails_js.BalAccordionDetails,
363
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
363
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
364
364
  react: React,
365
365
  events: {},
366
366
  defineCustomElement: balAccordionDetails_js.defineCustomElement
@@ -368,7 +368,7 @@ var BalAccordionDetails = /*@__PURE__*/ r({
368
368
  var BalAccordionSummary = /*@__PURE__*/ r({
369
369
  tagName: 'bal-accordion-summary',
370
370
  elementClass: balAccordionSummary_js.BalAccordionSummary,
371
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
371
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
372
372
  react: React,
373
373
  events: {},
374
374
  defineCustomElement: balAccordionSummary_js.defineCustomElement
@@ -376,7 +376,7 @@ var BalAccordionSummary = /*@__PURE__*/ r({
376
376
  var BalAccordionTrigger = /*@__PURE__*/ r({
377
377
  tagName: 'bal-accordion-trigger',
378
378
  elementClass: balAccordionTrigger_js.BalAccordionTrigger,
379
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
379
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
380
380
  react: React,
381
381
  events: {},
382
382
  defineCustomElement: balAccordionTrigger_js.defineCustomElement
@@ -384,7 +384,7 @@ var BalAccordionTrigger = /*@__PURE__*/ r({
384
384
  var BalApp = /*@__PURE__*/ r({
385
385
  tagName: 'bal-app',
386
386
  elementClass: balApp_js.BalApp,
387
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
387
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
388
388
  react: React,
389
389
  events: {},
390
390
  defineCustomElement: balApp_js.defineCustomElement
@@ -392,7 +392,7 @@ var BalApp = /*@__PURE__*/ r({
392
392
  var BalBadge = /*@__PURE__*/ r({
393
393
  tagName: 'bal-badge',
394
394
  elementClass: balBadge_js.BalBadge,
395
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
395
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
396
396
  react: React,
397
397
  events: {},
398
398
  defineCustomElement: balBadge_js.defineCustomElement
@@ -400,9 +400,10 @@ var BalBadge = /*@__PURE__*/ r({
400
400
  var BalButton = /*@__PURE__*/ r({
401
401
  tagName: 'bal-button',
402
402
  elementClass: balButton_js.BalButton,
403
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
403
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
404
404
  react: React,
405
405
  events: {
406
+ onBalClick: 'balClick',
406
407
  onBalNavigate: 'balNavigate',
407
408
  onBalFocus: 'balFocus',
408
409
  onBalBlur: 'balBlur',
@@ -413,7 +414,7 @@ var BalButton = /*@__PURE__*/ r({
413
414
  var BalButtonGroup = /*@__PURE__*/ r({
414
415
  tagName: 'bal-button-group',
415
416
  elementClass: balButtonGroup_js.BalButtonGroup,
416
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
417
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
417
418
  react: React,
418
419
  events: {},
419
420
  defineCustomElement: balButtonGroup_js.defineCustomElement
@@ -421,7 +422,7 @@ var BalButtonGroup = /*@__PURE__*/ r({
421
422
  var BalCard = /*@__PURE__*/ r({
422
423
  tagName: 'bal-card',
423
424
  elementClass: balCard_js.BalCard,
424
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
425
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
425
426
  react: React,
426
427
  events: {},
427
428
  defineCustomElement: balCard_js.defineCustomElement
@@ -429,7 +430,7 @@ var BalCard = /*@__PURE__*/ r({
429
430
  var BalCardActions = /*@__PURE__*/ r({
430
431
  tagName: 'bal-card-actions',
431
432
  elementClass: balCardActions_js.BalCardActions,
432
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
433
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
433
434
  react: React,
434
435
  events: {},
435
436
  defineCustomElement: balCardActions_js.defineCustomElement
@@ -437,7 +438,7 @@ var BalCardActions = /*@__PURE__*/ r({
437
438
  var BalCardButton = /*@__PURE__*/ r({
438
439
  tagName: 'bal-card-button',
439
440
  elementClass: balCardButton_js.BalCardButton,
440
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
441
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
441
442
  react: React,
442
443
  events: {},
443
444
  defineCustomElement: balCardButton_js.defineCustomElement
@@ -445,7 +446,7 @@ var BalCardButton = /*@__PURE__*/ r({
445
446
  var BalCardContent = /*@__PURE__*/ r({
446
447
  tagName: 'bal-card-content',
447
448
  elementClass: balCardContent_js.BalCardContent,
448
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
449
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
449
450
  react: React,
450
451
  events: {},
451
452
  defineCustomElement: balCardContent_js.defineCustomElement
@@ -453,7 +454,7 @@ var BalCardContent = /*@__PURE__*/ r({
453
454
  var BalCardSubtitle = /*@__PURE__*/ r({
454
455
  tagName: 'bal-card-subtitle',
455
456
  elementClass: balCardSubtitle_js.BalCardSubtitle,
456
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
457
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
457
458
  react: React,
458
459
  events: {},
459
460
  defineCustomElement: balCardSubtitle_js.defineCustomElement
@@ -461,7 +462,7 @@ var BalCardSubtitle = /*@__PURE__*/ r({
461
462
  var BalCardTitle = /*@__PURE__*/ r({
462
463
  tagName: 'bal-card-title',
463
464
  elementClass: balCardTitle_js.BalCardTitle,
464
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
465
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
465
466
  react: React,
466
467
  events: {},
467
468
  defineCustomElement: balCardTitle_js.defineCustomElement
@@ -469,7 +470,7 @@ var BalCardTitle = /*@__PURE__*/ r({
469
470
  var BalCarousel = /*@__PURE__*/ r({
470
471
  tagName: 'bal-carousel',
471
472
  elementClass: balCarousel_js.BalCarousel,
472
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
473
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
473
474
  react: React,
474
475
  events: {
475
476
  onBalChange: 'balChange'
@@ -479,7 +480,7 @@ var BalCarousel = /*@__PURE__*/ r({
479
480
  var BalCarouselItem = /*@__PURE__*/ r({
480
481
  tagName: 'bal-carousel-item',
481
482
  elementClass: balCarouselItem_js.BalCarouselItem,
482
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
483
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
483
484
  react: React,
484
485
  events: {
485
486
  onBalNavigate: 'balNavigate',
@@ -491,7 +492,7 @@ var BalCarouselItem = /*@__PURE__*/ r({
491
492
  var BalCheck = /*@__PURE__*/ r({
492
493
  tagName: 'bal-check',
493
494
  elementClass: balCheck_js.BalCheck,
494
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
495
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
495
496
  react: React,
496
497
  events: {},
497
498
  defineCustomElement: balCheck_js.defineCustomElement
@@ -499,7 +500,7 @@ var BalCheck = /*@__PURE__*/ r({
499
500
  var BalCheckbox = /*@__PURE__*/ r({
500
501
  tagName: 'bal-checkbox',
501
502
  elementClass: balCheckbox_js.BalCheckbox,
502
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
503
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
503
504
  react: React,
504
505
  events: {
505
506
  onBalFocus: 'balFocus',
@@ -511,7 +512,7 @@ var BalCheckbox = /*@__PURE__*/ r({
511
512
  var BalCheckboxGroup = /*@__PURE__*/ r({
512
513
  tagName: 'bal-checkbox-group',
513
514
  elementClass: balCheckboxGroup_js.BalCheckboxGroup,
514
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
515
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
515
516
  react: React,
516
517
  events: {
517
518
  onBalChange: 'balChange',
@@ -523,7 +524,7 @@ var BalCheckboxGroup = /*@__PURE__*/ r({
523
524
  var BalClose = /*@__PURE__*/ r({
524
525
  tagName: 'bal-close',
525
526
  elementClass: balClose_js.BalClose,
526
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
527
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
527
528
  react: React,
528
529
  events: {},
529
530
  defineCustomElement: balClose_js.defineCustomElement
@@ -531,7 +532,7 @@ var BalClose = /*@__PURE__*/ r({
531
532
  var BalContent = /*@__PURE__*/ r({
532
533
  tagName: 'bal-content',
533
534
  elementClass: balContent_js.BalContent,
534
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
535
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
535
536
  react: React,
536
537
  events: {},
537
538
  defineCustomElement: balContent_js.defineCustomElement
@@ -539,7 +540,7 @@ var BalContent = /*@__PURE__*/ r({
539
540
  var BalData = /*@__PURE__*/ r({
540
541
  tagName: 'bal-data',
541
542
  elementClass: balData_js.BalData,
542
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
543
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
543
544
  react: React,
544
545
  events: {},
545
546
  defineCustomElement: balData_js.defineCustomElement
@@ -547,7 +548,7 @@ var BalData = /*@__PURE__*/ r({
547
548
  var BalDataItem = /*@__PURE__*/ r({
548
549
  tagName: 'bal-data-item',
549
550
  elementClass: balDataItem_js.BalDataItem,
550
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
551
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
551
552
  react: React,
552
553
  events: {},
553
554
  defineCustomElement: balDataItem_js.defineCustomElement
@@ -555,7 +556,7 @@ var BalDataItem = /*@__PURE__*/ r({
555
556
  var BalDataLabel = /*@__PURE__*/ r({
556
557
  tagName: 'bal-data-label',
557
558
  elementClass: balDataLabel_js.BalDataLabel,
558
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
559
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
559
560
  react: React,
560
561
  events: {},
561
562
  defineCustomElement: balDataLabel_js.defineCustomElement
@@ -563,7 +564,7 @@ var BalDataLabel = /*@__PURE__*/ r({
563
564
  var BalDataValue = /*@__PURE__*/ r({
564
565
  tagName: 'bal-data-value',
565
566
  elementClass: balDataValue_js.BalDataValue,
566
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
567
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
567
568
  react: React,
568
569
  events: {
569
570
  onBalClick: 'balClick',
@@ -575,7 +576,7 @@ var BalDataValue = /*@__PURE__*/ r({
575
576
  var BalDate = /*@__PURE__*/ r({
576
577
  tagName: 'bal-date',
577
578
  elementClass: balDate_js.BalDate,
578
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
579
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
579
580
  react: React,
580
581
  events: {
581
582
  onBalInput: 'balInput',
@@ -592,7 +593,7 @@ var BalDate = /*@__PURE__*/ r({
592
593
  var BalDateCalendar = /*@__PURE__*/ r({
593
594
  tagName: 'bal-date-calendar',
594
595
  elementClass: balDateCalendar_js.BalDateCalendar,
595
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
596
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
596
597
  react: React,
597
598
  events: {
598
599
  onBalChange: 'balChange'
@@ -602,7 +603,7 @@ var BalDateCalendar = /*@__PURE__*/ r({
602
603
  var BalDateCalendarCell = /*@__PURE__*/ r({
603
604
  tagName: 'bal-date-calendar-cell',
604
605
  elementClass: balDateCalendarCell_js.BalDateCalendarCell,
605
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
606
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
606
607
  react: React,
607
608
  events: {
608
609
  onBalSelectDay: 'balSelectDay'
@@ -612,7 +613,7 @@ var BalDateCalendarCell = /*@__PURE__*/ r({
612
613
  var BalDivider = /*@__PURE__*/ r({
613
614
  tagName: 'bal-divider',
614
615
  elementClass: balDivider_js.BalDivider,
615
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
616
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
616
617
  react: React,
617
618
  events: {},
618
619
  defineCustomElement: balDivider_js.defineCustomElement
@@ -620,7 +621,7 @@ var BalDivider = /*@__PURE__*/ r({
620
621
  var BalDropdown = /*@__PURE__*/ r({
621
622
  tagName: 'bal-dropdown',
622
623
  elementClass: balDropdown_js.BalDropdown,
623
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
624
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
624
625
  react: React,
625
626
  events: {
626
627
  onBalChange: 'balChange',
@@ -632,7 +633,7 @@ var BalDropdown = /*@__PURE__*/ r({
632
633
  var BalField = /*@__PURE__*/ r({
633
634
  tagName: 'bal-field',
634
635
  elementClass: balField_js.BalField,
635
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
636
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
636
637
  react: React,
637
638
  events: {
638
639
  onBalFormControlDidLoad: 'balFormControlDidLoad'
@@ -642,7 +643,7 @@ var BalField = /*@__PURE__*/ r({
642
643
  var BalFieldControl = /*@__PURE__*/ r({
643
644
  tagName: 'bal-field-control',
644
645
  elementClass: balFieldControl_js.BalFieldControl,
645
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
646
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
646
647
  react: React,
647
648
  events: {},
648
649
  defineCustomElement: balFieldControl_js.defineCustomElement
@@ -650,7 +651,7 @@ var BalFieldControl = /*@__PURE__*/ r({
650
651
  var BalFieldHint = /*@__PURE__*/ r({
651
652
  tagName: 'bal-field-hint',
652
653
  elementClass: balFieldHint_js.BalFieldHint,
653
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
654
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
654
655
  react: React,
655
656
  events: {},
656
657
  defineCustomElement: balFieldHint_js.defineCustomElement
@@ -658,7 +659,7 @@ var BalFieldHint = /*@__PURE__*/ r({
658
659
  var BalFieldLabel = /*@__PURE__*/ r({
659
660
  tagName: 'bal-field-label',
660
661
  elementClass: balFieldLabel_js.BalFieldLabel,
661
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
662
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
662
663
  react: React,
663
664
  events: {},
664
665
  defineCustomElement: balFieldLabel_js.defineCustomElement
@@ -666,7 +667,7 @@ var BalFieldLabel = /*@__PURE__*/ r({
666
667
  var BalFieldMessage = /*@__PURE__*/ r({
667
668
  tagName: 'bal-field-message',
668
669
  elementClass: balFieldMessage_js.BalFieldMessage,
669
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
670
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
670
671
  react: React,
671
672
  events: {},
672
673
  defineCustomElement: balFieldMessage_js.defineCustomElement
@@ -674,7 +675,7 @@ var BalFieldMessage = /*@__PURE__*/ r({
674
675
  var BalFileUpload = /*@__PURE__*/ r({
675
676
  tagName: 'bal-file-upload',
676
677
  elementClass: balFileUpload_js.BalFileUpload,
677
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
678
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
678
679
  react: React,
679
680
  events: {
680
681
  onBalChange: 'balChange',
@@ -690,7 +691,7 @@ var BalFileUpload = /*@__PURE__*/ r({
690
691
  var BalFooter = /*@__PURE__*/ r({
691
692
  tagName: 'bal-footer',
692
693
  elementClass: balFooter_js.BalFooter,
693
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
694
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
694
695
  react: React,
695
696
  events: {},
696
697
  defineCustomElement: balFooter_js.defineCustomElement
@@ -698,7 +699,7 @@ var BalFooter = /*@__PURE__*/ r({
698
699
  var BalForm = /*@__PURE__*/ r({
699
700
  tagName: 'bal-form',
700
701
  elementClass: balForm_js.BalForm,
701
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
702
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
702
703
  react: React,
703
704
  events: {},
704
705
  defineCustomElement: balForm_js.defineCustomElement
@@ -706,7 +707,7 @@ var BalForm = /*@__PURE__*/ r({
706
707
  var BalFormCol = /*@__PURE__*/ r({
707
708
  tagName: 'bal-form-col',
708
709
  elementClass: balFormCol_js.BalFormCol,
709
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
710
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
710
711
  react: React,
711
712
  events: {},
712
713
  defineCustomElement: balFormCol_js.defineCustomElement
@@ -714,7 +715,7 @@ var BalFormCol = /*@__PURE__*/ r({
714
715
  var BalFormGrid = /*@__PURE__*/ r({
715
716
  tagName: 'bal-form-grid',
716
717
  elementClass: balFormGrid_js.BalFormGrid,
717
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
718
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
718
719
  react: React,
719
720
  events: {},
720
721
  defineCustomElement: balFormGrid_js.defineCustomElement
@@ -722,7 +723,7 @@ var BalFormGrid = /*@__PURE__*/ r({
722
723
  var BalHeading = /*@__PURE__*/ r({
723
724
  tagName: 'bal-heading',
724
725
  elementClass: balHeading_js.BalHeading,
725
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
726
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
726
727
  react: React,
727
728
  events: {},
728
729
  defineCustomElement: balHeading_js.defineCustomElement
@@ -730,7 +731,7 @@ var BalHeading = /*@__PURE__*/ r({
730
731
  var BalHint = /*@__PURE__*/ r({
731
732
  tagName: 'bal-hint',
732
733
  elementClass: balHint_js.BalHint,
733
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
734
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
734
735
  react: React,
735
736
  events: {},
736
737
  defineCustomElement: balHint_js.defineCustomElement
@@ -738,7 +739,7 @@ var BalHint = /*@__PURE__*/ r({
738
739
  var BalHintText = /*@__PURE__*/ r({
739
740
  tagName: 'bal-hint-text',
740
741
  elementClass: balHintText_js.BalHintText,
741
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
742
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
742
743
  react: React,
743
744
  events: {},
744
745
  defineCustomElement: balHintText_js.defineCustomElement
@@ -746,7 +747,7 @@ var BalHintText = /*@__PURE__*/ r({
746
747
  var BalHintTitle = /*@__PURE__*/ r({
747
748
  tagName: 'bal-hint-title',
748
749
  elementClass: balHintTitle_js.BalHintTitle,
749
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
750
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
750
751
  react: React,
751
752
  events: {},
752
753
  defineCustomElement: balHintTitle_js.defineCustomElement
@@ -754,7 +755,7 @@ var BalHintTitle = /*@__PURE__*/ r({
754
755
  var BalIcon = /*@__PURE__*/ r({
755
756
  tagName: 'bal-icon',
756
757
  elementClass: balIcon_js.BalIcon,
757
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
758
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
758
759
  react: React,
759
760
  events: {},
760
761
  defineCustomElement: balIcon_js.defineCustomElement
@@ -762,7 +763,7 @@ var BalIcon = /*@__PURE__*/ r({
762
763
  var BalInput = /*@__PURE__*/ r({
763
764
  tagName: 'bal-input',
764
765
  elementClass: balInput_js.BalInput,
765
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
766
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
766
767
  react: React,
767
768
  events: {
768
769
  onBalInput: 'balInput',
@@ -776,7 +777,7 @@ var BalInput = /*@__PURE__*/ r({
776
777
  var BalInputDate = /*@__PURE__*/ r({
777
778
  tagName: 'bal-input-date',
778
779
  elementClass: balInputDate_js.BalInputDate,
779
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
780
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
780
781
  react: React,
781
782
  events: {
782
783
  onBalKeyPress: 'balKeyPress',
@@ -790,7 +791,7 @@ var BalInputDate = /*@__PURE__*/ r({
790
791
  var BalInputGroup = /*@__PURE__*/ r({
791
792
  tagName: 'bal-input-group',
792
793
  elementClass: balInputGroup_js.BalInputGroup,
793
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
794
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
794
795
  react: React,
795
796
  events: {},
796
797
  defineCustomElement: balInputGroup_js.defineCustomElement
@@ -798,7 +799,7 @@ var BalInputGroup = /*@__PURE__*/ r({
798
799
  var BalInputSlider = /*@__PURE__*/ r({
799
800
  tagName: 'bal-input-slider',
800
801
  elementClass: balInputSlider_js.BalInputSlider,
801
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
802
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
802
803
  react: React,
803
804
  events: {
804
805
  onBalInput: 'balInput',
@@ -812,7 +813,7 @@ var BalInputSlider = /*@__PURE__*/ r({
812
813
  var BalInputStepper = /*@__PURE__*/ r({
813
814
  tagName: 'bal-input-stepper',
814
815
  elementClass: balInputStepper_js.BalInputStepper,
815
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
816
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
816
817
  react: React,
817
818
  events: {
818
819
  onBalChange: 'balChange',
@@ -827,7 +828,7 @@ var BalInputStepper = /*@__PURE__*/ r({
827
828
  var BalLabel = /*@__PURE__*/ r({
828
829
  tagName: 'bal-label',
829
830
  elementClass: balLabel_js.BalLabel,
830
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
831
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
831
832
  react: React,
832
833
  events: {},
833
834
  defineCustomElement: balLabel_js.defineCustomElement
@@ -835,7 +836,7 @@ var BalLabel = /*@__PURE__*/ r({
835
836
  var BalList = /*@__PURE__*/ r({
836
837
  tagName: 'bal-list',
837
838
  elementClass: balList_js.BalList,
838
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
839
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
839
840
  react: React,
840
841
  events: {},
841
842
  defineCustomElement: balList_js.defineCustomElement
@@ -843,7 +844,7 @@ var BalList = /*@__PURE__*/ r({
843
844
  var BalListItem = /*@__PURE__*/ r({
844
845
  tagName: 'bal-list-item',
845
846
  elementClass: balListItem_js.BalListItem,
846
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
847
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
847
848
  react: React,
848
849
  events: {
849
850
  onBalNavigate: 'balNavigate',
@@ -856,7 +857,7 @@ var BalListItem = /*@__PURE__*/ r({
856
857
  var BalListItemAccordionBody = /*@__PURE__*/ r({
857
858
  tagName: 'bal-list-item-accordion-body',
858
859
  elementClass: balListItemAccordionBody_js.BalListItemAccordionBody,
859
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
860
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
860
861
  react: React,
861
862
  events: {},
862
863
  defineCustomElement: balListItemAccordionBody_js.defineCustomElement
@@ -864,7 +865,7 @@ var BalListItemAccordionBody = /*@__PURE__*/ r({
864
865
  var BalListItemAccordionHead = /*@__PURE__*/ r({
865
866
  tagName: 'bal-list-item-accordion-head',
866
867
  elementClass: balListItemAccordionHead_js.BalListItemAccordionHead,
867
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
868
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
868
869
  react: React,
869
870
  events: {
870
871
  onBalAccordionChange: 'balAccordionChange'
@@ -874,7 +875,7 @@ var BalListItemAccordionHead = /*@__PURE__*/ r({
874
875
  var BalListItemContent = /*@__PURE__*/ r({
875
876
  tagName: 'bal-list-item-content',
876
877
  elementClass: balListItemContent_js.BalListItemContent,
877
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
878
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
878
879
  react: React,
879
880
  events: {},
880
881
  defineCustomElement: balListItemContent_js.defineCustomElement
@@ -882,7 +883,7 @@ var BalListItemContent = /*@__PURE__*/ r({
882
883
  var BalListItemIcon = /*@__PURE__*/ r({
883
884
  tagName: 'bal-list-item-icon',
884
885
  elementClass: balListItemIcon_js.BalListItemIcon,
885
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
886
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
886
887
  react: React,
887
888
  events: {},
888
889
  defineCustomElement: balListItemIcon_js.defineCustomElement
@@ -890,7 +891,7 @@ var BalListItemIcon = /*@__PURE__*/ r({
890
891
  var BalListItemSubtitle = /*@__PURE__*/ r({
891
892
  tagName: 'bal-list-item-subtitle',
892
893
  elementClass: balListItemSubtitle_js.BalListItemSubtitle,
893
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
894
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
894
895
  react: React,
895
896
  events: {},
896
897
  defineCustomElement: balListItemSubtitle_js.defineCustomElement
@@ -898,7 +899,7 @@ var BalListItemSubtitle = /*@__PURE__*/ r({
898
899
  var BalListItemTitle = /*@__PURE__*/ r({
899
900
  tagName: 'bal-list-item-title',
900
901
  elementClass: balListItemTitle_js.BalListItemTitle,
901
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
902
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
902
903
  react: React,
903
904
  events: {},
904
905
  defineCustomElement: balListItemTitle_js.defineCustomElement
@@ -906,7 +907,7 @@ var BalListItemTitle = /*@__PURE__*/ r({
906
907
  var BalLogo = /*@__PURE__*/ r({
907
908
  tagName: 'bal-logo',
908
909
  elementClass: balLogo_js.BalLogo,
909
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
910
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
910
911
  react: React,
911
912
  events: {},
912
913
  defineCustomElement: balLogo_js.defineCustomElement
@@ -914,7 +915,7 @@ var BalLogo = /*@__PURE__*/ r({
914
915
  var BalModal = /*@__PURE__*/ r({
915
916
  tagName: 'bal-modal',
916
917
  elementClass: balModal_js.BalModal,
917
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
918
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
918
919
  react: React,
919
920
  events: {
920
921
  onBalModalDidPresent: 'balModalDidPresent',
@@ -927,7 +928,7 @@ var BalModal = /*@__PURE__*/ r({
927
928
  var BalModalBody = /*@__PURE__*/ r({
928
929
  tagName: 'bal-modal-body',
929
930
  elementClass: balModalBody_js.BalModalBody,
930
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
931
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
931
932
  react: React,
932
933
  events: {},
933
934
  defineCustomElement: balModalBody_js.defineCustomElement
@@ -935,7 +936,7 @@ var BalModalBody = /*@__PURE__*/ r({
935
936
  var BalModalHeader = /*@__PURE__*/ r({
936
937
  tagName: 'bal-modal-header',
937
938
  elementClass: balModalHeader_js.BalModalHeader,
938
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
939
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
939
940
  react: React,
940
941
  events: {},
941
942
  defineCustomElement: balModalHeader_js.defineCustomElement
@@ -943,7 +944,7 @@ var BalModalHeader = /*@__PURE__*/ r({
943
944
  var BalNav = /*@__PURE__*/ r({
944
945
  tagName: 'bal-nav',
945
946
  elementClass: balNav_js.BalNav,
946
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
947
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
947
948
  react: React,
948
949
  events: {
949
950
  onBalNavItemClick: 'balNavItemClick'
@@ -953,7 +954,7 @@ var BalNav = /*@__PURE__*/ r({
953
954
  var BalNavLink = /*@__PURE__*/ r({
954
955
  tagName: 'bal-nav-link',
955
956
  elementClass: balNavLink_js.BalNavLink,
956
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
957
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
957
958
  react: React,
958
959
  events: {},
959
960
  defineCustomElement: balNavLink_js.defineCustomElement
@@ -961,7 +962,7 @@ var BalNavLink = /*@__PURE__*/ r({
961
962
  var BalNavLinkGrid = /*@__PURE__*/ r({
962
963
  tagName: 'bal-nav-link-grid',
963
964
  elementClass: balNavLinkGrid_js.BalNavLinkGrid,
964
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
965
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
965
966
  react: React,
966
967
  events: {},
967
968
  defineCustomElement: balNavLinkGrid_js.defineCustomElement
@@ -969,7 +970,7 @@ var BalNavLinkGrid = /*@__PURE__*/ r({
969
970
  var BalNavLinkGridCol = /*@__PURE__*/ r({
970
971
  tagName: 'bal-nav-link-grid-col',
971
972
  elementClass: balNavLinkGridCol_js.BalNavLinkGridCol,
972
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
973
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
973
974
  react: React,
974
975
  events: {},
975
976
  defineCustomElement: balNavLinkGridCol_js.defineCustomElement
@@ -977,7 +978,7 @@ var BalNavLinkGridCol = /*@__PURE__*/ r({
977
978
  var BalNavLinkGroup = /*@__PURE__*/ r({
978
979
  tagName: 'bal-nav-link-group',
979
980
  elementClass: balNavLinkGroup_js.BalNavLinkGroup,
980
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
981
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
981
982
  react: React,
982
983
  events: {},
983
984
  defineCustomElement: balNavLinkGroup_js.defineCustomElement
@@ -985,7 +986,7 @@ var BalNavLinkGroup = /*@__PURE__*/ r({
985
986
  var BalNavMenuBar = /*@__PURE__*/ r({
986
987
  tagName: 'bal-nav-menu-bar',
987
988
  elementClass: balNavMenuBar_js.BalNavMenuBar,
988
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
989
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
989
990
  react: React,
990
991
  events: {},
991
992
  defineCustomElement: balNavMenuBar_js.defineCustomElement
@@ -993,7 +994,7 @@ var BalNavMenuBar = /*@__PURE__*/ r({
993
994
  var BalNavMenuFlyout = /*@__PURE__*/ r({
994
995
  tagName: 'bal-nav-menu-flyout',
995
996
  elementClass: balNavMenuFlyout_js.BalNavMenuFlyout,
996
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
997
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
997
998
  react: React,
998
999
  events: {},
999
1000
  defineCustomElement: balNavMenuFlyout_js.defineCustomElement
@@ -1001,7 +1002,7 @@ var BalNavMenuFlyout = /*@__PURE__*/ r({
1001
1002
  var BalNavMetaBar = /*@__PURE__*/ r({
1002
1003
  tagName: 'bal-nav-meta-bar',
1003
1004
  elementClass: balNavMetaBar_js.BalNavMetaBar,
1004
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1005
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1005
1006
  react: React,
1006
1007
  events: {},
1007
1008
  defineCustomElement: balNavMetaBar_js.defineCustomElement
@@ -1009,7 +1010,7 @@ var BalNavMetaBar = /*@__PURE__*/ r({
1009
1010
  var BalNavbar = /*@__PURE__*/ r({
1010
1011
  tagName: 'bal-navbar',
1011
1012
  elementClass: balNavbar_js.BalNavbar,
1012
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1013
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1013
1014
  react: React,
1014
1015
  events: {},
1015
1016
  defineCustomElement: balNavbar_js.defineCustomElement
@@ -1017,7 +1018,7 @@ var BalNavbar = /*@__PURE__*/ r({
1017
1018
  var BalNavbarBrand = /*@__PURE__*/ r({
1018
1019
  tagName: 'bal-navbar-brand',
1019
1020
  elementClass: balNavbarBrand_js.BalNavbarBrand,
1020
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1021
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1021
1022
  react: React,
1022
1023
  events: {
1023
1024
  onBalNavigate: 'balNavigate',
@@ -1029,7 +1030,7 @@ var BalNavbarBrand = /*@__PURE__*/ r({
1029
1030
  var BalNavbarMenu = /*@__PURE__*/ r({
1030
1031
  tagName: 'bal-navbar-menu',
1031
1032
  elementClass: balNavbarMenu_js.BalNavbarMenu,
1032
- // @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.
1033
1034
  react: React,
1034
1035
  events: {},
1035
1036
  defineCustomElement: balNavbarMenu_js.defineCustomElement
@@ -1037,7 +1038,7 @@ var BalNavbarMenu = /*@__PURE__*/ r({
1037
1038
  var BalNavbarMenuEnd = /*@__PURE__*/ r({
1038
1039
  tagName: 'bal-navbar-menu-end',
1039
1040
  elementClass: balNavbarMenuEnd_js.BalNavbarMenuEnd,
1040
- // @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.
1041
1042
  react: React,
1042
1043
  events: {},
1043
1044
  defineCustomElement: balNavbarMenuEnd_js.defineCustomElement
@@ -1045,7 +1046,7 @@ var BalNavbarMenuEnd = /*@__PURE__*/ r({
1045
1046
  var BalNavbarMenuStart = /*@__PURE__*/ r({
1046
1047
  tagName: 'bal-navbar-menu-start',
1047
1048
  elementClass: balNavbarMenuStart_js.BalNavbarMenuStart,
1048
- // @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.
1049
1050
  react: React,
1050
1051
  events: {},
1051
1052
  defineCustomElement: balNavbarMenuStart_js.defineCustomElement
@@ -1053,7 +1054,7 @@ var BalNavbarMenuStart = /*@__PURE__*/ r({
1053
1054
  var BalNotices = /*@__PURE__*/ r({
1054
1055
  tagName: 'bal-notices',
1055
1056
  elementClass: balNotices_js.BalNotices,
1056
- // @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.
1057
1058
  react: React,
1058
1059
  events: {},
1059
1060
  defineCustomElement: balNotices_js.defineCustomElement
@@ -1061,7 +1062,7 @@ var BalNotices = /*@__PURE__*/ r({
1061
1062
  var BalNotification = /*@__PURE__*/ r({
1062
1063
  tagName: 'bal-notification',
1063
1064
  elementClass: balNotification_js.BalNotification,
1064
- // @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.
1065
1066
  react: React,
1066
1067
  events: {},
1067
1068
  defineCustomElement: balNotification_js.defineCustomElement
@@ -1069,7 +1070,7 @@ var BalNotification = /*@__PURE__*/ r({
1069
1070
  var BalNumberInput = /*@__PURE__*/ r({
1070
1071
  tagName: 'bal-number-input',
1071
1072
  elementClass: balNumberInput_js.BalNumberInput,
1072
- // @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.
1073
1074
  react: React,
1074
1075
  events: {
1075
1076
  onBalInput: 'balInput',
@@ -1083,7 +1084,7 @@ var BalNumberInput = /*@__PURE__*/ r({
1083
1084
  var BalOption = /*@__PURE__*/ r({
1084
1085
  tagName: 'bal-option',
1085
1086
  elementClass: balOption_js.BalOption,
1086
- // @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.
1087
1088
  react: React,
1088
1089
  events: {
1089
1090
  onBalOptionChange: 'balOptionChange'
@@ -1093,7 +1094,7 @@ var BalOption = /*@__PURE__*/ r({
1093
1094
  var BalOptionList = /*@__PURE__*/ r({
1094
1095
  tagName: 'bal-option-list',
1095
1096
  elementClass: balOptionList_js.BalOptionList,
1096
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1097
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1097
1098
  react: React,
1098
1099
  events: {},
1099
1100
  defineCustomElement: balOptionList_js.defineCustomElement
@@ -1101,7 +1102,7 @@ var BalOptionList = /*@__PURE__*/ r({
1101
1102
  var BalPagination = /*@__PURE__*/ r({
1102
1103
  tagName: 'bal-pagination',
1103
1104
  elementClass: balPagination_js.BalPagination,
1104
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1105
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1105
1106
  react: React,
1106
1107
  events: {
1107
1108
  onBalChange: 'balChange'
@@ -1111,7 +1112,7 @@ var BalPagination = /*@__PURE__*/ r({
1111
1112
  var BalPopover = /*@__PURE__*/ r({
1112
1113
  tagName: 'bal-popover',
1113
1114
  elementClass: balPopover_js.BalPopover,
1114
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1115
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1115
1116
  react: React,
1116
1117
  events: {
1117
1118
  onBalChange: 'balChange',
@@ -1123,7 +1124,7 @@ var BalPopover = /*@__PURE__*/ r({
1123
1124
  var BalPopoverContent = /*@__PURE__*/ r({
1124
1125
  tagName: 'bal-popover-content',
1125
1126
  elementClass: balPopoverContent_js.BalPopoverContent,
1126
- // @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.
1127
1128
  react: React,
1128
1129
  events: {},
1129
1130
  defineCustomElement: balPopoverContent_js.defineCustomElement
@@ -1131,7 +1132,7 @@ var BalPopoverContent = /*@__PURE__*/ r({
1131
1132
  var BalPopup = /*@__PURE__*/ r({
1132
1133
  tagName: 'bal-popup',
1133
1134
  elementClass: balPopup_js.BalPopup,
1134
- // @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.
1135
1136
  react: React,
1136
1137
  events: {
1137
1138
  onBalChange: 'balChange',
@@ -1143,7 +1144,7 @@ var BalPopup = /*@__PURE__*/ r({
1143
1144
  var BalProgressBar = /*@__PURE__*/ r({
1144
1145
  tagName: 'bal-progress-bar',
1145
1146
  elementClass: balProgressBar_js.BalProgressBar,
1146
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1147
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1147
1148
  react: React,
1148
1149
  events: {},
1149
1150
  defineCustomElement: balProgressBar_js.defineCustomElement
@@ -1151,7 +1152,7 @@ var BalProgressBar = /*@__PURE__*/ r({
1151
1152
  var BalRadio = /*@__PURE__*/ r({
1152
1153
  tagName: 'bal-radio',
1153
1154
  elementClass: balRadio_js.BalRadio,
1154
- // @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.
1155
1156
  react: React,
1156
1157
  events: {
1157
1158
  onBalFocus: 'balFocus',
@@ -1163,7 +1164,7 @@ var BalRadio = /*@__PURE__*/ r({
1163
1164
  var BalRadioGroup = /*@__PURE__*/ r({
1164
1165
  tagName: 'bal-radio-group',
1165
1166
  elementClass: balRadioGroup_js.BalRadioGroup,
1166
- // @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.
1167
1168
  react: React,
1168
1169
  events: {
1169
1170
  onBalChange: 'balChange',
@@ -1175,7 +1176,7 @@ var BalRadioGroup = /*@__PURE__*/ r({
1175
1176
  var BalRadioIcon = /*@__PURE__*/ r({
1176
1177
  tagName: 'bal-radio-icon',
1177
1178
  elementClass: balRadioIcon_js.BalRadioIcon,
1178
- // @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.
1179
1180
  react: React,
1180
1181
  events: {},
1181
1182
  defineCustomElement: balRadioIcon_js.defineCustomElement
@@ -1183,7 +1184,7 @@ var BalRadioIcon = /*@__PURE__*/ r({
1183
1184
  var BalSegment = /*@__PURE__*/ r({
1184
1185
  tagName: 'bal-segment',
1185
1186
  elementClass: balSegment_js.BalSegment,
1186
- // @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.
1187
1188
  react: React,
1188
1189
  events: {
1189
1190
  onBalFocus: 'balFocus',
@@ -1195,7 +1196,7 @@ var BalSegment = /*@__PURE__*/ r({
1195
1196
  var BalSegmentItem = /*@__PURE__*/ r({
1196
1197
  tagName: 'bal-segment-item',
1197
1198
  elementClass: balSegmentItem_js.BalSegmentItem,
1198
- // @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.
1199
1200
  react: React,
1200
1201
  events: {},
1201
1202
  defineCustomElement: balSegmentItem_js.defineCustomElement
@@ -1203,7 +1204,7 @@ var BalSegmentItem = /*@__PURE__*/ r({
1203
1204
  var BalSelect = /*@__PURE__*/ r({
1204
1205
  tagName: 'bal-select',
1205
1206
  elementClass: balSelect_js.BalSelect,
1206
- // @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.
1207
1208
  react: React,
1208
1209
  events: {
1209
1210
  onBalChange: 'balChange',
@@ -1219,7 +1220,7 @@ var BalSelect = /*@__PURE__*/ r({
1219
1220
  var BalSelectOption = /*@__PURE__*/ r({
1220
1221
  tagName: 'bal-select-option',
1221
1222
  elementClass: balSelectOption_js.BalSelectOption,
1222
- // @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.
1223
1224
  react: React,
1224
1225
  events: {},
1225
1226
  defineCustomElement: balSelectOption_js.defineCustomElement
@@ -1227,7 +1228,7 @@ var BalSelectOption = /*@__PURE__*/ r({
1227
1228
  var BalShape = /*@__PURE__*/ r({
1228
1229
  tagName: 'bal-shape',
1229
1230
  elementClass: balShape_js.BalShape,
1230
- // @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.
1231
1232
  react: React,
1232
1233
  events: {},
1233
1234
  defineCustomElement: balShape_js.defineCustomElement
@@ -1235,7 +1236,7 @@ var BalShape = /*@__PURE__*/ r({
1235
1236
  var BalSheet = /*@__PURE__*/ r({
1236
1237
  tagName: 'bal-sheet',
1237
1238
  elementClass: balSheet_js.BalSheet,
1238
- // @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.
1239
1240
  react: React,
1240
1241
  events: {},
1241
1242
  defineCustomElement: balSheet_js.defineCustomElement
@@ -1243,7 +1244,7 @@ var BalSheet = /*@__PURE__*/ r({
1243
1244
  var BalSnackbar = /*@__PURE__*/ r({
1244
1245
  tagName: 'bal-snackbar',
1245
1246
  elementClass: balSnackbar_js.BalSnackbar,
1246
- // @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.
1247
1248
  react: React,
1248
1249
  events: {
1249
1250
  onBalClose: 'balClose',
@@ -1254,7 +1255,7 @@ var BalSnackbar = /*@__PURE__*/ r({
1254
1255
  var BalSpinner = /*@__PURE__*/ r({
1255
1256
  tagName: 'bal-spinner',
1256
1257
  elementClass: balSpinner_js.BalSpinner,
1257
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1258
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1258
1259
  react: React,
1259
1260
  events: {},
1260
1261
  defineCustomElement: balSpinner_js.defineCustomElement
@@ -1262,7 +1263,7 @@ var BalSpinner = /*@__PURE__*/ r({
1262
1263
  var BalStack = /*@__PURE__*/ r({
1263
1264
  tagName: 'bal-stack',
1264
1265
  elementClass: balStack_js.BalStack,
1265
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1266
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1266
1267
  react: React,
1267
1268
  events: {},
1268
1269
  defineCustomElement: balStack_js.defineCustomElement
@@ -1270,7 +1271,7 @@ var BalStack = /*@__PURE__*/ r({
1270
1271
  var BalStage = /*@__PURE__*/ r({
1271
1272
  tagName: 'bal-stage',
1272
1273
  elementClass: balStage_js.BalStage,
1273
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1274
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1274
1275
  react: React,
1275
1276
  events: {},
1276
1277
  defineCustomElement: balStage_js.defineCustomElement
@@ -1278,7 +1279,7 @@ var BalStage = /*@__PURE__*/ r({
1278
1279
  var BalStageBackLink = /*@__PURE__*/ r({
1279
1280
  tagName: 'bal-stage-back-link',
1280
1281
  elementClass: balStageBackLink_js.BalStageBackLink,
1281
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1282
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1282
1283
  react: React,
1283
1284
  events: {},
1284
1285
  defineCustomElement: balStageBackLink_js.defineCustomElement
@@ -1286,7 +1287,7 @@ var BalStageBackLink = /*@__PURE__*/ r({
1286
1287
  var BalStageBody = /*@__PURE__*/ r({
1287
1288
  tagName: 'bal-stage-body',
1288
1289
  elementClass: balStageBody_js.BalStageBody,
1289
- // @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.
1290
1291
  react: React,
1291
1292
  events: {},
1292
1293
  defineCustomElement: balStageBody_js.defineCustomElement
@@ -1294,7 +1295,7 @@ var BalStageBody = /*@__PURE__*/ r({
1294
1295
  var BalStageFoot = /*@__PURE__*/ r({
1295
1296
  tagName: 'bal-stage-foot',
1296
1297
  elementClass: balStageFoot_js.BalStageFoot,
1297
- // @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.
1298
1299
  react: React,
1299
1300
  events: {},
1300
1301
  defineCustomElement: balStageFoot_js.defineCustomElement
@@ -1302,7 +1303,7 @@ var BalStageFoot = /*@__PURE__*/ r({
1302
1303
  var BalStageHead = /*@__PURE__*/ r({
1303
1304
  tagName: 'bal-stage-head',
1304
1305
  elementClass: balStageHead_js.BalStageHead,
1305
- // @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.
1306
1307
  react: React,
1307
1308
  events: {},
1308
1309
  defineCustomElement: balStageHead_js.defineCustomElement
@@ -1310,7 +1311,7 @@ var BalStageHead = /*@__PURE__*/ r({
1310
1311
  var BalStageImage = /*@__PURE__*/ r({
1311
1312
  tagName: 'bal-stage-image',
1312
1313
  elementClass: balStageImage_js.BalStageImage,
1313
- // @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.
1314
1315
  react: React,
1315
1316
  events: {},
1316
1317
  defineCustomElement: balStageImage_js.defineCustomElement
@@ -1318,7 +1319,7 @@ var BalStageImage = /*@__PURE__*/ r({
1318
1319
  var BalStepItem = /*@__PURE__*/ r({
1319
1320
  tagName: 'bal-step-item',
1320
1321
  elementClass: balStepItem_js.BalStepItem,
1321
- // @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.
1322
1323
  react: React,
1323
1324
  events: {
1324
1325
  onBalNavigate: 'balNavigate'
@@ -1328,7 +1329,7 @@ var BalStepItem = /*@__PURE__*/ r({
1328
1329
  var BalSteps = /*@__PURE__*/ r({
1329
1330
  tagName: 'bal-steps',
1330
1331
  elementClass: balSteps_js.BalSteps,
1331
- // @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.
1332
1333
  react: React,
1333
1334
  events: {
1334
1335
  onBalChange: 'balChange'
@@ -1338,7 +1339,7 @@ var BalSteps = /*@__PURE__*/ r({
1338
1339
  var BalSwitch = /*@__PURE__*/ r({
1339
1340
  tagName: 'bal-switch',
1340
1341
  elementClass: balSwitch_js.BalSwitch,
1341
- // @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.
1342
1343
  react: React,
1343
1344
  events: {},
1344
1345
  defineCustomElement: balSwitch_js.defineCustomElement
@@ -1346,7 +1347,7 @@ var BalSwitch = /*@__PURE__*/ r({
1346
1347
  var BalTabItem = /*@__PURE__*/ r({
1347
1348
  tagName: 'bal-tab-item',
1348
1349
  elementClass: balTabItem_js.BalTabItem,
1349
- // @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.
1350
1351
  react: React,
1351
1352
  events: {
1352
1353
  onBalNavigate: 'balNavigate'
@@ -1356,7 +1357,7 @@ var BalTabItem = /*@__PURE__*/ r({
1356
1357
  var BalTable = /*@__PURE__*/ r({
1357
1358
  tagName: 'bal-table',
1358
1359
  elementClass: balTable_js.BalTable,
1359
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1360
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1360
1361
  react: React,
1361
1362
  events: {},
1362
1363
  defineCustomElement: balTable_js.defineCustomElement
@@ -1364,7 +1365,7 @@ var BalTable = /*@__PURE__*/ r({
1364
1365
  var BalTabs = /*@__PURE__*/ r({
1365
1366
  tagName: 'bal-tabs',
1366
1367
  elementClass: balTabs_js.BalTabs,
1367
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1368
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1368
1369
  react: React,
1369
1370
  events: {
1370
1371
  onBalChange: 'balChange',
@@ -1376,7 +1377,7 @@ var BalTabs = /*@__PURE__*/ r({
1376
1377
  var BalTag = /*@__PURE__*/ r({
1377
1378
  tagName: 'bal-tag',
1378
1379
  elementClass: balTag_js.BalTag,
1379
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1380
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1380
1381
  react: React,
1381
1382
  events: {
1382
1383
  onBalCloseClick: 'balCloseClick'
@@ -1386,7 +1387,7 @@ var BalTag = /*@__PURE__*/ r({
1386
1387
  var BalTagGroup = /*@__PURE__*/ r({
1387
1388
  tagName: 'bal-tag-group',
1388
1389
  elementClass: balTagGroup_js.BalTagGroup,
1389
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1390
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1390
1391
  react: React,
1391
1392
  events: {},
1392
1393
  defineCustomElement: balTagGroup_js.defineCustomElement
@@ -1394,7 +1395,7 @@ var BalTagGroup = /*@__PURE__*/ r({
1394
1395
  var BalText = /*@__PURE__*/ r({
1395
1396
  tagName: 'bal-text',
1396
1397
  elementClass: balText_js.BalText,
1397
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1398
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1398
1399
  react: React,
1399
1400
  events: {},
1400
1401
  defineCustomElement: balText_js.defineCustomElement
@@ -1402,7 +1403,7 @@ var BalText = /*@__PURE__*/ r({
1402
1403
  var BalTextarea = /*@__PURE__*/ r({
1403
1404
  tagName: 'bal-textarea',
1404
1405
  elementClass: balTextarea_js.BalTextarea,
1405
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1406
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1406
1407
  react: React,
1407
1408
  events: {
1408
1409
  onBalChange: 'balChange',
@@ -1416,7 +1417,7 @@ var BalTextarea = /*@__PURE__*/ r({
1416
1417
  var BalTimeInput = /*@__PURE__*/ r({
1417
1418
  tagName: 'bal-time-input',
1418
1419
  elementClass: balTimeInput_js.BalTimeInput,
1419
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1420
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1420
1421
  react: React,
1421
1422
  events: {
1422
1423
  onBalInput: 'balInput',
@@ -1431,7 +1432,7 @@ var BalTimeInput = /*@__PURE__*/ r({
1431
1432
  var BalToast = /*@__PURE__*/ r({
1432
1433
  tagName: 'bal-toast',
1433
1434
  elementClass: balToast_js.BalToast,
1434
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1435
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1435
1436
  react: React,
1436
1437
  events: {
1437
1438
  onBalClose: 'balClose'
@@ -1441,7 +1442,7 @@ var BalToast = /*@__PURE__*/ r({
1441
1442
  var BalTooltip = /*@__PURE__*/ r({
1442
1443
  tagName: 'bal-tooltip',
1443
1444
  elementClass: balTooltip_js.BalTooltip,
1444
- // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
1445
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1445
1446
  react: React,
1446
1447
  events: {
1447
1448
  onBalWillAnimate: 'balWillAnimate',