@viasat/beam-web-components 2.39.0 → 2.39.2

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.
@@ -294,68 +294,32 @@
294
294
  },
295
295
  {
296
296
  "kind": "javascript-module",
297
- "path": "libs/web-components/src/lib/Alert/Alert.ts",
297
+ "path": "libs/web-components/src/lib/Badge/Badge.ts",
298
298
  "declarations": [
299
299
  {
300
300
  "kind": "class",
301
- "description": "`bm-alert`\n\n### Attributes:\n- **heading** - Specify the heading text for Alert\n- **body** - Specify the body text for Alert\n- **size** - Specify the size of the Alert\n- **fullWidth** - Specify if the Alert has no border radius\n- **theme** - Specify the theme of the Alert. By default it inherits the theme from the parent\n- **appearance** - Specify the appearance of the Alert\n- **hidden** - Specify if the Alert is hidden\n- **hideIcon** - Specify if the icon displays on the Alert\n- **dismissible** - Specify if the Alert can be dismissed\n- **disableAutoFocus** - Prevent autofocus on show\n- **disableCloseOnEscape** - Prevent Escape from closing",
302
- "name": "BmAlert",
301
+ "description": "`bm-badge`\n\n### Attributes:\n- **appearance** - Specify the appearance of the Badge\n- **theme** - Theme of the Badge\n- **size** - Specify the size of the Badge\n- **emphasis** - Specify the emphasis of the Badge\n- **hideIcon** - Hides Badge icon",
302
+ "name": "BmBadge",
303
303
  "slots": [
304
304
  {
305
- "description": "Specify a different icon for the Alert",
306
- "name": "icon"
307
- },
308
- {
309
- "description": "Specify the heading text for Alert or pass the `heading` attribute to set the heading",
310
- "name": "heading"
311
- },
312
- {
313
- "description": "Specify the body text for Alert or pass the `body` attribute to set the body",
314
- "name": "body"
305
+ "description": "Provide text for the Badge",
306
+ "name": "default"
315
307
  },
316
308
  {
317
- "description": "Specify if actions display on the Alert",
318
- "name": "actions"
309
+ "description": "Specify a different icon for the Badge",
310
+ "name": "icon"
319
311
  }
320
312
  ],
321
313
  "members": [
322
314
  {
323
315
  "kind": "field",
324
- "name": "heading",
325
- "type": {
326
- "text": "string | undefined"
327
- },
328
- "description": "Specify the heading text for Alert",
329
- "attribute": "heading"
330
- },
331
- {
332
- "kind": "field",
333
- "name": "body",
334
- "type": {
335
- "text": "string | undefined"
336
- },
337
- "description": "Specify the body text for Alert",
338
- "attribute": "body"
339
- },
340
- {
341
- "kind": "field",
342
- "name": "size",
343
- "type": {
344
- "text": "'sm' | 'md'"
345
- },
346
- "default": "'sm'",
347
- "description": "Specify the size of the Alert",
348
- "attribute": "size"
349
- },
350
- {
351
- "kind": "field",
352
- "name": "fullWidth",
316
+ "name": "appearance",
353
317
  "type": {
354
- "text": "boolean"
318
+ "text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
355
319
  },
356
- "default": "false",
357
- "description": "Specify if the Alert has no border radius",
358
- "attribute": "fullWidth"
320
+ "default": "'infoPrimary'",
321
+ "description": "Specify the appearance of the Badge",
322
+ "attribute": "appearance"
359
323
  },
360
324
  {
361
325
  "kind": "field",
@@ -363,204 +327,114 @@
363
327
  "type": {
364
328
  "text": "'light' | 'dark' | undefined"
365
329
  },
366
- "description": "Specify the theme of the Alert. By default it inherits the theme from the parent",
330
+ "description": "Theme of the Badge",
367
331
  "attribute": "theme"
368
332
  },
369
333
  {
370
334
  "kind": "field",
371
- "name": "appearance",
335
+ "name": "size",
372
336
  "type": {
373
- "text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
337
+ "text": "'sm' | 'md' | undefined"
374
338
  },
375
- "default": "'infoPrimary'",
376
- "description": "Specify the appearance of the Alert",
377
- "attribute": "appearance"
339
+ "default": "'sm'",
340
+ "description": "Specify the size of the Badge",
341
+ "attribute": "size"
378
342
  },
379
343
  {
380
344
  "kind": "field",
381
- "name": "hidden",
345
+ "name": "emphasis",
382
346
  "type": {
383
- "text": "boolean"
347
+ "text": "'strong' | 'medium' | 'subtle'"
384
348
  },
385
- "default": "false",
386
- "description": "Specify if the Alert is hidden",
387
- "attribute": "hidden"
349
+ "default": "'strong'",
350
+ "description": "Specify the emphasis of the Badge",
351
+ "attribute": "emphasis"
388
352
  },
389
353
  {
390
354
  "kind": "field",
391
355
  "name": "hideIcon",
392
356
  "type": {
393
- "text": "boolean"
357
+ "text": "boolean | undefined"
394
358
  },
395
- "default": "false",
396
- "description": "Specify if the icon displays on the Alert",
359
+ "description": "Hides Badge icon",
397
360
  "attribute": "hideIcon"
398
- },
399
- {
400
- "kind": "field",
401
- "name": "dismissible",
402
- "type": {
403
- "text": "boolean"
404
- },
405
- "default": "false",
406
- "description": "Specify if the Alert can be dismissed",
407
- "attribute": "dismissible"
408
- },
409
- {
410
- "kind": "field",
411
- "name": "disableAutoFocus",
412
- "type": {
413
- "text": "boolean"
414
- },
415
- "default": "false",
416
- "description": "Prevent autofocus on show",
417
- "attribute": "disableAutoFocus"
418
- },
419
- {
420
- "kind": "field",
421
- "name": "disableCloseOnEscape",
422
- "type": {
423
- "text": "boolean"
424
- },
425
- "default": "false",
426
- "description": "Prevent Escape from closing",
427
- "attribute": "disableCloseOnEscape"
428
- }
429
- ],
430
- "events": [
431
- {
432
- "description": "Dispatched when the Alert has been dismissed",
433
- "name": "bm-dismiss"
434
361
  }
435
362
  ],
436
363
  "attributes": [
437
364
  {
438
- "name": "heading",
439
- "type": {
440
- "text": "string | undefined"
441
- },
442
- "description": "Specify the heading text for Alert",
443
- "fieldName": "heading"
444
- },
445
- {
446
- "name": "body",
447
- "type": {
448
- "text": "string | undefined"
449
- },
450
- "description": "Specify the body text for Alert",
451
- "fieldName": "body"
452
- },
453
- {
454
- "name": "size",
455
- "type": {
456
- "text": "'sm' | 'md'"
457
- },
458
- "default": "'sm'",
459
- "description": "Specify the size of the Alert",
460
- "fieldName": "size"
461
- },
462
- {
463
- "name": "fullWidth",
365
+ "name": "appearance",
464
366
  "type": {
465
- "text": "boolean"
367
+ "text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
466
368
  },
467
- "default": "false",
468
- "description": "Specify if the Alert has no border radius",
469
- "fieldName": "fullWidth"
369
+ "default": "'infoPrimary'",
370
+ "description": "Specify the appearance of the Badge",
371
+ "fieldName": "appearance"
470
372
  },
471
373
  {
472
374
  "name": "theme",
473
375
  "type": {
474
376
  "text": "'light' | 'dark' | undefined"
475
377
  },
476
- "description": "Specify the theme of the Alert. By default it inherits the theme from the parent",
378
+ "description": "Theme of the Badge",
477
379
  "fieldName": "theme"
478
380
  },
479
381
  {
480
- "name": "appearance",
382
+ "name": "size",
481
383
  "type": {
482
- "text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
384
+ "text": "'sm' | 'md' | undefined"
483
385
  },
484
- "default": "'infoPrimary'",
485
- "description": "Specify the appearance of the Alert",
486
- "fieldName": "appearance"
386
+ "default": "'sm'",
387
+ "description": "Specify the size of the Badge",
388
+ "fieldName": "size"
487
389
  },
488
390
  {
489
- "name": "hidden",
391
+ "name": "emphasis",
490
392
  "type": {
491
- "text": "boolean"
393
+ "text": "'strong' | 'medium' | 'subtle'"
492
394
  },
493
- "default": "false",
494
- "description": "Specify if the Alert is hidden",
495
- "fieldName": "hidden"
395
+ "default": "'strong'",
396
+ "description": "Specify the emphasis of the Badge",
397
+ "fieldName": "emphasis"
496
398
  },
497
399
  {
498
400
  "name": "hideIcon",
499
401
  "type": {
500
- "text": "boolean"
402
+ "text": "boolean | undefined"
501
403
  },
502
- "default": "false",
503
- "description": "Specify if the icon displays on the Alert",
404
+ "description": "Hides Badge icon",
504
405
  "fieldName": "hideIcon"
505
- },
506
- {
507
- "name": "dismissible",
508
- "type": {
509
- "text": "boolean"
510
- },
511
- "default": "false",
512
- "description": "Specify if the Alert can be dismissed",
513
- "fieldName": "dismissible"
514
- },
515
- {
516
- "name": "disableAutoFocus",
517
- "type": {
518
- "text": "boolean"
519
- },
520
- "default": "false",
521
- "description": "Prevent autofocus on show",
522
- "fieldName": "disableAutoFocus"
523
- },
524
- {
525
- "name": "disableCloseOnEscape",
526
- "type": {
527
- "text": "boolean"
528
- },
529
- "default": "false",
530
- "description": "Prevent Escape from closing",
531
- "fieldName": "disableCloseOnEscape"
532
406
  }
533
407
  ],
534
408
  "superclass": {
535
409
  "name": "LitElement",
536
410
  "package": "lit"
537
411
  },
538
- "tagName": "bm-alert",
412
+ "tagName": "bm-badge",
539
413
  "customElement": true
540
414
  }
541
415
  ],
542
416
  "exports": [
543
417
  {
544
418
  "kind": "js",
545
- "name": "BmAlert",
419
+ "name": "BmBadge",
546
420
  "declaration": {
547
- "name": "BmAlert",
548
- "module": "libs/web-components/src/lib/Alert/Alert.ts"
421
+ "name": "BmBadge",
422
+ "module": "libs/web-components/src/lib/Badge/Badge.ts"
549
423
  }
550
424
  },
551
425
  {
552
426
  "kind": "custom-element-definition",
553
- "name": "bm-alert",
427
+ "name": "bm-badge",
554
428
  "declaration": {
555
- "name": "BmAlert",
556
- "module": "libs/web-components/src/lib/Alert/Alert.ts"
429
+ "name": "BmBadge",
430
+ "module": "libs/web-components/src/lib/Badge/Badge.ts"
557
431
  }
558
432
  }
559
433
  ]
560
434
  },
561
435
  {
562
436
  "kind": "javascript-module",
563
- "path": "libs/web-components/src/lib/Alert/index.ts",
437
+ "path": "libs/web-components/src/lib/Badge/index.ts",
564
438
  "declarations": [],
565
439
  "exports": [
566
440
  {
@@ -568,30 +442,35 @@
568
442
  "name": "*",
569
443
  "declaration": {
570
444
  "name": "*",
571
- "package": "./Alert"
445
+ "package": "./Badge"
572
446
  }
573
447
  }
574
448
  ]
575
449
  },
576
450
  {
577
451
  "kind": "javascript-module",
578
- "path": "libs/web-components/src/lib/Badge/Badge.ts",
452
+ "path": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts",
579
453
  "declarations": [
580
454
  {
581
455
  "kind": "class",
582
- "description": "`bm-badge`\n\n### Attributes:\n- **appearance** - Specify the appearance of the Badge\n- **theme** - Theme of the Badge\n- **size** - Specify the size of the Badge\n- **emphasis** - Specify the emphasis of the Badge\n- **hideIcon** - Hides Badge icon",
583
- "name": "BmBadge",
456
+ "description": "`bm-badge-dot`\n\n### Attributes:\n- **theme** - Specify the theme of the BadgeDot. By default it inherits the theme from the parent\n- **appearance** - Specify the appearance of the BadgeDot\n- **emphasis** - Specify the emphasis of the BadgeDot\n- **overrideDotColor** - Overrides default dot color",
457
+ "name": "BmBadgeDot",
584
458
  "slots": [
585
459
  {
586
- "description": "Provide text for the Badge",
460
+ "description": "Provide text for the BadgeDot",
587
461
  "name": "default"
588
- },
589
- {
590
- "description": "Specify a different icon for the Badge",
591
- "name": "icon"
592
462
  }
593
463
  ],
594
464
  "members": [
465
+ {
466
+ "kind": "field",
467
+ "name": "theme",
468
+ "type": {
469
+ "text": "'light' | 'dark' | undefined"
470
+ },
471
+ "description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
472
+ "attribute": "theme"
473
+ },
595
474
  {
596
475
  "kind": "field",
597
476
  "name": "appearance",
@@ -599,172 +478,12 @@
599
478
  "text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
600
479
  },
601
480
  "default": "'infoPrimary'",
602
- "description": "Specify the appearance of the Badge",
481
+ "description": "Specify the appearance of the BadgeDot",
603
482
  "attribute": "appearance"
604
483
  },
605
484
  {
606
485
  "kind": "field",
607
- "name": "theme",
608
- "type": {
609
- "text": "'light' | 'dark' | undefined"
610
- },
611
- "description": "Theme of the Badge",
612
- "attribute": "theme"
613
- },
614
- {
615
- "kind": "field",
616
- "name": "size",
617
- "type": {
618
- "text": "'sm' | 'md' | undefined"
619
- },
620
- "default": "'sm'",
621
- "description": "Specify the size of the Badge",
622
- "attribute": "size"
623
- },
624
- {
625
- "kind": "field",
626
- "name": "emphasis",
627
- "type": {
628
- "text": "'strong' | 'medium' | 'subtle'"
629
- },
630
- "default": "'strong'",
631
- "description": "Specify the emphasis of the Badge",
632
- "attribute": "emphasis"
633
- },
634
- {
635
- "kind": "field",
636
- "name": "hideIcon",
637
- "type": {
638
- "text": "boolean | undefined"
639
- },
640
- "description": "Hides Badge icon",
641
- "attribute": "hideIcon"
642
- }
643
- ],
644
- "attributes": [
645
- {
646
- "name": "appearance",
647
- "type": {
648
- "text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
649
- },
650
- "default": "'infoPrimary'",
651
- "description": "Specify the appearance of the Badge",
652
- "fieldName": "appearance"
653
- },
654
- {
655
- "name": "theme",
656
- "type": {
657
- "text": "'light' | 'dark' | undefined"
658
- },
659
- "description": "Theme of the Badge",
660
- "fieldName": "theme"
661
- },
662
- {
663
- "name": "size",
664
- "type": {
665
- "text": "'sm' | 'md' | undefined"
666
- },
667
- "default": "'sm'",
668
- "description": "Specify the size of the Badge",
669
- "fieldName": "size"
670
- },
671
- {
672
- "name": "emphasis",
673
- "type": {
674
- "text": "'strong' | 'medium' | 'subtle'"
675
- },
676
- "default": "'strong'",
677
- "description": "Specify the emphasis of the Badge",
678
- "fieldName": "emphasis"
679
- },
680
- {
681
- "name": "hideIcon",
682
- "type": {
683
- "text": "boolean | undefined"
684
- },
685
- "description": "Hides Badge icon",
686
- "fieldName": "hideIcon"
687
- }
688
- ],
689
- "superclass": {
690
- "name": "LitElement",
691
- "package": "lit"
692
- },
693
- "tagName": "bm-badge",
694
- "customElement": true
695
- }
696
- ],
697
- "exports": [
698
- {
699
- "kind": "js",
700
- "name": "BmBadge",
701
- "declaration": {
702
- "name": "BmBadge",
703
- "module": "libs/web-components/src/lib/Badge/Badge.ts"
704
- }
705
- },
706
- {
707
- "kind": "custom-element-definition",
708
- "name": "bm-badge",
709
- "declaration": {
710
- "name": "BmBadge",
711
- "module": "libs/web-components/src/lib/Badge/Badge.ts"
712
- }
713
- }
714
- ]
715
- },
716
- {
717
- "kind": "javascript-module",
718
- "path": "libs/web-components/src/lib/Badge/index.ts",
719
- "declarations": [],
720
- "exports": [
721
- {
722
- "kind": "js",
723
- "name": "*",
724
- "declaration": {
725
- "name": "*",
726
- "package": "./Badge"
727
- }
728
- }
729
- ]
730
- },
731
- {
732
- "kind": "javascript-module",
733
- "path": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts",
734
- "declarations": [
735
- {
736
- "kind": "class",
737
- "description": "`bm-badge-dot`\n\n### Attributes:\n- **theme** - Specify the theme of the BadgeDot. By default it inherits the theme from the parent\n- **appearance** - Specify the appearance of the BadgeDot\n- **emphasis** - Specify the emphasis of the BadgeDot\n- **overrideDotColor** - Overrides default dot color",
738
- "name": "BmBadgeDot",
739
- "slots": [
740
- {
741
- "description": "Provide text for the BadgeDot",
742
- "name": "default"
743
- }
744
- ],
745
- "members": [
746
- {
747
- "kind": "field",
748
- "name": "theme",
749
- "type": {
750
- "text": "'light' | 'dark' | undefined"
751
- },
752
- "description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
753
- "attribute": "theme"
754
- },
755
- {
756
- "kind": "field",
757
- "name": "appearance",
758
- "type": {
759
- "text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
760
- },
761
- "default": "'infoPrimary'",
762
- "description": "Specify the appearance of the BadgeDot",
763
- "attribute": "appearance"
764
- },
765
- {
766
- "kind": "field",
767
- "name": "emphasis",
486
+ "name": "emphasis",
768
487
  "type": {
769
488
  "text": "'strong' | 'subtle'"
770
489
  },
@@ -1262,68 +981,68 @@
1262
981
  },
1263
982
  {
1264
983
  "kind": "javascript-module",
1265
- "path": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.context.ts",
1266
- "declarations": [
1267
- {
1268
- "kind": "variable",
1269
- "name": "BreadcrumbGroupCtx"
1270
- }
1271
- ],
1272
- "exports": [
1273
- {
1274
- "kind": "js",
1275
- "name": "BreadcrumbGroupCtx",
1276
- "declaration": {
1277
- "name": "BreadcrumbGroupCtx",
1278
- "module": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.context.ts"
1279
- }
1280
- }
1281
- ]
1282
- },
1283
- {
1284
- "kind": "javascript-module",
1285
- "path": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.ts",
984
+ "path": "libs/web-components/src/lib/Alert/Alert.ts",
1286
985
  "declarations": [
1287
986
  {
1288
987
  "kind": "class",
1289
- "description": "`bm-breadcrumb`\n\n### Attributes:\n- **wrap** - Specify if items wrap or collapse to an ellipsis\n- **itemsBeforeCollapse** - Specify how many items show before ellipsis\n- **itemsAfterCollapse** - Specify how many items show after ellipsis\n- **theme** - Specify the theme of the Breadcrumbs. By default, it inherits the theme from the parent",
1290
- "name": "BmBreadcrumbs",
988
+ "description": "`bm-alert`\n\n### Attributes:\n- **heading** - Specify the heading text for Alert\n- **body** - Specify the body text for Alert\n- **size** - Specify the size of the Alert\n- **fullWidth** - Specify if the Alert has no border radius\n- **theme** - Specify the theme of the Alert. By default it inherits the theme from the parent\n- **appearance** - Specify the appearance of the Alert\n- **hidden** - Specify if the Alert is hidden\n- **hideIcon** - Specify if the icon displays on the Alert\n- **dismissible** - Specify if the Alert can be dismissed\n- **disableAutoFocus** - Prevent autofocus on show\n- **disableCloseOnEscape** - Prevent Escape from closing",
989
+ "name": "BmAlert",
1291
990
  "slots": [
1292
991
  {
1293
- "description": "Pass items to the Breadcrumb",
1294
- "name": "default"
992
+ "description": "Specify a different icon for the Alert",
993
+ "name": "icon"
994
+ },
995
+ {
996
+ "description": "Specify the heading text for Alert or pass the `heading` attribute to set the heading",
997
+ "name": "heading"
998
+ },
999
+ {
1000
+ "description": "Specify the body text for Alert or pass the `body` attribute to set the body",
1001
+ "name": "body"
1002
+ },
1003
+ {
1004
+ "description": "Specify if actions display on the Alert",
1005
+ "name": "actions"
1295
1006
  }
1296
1007
  ],
1297
1008
  "members": [
1298
1009
  {
1299
1010
  "kind": "field",
1300
- "name": "wrap",
1011
+ "name": "heading",
1301
1012
  "type": {
1302
- "text": "boolean"
1013
+ "text": "string | undefined"
1303
1014
  },
1304
- "default": "true",
1305
- "description": "Specify if items wrap or collapse to an ellipsis",
1306
- "attribute": "wrap"
1015
+ "description": "Specify the heading text for Alert",
1016
+ "attribute": "heading"
1307
1017
  },
1308
1018
  {
1309
1019
  "kind": "field",
1310
- "name": "itemsBeforeCollapse",
1020
+ "name": "body",
1311
1021
  "type": {
1312
- "text": "number"
1022
+ "text": "string | undefined"
1313
1023
  },
1314
- "default": "1",
1315
- "description": "Specify how many items show before ellipsis",
1316
- "attribute": "itemsBeforeCollapse"
1024
+ "description": "Specify the body text for Alert",
1025
+ "attribute": "body"
1317
1026
  },
1318
1027
  {
1319
1028
  "kind": "field",
1320
- "name": "itemsAfterCollapse",
1029
+ "name": "size",
1321
1030
  "type": {
1322
- "text": "number"
1031
+ "text": "'sm' | 'md'"
1323
1032
  },
1324
- "default": "1",
1325
- "description": "Specify how many items show after ellipsis",
1326
- "attribute": "itemsAfterCollapse"
1033
+ "default": "'sm'",
1034
+ "description": "Specify the size of the Alert",
1035
+ "attribute": "size"
1036
+ },
1037
+ {
1038
+ "kind": "field",
1039
+ "name": "fullWidth",
1040
+ "type": {
1041
+ "text": "boolean"
1042
+ },
1043
+ "default": "false",
1044
+ "description": "Specify if the Alert has no border radius",
1045
+ "attribute": "fullWidth"
1327
1046
  },
1328
1047
  {
1329
1048
  "kind": "field",
@@ -1331,217 +1050,204 @@
1331
1050
  "type": {
1332
1051
  "text": "'light' | 'dark' | undefined"
1333
1052
  },
1334
- "description": "Specify the theme of the Breadcrumbs. By default, it inherits the theme from the parent",
1053
+ "description": "Specify the theme of the Alert. By default it inherits the theme from the parent",
1335
1054
  "attribute": "theme"
1336
- }
1337
- ],
1338
- "attributes": [
1055
+ },
1339
1056
  {
1340
- "name": "wrap",
1057
+ "kind": "field",
1058
+ "name": "appearance",
1341
1059
  "type": {
1342
- "text": "boolean"
1060
+ "text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
1343
1061
  },
1344
- "default": "true",
1345
- "description": "Specify if items wrap or collapse to an ellipsis",
1346
- "fieldName": "wrap"
1062
+ "default": "'infoPrimary'",
1063
+ "description": "Specify the appearance of the Alert",
1064
+ "attribute": "appearance"
1347
1065
  },
1348
1066
  {
1349
- "name": "itemsBeforeCollapse",
1067
+ "kind": "field",
1068
+ "name": "hidden",
1350
1069
  "type": {
1351
- "text": "number"
1070
+ "text": "boolean"
1352
1071
  },
1353
- "default": "1",
1354
- "description": "Specify how many items show before ellipsis",
1355
- "fieldName": "itemsBeforeCollapse"
1072
+ "default": "false",
1073
+ "description": "Specify if the Alert is hidden",
1074
+ "attribute": "hidden"
1356
1075
  },
1357
1076
  {
1358
- "name": "itemsAfterCollapse",
1077
+ "kind": "field",
1078
+ "name": "hideIcon",
1359
1079
  "type": {
1360
- "text": "number"
1080
+ "text": "boolean"
1361
1081
  },
1362
- "default": "1",
1363
- "description": "Specify how many items show after ellipsis",
1364
- "fieldName": "itemsAfterCollapse"
1082
+ "default": "false",
1083
+ "description": "Specify if the icon displays on the Alert",
1084
+ "attribute": "hideIcon"
1365
1085
  },
1366
1086
  {
1367
- "name": "theme",
1087
+ "kind": "field",
1088
+ "name": "dismissible",
1368
1089
  "type": {
1369
- "text": "'light' | 'dark' | undefined"
1090
+ "text": "boolean"
1370
1091
  },
1371
- "description": "Specify the theme of the Breadcrumbs. By default, it inherits the theme from the parent",
1372
- "fieldName": "theme"
1373
- }
1374
- ],
1375
- "superclass": {
1376
- "name": "LitElement",
1377
- "package": "lit"
1378
- },
1379
- "tagName": "bm-breadcrumb",
1380
- "customElement": true
1381
- }
1382
- ],
1383
- "exports": [
1384
- {
1385
- "kind": "js",
1386
- "name": "BmBreadcrumbs",
1387
- "declaration": {
1388
- "name": "BmBreadcrumbs",
1389
- "module": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.ts"
1390
- }
1391
- },
1392
- {
1393
- "kind": "custom-element-definition",
1394
- "name": "bm-breadcrumb",
1395
- "declaration": {
1396
- "name": "BmBreadcrumbs",
1397
- "module": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.ts"
1398
- }
1399
- }
1400
- ]
1401
- },
1402
- {
1403
- "kind": "javascript-module",
1404
- "path": "libs/web-components/src/lib/Breadcrumbs/BreadcrumbsItem.ts",
1405
- "declarations": [
1406
- {
1407
- "kind": "class",
1408
- "description": "`bm-breadcrumb-item`\n\n### Attributes:\n- **href** - Pass href to an item\n- **clickable** - Specify if the item is interactive without an href\n- **truncationWidth** - Specify truncation width of the items. Sets max-width for all items but the last.\n- **isCurrent** - Specify explicitly if the item is the last one\n- **isCollapsed** ",
1409
- "name": "BmBreadcrumbsItem",
1410
- "slots": [
1411
- {
1412
- "description": "Pass text to an item",
1413
- "name": "default"
1092
+ "default": "false",
1093
+ "description": "Specify if the Alert can be dismissed",
1094
+ "attribute": "dismissible"
1414
1095
  },
1415
- {
1416
- "description": "Pass icon to an item",
1417
- "name": "icon"
1418
- }
1419
- ],
1420
- "members": [
1421
1096
  {
1422
1097
  "kind": "field",
1423
- "name": "href",
1098
+ "name": "disableAutoFocus",
1424
1099
  "type": {
1425
- "text": "string | undefined"
1100
+ "text": "boolean"
1426
1101
  },
1427
- "description": "Pass href to an item",
1428
- "attribute": "href"
1102
+ "default": "false",
1103
+ "description": "Prevent autofocus on show",
1104
+ "attribute": "disableAutoFocus"
1429
1105
  },
1430
1106
  {
1431
1107
  "kind": "field",
1432
- "name": "clickable",
1108
+ "name": "disableCloseOnEscape",
1433
1109
  "type": {
1434
1110
  "text": "boolean"
1435
1111
  },
1436
1112
  "default": "false",
1437
- "description": "Specify if the item is interactive without an href",
1438
- "attribute": "clickable"
1113
+ "description": "Prevent Escape from closing",
1114
+ "attribute": "disableCloseOnEscape"
1115
+ }
1116
+ ],
1117
+ "events": [
1118
+ {
1119
+ "description": "Dispatched when the Alert has been dismissed",
1120
+ "name": "bm-dismiss"
1121
+ }
1122
+ ],
1123
+ "attributes": [
1124
+ {
1125
+ "name": "heading",
1126
+ "type": {
1127
+ "text": "string | undefined"
1128
+ },
1129
+ "description": "Specify the heading text for Alert",
1130
+ "fieldName": "heading"
1439
1131
  },
1440
1132
  {
1441
- "kind": "field",
1442
- "name": "truncationWidth",
1133
+ "name": "body",
1443
1134
  "type": {
1444
1135
  "text": "string | undefined"
1445
1136
  },
1446
- "description": "Specify truncation width of the items. Sets max-width for all items but the last.",
1447
- "attribute": "truncationWidth"
1137
+ "description": "Specify the body text for Alert",
1138
+ "fieldName": "body"
1448
1139
  },
1449
1140
  {
1450
- "kind": "field",
1451
- "name": "isCurrent",
1141
+ "name": "size",
1452
1142
  "type": {
1453
- "text": "boolean"
1143
+ "text": "'sm' | 'md'"
1454
1144
  },
1455
- "default": "false",
1456
- "description": "Specify explicitly if the item is the last one",
1457
- "attribute": "isCurrent",
1458
- "reflects": true
1145
+ "default": "'sm'",
1146
+ "description": "Specify the size of the Alert",
1147
+ "fieldName": "size"
1459
1148
  },
1460
1149
  {
1461
- "kind": "field",
1462
- "name": "isCollapsed",
1150
+ "name": "fullWidth",
1463
1151
  "type": {
1464
1152
  "text": "boolean"
1465
1153
  },
1466
1154
  "default": "false",
1467
- "attribute": "isCollapsed",
1468
- "reflects": true
1469
- }
1470
- ],
1471
- "attributes": [
1155
+ "description": "Specify if the Alert has no border radius",
1156
+ "fieldName": "fullWidth"
1157
+ },
1472
1158
  {
1473
- "name": "href",
1159
+ "name": "theme",
1474
1160
  "type": {
1475
- "text": "string | undefined"
1161
+ "text": "'light' | 'dark' | undefined"
1476
1162
  },
1477
- "description": "Pass href to an item",
1478
- "fieldName": "href"
1163
+ "description": "Specify the theme of the Alert. By default it inherits the theme from the parent",
1164
+ "fieldName": "theme"
1479
1165
  },
1480
1166
  {
1481
- "name": "clickable",
1167
+ "name": "appearance",
1168
+ "type": {
1169
+ "text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
1170
+ },
1171
+ "default": "'infoPrimary'",
1172
+ "description": "Specify the appearance of the Alert",
1173
+ "fieldName": "appearance"
1174
+ },
1175
+ {
1176
+ "name": "hidden",
1482
1177
  "type": {
1483
1178
  "text": "boolean"
1484
1179
  },
1485
1180
  "default": "false",
1486
- "description": "Specify if the item is interactive without an href",
1487
- "fieldName": "clickable"
1181
+ "description": "Specify if the Alert is hidden",
1182
+ "fieldName": "hidden"
1488
1183
  },
1489
1184
  {
1490
- "name": "truncationWidth",
1185
+ "name": "hideIcon",
1491
1186
  "type": {
1492
- "text": "string | undefined"
1187
+ "text": "boolean"
1493
1188
  },
1494
- "description": "Specify truncation width of the items. Sets max-width for all items but the last.",
1495
- "fieldName": "truncationWidth"
1189
+ "default": "false",
1190
+ "description": "Specify if the icon displays on the Alert",
1191
+ "fieldName": "hideIcon"
1496
1192
  },
1497
1193
  {
1498
- "name": "isCurrent",
1194
+ "name": "dismissible",
1499
1195
  "type": {
1500
1196
  "text": "boolean"
1501
1197
  },
1502
1198
  "default": "false",
1503
- "description": "Specify explicitly if the item is the last one",
1504
- "fieldName": "isCurrent"
1199
+ "description": "Specify if the Alert can be dismissed",
1200
+ "fieldName": "dismissible"
1505
1201
  },
1506
1202
  {
1507
- "name": "isCollapsed",
1203
+ "name": "disableAutoFocus",
1508
1204
  "type": {
1509
1205
  "text": "boolean"
1510
1206
  },
1511
1207
  "default": "false",
1512
- "fieldName": "isCollapsed"
1208
+ "description": "Prevent autofocus on show",
1209
+ "fieldName": "disableAutoFocus"
1210
+ },
1211
+ {
1212
+ "name": "disableCloseOnEscape",
1213
+ "type": {
1214
+ "text": "boolean"
1215
+ },
1216
+ "default": "false",
1217
+ "description": "Prevent Escape from closing",
1218
+ "fieldName": "disableCloseOnEscape"
1513
1219
  }
1514
1220
  ],
1515
1221
  "superclass": {
1516
1222
  "name": "LitElement",
1517
1223
  "package": "lit"
1518
1224
  },
1519
- "tagName": "bm-breadcrumb-item",
1225
+ "tagName": "bm-alert",
1520
1226
  "customElement": true
1521
1227
  }
1522
1228
  ],
1523
1229
  "exports": [
1524
1230
  {
1525
1231
  "kind": "js",
1526
- "name": "BmBreadcrumbsItem",
1232
+ "name": "BmAlert",
1527
1233
  "declaration": {
1528
- "name": "BmBreadcrumbsItem",
1529
- "module": "libs/web-components/src/lib/Breadcrumbs/BreadcrumbsItem.ts"
1234
+ "name": "BmAlert",
1235
+ "module": "libs/web-components/src/lib/Alert/Alert.ts"
1530
1236
  }
1531
1237
  },
1532
1238
  {
1533
1239
  "kind": "custom-element-definition",
1534
- "name": "bm-breadcrumb-item",
1240
+ "name": "bm-alert",
1535
1241
  "declaration": {
1536
- "name": "BmBreadcrumbsItem",
1537
- "module": "libs/web-components/src/lib/Breadcrumbs/BreadcrumbsItem.ts"
1242
+ "name": "BmAlert",
1243
+ "module": "libs/web-components/src/lib/Alert/Alert.ts"
1538
1244
  }
1539
1245
  }
1540
1246
  ]
1541
1247
  },
1542
1248
  {
1543
1249
  "kind": "javascript-module",
1544
- "path": "libs/web-components/src/lib/Breadcrumbs/index.ts",
1250
+ "path": "libs/web-components/src/lib/Alert/index.ts",
1545
1251
  "declarations": [],
1546
1252
  "exports": [
1547
1253
  {
@@ -1549,320 +1255,48 @@
1549
1255
  "name": "*",
1550
1256
  "declaration": {
1551
1257
  "name": "*",
1552
- "package": "./Breadcrumbs"
1553
- }
1554
- },
1555
- {
1556
- "kind": "js",
1557
- "name": "*",
1558
- "declaration": {
1559
- "name": "*",
1560
- "package": "./BreadcrumbsItem"
1258
+ "package": "./Alert"
1561
1259
  }
1562
1260
  }
1563
1261
  ]
1564
1262
  },
1565
1263
  {
1566
1264
  "kind": "javascript-module",
1567
- "path": "libs/web-components/src/lib/Button/Button.ts",
1265
+ "path": "libs/web-components/src/lib/Avatar/Avatar.ts",
1568
1266
  "declarations": [
1569
1267
  {
1570
1268
  "kind": "class",
1571
- "description": "`bm-button`\n\n### Attributes:\n- **appearance** - Specify the appearance of a Button\n- **kind** - Specify the kind of Button\n- **size** - Specify the size of a Button\n- **disabled** - Specify if the Button is disabled\n- **fluid** - Specify if Button is fluid\n- **width** - Specify the width of a Button\n- **height** - Specify the height of a Button\n- **theme** - Specify the theme of the Button\n- **iconOnly** - Specify if the icon displays without text\n- **type** ",
1572
- "name": "BmButton",
1269
+ "description": "`bm-avatar`\n\n### Attributes:\n- **appearance** - Specify the appearance of the Avatar\n- **name** - Specify a name to display initials in the Avatar\n- **src** - Pass an image to the Avatar\n- **alt** - Specify alt for image\n- **size** - Specify the size of the Avatar\n- **disabled** - Specify if the Avatar is disabled\n- **shape** - Specify the shape of the Avatar\n- **isInteractive** - If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer\n- **isFocusable** - If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable\n- **withBorder** ",
1270
+ "name": "BmAvatar",
1573
1271
  "slots": [
1574
1272
  {
1575
- "description": "Provide content for the Button",
1576
- "name": "default"
1577
- },
1578
- {
1579
- "description": "Specify if the Button displays icon before the text",
1580
- "name": "iconBefore"
1581
- },
1582
- {
1583
- "description": "Specify if the Button displays icon after the text",
1584
- "name": "iconAfter"
1273
+ "description": "Customize the default icon",
1274
+ "name": "icon"
1585
1275
  }
1586
1276
  ],
1587
1277
  "members": [
1588
1278
  {
1589
1279
  "kind": "field",
1590
- "name": "formAssociated",
1280
+ "name": "appearance",
1591
1281
  "type": {
1592
- "text": "boolean"
1282
+ "text": "'accent' | 'neutral' | undefined"
1593
1283
  },
1594
- "static": true,
1595
- "default": "true"
1284
+ "default": "'neutral'",
1285
+ "description": "Specify the appearance of the Avatar",
1286
+ "attribute": "appearance"
1596
1287
  },
1597
1288
  {
1598
1289
  "kind": "field",
1599
- "name": "appearance",
1290
+ "name": "name",
1600
1291
  "type": {
1601
- "text": "'accent' | 'neutral' | 'neutral-subtle' | 'destructive'"
1292
+ "text": "string | undefined"
1602
1293
  },
1603
- "default": "'accent'",
1604
- "description": "Specify the appearance of a Button",
1605
- "attribute": "appearance"
1294
+ "description": "Specify a name to display initials in the Avatar",
1295
+ "attribute": "name"
1606
1296
  },
1607
1297
  {
1608
1298
  "kind": "field",
1609
- "name": "kind",
1610
- "type": {
1611
- "text": "'filled' | 'outline' | 'ghost' | 'bare'"
1612
- },
1613
- "default": "'filled'",
1614
- "description": "Specify the kind of Button",
1615
- "attribute": "kind"
1616
- },
1617
- {
1618
- "kind": "field",
1619
- "name": "size",
1620
- "type": {
1621
- "text": "'sm' | 'md' | 'lg'"
1622
- },
1623
- "default": "'md'",
1624
- "description": "Specify the size of a Button",
1625
- "attribute": "size"
1626
- },
1627
- {
1628
- "kind": "field",
1629
- "name": "disabled",
1630
- "type": {
1631
- "text": "boolean"
1632
- },
1633
- "default": "false",
1634
- "description": "Specify if the Button is disabled",
1635
- "attribute": "disabled"
1636
- },
1637
- {
1638
- "kind": "field",
1639
- "name": "fluid",
1640
- "type": {
1641
- "text": "boolean"
1642
- },
1643
- "default": "false",
1644
- "description": "Specify if Button is fluid",
1645
- "attribute": "fluid"
1646
- },
1647
- {
1648
- "kind": "field",
1649
- "name": "width",
1650
- "type": {
1651
- "text": "string | undefined"
1652
- },
1653
- "description": "Specify the width of a Button",
1654
- "attribute": "width"
1655
- },
1656
- {
1657
- "kind": "field",
1658
- "name": "height",
1659
- "type": {
1660
- "text": "string | undefined"
1661
- },
1662
- "description": "Specify the height of a Button",
1663
- "attribute": "height"
1664
- },
1665
- {
1666
- "kind": "field",
1667
- "name": "theme",
1668
- "type": {
1669
- "text": "'light' | 'dark' | undefined"
1670
- },
1671
- "description": "Specify the theme of the Button",
1672
- "attribute": "theme"
1673
- },
1674
- {
1675
- "kind": "field",
1676
- "name": "iconOnly",
1677
- "type": {
1678
- "text": "boolean | undefined"
1679
- },
1680
- "description": "Specify if the icon displays without text",
1681
- "attribute": "iconOnly"
1682
- },
1683
- {
1684
- "kind": "field",
1685
- "name": "type",
1686
- "type": {
1687
- "text": "string"
1688
- },
1689
- "default": "'button'",
1690
- "attribute": "type"
1691
- },
1692
- {
1693
- "kind": "field",
1694
- "name": "formContext",
1695
- "type": {
1696
- "text": "BmFormContext"
1697
- }
1698
- }
1699
- ],
1700
- "attributes": [
1701
- {
1702
- "name": "appearance",
1703
- "type": {
1704
- "text": "'accent' | 'neutral' | 'neutral-subtle' | 'destructive'"
1705
- },
1706
- "default": "'accent'",
1707
- "description": "Specify the appearance of a Button",
1708
- "fieldName": "appearance"
1709
- },
1710
- {
1711
- "name": "kind",
1712
- "type": {
1713
- "text": "'filled' | 'outline' | 'ghost' | 'bare'"
1714
- },
1715
- "default": "'filled'",
1716
- "description": "Specify the kind of Button",
1717
- "fieldName": "kind"
1718
- },
1719
- {
1720
- "name": "size",
1721
- "type": {
1722
- "text": "'sm' | 'md' | 'lg'"
1723
- },
1724
- "default": "'md'",
1725
- "description": "Specify the size of a Button",
1726
- "fieldName": "size"
1727
- },
1728
- {
1729
- "name": "disabled",
1730
- "type": {
1731
- "text": "boolean"
1732
- },
1733
- "default": "false",
1734
- "description": "Specify if the Button is disabled",
1735
- "fieldName": "disabled"
1736
- },
1737
- {
1738
- "name": "fluid",
1739
- "type": {
1740
- "text": "boolean"
1741
- },
1742
- "default": "false",
1743
- "description": "Specify if Button is fluid",
1744
- "fieldName": "fluid"
1745
- },
1746
- {
1747
- "name": "width",
1748
- "type": {
1749
- "text": "string | undefined"
1750
- },
1751
- "description": "Specify the width of a Button",
1752
- "fieldName": "width"
1753
- },
1754
- {
1755
- "name": "height",
1756
- "type": {
1757
- "text": "string | undefined"
1758
- },
1759
- "description": "Specify the height of a Button",
1760
- "fieldName": "height"
1761
- },
1762
- {
1763
- "name": "theme",
1764
- "type": {
1765
- "text": "'light' | 'dark' | undefined"
1766
- },
1767
- "description": "Specify the theme of the Button",
1768
- "fieldName": "theme"
1769
- },
1770
- {
1771
- "name": "iconOnly",
1772
- "type": {
1773
- "text": "boolean | undefined"
1774
- },
1775
- "description": "Specify if the icon displays without text",
1776
- "fieldName": "iconOnly"
1777
- },
1778
- {
1779
- "name": "type",
1780
- "type": {
1781
- "text": "string"
1782
- },
1783
- "default": "'button'",
1784
- "fieldName": "type"
1785
- }
1786
- ],
1787
- "superclass": {
1788
- "name": "LitElement",
1789
- "package": "lit"
1790
- },
1791
- "tagName": "bm-button",
1792
- "customElement": true
1793
- }
1794
- ],
1795
- "exports": [
1796
- {
1797
- "kind": "js",
1798
- "name": "BmButton",
1799
- "declaration": {
1800
- "name": "BmButton",
1801
- "module": "libs/web-components/src/lib/Button/Button.ts"
1802
- }
1803
- },
1804
- {
1805
- "kind": "custom-element-definition",
1806
- "name": "bm-button",
1807
- "declaration": {
1808
- "name": "BmButton",
1809
- "module": "libs/web-components/src/lib/Button/Button.ts"
1810
- }
1811
- }
1812
- ]
1813
- },
1814
- {
1815
- "kind": "javascript-module",
1816
- "path": "libs/web-components/src/lib/Button/index.ts",
1817
- "declarations": [],
1818
- "exports": [
1819
- {
1820
- "kind": "js",
1821
- "name": "*",
1822
- "declaration": {
1823
- "name": "*",
1824
- "package": "./Button"
1825
- }
1826
- }
1827
- ]
1828
- },
1829
- {
1830
- "kind": "javascript-module",
1831
- "path": "libs/web-components/src/lib/Avatar/Avatar.ts",
1832
- "declarations": [
1833
- {
1834
- "kind": "class",
1835
- "description": "`bm-avatar`\n\n### Attributes:\n- **appearance** - Specify the appearance of the Avatar\n- **name** - Specify a name to display initials in the Avatar\n- **src** - Pass an image to the Avatar\n- **alt** - Specify alt for image\n- **size** - Specify the size of the Avatar\n- **disabled** - Specify if the Avatar is disabled\n- **shape** - Specify the shape of the Avatar\n- **isInteractive** - If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer\n- **isFocusable** - If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable\n- **withBorder** ",
1836
- "name": "BmAvatar",
1837
- "slots": [
1838
- {
1839
- "description": "Customize the default icon",
1840
- "name": "icon"
1841
- }
1842
- ],
1843
- "members": [
1844
- {
1845
- "kind": "field",
1846
- "name": "appearance",
1847
- "type": {
1848
- "text": "'accent' | 'neutral' | undefined"
1849
- },
1850
- "default": "'neutral'",
1851
- "description": "Specify the appearance of the Avatar",
1852
- "attribute": "appearance"
1853
- },
1854
- {
1855
- "kind": "field",
1856
- "name": "name",
1857
- "type": {
1858
- "text": "string | undefined"
1859
- },
1860
- "description": "Specify a name to display initials in the Avatar",
1861
- "attribute": "name"
1862
- },
1863
- {
1864
- "kind": "field",
1865
- "name": "src",
1299
+ "name": "src",
1866
1300
  "type": {
1867
1301
  "text": "string | undefined"
1868
1302
  },
@@ -2220,21 +1654,366 @@
2220
1654
  },
2221
1655
  {
2222
1656
  "kind": "javascript-module",
2223
- "path": "libs/web-components/src/lib/CloseButton/CloseButton.ts",
1657
+ "path": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.context.ts",
1658
+ "declarations": [
1659
+ {
1660
+ "kind": "variable",
1661
+ "name": "BreadcrumbGroupCtx"
1662
+ }
1663
+ ],
1664
+ "exports": [
1665
+ {
1666
+ "kind": "js",
1667
+ "name": "BreadcrumbGroupCtx",
1668
+ "declaration": {
1669
+ "name": "BreadcrumbGroupCtx",
1670
+ "module": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.context.ts"
1671
+ }
1672
+ }
1673
+ ]
1674
+ },
1675
+ {
1676
+ "kind": "javascript-module",
1677
+ "path": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.ts",
2224
1678
  "declarations": [
2225
1679
  {
2226
1680
  "kind": "class",
2227
- "description": "`bm-close-button`\n\n### Attributes:\n- **size** - Specify the size of the CloseButton\n- **disabled** - Specify if the CloseButton is disabled",
2228
- "name": "BmCloseButton",
1681
+ "description": "`bm-breadcrumb`\n\n### Attributes:\n- **wrap** - Specify if items wrap or collapse to an ellipsis\n- **itemsBeforeCollapse** - Specify how many items show before ellipsis\n- **itemsAfterCollapse** - Specify how many items show after ellipsis\n- **theme** - Specify the theme of the Breadcrumbs. By default, it inherits the theme from the parent",
1682
+ "name": "BmBreadcrumbs",
1683
+ "slots": [
1684
+ {
1685
+ "description": "Pass items to the Breadcrumb",
1686
+ "name": "default"
1687
+ }
1688
+ ],
1689
+ "members": [
1690
+ {
1691
+ "kind": "field",
1692
+ "name": "wrap",
1693
+ "type": {
1694
+ "text": "boolean"
1695
+ },
1696
+ "default": "true",
1697
+ "description": "Specify if items wrap or collapse to an ellipsis",
1698
+ "attribute": "wrap"
1699
+ },
1700
+ {
1701
+ "kind": "field",
1702
+ "name": "itemsBeforeCollapse",
1703
+ "type": {
1704
+ "text": "number"
1705
+ },
1706
+ "default": "1",
1707
+ "description": "Specify how many items show before ellipsis",
1708
+ "attribute": "itemsBeforeCollapse"
1709
+ },
1710
+ {
1711
+ "kind": "field",
1712
+ "name": "itemsAfterCollapse",
1713
+ "type": {
1714
+ "text": "number"
1715
+ },
1716
+ "default": "1",
1717
+ "description": "Specify how many items show after ellipsis",
1718
+ "attribute": "itemsAfterCollapse"
1719
+ },
1720
+ {
1721
+ "kind": "field",
1722
+ "name": "theme",
1723
+ "type": {
1724
+ "text": "'light' | 'dark' | undefined"
1725
+ },
1726
+ "description": "Specify the theme of the Breadcrumbs. By default, it inherits the theme from the parent",
1727
+ "attribute": "theme"
1728
+ }
1729
+ ],
1730
+ "attributes": [
1731
+ {
1732
+ "name": "wrap",
1733
+ "type": {
1734
+ "text": "boolean"
1735
+ },
1736
+ "default": "true",
1737
+ "description": "Specify if items wrap or collapse to an ellipsis",
1738
+ "fieldName": "wrap"
1739
+ },
1740
+ {
1741
+ "name": "itemsBeforeCollapse",
1742
+ "type": {
1743
+ "text": "number"
1744
+ },
1745
+ "default": "1",
1746
+ "description": "Specify how many items show before ellipsis",
1747
+ "fieldName": "itemsBeforeCollapse"
1748
+ },
1749
+ {
1750
+ "name": "itemsAfterCollapse",
1751
+ "type": {
1752
+ "text": "number"
1753
+ },
1754
+ "default": "1",
1755
+ "description": "Specify how many items show after ellipsis",
1756
+ "fieldName": "itemsAfterCollapse"
1757
+ },
1758
+ {
1759
+ "name": "theme",
1760
+ "type": {
1761
+ "text": "'light' | 'dark' | undefined"
1762
+ },
1763
+ "description": "Specify the theme of the Breadcrumbs. By default, it inherits the theme from the parent",
1764
+ "fieldName": "theme"
1765
+ }
1766
+ ],
1767
+ "superclass": {
1768
+ "name": "LitElement",
1769
+ "package": "lit"
1770
+ },
1771
+ "tagName": "bm-breadcrumb",
1772
+ "customElement": true
1773
+ }
1774
+ ],
1775
+ "exports": [
1776
+ {
1777
+ "kind": "js",
1778
+ "name": "BmBreadcrumbs",
1779
+ "declaration": {
1780
+ "name": "BmBreadcrumbs",
1781
+ "module": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.ts"
1782
+ }
1783
+ },
1784
+ {
1785
+ "kind": "custom-element-definition",
1786
+ "name": "bm-breadcrumb",
1787
+ "declaration": {
1788
+ "name": "BmBreadcrumbs",
1789
+ "module": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.ts"
1790
+ }
1791
+ }
1792
+ ]
1793
+ },
1794
+ {
1795
+ "kind": "javascript-module",
1796
+ "path": "libs/web-components/src/lib/Breadcrumbs/BreadcrumbsItem.ts",
1797
+ "declarations": [
1798
+ {
1799
+ "kind": "class",
1800
+ "description": "`bm-breadcrumb-item`\n\n### Attributes:\n- **href** - Pass href to an item\n- **clickable** - Specify if the item is interactive without an href\n- **truncationWidth** - Specify truncation width of the items. Sets max-width for all items but the last.\n- **isCurrent** - Specify explicitly if the item is the last one\n- **isCollapsed** ",
1801
+ "name": "BmBreadcrumbsItem",
1802
+ "slots": [
1803
+ {
1804
+ "description": "Pass text to an item",
1805
+ "name": "default"
1806
+ },
1807
+ {
1808
+ "description": "Pass icon to an item",
1809
+ "name": "icon"
1810
+ }
1811
+ ],
1812
+ "members": [
1813
+ {
1814
+ "kind": "field",
1815
+ "name": "href",
1816
+ "type": {
1817
+ "text": "string | undefined"
1818
+ },
1819
+ "description": "Pass href to an item",
1820
+ "attribute": "href"
1821
+ },
1822
+ {
1823
+ "kind": "field",
1824
+ "name": "clickable",
1825
+ "type": {
1826
+ "text": "boolean"
1827
+ },
1828
+ "default": "false",
1829
+ "description": "Specify if the item is interactive without an href",
1830
+ "attribute": "clickable"
1831
+ },
1832
+ {
1833
+ "kind": "field",
1834
+ "name": "truncationWidth",
1835
+ "type": {
1836
+ "text": "string | undefined"
1837
+ },
1838
+ "description": "Specify truncation width of the items. Sets max-width for all items but the last.",
1839
+ "attribute": "truncationWidth"
1840
+ },
1841
+ {
1842
+ "kind": "field",
1843
+ "name": "isCurrent",
1844
+ "type": {
1845
+ "text": "boolean"
1846
+ },
1847
+ "default": "false",
1848
+ "description": "Specify explicitly if the item is the last one",
1849
+ "attribute": "isCurrent",
1850
+ "reflects": true
1851
+ },
1852
+ {
1853
+ "kind": "field",
1854
+ "name": "isCollapsed",
1855
+ "type": {
1856
+ "text": "boolean"
1857
+ },
1858
+ "default": "false",
1859
+ "attribute": "isCollapsed",
1860
+ "reflects": true
1861
+ }
1862
+ ],
1863
+ "attributes": [
1864
+ {
1865
+ "name": "href",
1866
+ "type": {
1867
+ "text": "string | undefined"
1868
+ },
1869
+ "description": "Pass href to an item",
1870
+ "fieldName": "href"
1871
+ },
1872
+ {
1873
+ "name": "clickable",
1874
+ "type": {
1875
+ "text": "boolean"
1876
+ },
1877
+ "default": "false",
1878
+ "description": "Specify if the item is interactive without an href",
1879
+ "fieldName": "clickable"
1880
+ },
1881
+ {
1882
+ "name": "truncationWidth",
1883
+ "type": {
1884
+ "text": "string | undefined"
1885
+ },
1886
+ "description": "Specify truncation width of the items. Sets max-width for all items but the last.",
1887
+ "fieldName": "truncationWidth"
1888
+ },
1889
+ {
1890
+ "name": "isCurrent",
1891
+ "type": {
1892
+ "text": "boolean"
1893
+ },
1894
+ "default": "false",
1895
+ "description": "Specify explicitly if the item is the last one",
1896
+ "fieldName": "isCurrent"
1897
+ },
1898
+ {
1899
+ "name": "isCollapsed",
1900
+ "type": {
1901
+ "text": "boolean"
1902
+ },
1903
+ "default": "false",
1904
+ "fieldName": "isCollapsed"
1905
+ }
1906
+ ],
1907
+ "superclass": {
1908
+ "name": "LitElement",
1909
+ "package": "lit"
1910
+ },
1911
+ "tagName": "bm-breadcrumb-item",
1912
+ "customElement": true
1913
+ }
1914
+ ],
1915
+ "exports": [
1916
+ {
1917
+ "kind": "js",
1918
+ "name": "BmBreadcrumbsItem",
1919
+ "declaration": {
1920
+ "name": "BmBreadcrumbsItem",
1921
+ "module": "libs/web-components/src/lib/Breadcrumbs/BreadcrumbsItem.ts"
1922
+ }
1923
+ },
1924
+ {
1925
+ "kind": "custom-element-definition",
1926
+ "name": "bm-breadcrumb-item",
1927
+ "declaration": {
1928
+ "name": "BmBreadcrumbsItem",
1929
+ "module": "libs/web-components/src/lib/Breadcrumbs/BreadcrumbsItem.ts"
1930
+ }
1931
+ }
1932
+ ]
1933
+ },
1934
+ {
1935
+ "kind": "javascript-module",
1936
+ "path": "libs/web-components/src/lib/Breadcrumbs/index.ts",
1937
+ "declarations": [],
1938
+ "exports": [
1939
+ {
1940
+ "kind": "js",
1941
+ "name": "*",
1942
+ "declaration": {
1943
+ "name": "*",
1944
+ "package": "./Breadcrumbs"
1945
+ }
1946
+ },
1947
+ {
1948
+ "kind": "js",
1949
+ "name": "*",
1950
+ "declaration": {
1951
+ "name": "*",
1952
+ "package": "./BreadcrumbsItem"
1953
+ }
1954
+ }
1955
+ ]
1956
+ },
1957
+ {
1958
+ "kind": "javascript-module",
1959
+ "path": "libs/web-components/src/lib/Button/Button.ts",
1960
+ "declarations": [
1961
+ {
1962
+ "kind": "class",
1963
+ "description": "`bm-button`\n\n### Attributes:\n- **appearance** - Specify the appearance of a Button\n- **kind** - Specify the kind of Button\n- **size** - Specify the size of a Button\n- **disabled** - Specify if the Button is disabled\n- **fluid** - Specify if Button is fluid\n- **width** - Specify the width of a Button\n- **height** - Specify the height of a Button\n- **theme** - Specify the theme of the Button\n- **iconOnly** - Specify if the icon displays without text\n- **type** ",
1964
+ "name": "BmButton",
1965
+ "slots": [
1966
+ {
1967
+ "description": "Provide content for the Button",
1968
+ "name": "default"
1969
+ },
1970
+ {
1971
+ "description": "Specify if the Button displays icon before the text",
1972
+ "name": "iconBefore"
1973
+ },
1974
+ {
1975
+ "description": "Specify if the Button displays icon after the text",
1976
+ "name": "iconAfter"
1977
+ }
1978
+ ],
2229
1979
  "members": [
1980
+ {
1981
+ "kind": "field",
1982
+ "name": "formAssociated",
1983
+ "type": {
1984
+ "text": "boolean"
1985
+ },
1986
+ "static": true,
1987
+ "default": "true"
1988
+ },
1989
+ {
1990
+ "kind": "field",
1991
+ "name": "appearance",
1992
+ "type": {
1993
+ "text": "'accent' | 'neutral' | 'neutral-subtle' | 'destructive'"
1994
+ },
1995
+ "default": "'accent'",
1996
+ "description": "Specify the appearance of a Button",
1997
+ "attribute": "appearance"
1998
+ },
1999
+ {
2000
+ "kind": "field",
2001
+ "name": "kind",
2002
+ "type": {
2003
+ "text": "'filled' | 'outline' | 'ghost' | 'bare'"
2004
+ },
2005
+ "default": "'filled'",
2006
+ "description": "Specify the kind of Button",
2007
+ "attribute": "kind"
2008
+ },
2230
2009
  {
2231
2010
  "kind": "field",
2232
2011
  "name": "size",
2233
2012
  "type": {
2234
- "text": "'xs' | 'sm' | 'md' | 'lg' | 'xl'"
2013
+ "text": "'sm' | 'md' | 'lg'"
2235
2014
  },
2236
2015
  "default": "'md'",
2237
- "description": "Specify the size of the CloseButton",
2016
+ "description": "Specify the size of a Button",
2238
2017
  "attribute": "size"
2239
2018
  },
2240
2019
  {
@@ -2244,18 +2023,98 @@
2244
2023
  "text": "boolean"
2245
2024
  },
2246
2025
  "default": "false",
2247
- "description": "Specify if the CloseButton is disabled",
2026
+ "description": "Specify if the Button is disabled",
2248
2027
  "attribute": "disabled"
2028
+ },
2029
+ {
2030
+ "kind": "field",
2031
+ "name": "fluid",
2032
+ "type": {
2033
+ "text": "boolean"
2034
+ },
2035
+ "default": "false",
2036
+ "description": "Specify if Button is fluid",
2037
+ "attribute": "fluid"
2038
+ },
2039
+ {
2040
+ "kind": "field",
2041
+ "name": "width",
2042
+ "type": {
2043
+ "text": "string | undefined"
2044
+ },
2045
+ "description": "Specify the width of a Button",
2046
+ "attribute": "width"
2047
+ },
2048
+ {
2049
+ "kind": "field",
2050
+ "name": "height",
2051
+ "type": {
2052
+ "text": "string | undefined"
2053
+ },
2054
+ "description": "Specify the height of a Button",
2055
+ "attribute": "height"
2056
+ },
2057
+ {
2058
+ "kind": "field",
2059
+ "name": "theme",
2060
+ "type": {
2061
+ "text": "'light' | 'dark' | undefined"
2062
+ },
2063
+ "description": "Specify the theme of the Button",
2064
+ "attribute": "theme"
2065
+ },
2066
+ {
2067
+ "kind": "field",
2068
+ "name": "iconOnly",
2069
+ "type": {
2070
+ "text": "boolean | undefined"
2071
+ },
2072
+ "description": "Specify if the icon displays without text",
2073
+ "attribute": "iconOnly"
2074
+ },
2075
+ {
2076
+ "kind": "field",
2077
+ "name": "type",
2078
+ "type": {
2079
+ "text": "string"
2080
+ },
2081
+ "default": "'button'",
2082
+ "attribute": "type"
2083
+ },
2084
+ {
2085
+ "kind": "field",
2086
+ "name": "formContext",
2087
+ "type": {
2088
+ "text": "BmFormContext"
2089
+ }
2249
2090
  }
2250
2091
  ],
2251
2092
  "attributes": [
2093
+ {
2094
+ "name": "appearance",
2095
+ "type": {
2096
+ "text": "'accent' | 'neutral' | 'neutral-subtle' | 'destructive'"
2097
+ },
2098
+ "default": "'accent'",
2099
+ "description": "Specify the appearance of a Button",
2100
+ "fieldName": "appearance"
2101
+ },
2102
+ {
2103
+ "name": "kind",
2104
+ "type": {
2105
+ "text": "'filled' | 'outline' | 'ghost' | 'bare'"
2106
+ },
2107
+ "default": "'filled'",
2108
+ "description": "Specify the kind of Button",
2109
+ "fieldName": "kind"
2110
+ },
2252
2111
  {
2253
2112
  "name": "size",
2254
2113
  "type": {
2255
- "text": "'xs' | 'sm' | 'md' | 'lg' | 'xl'"
2114
+ "text": "'sm' | 'md' | 'lg'"
2256
2115
  },
2257
2116
  "default": "'md'",
2258
- "description": "Specify the size of the CloseButton",
2117
+ "description": "Specify the size of a Button",
2259
2118
  "fieldName": "size"
2260
2119
  },
2261
2120
  {
@@ -2264,40 +2123,89 @@
2264
2123
  "text": "boolean"
2265
2124
  },
2266
2125
  "default": "false",
2267
- "description": "Specify if the CloseButton is disabled",
2126
+ "description": "Specify if the Button is disabled",
2268
2127
  "fieldName": "disabled"
2128
+ },
2129
+ {
2130
+ "name": "fluid",
2131
+ "type": {
2132
+ "text": "boolean"
2133
+ },
2134
+ "default": "false",
2135
+ "description": "Specify if Button is fluid",
2136
+ "fieldName": "fluid"
2137
+ },
2138
+ {
2139
+ "name": "width",
2140
+ "type": {
2141
+ "text": "string | undefined"
2142
+ },
2143
+ "description": "Specify the width of a Button",
2144
+ "fieldName": "width"
2145
+ },
2146
+ {
2147
+ "name": "height",
2148
+ "type": {
2149
+ "text": "string | undefined"
2150
+ },
2151
+ "description": "Specify the height of a Button",
2152
+ "fieldName": "height"
2153
+ },
2154
+ {
2155
+ "name": "theme",
2156
+ "type": {
2157
+ "text": "'light' | 'dark' | undefined"
2158
+ },
2159
+ "description": "Specify the theme of the Button",
2160
+ "fieldName": "theme"
2161
+ },
2162
+ {
2163
+ "name": "iconOnly",
2164
+ "type": {
2165
+ "text": "boolean | undefined"
2166
+ },
2167
+ "description": "Specify if the icon displays without text",
2168
+ "fieldName": "iconOnly"
2169
+ },
2170
+ {
2171
+ "name": "type",
2172
+ "type": {
2173
+ "text": "string"
2174
+ },
2175
+ "default": "'button'",
2176
+ "fieldName": "type"
2269
2177
  }
2270
2178
  ],
2271
2179
  "superclass": {
2272
2180
  "name": "LitElement",
2273
2181
  "package": "lit"
2274
2182
  },
2275
- "tagName": "bm-close-button",
2183
+ "tagName": "bm-button",
2276
2184
  "customElement": true
2277
2185
  }
2278
2186
  ],
2279
2187
  "exports": [
2280
2188
  {
2281
2189
  "kind": "js",
2282
- "name": "BmCloseButton",
2190
+ "name": "BmButton",
2283
2191
  "declaration": {
2284
- "name": "BmCloseButton",
2285
- "module": "libs/web-components/src/lib/CloseButton/CloseButton.ts"
2192
+ "name": "BmButton",
2193
+ "module": "libs/web-components/src/lib/Button/Button.ts"
2286
2194
  }
2287
2195
  },
2288
2196
  {
2289
2197
  "kind": "custom-element-definition",
2290
- "name": "bm-close-button",
2198
+ "name": "bm-button",
2291
2199
  "declaration": {
2292
- "name": "BmCloseButton",
2293
- "module": "libs/web-components/src/lib/CloseButton/CloseButton.ts"
2200
+ "name": "BmButton",
2201
+ "module": "libs/web-components/src/lib/Button/Button.ts"
2294
2202
  }
2295
2203
  }
2296
2204
  ]
2297
2205
  },
2298
2206
  {
2299
2207
  "kind": "javascript-module",
2300
- "path": "libs/web-components/src/lib/CloseButton/index.ts",
2208
+ "path": "libs/web-components/src/lib/Button/index.ts",
2301
2209
  "declarations": [],
2302
2210
  "exports": [
2303
2211
  {
@@ -2305,139 +2213,91 @@
2305
2213
  "name": "*",
2306
2214
  "declaration": {
2307
2215
  "name": "*",
2308
- "package": "./CloseButton"
2216
+ "package": "./Button"
2309
2217
  }
2310
2218
  }
2311
2219
  ]
2312
2220
  },
2313
2221
  {
2314
2222
  "kind": "javascript-module",
2315
- "path": "libs/web-components/src/lib/EmptyState/EmptyState.ts",
2223
+ "path": "libs/web-components/src/lib/CloseButton/CloseButton.ts",
2316
2224
  "declarations": [
2317
2225
  {
2318
2226
  "kind": "class",
2319
- "description": "`bm-empty-state`\n\n### Attributes:\n- **heading** - Specify heading text for EmptyState\n- **body** - Specify body text for EmptyState\n- **actions** - Specify action for EmptyState\n- **theme** - Specify the theme of EmptyState. By default it inherits the theme from the parent",
2320
- "name": "BmEmptyState",
2321
- "slots": [
2322
- {
2323
- "description": "Specify an icon for EmptyState",
2324
- "name": "icon"
2325
- },
2326
- {
2327
- "description": "Specify heading text for EmptyState",
2328
- "name": "heading"
2329
- },
2330
- {
2331
- "description": "Specify body text for EmptyState",
2332
- "name": "body"
2333
- },
2334
- {
2335
- "description": "Add actions to EmptyState",
2336
- "name": "actions"
2337
- }
2338
- ],
2227
+ "description": "`bm-close-button`\n\n### Attributes:\n- **size** - Specify the size of the CloseButton\n- **disabled** - Specify if the CloseButton is disabled",
2228
+ "name": "BmCloseButton",
2339
2229
  "members": [
2340
2230
  {
2341
2231
  "kind": "field",
2342
- "name": "heading",
2343
- "type": {
2344
- "text": "string | undefined"
2345
- },
2346
- "description": "Specify heading text for EmptyState",
2347
- "attribute": "heading"
2348
- },
2349
- {
2350
- "kind": "field",
2351
- "name": "body",
2352
- "type": {
2353
- "text": "string | undefined"
2354
- },
2355
- "description": "Specify body text for EmptyState",
2356
- "attribute": "body"
2357
- },
2358
- {
2359
- "kind": "field",
2360
- "name": "actions",
2232
+ "name": "size",
2361
2233
  "type": {
2362
- "text": "HTMLSlotElement | undefined"
2234
+ "text": "'xs' | 'sm' | 'md' | 'lg' | 'xl'"
2363
2235
  },
2364
- "description": "Specify action for EmptyState",
2365
- "attribute": "actions"
2236
+ "default": "'md'",
2237
+ "description": "Specify the size of the CloseButton",
2238
+ "attribute": "size"
2366
2239
  },
2367
2240
  {
2368
2241
  "kind": "field",
2369
- "name": "theme",
2242
+ "name": "disabled",
2370
2243
  "type": {
2371
- "text": "'light' | 'dark' | undefined"
2244
+ "text": "boolean"
2372
2245
  },
2373
- "description": "Specify the theme of EmptyState. By default it inherits the theme from the parent",
2374
- "attribute": "theme"
2246
+ "default": "false",
2247
+ "description": "Specify if the CloseButton is disabled",
2248
+ "attribute": "disabled"
2375
2249
  }
2376
2250
  ],
2377
2251
  "attributes": [
2378
2252
  {
2379
- "name": "heading",
2380
- "type": {
2381
- "text": "string | undefined"
2382
- },
2383
- "description": "Specify heading text for EmptyState",
2384
- "fieldName": "heading"
2385
- },
2386
- {
2387
- "name": "body",
2388
- "type": {
2389
- "text": "string | undefined"
2390
- },
2391
- "description": "Specify body text for EmptyState",
2392
- "fieldName": "body"
2393
- },
2394
- {
2395
- "name": "actions",
2253
+ "name": "size",
2396
2254
  "type": {
2397
- "text": "HTMLSlotElement | undefined"
2255
+ "text": "'xs' | 'sm' | 'md' | 'lg' | 'xl'"
2398
2256
  },
2399
- "description": "Specify action for EmptyState",
2400
- "fieldName": "actions"
2257
+ "default": "'md'",
2258
+ "description": "Specify the size of the CloseButton",
2259
+ "fieldName": "size"
2401
2260
  },
2402
2261
  {
2403
- "name": "theme",
2262
+ "name": "disabled",
2404
2263
  "type": {
2405
- "text": "'light' | 'dark' | undefined"
2264
+ "text": "boolean"
2406
2265
  },
2407
- "description": "Specify the theme of EmptyState. By default it inherits the theme from the parent",
2408
- "fieldName": "theme"
2266
+ "default": "false",
2267
+ "description": "Specify if the CloseButton is disabled",
2268
+ "fieldName": "disabled"
2409
2269
  }
2410
2270
  ],
2411
2271
  "superclass": {
2412
2272
  "name": "LitElement",
2413
2273
  "package": "lit"
2414
2274
  },
2415
- "tagName": "bm-empty-state",
2275
+ "tagName": "bm-close-button",
2416
2276
  "customElement": true
2417
2277
  }
2418
2278
  ],
2419
2279
  "exports": [
2420
2280
  {
2421
2281
  "kind": "js",
2422
- "name": "BmEmptyState",
2282
+ "name": "BmCloseButton",
2423
2283
  "declaration": {
2424
- "name": "BmEmptyState",
2425
- "module": "libs/web-components/src/lib/EmptyState/EmptyState.ts"
2284
+ "name": "BmCloseButton",
2285
+ "module": "libs/web-components/src/lib/CloseButton/CloseButton.ts"
2426
2286
  }
2427
2287
  },
2428
2288
  {
2429
2289
  "kind": "custom-element-definition",
2430
- "name": "bm-empty-state",
2290
+ "name": "bm-close-button",
2431
2291
  "declaration": {
2432
- "name": "BmEmptyState",
2433
- "module": "libs/web-components/src/lib/EmptyState/EmptyState.ts"
2292
+ "name": "BmCloseButton",
2293
+ "module": "libs/web-components/src/lib/CloseButton/CloseButton.ts"
2434
2294
  }
2435
2295
  }
2436
2296
  ]
2437
2297
  },
2438
2298
  {
2439
2299
  "kind": "javascript-module",
2440
- "path": "libs/web-components/src/lib/EmptyState/index.ts",
2300
+ "path": "libs/web-components/src/lib/CloseButton/index.ts",
2441
2301
  "declarations": [],
2442
2302
  "exports": [
2443
2303
  {
@@ -2445,7 +2305,7 @@
2445
2305
  "name": "*",
2446
2306
  "declaration": {
2447
2307
  "name": "*",
2448
- "package": "./EmptyState"
2308
+ "package": "./CloseButton"
2449
2309
  }
2450
2310
  }
2451
2311
  ]
@@ -2585,52 +2445,192 @@
2585
2445
  "fieldName": "alignContent"
2586
2446
  },
2587
2447
  {
2588
- "name": "length",
2448
+ "name": "length",
2449
+ "type": {
2450
+ "text": "string | undefined"
2451
+ },
2452
+ "fieldName": "length"
2453
+ },
2454
+ {
2455
+ "name": "inset",
2456
+ "type": {
2457
+ "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
2458
+ },
2459
+ "default": "'0'",
2460
+ "description": "Add equal padding to each side of the Divider",
2461
+ "fieldName": "inset"
2462
+ }
2463
+ ],
2464
+ "superclass": {
2465
+ "name": "LitElement",
2466
+ "package": "lit"
2467
+ },
2468
+ "tagName": "bm-divider",
2469
+ "customElement": true
2470
+ }
2471
+ ],
2472
+ "exports": [
2473
+ {
2474
+ "kind": "js",
2475
+ "name": "BmDivider",
2476
+ "declaration": {
2477
+ "name": "BmDivider",
2478
+ "module": "libs/web-components/src/lib/Divider/Divider.ts"
2479
+ }
2480
+ },
2481
+ {
2482
+ "kind": "custom-element-definition",
2483
+ "name": "bm-divider",
2484
+ "declaration": {
2485
+ "name": "BmDivider",
2486
+ "module": "libs/web-components/src/lib/Divider/Divider.ts"
2487
+ }
2488
+ }
2489
+ ]
2490
+ },
2491
+ {
2492
+ "kind": "javascript-module",
2493
+ "path": "libs/web-components/src/lib/Divider/index.ts",
2494
+ "declarations": [],
2495
+ "exports": [
2496
+ {
2497
+ "kind": "js",
2498
+ "name": "*",
2499
+ "declaration": {
2500
+ "name": "*",
2501
+ "package": "./Divider"
2502
+ }
2503
+ }
2504
+ ]
2505
+ },
2506
+ {
2507
+ "kind": "javascript-module",
2508
+ "path": "libs/web-components/src/lib/EmptyState/EmptyState.ts",
2509
+ "declarations": [
2510
+ {
2511
+ "kind": "class",
2512
+ "description": "`bm-empty-state`\n\n### Attributes:\n- **heading** - Specify heading text for EmptyState\n- **body** - Specify body text for EmptyState\n- **actions** - Specify action for EmptyState\n- **theme** - Specify the theme of EmptyState. By default it inherits the theme from the parent",
2513
+ "name": "BmEmptyState",
2514
+ "slots": [
2515
+ {
2516
+ "description": "Specify an icon for EmptyState",
2517
+ "name": "icon"
2518
+ },
2519
+ {
2520
+ "description": "Specify heading text for EmptyState",
2521
+ "name": "heading"
2522
+ },
2523
+ {
2524
+ "description": "Specify body text for EmptyState",
2525
+ "name": "body"
2526
+ },
2527
+ {
2528
+ "description": "Add actions to EmptyState",
2529
+ "name": "actions"
2530
+ }
2531
+ ],
2532
+ "members": [
2533
+ {
2534
+ "kind": "field",
2535
+ "name": "heading",
2536
+ "type": {
2537
+ "text": "string | undefined"
2538
+ },
2539
+ "description": "Specify heading text for EmptyState",
2540
+ "attribute": "heading"
2541
+ },
2542
+ {
2543
+ "kind": "field",
2544
+ "name": "body",
2545
+ "type": {
2546
+ "text": "string | undefined"
2547
+ },
2548
+ "description": "Specify body text for EmptyState",
2549
+ "attribute": "body"
2550
+ },
2551
+ {
2552
+ "kind": "field",
2553
+ "name": "actions",
2554
+ "type": {
2555
+ "text": "HTMLSlotElement | undefined"
2556
+ },
2557
+ "description": "Specify action for EmptyState",
2558
+ "attribute": "actions"
2559
+ },
2560
+ {
2561
+ "kind": "field",
2562
+ "name": "theme",
2563
+ "type": {
2564
+ "text": "'light' | 'dark' | undefined"
2565
+ },
2566
+ "description": "Specify the theme of EmptyState. By default it inherits the theme from the parent",
2567
+ "attribute": "theme"
2568
+ }
2569
+ ],
2570
+ "attributes": [
2571
+ {
2572
+ "name": "heading",
2573
+ "type": {
2574
+ "text": "string | undefined"
2575
+ },
2576
+ "description": "Specify heading text for EmptyState",
2577
+ "fieldName": "heading"
2578
+ },
2579
+ {
2580
+ "name": "body",
2581
+ "type": {
2582
+ "text": "string | undefined"
2583
+ },
2584
+ "description": "Specify body text for EmptyState",
2585
+ "fieldName": "body"
2586
+ },
2587
+ {
2588
+ "name": "actions",
2589
2589
  "type": {
2590
- "text": "string | undefined"
2590
+ "text": "HTMLSlotElement | undefined"
2591
2591
  },
2592
- "fieldName": "length"
2592
+ "description": "Specify action for EmptyState",
2593
+ "fieldName": "actions"
2593
2594
  },
2594
2595
  {
2595
- "name": "inset",
2596
+ "name": "theme",
2596
2597
  "type": {
2597
- "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
2598
+ "text": "'light' | 'dark' | undefined"
2598
2599
  },
2599
- "default": "'0'",
2600
- "description": "Add equal padding to each side of the Divider",
2601
- "fieldName": "inset"
2600
+ "description": "Specify the theme of EmptyState. By default it inherits the theme from the parent",
2601
+ "fieldName": "theme"
2602
2602
  }
2603
2603
  ],
2604
2604
  "superclass": {
2605
2605
  "name": "LitElement",
2606
2606
  "package": "lit"
2607
2607
  },
2608
- "tagName": "bm-divider",
2608
+ "tagName": "bm-empty-state",
2609
2609
  "customElement": true
2610
2610
  }
2611
2611
  ],
2612
2612
  "exports": [
2613
2613
  {
2614
2614
  "kind": "js",
2615
- "name": "BmDivider",
2615
+ "name": "BmEmptyState",
2616
2616
  "declaration": {
2617
- "name": "BmDivider",
2618
- "module": "libs/web-components/src/lib/Divider/Divider.ts"
2617
+ "name": "BmEmptyState",
2618
+ "module": "libs/web-components/src/lib/EmptyState/EmptyState.ts"
2619
2619
  }
2620
2620
  },
2621
2621
  {
2622
2622
  "kind": "custom-element-definition",
2623
- "name": "bm-divider",
2623
+ "name": "bm-empty-state",
2624
2624
  "declaration": {
2625
- "name": "BmDivider",
2626
- "module": "libs/web-components/src/lib/Divider/Divider.ts"
2625
+ "name": "BmEmptyState",
2626
+ "module": "libs/web-components/src/lib/EmptyState/EmptyState.ts"
2627
2627
  }
2628
2628
  }
2629
2629
  ]
2630
2630
  },
2631
2631
  {
2632
2632
  "kind": "javascript-module",
2633
- "path": "libs/web-components/src/lib/Divider/index.ts",
2633
+ "path": "libs/web-components/src/lib/EmptyState/index.ts",
2634
2634
  "declarations": [],
2635
2635
  "exports": [
2636
2636
  {
@@ -2638,7 +2638,7 @@
2638
2638
  "name": "*",
2639
2639
  "declaration": {
2640
2640
  "name": "*",
2641
- "package": "./Divider"
2641
+ "package": "./EmptyState"
2642
2642
  }
2643
2643
  }
2644
2644
  ]
@@ -8969,232 +8969,10 @@
8969
8969
  {
8970
8970
  "name": "value",
8971
8971
  "type": {
8972
- "text": "string | undefined"
8973
- },
8974
- "description": "The value attribute for the input element",
8975
- "fieldName": "value"
8976
- },
8977
- {
8978
- "name": "checked",
8979
- "type": {
8980
- "text": "boolean"
8981
- },
8982
- "default": "false",
8983
- "description": "The checked attribute for the input element",
8984
- "fieldName": "checked"
8985
- },
8986
- {
8987
- "name": "onKeyDown",
8988
- "type": {
8989
- "text": "(event: KeyboardEvent) => void | undefined"
8990
- },
8991
- "description": "A user-defined function to handle keydown events",
8992
- "fieldName": "onKeyDown"
8993
- }
8994
- ],
8995
- "superclass": {
8996
- "name": "LitElement",
8997
- "package": "lit"
8998
- },
8999
- "tagName": "bm-radio-button",
9000
- "customElement": true
9001
- }
9002
- ],
9003
- "exports": [
9004
- {
9005
- "kind": "js",
9006
- "name": "BmRadioButton",
9007
- "declaration": {
9008
- "name": "BmRadioButton",
9009
- "module": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts"
9010
- }
9011
- },
9012
- {
9013
- "kind": "custom-element-definition",
9014
- "name": "bm-radio-button",
9015
- "declaration": {
9016
- "name": "BmRadioButton",
9017
- "module": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts"
9018
- }
9019
- }
9020
- ]
9021
- },
9022
- {
9023
- "kind": "javascript-module",
9024
- "path": "libs/web-components/src/lib/wip/RadioButton/index.ts",
9025
- "declarations": [],
9026
- "exports": [
9027
- {
9028
- "kind": "js",
9029
- "name": "*",
9030
- "declaration": {
9031
- "name": "*",
9032
- "package": "./RadioButton"
9033
- }
9034
- },
9035
- {
9036
- "kind": "js",
9037
- "name": "*",
9038
- "declaration": {
9039
- "name": "*",
9040
- "package": "./RadioButtonGroup/RadioButtonGroup"
9041
- }
9042
- }
9043
- ]
9044
- },
9045
- {
9046
- "kind": "javascript-module",
9047
- "path": "libs/web-components/src/lib/wip/Switch/Switch.ts",
9048
- "declarations": [
9049
- {
9050
- "kind": "class",
9051
- "description": "`bm-switch`\n\n### Attributes:\n- **onText** - Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.\n- **offText** - Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.\n- **textPosition** - Specify the position of the side label\n- **readOnly** - Specify if Switch displays in a read-only state\n- **disabled** - Specify if Switch displays in a disabled state\n- **checked** \n- **value** - The value attribute for the input element",
9052
- "name": "BmSwitch",
9053
- "slots": [
9054
- {
9055
- "description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
9056
- "name": "onText"
9057
- },
9058
- {
9059
- "description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
9060
- "name": "offText"
9061
- }
9062
- ],
9063
- "members": [
9064
- {
9065
- "kind": "field",
9066
- "name": "inputChoiceGroupContext",
9067
- "type": {
9068
- "text": "InputChoiceGroupContextProps"
9069
- }
9070
- },
9071
- {
9072
- "kind": "field",
9073
- "name": "onText",
9074
- "type": {
9075
- "text": "string | undefined"
9076
- },
9077
- "default": "undefined",
9078
- "description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
9079
- "attribute": "onText"
9080
- },
9081
- {
9082
- "kind": "field",
9083
- "name": "offText",
9084
- "type": {
9085
- "text": "string | undefined"
9086
- },
9087
- "default": "undefined",
9088
- "description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
9089
- "attribute": "offText"
9090
- },
9091
- {
9092
- "kind": "field",
9093
- "name": "theme",
9094
- "type": {
9095
- "text": "ThemeTypes | undefined"
9096
- },
9097
- "default": "undefined",
9098
- "description": "Specify the theme of the Switch. By default it inherits the theme from the parent"
9099
- },
9100
- {
9101
- "kind": "field",
9102
- "name": "textPosition",
9103
- "type": {
9104
- "text": "'before' | 'after'"
9105
- },
9106
- "default": "'after'",
9107
- "description": "Specify the position of the side label",
9108
- "attribute": "textPosition"
9109
- },
9110
- {
9111
- "kind": "field",
9112
- "name": "readOnly",
9113
- "type": {
9114
- "text": "boolean"
9115
- },
9116
- "default": "false",
9117
- "description": "Specify if Switch displays in a read-only state",
9118
- "attribute": "readOnly"
9119
- },
9120
- {
9121
- "kind": "field",
9122
- "name": "disabled",
9123
- "type": {
9124
- "text": "boolean"
9125
- },
9126
- "default": "false",
9127
- "description": "Specify if Switch displays in a disabled state",
9128
- "attribute": "disabled"
9129
- },
9130
- {
9131
- "kind": "field",
9132
- "name": "checked",
9133
- "type": {
9134
- "text": "boolean"
9135
- },
9136
- "default": "false",
9137
- "attribute": "checked"
9138
- },
9139
- {
9140
- "kind": "field",
9141
- "name": "value",
9142
- "type": {
9143
- "text": "string | undefined"
9144
- },
9145
- "description": "The value attribute for the input element",
9146
- "attribute": "value"
9147
- },
9148
- {
9149
- "kind": "field",
9150
- "name": "switchRef"
9151
- }
9152
- ],
9153
- "attributes": [
9154
- {
9155
- "name": "onText",
9156
- "type": {
9157
- "text": "string | undefined"
9158
- },
9159
- "default": "undefined",
9160
- "description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
9161
- "fieldName": "onText"
9162
- },
9163
- {
9164
- "name": "offText",
9165
- "type": {
9166
- "text": "string | undefined"
9167
- },
9168
- "default": "undefined",
9169
- "description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
9170
- "fieldName": "offText"
9171
- },
9172
- {
9173
- "name": "textPosition",
9174
- "type": {
9175
- "text": "'before' | 'after'"
9176
- },
9177
- "default": "'after'",
9178
- "description": "Specify the position of the side label",
9179
- "fieldName": "textPosition"
9180
- },
9181
- {
9182
- "name": "readOnly",
9183
- "type": {
9184
- "text": "boolean"
9185
- },
9186
- "default": "false",
9187
- "description": "Specify if Switch displays in a read-only state",
9188
- "fieldName": "readOnly"
9189
- },
9190
- {
9191
- "name": "disabled",
9192
- "type": {
9193
- "text": "boolean"
8972
+ "text": "string | undefined"
9194
8973
  },
9195
- "default": "false",
9196
- "description": "Specify if Switch displays in a disabled state",
9197
- "fieldName": "disabled"
8974
+ "description": "The value attribute for the input element",
8975
+ "fieldName": "value"
9198
8976
  },
9199
8977
  {
9200
8978
  "name": "checked",
@@ -9202,47 +8980,48 @@
9202
8980
  "text": "boolean"
9203
8981
  },
9204
8982
  "default": "false",
8983
+ "description": "The checked attribute for the input element",
9205
8984
  "fieldName": "checked"
9206
8985
  },
9207
8986
  {
9208
- "name": "value",
8987
+ "name": "onKeyDown",
9209
8988
  "type": {
9210
- "text": "string | undefined"
8989
+ "text": "(event: KeyboardEvent) => void | undefined"
9211
8990
  },
9212
- "description": "The value attribute for the input element",
9213
- "fieldName": "value"
8991
+ "description": "A user-defined function to handle keydown events",
8992
+ "fieldName": "onKeyDown"
9214
8993
  }
9215
8994
  ],
9216
8995
  "superclass": {
9217
8996
  "name": "LitElement",
9218
8997
  "package": "lit"
9219
8998
  },
9220
- "tagName": "bm-switch",
8999
+ "tagName": "bm-radio-button",
9221
9000
  "customElement": true
9222
9001
  }
9223
9002
  ],
9224
9003
  "exports": [
9225
9004
  {
9226
9005
  "kind": "js",
9227
- "name": "BmSwitch",
9006
+ "name": "BmRadioButton",
9228
9007
  "declaration": {
9229
- "name": "BmSwitch",
9230
- "module": "libs/web-components/src/lib/wip/Switch/Switch.ts"
9008
+ "name": "BmRadioButton",
9009
+ "module": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts"
9231
9010
  }
9232
9011
  },
9233
9012
  {
9234
9013
  "kind": "custom-element-definition",
9235
- "name": "bm-switch",
9014
+ "name": "bm-radio-button",
9236
9015
  "declaration": {
9237
- "name": "BmSwitch",
9238
- "module": "libs/web-components/src/lib/wip/Switch/Switch.ts"
9016
+ "name": "BmRadioButton",
9017
+ "module": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts"
9239
9018
  }
9240
9019
  }
9241
9020
  ]
9242
9021
  },
9243
9022
  {
9244
9023
  "kind": "javascript-module",
9245
- "path": "libs/web-components/src/lib/wip/Switch/index.ts",
9024
+ "path": "libs/web-components/src/lib/wip/RadioButton/index.ts",
9246
9025
  "declarations": [],
9247
9026
  "exports": [
9248
9027
  {
@@ -9250,7 +9029,7 @@
9250
9029
  "name": "*",
9251
9030
  "declaration": {
9252
9031
  "name": "*",
9253
- "package": "./Switch"
9032
+ "package": "./RadioButton"
9254
9033
  }
9255
9034
  },
9256
9035
  {
@@ -9258,7 +9037,7 @@
9258
9037
  "name": "*",
9259
9038
  "declaration": {
9260
9039
  "name": "*",
9261
- "package": "./SwitchGroup/SwitchGroup"
9040
+ "package": "./RadioButtonGroup/RadioButtonGroup"
9262
9041
  }
9263
9042
  }
9264
9043
  ]
@@ -9778,6 +9557,227 @@
9778
9557
  }
9779
9558
  ]
9780
9559
  },
9560
+ {
9561
+ "kind": "javascript-module",
9562
+ "path": "libs/web-components/src/lib/wip/Switch/Switch.ts",
9563
+ "declarations": [
9564
+ {
9565
+ "kind": "class",
9566
+ "description": "`bm-switch`\n\n### Attributes:\n- **onText** - Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.\n- **offText** - Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.\n- **textPosition** - Specify the position of the side label\n- **readOnly** - Specify if Switch displays in a read-only state\n- **disabled** - Specify if Switch displays in a disabled state\n- **checked** \n- **value** - The value attribute for the input element",
9567
+ "name": "BmSwitch",
9568
+ "slots": [
9569
+ {
9570
+ "description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
9571
+ "name": "onText"
9572
+ },
9573
+ {
9574
+ "description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
9575
+ "name": "offText"
9576
+ }
9577
+ ],
9578
+ "members": [
9579
+ {
9580
+ "kind": "field",
9581
+ "name": "inputChoiceGroupContext",
9582
+ "type": {
9583
+ "text": "InputChoiceGroupContextProps"
9584
+ }
9585
+ },
9586
+ {
9587
+ "kind": "field",
9588
+ "name": "onText",
9589
+ "type": {
9590
+ "text": "string | undefined"
9591
+ },
9592
+ "default": "undefined",
9593
+ "description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
9594
+ "attribute": "onText"
9595
+ },
9596
+ {
9597
+ "kind": "field",
9598
+ "name": "offText",
9599
+ "type": {
9600
+ "text": "string | undefined"
9601
+ },
9602
+ "default": "undefined",
9603
+ "description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
9604
+ "attribute": "offText"
9605
+ },
9606
+ {
9607
+ "kind": "field",
9608
+ "name": "theme",
9609
+ "type": {
9610
+ "text": "ThemeTypes | undefined"
9611
+ },
9612
+ "default": "undefined",
9613
+ "description": "Specify the theme of the Switch. By default it inherits the theme from the parent"
9614
+ },
9615
+ {
9616
+ "kind": "field",
9617
+ "name": "textPosition",
9618
+ "type": {
9619
+ "text": "'before' | 'after'"
9620
+ },
9621
+ "default": "'after'",
9622
+ "description": "Specify the position of the side label",
9623
+ "attribute": "textPosition"
9624
+ },
9625
+ {
9626
+ "kind": "field",
9627
+ "name": "readOnly",
9628
+ "type": {
9629
+ "text": "boolean"
9630
+ },
9631
+ "default": "false",
9632
+ "description": "Specify if Switch displays in a read-only state",
9633
+ "attribute": "readOnly"
9634
+ },
9635
+ {
9636
+ "kind": "field",
9637
+ "name": "disabled",
9638
+ "type": {
9639
+ "text": "boolean"
9640
+ },
9641
+ "default": "false",
9642
+ "description": "Specify if Switch displays in a disabled state",
9643
+ "attribute": "disabled"
9644
+ },
9645
+ {
9646
+ "kind": "field",
9647
+ "name": "checked",
9648
+ "type": {
9649
+ "text": "boolean"
9650
+ },
9651
+ "default": "false",
9652
+ "attribute": "checked"
9653
+ },
9654
+ {
9655
+ "kind": "field",
9656
+ "name": "value",
9657
+ "type": {
9658
+ "text": "string | undefined"
9659
+ },
9660
+ "description": "The value attribute for the input element",
9661
+ "attribute": "value"
9662
+ },
9663
+ {
9664
+ "kind": "field",
9665
+ "name": "switchRef"
9666
+ }
9667
+ ],
9668
+ "attributes": [
9669
+ {
9670
+ "name": "onText",
9671
+ "type": {
9672
+ "text": "string | undefined"
9673
+ },
9674
+ "default": "undefined",
9675
+ "description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
9676
+ "fieldName": "onText"
9677
+ },
9678
+ {
9679
+ "name": "offText",
9680
+ "type": {
9681
+ "text": "string | undefined"
9682
+ },
9683
+ "default": "undefined",
9684
+ "description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
9685
+ "fieldName": "offText"
9686
+ },
9687
+ {
9688
+ "name": "textPosition",
9689
+ "type": {
9690
+ "text": "'before' | 'after'"
9691
+ },
9692
+ "default": "'after'",
9693
+ "description": "Specify the position of the side label",
9694
+ "fieldName": "textPosition"
9695
+ },
9696
+ {
9697
+ "name": "readOnly",
9698
+ "type": {
9699
+ "text": "boolean"
9700
+ },
9701
+ "default": "false",
9702
+ "description": "Specify if Switch displays in a read-only state",
9703
+ "fieldName": "readOnly"
9704
+ },
9705
+ {
9706
+ "name": "disabled",
9707
+ "type": {
9708
+ "text": "boolean"
9709
+ },
9710
+ "default": "false",
9711
+ "description": "Specify if Switch displays in a disabled state",
9712
+ "fieldName": "disabled"
9713
+ },
9714
+ {
9715
+ "name": "checked",
9716
+ "type": {
9717
+ "text": "boolean"
9718
+ },
9719
+ "default": "false",
9720
+ "fieldName": "checked"
9721
+ },
9722
+ {
9723
+ "name": "value",
9724
+ "type": {
9725
+ "text": "string | undefined"
9726
+ },
9727
+ "description": "The value attribute for the input element",
9728
+ "fieldName": "value"
9729
+ }
9730
+ ],
9731
+ "superclass": {
9732
+ "name": "LitElement",
9733
+ "package": "lit"
9734
+ },
9735
+ "tagName": "bm-switch",
9736
+ "customElement": true
9737
+ }
9738
+ ],
9739
+ "exports": [
9740
+ {
9741
+ "kind": "js",
9742
+ "name": "BmSwitch",
9743
+ "declaration": {
9744
+ "name": "BmSwitch",
9745
+ "module": "libs/web-components/src/lib/wip/Switch/Switch.ts"
9746
+ }
9747
+ },
9748
+ {
9749
+ "kind": "custom-element-definition",
9750
+ "name": "bm-switch",
9751
+ "declaration": {
9752
+ "name": "BmSwitch",
9753
+ "module": "libs/web-components/src/lib/wip/Switch/Switch.ts"
9754
+ }
9755
+ }
9756
+ ]
9757
+ },
9758
+ {
9759
+ "kind": "javascript-module",
9760
+ "path": "libs/web-components/src/lib/wip/Switch/index.ts",
9761
+ "declarations": [],
9762
+ "exports": [
9763
+ {
9764
+ "kind": "js",
9765
+ "name": "*",
9766
+ "declaration": {
9767
+ "name": "*",
9768
+ "package": "./Switch"
9769
+ }
9770
+ },
9771
+ {
9772
+ "kind": "js",
9773
+ "name": "*",
9774
+ "declaration": {
9775
+ "name": "*",
9776
+ "package": "./SwitchGroup/SwitchGroup"
9777
+ }
9778
+ }
9779
+ ]
9780
+ },
9781
9781
  {
9782
9782
  "kind": "javascript-module",
9783
9783
  "path": "libs/web-components/src/lib/wip/Checkbox/CheckboxGroup/CheckboxGroup.ts",