@viasat/beam-web-components 2.38.0 → 2.38.1

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.
@@ -292,138 +292,6 @@
292
292
  }
293
293
  ]
294
294
  },
295
- {
296
- "kind": "javascript-module",
297
- "path": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts",
298
- "declarations": [
299
- {
300
- "kind": "class",
301
- "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",
302
- "name": "BmBadgeDot",
303
- "slots": [
304
- {
305
- "description": "Provide text for the BadgeDot",
306
- "name": "default"
307
- }
308
- ],
309
- "members": [
310
- {
311
- "kind": "field",
312
- "name": "theme",
313
- "type": {
314
- "text": "'light' | 'dark' | undefined"
315
- },
316
- "description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
317
- "attribute": "theme"
318
- },
319
- {
320
- "kind": "field",
321
- "name": "appearance",
322
- "type": {
323
- "text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
324
- },
325
- "default": "'infoPrimary'",
326
- "description": "Specify the appearance of the BadgeDot",
327
- "attribute": "appearance"
328
- },
329
- {
330
- "kind": "field",
331
- "name": "emphasis",
332
- "type": {
333
- "text": "'strong' | 'subtle'"
334
- },
335
- "default": "'strong'",
336
- "description": "Specify the emphasis of the BadgeDot",
337
- "attribute": "emphasis"
338
- },
339
- {
340
- "kind": "field",
341
- "name": "overrideDotColor",
342
- "type": {
343
- "text": "string | undefined"
344
- },
345
- "description": "Overrides default dot color",
346
- "attribute": "overrideDotColor"
347
- }
348
- ],
349
- "attributes": [
350
- {
351
- "name": "theme",
352
- "type": {
353
- "text": "'light' | 'dark' | undefined"
354
- },
355
- "description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
356
- "fieldName": "theme"
357
- },
358
- {
359
- "name": "appearance",
360
- "type": {
361
- "text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
362
- },
363
- "default": "'infoPrimary'",
364
- "description": "Specify the appearance of the BadgeDot",
365
- "fieldName": "appearance"
366
- },
367
- {
368
- "name": "emphasis",
369
- "type": {
370
- "text": "'strong' | 'subtle'"
371
- },
372
- "default": "'strong'",
373
- "description": "Specify the emphasis of the BadgeDot",
374
- "fieldName": "emphasis"
375
- },
376
- {
377
- "name": "overrideDotColor",
378
- "type": {
379
- "text": "string | undefined"
380
- },
381
- "description": "Overrides default dot color",
382
- "fieldName": "overrideDotColor"
383
- }
384
- ],
385
- "superclass": {
386
- "name": "LitElement",
387
- "package": "lit"
388
- },
389
- "tagName": "bm-badge-dot",
390
- "customElement": true
391
- }
392
- ],
393
- "exports": [
394
- {
395
- "kind": "js",
396
- "name": "BmBadgeDot",
397
- "declaration": {
398
- "name": "BmBadgeDot",
399
- "module": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts"
400
- }
401
- },
402
- {
403
- "kind": "custom-element-definition",
404
- "name": "bm-badge-dot",
405
- "declaration": {
406
- "name": "BmBadgeDot",
407
- "module": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts"
408
- }
409
- }
410
- ]
411
- },
412
- {
413
- "kind": "javascript-module",
414
- "path": "libs/web-components/src/lib/BadgeDot/index.ts",
415
- "declarations": [],
416
- "exports": [
417
- {
418
- "kind": "js",
419
- "name": "*",
420
- "declaration": {
421
- "name": "*",
422
- "package": "./BadgeDot"
423
- }
424
- }
425
- ]
426
- },
427
295
  {
428
296
  "kind": "javascript-module",
429
297
  "path": "libs/web-components/src/lib/Badge/Badge.ts",
@@ -581,686 +449,805 @@
581
449
  },
582
450
  {
583
451
  "kind": "javascript-module",
584
- "path": "libs/web-components/src/lib/Box/Box.ts",
452
+ "path": "libs/web-components/src/lib/Alert/Alert.ts",
585
453
  "declarations": [
586
454
  {
587
455
  "kind": "class",
588
- "description": "`bm-box`\n\n### Attributes:\n- **backgroundColor** - Specify the background color of a Box\n- **borderColor** - Specify the border color of a Box\n- **borderWidth** - Specify the border width of a Box\n- **borderRadius** - Specify the border radius of a Box\n- **px** - Specify before and after padding of a Box\n- **py** - Specify top and bottom padding of a Box\n- **pTop** - Specify top padding of a Box\n- **pBottom** - Specify bottom padding of a Box\n- **pBefore** - Specify before padding of a Box\n- **pAfter** - Specify after padding of a Box\n- **mx** - Specify before and after margin of a Box\n- **my** - Specify top and bottom margin of a Box\n- **mTop** - Specify top margin of a Box\n- **mBottom** - Specify bottom margin of a Box\n- **mBefore** - Specify before margin of a Box\n- **mAfter** - Specify after margin of a Box\n- **m** - Specify all margin\n- **p** - Specify all padding\n- **gap** - Specify gap between child elements\n- **shadow** - Specify if a Box has a shadow",
589
- "name": "BmBox",
456
+ "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",
457
+ "name": "BmAlert",
590
458
  "slots": [
591
459
  {
592
- "description": "Provide content for the Box",
593
- "name": "default"
460
+ "description": "Specify a different icon for the Alert",
461
+ "name": "icon"
462
+ },
463
+ {
464
+ "description": "Specify the heading text for Alert or pass the `heading` attribute to set the heading",
465
+ "name": "heading"
466
+ },
467
+ {
468
+ "description": "Specify the body text for Alert or pass the `body` attribute to set the body",
469
+ "name": "body"
470
+ },
471
+ {
472
+ "description": "Specify if actions display on the Alert",
473
+ "name": "actions"
594
474
  }
595
475
  ],
596
476
  "members": [
597
477
  {
598
478
  "kind": "field",
599
- "name": "backgroundColor",
479
+ "name": "heading",
600
480
  "type": {
601
- "text": "'positive' | 'warning' | 'negative' | 'inverse' | 'selected' | 'expressive' | '00' | '00-alt' | '01' | '02' | '03' | 'info-primary' | 'info-secondary' | 'positive-strong' | 'warning-strong' | 'negative-strong' | 'info-primary-strong' | 'info-secondary-strong' | 'selected-subtle' | 'highlight' | 'transparent' | 'expressive-stronger' | 'expressive-inverse' | undefined"
481
+ "text": "string | undefined"
602
482
  },
603
- "description": "Specify the background color of a Box",
604
- "attribute": "backgroundColor"
483
+ "description": "Specify the heading text for Alert",
484
+ "attribute": "heading"
605
485
  },
606
486
  {
607
487
  "kind": "field",
608
- "name": "borderColor",
488
+ "name": "body",
609
489
  "type": {
610
- "text": "'positive' | 'warning' | 'negative' | 'inverse' | 'selected' | 'expressive' | 'strong' | '00' | '00-alt' | '01' | '02' | '03' | 'info-primary' | 'info-secondary' | 'positive-strong' | 'warning-strong' | 'negative-strong' | 'info-primary-strong' | 'info-secondary-strong' | 'transparent' | 'expressive-stronger' | 'focus' | undefined"
490
+ "text": "string | undefined"
611
491
  },
612
- "description": "Specify the border color of a Box",
613
- "attribute": "borderColor"
492
+ "description": "Specify the body text for Alert",
493
+ "attribute": "body"
614
494
  },
615
495
  {
616
496
  "kind": "field",
617
- "name": "borderWidth",
497
+ "name": "size",
618
498
  "type": {
619
- "text": "'md' | 'lg' | 'xl' | 'none' | 'divider' | undefined"
499
+ "text": "'sm' | 'md'"
620
500
  },
621
- "description": "Specify the border width of a Box",
622
- "attribute": "borderWidth"
501
+ "default": "'sm'",
502
+ "description": "Specify the size of the Alert",
503
+ "attribute": "size"
623
504
  },
624
505
  {
625
506
  "kind": "field",
626
- "name": "borderRadius",
507
+ "name": "fullWidth",
627
508
  "type": {
628
- "text": "'xs' | 'sm' | 'md' | 'lg' | 'none' | 'round' | undefined"
509
+ "text": "boolean"
629
510
  },
630
- "description": "Specify the border radius of a Box",
631
- "attribute": "borderRadius"
511
+ "default": "false",
512
+ "description": "Specify if the Alert has no border radius",
513
+ "attribute": "fullWidth"
632
514
  },
633
515
  {
634
516
  "kind": "field",
635
- "name": "px",
517
+ "name": "theme",
636
518
  "type": {
637
- "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
519
+ "text": "'light' | 'dark' | undefined"
638
520
  },
639
- "description": "Specify before and after padding of a Box",
640
- "attribute": "px"
521
+ "description": "Specify the theme of the Alert. By default it inherits the theme from the parent",
522
+ "attribute": "theme"
641
523
  },
642
524
  {
643
525
  "kind": "field",
644
- "name": "py",
526
+ "name": "appearance",
645
527
  "type": {
646
- "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
528
+ "text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
647
529
  },
648
- "description": "Specify top and bottom padding of a Box",
649
- "attribute": "py"
530
+ "default": "'infoPrimary'",
531
+ "description": "Specify the appearance of the Alert",
532
+ "attribute": "appearance"
650
533
  },
651
534
  {
652
535
  "kind": "field",
653
- "name": "pTop",
536
+ "name": "hidden",
654
537
  "type": {
655
- "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
538
+ "text": "boolean"
656
539
  },
657
- "description": "Specify top padding of a Box",
658
- "attribute": "pTop"
540
+ "default": "false",
541
+ "description": "Specify if the Alert is hidden",
542
+ "attribute": "hidden"
659
543
  },
660
544
  {
661
545
  "kind": "field",
662
- "name": "pBottom",
546
+ "name": "hideIcon",
663
547
  "type": {
664
- "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
548
+ "text": "boolean"
665
549
  },
666
- "description": "Specify bottom padding of a Box",
667
- "attribute": "pBottom"
550
+ "default": "false",
551
+ "description": "Specify if the icon displays on the Alert",
552
+ "attribute": "hideIcon"
668
553
  },
669
554
  {
670
555
  "kind": "field",
671
- "name": "pBefore",
556
+ "name": "dismissible",
672
557
  "type": {
673
- "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
558
+ "text": "boolean"
674
559
  },
675
- "description": "Specify before padding of a Box",
676
- "attribute": "pBefore"
560
+ "default": "false",
561
+ "description": "Specify if the Alert can be dismissed",
562
+ "attribute": "dismissible"
677
563
  },
678
564
  {
679
565
  "kind": "field",
680
- "name": "pAfter",
566
+ "name": "disableAutoFocus",
681
567
  "type": {
682
- "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
568
+ "text": "boolean"
683
569
  },
684
- "description": "Specify after padding of a Box",
685
- "attribute": "pAfter"
570
+ "default": "false",
571
+ "description": "Prevent autofocus on show",
572
+ "attribute": "disableAutoFocus"
686
573
  },
687
574
  {
688
575
  "kind": "field",
689
- "name": "mx",
576
+ "name": "disableCloseOnEscape",
690
577
  "type": {
691
- "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
578
+ "text": "boolean"
692
579
  },
693
- "description": "Specify before and after margin of a Box",
694
- "attribute": "mx"
695
- },
580
+ "default": "false",
581
+ "description": "Prevent Escape from closing",
582
+ "attribute": "disableCloseOnEscape"
583
+ }
584
+ ],
585
+ "events": [
696
586
  {
697
- "kind": "field",
698
- "name": "my",
587
+ "description": "Dispatched when the Alert has been dismissed",
588
+ "name": "bm-dismiss"
589
+ }
590
+ ],
591
+ "attributes": [
592
+ {
593
+ "name": "heading",
699
594
  "type": {
700
- "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
595
+ "text": "string | undefined"
701
596
  },
702
- "description": "Specify top and bottom margin of a Box",
703
- "attribute": "my"
597
+ "description": "Specify the heading text for Alert",
598
+ "fieldName": "heading"
704
599
  },
705
600
  {
706
- "kind": "field",
707
- "name": "mTop",
601
+ "name": "body",
708
602
  "type": {
709
- "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
603
+ "text": "string | undefined"
710
604
  },
711
- "description": "Specify top margin of a Box",
712
- "attribute": "mTop"
605
+ "description": "Specify the body text for Alert",
606
+ "fieldName": "body"
713
607
  },
714
608
  {
715
- "kind": "field",
716
- "name": "mBottom",
609
+ "name": "size",
717
610
  "type": {
718
- "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
611
+ "text": "'sm' | 'md'"
719
612
  },
720
- "description": "Specify bottom margin of a Box",
721
- "attribute": "mBottom"
613
+ "default": "'sm'",
614
+ "description": "Specify the size of the Alert",
615
+ "fieldName": "size"
722
616
  },
723
617
  {
724
- "kind": "field",
725
- "name": "mBefore",
618
+ "name": "fullWidth",
726
619
  "type": {
727
- "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
620
+ "text": "boolean"
728
621
  },
729
- "description": "Specify before margin of a Box",
730
- "attribute": "mBefore"
622
+ "default": "false",
623
+ "description": "Specify if the Alert has no border radius",
624
+ "fieldName": "fullWidth"
731
625
  },
732
626
  {
733
- "kind": "field",
734
- "name": "mAfter",
627
+ "name": "theme",
735
628
  "type": {
736
- "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
629
+ "text": "'light' | 'dark' | undefined"
737
630
  },
738
- "description": "Specify after margin of a Box",
739
- "attribute": "mAfter"
631
+ "description": "Specify the theme of the Alert. By default it inherits the theme from the parent",
632
+ "fieldName": "theme"
633
+ },
634
+ {
635
+ "name": "appearance",
636
+ "type": {
637
+ "text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
638
+ },
639
+ "default": "'infoPrimary'",
640
+ "description": "Specify the appearance of the Alert",
641
+ "fieldName": "appearance"
642
+ },
643
+ {
644
+ "name": "hidden",
645
+ "type": {
646
+ "text": "boolean"
647
+ },
648
+ "default": "false",
649
+ "description": "Specify if the Alert is hidden",
650
+ "fieldName": "hidden"
651
+ },
652
+ {
653
+ "name": "hideIcon",
654
+ "type": {
655
+ "text": "boolean"
656
+ },
657
+ "default": "false",
658
+ "description": "Specify if the icon displays on the Alert",
659
+ "fieldName": "hideIcon"
660
+ },
661
+ {
662
+ "name": "dismissible",
663
+ "type": {
664
+ "text": "boolean"
665
+ },
666
+ "default": "false",
667
+ "description": "Specify if the Alert can be dismissed",
668
+ "fieldName": "dismissible"
740
669
  },
670
+ {
671
+ "name": "disableAutoFocus",
672
+ "type": {
673
+ "text": "boolean"
674
+ },
675
+ "default": "false",
676
+ "description": "Prevent autofocus on show",
677
+ "fieldName": "disableAutoFocus"
678
+ },
679
+ {
680
+ "name": "disableCloseOnEscape",
681
+ "type": {
682
+ "text": "boolean"
683
+ },
684
+ "default": "false",
685
+ "description": "Prevent Escape from closing",
686
+ "fieldName": "disableCloseOnEscape"
687
+ }
688
+ ],
689
+ "superclass": {
690
+ "name": "LitElement",
691
+ "package": "lit"
692
+ },
693
+ "tagName": "bm-alert",
694
+ "customElement": true
695
+ }
696
+ ],
697
+ "exports": [
698
+ {
699
+ "kind": "js",
700
+ "name": "BmAlert",
701
+ "declaration": {
702
+ "name": "BmAlert",
703
+ "module": "libs/web-components/src/lib/Alert/Alert.ts"
704
+ }
705
+ },
706
+ {
707
+ "kind": "custom-element-definition",
708
+ "name": "bm-alert",
709
+ "declaration": {
710
+ "name": "BmAlert",
711
+ "module": "libs/web-components/src/lib/Alert/Alert.ts"
712
+ }
713
+ }
714
+ ]
715
+ },
716
+ {
717
+ "kind": "javascript-module",
718
+ "path": "libs/web-components/src/lib/Alert/index.ts",
719
+ "declarations": [],
720
+ "exports": [
721
+ {
722
+ "kind": "js",
723
+ "name": "*",
724
+ "declaration": {
725
+ "name": "*",
726
+ "package": "./Alert"
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": [
741
746
  {
742
747
  "kind": "field",
743
- "name": "m",
748
+ "name": "theme",
744
749
  "type": {
745
- "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
750
+ "text": "'light' | 'dark' | undefined"
746
751
  },
747
- "description": "Specify all margin",
748
- "attribute": "m"
752
+ "description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
753
+ "attribute": "theme"
749
754
  },
750
755
  {
751
756
  "kind": "field",
752
- "name": "p",
757
+ "name": "appearance",
753
758
  "type": {
754
- "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
759
+ "text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
755
760
  },
756
- "description": "Specify all padding",
757
- "attribute": "p"
761
+ "default": "'infoPrimary'",
762
+ "description": "Specify the appearance of the BadgeDot",
763
+ "attribute": "appearance"
758
764
  },
759
765
  {
760
766
  "kind": "field",
761
- "name": "gap",
767
+ "name": "emphasis",
762
768
  "type": {
763
- "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
769
+ "text": "'strong' | 'subtle'"
764
770
  },
765
- "description": "Specify gap between child elements",
766
- "attribute": "gap"
771
+ "default": "'strong'",
772
+ "description": "Specify the emphasis of the BadgeDot",
773
+ "attribute": "emphasis"
767
774
  },
768
775
  {
769
776
  "kind": "field",
770
- "name": "shadow",
777
+ "name": "overrideDotColor",
771
778
  "type": {
772
- "text": "'sm' | 'md' | 'lg' | 'none' | 'overlay' | undefined"
779
+ "text": "string | undefined"
773
780
  },
774
- "description": "Specify if a Box has a shadow",
775
- "attribute": "shadow"
781
+ "description": "Overrides default dot color",
782
+ "attribute": "overrideDotColor"
776
783
  }
777
784
  ],
778
785
  "attributes": [
779
786
  {
787
+ "name": "theme",
788
+ "type": {
789
+ "text": "'light' | 'dark' | undefined"
790
+ },
791
+ "description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
792
+ "fieldName": "theme"
793
+ },
794
+ {
795
+ "name": "appearance",
796
+ "type": {
797
+ "text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
798
+ },
799
+ "default": "'infoPrimary'",
800
+ "description": "Specify the appearance of the BadgeDot",
801
+ "fieldName": "appearance"
802
+ },
803
+ {
804
+ "name": "emphasis",
805
+ "type": {
806
+ "text": "'strong' | 'subtle'"
807
+ },
808
+ "default": "'strong'",
809
+ "description": "Specify the emphasis of the BadgeDot",
810
+ "fieldName": "emphasis"
811
+ },
812
+ {
813
+ "name": "overrideDotColor",
814
+ "type": {
815
+ "text": "string | undefined"
816
+ },
817
+ "description": "Overrides default dot color",
818
+ "fieldName": "overrideDotColor"
819
+ }
820
+ ],
821
+ "superclass": {
822
+ "name": "LitElement",
823
+ "package": "lit"
824
+ },
825
+ "tagName": "bm-badge-dot",
826
+ "customElement": true
827
+ }
828
+ ],
829
+ "exports": [
830
+ {
831
+ "kind": "js",
832
+ "name": "BmBadgeDot",
833
+ "declaration": {
834
+ "name": "BmBadgeDot",
835
+ "module": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts"
836
+ }
837
+ },
838
+ {
839
+ "kind": "custom-element-definition",
840
+ "name": "bm-badge-dot",
841
+ "declaration": {
842
+ "name": "BmBadgeDot",
843
+ "module": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts"
844
+ }
845
+ }
846
+ ]
847
+ },
848
+ {
849
+ "kind": "javascript-module",
850
+ "path": "libs/web-components/src/lib/BadgeDot/index.ts",
851
+ "declarations": [],
852
+ "exports": [
853
+ {
854
+ "kind": "js",
855
+ "name": "*",
856
+ "declaration": {
857
+ "name": "*",
858
+ "package": "./BadgeDot"
859
+ }
860
+ }
861
+ ]
862
+ },
863
+ {
864
+ "kind": "javascript-module",
865
+ "path": "libs/web-components/src/lib/Box/Box.ts",
866
+ "declarations": [
867
+ {
868
+ "kind": "class",
869
+ "description": "`bm-box`\n\n### Attributes:\n- **backgroundColor** - Specify the background color of a Box\n- **borderColor** - Specify the border color of a Box\n- **borderWidth** - Specify the border width of a Box\n- **borderRadius** - Specify the border radius of a Box\n- **px** - Specify before and after padding of a Box\n- **py** - Specify top and bottom padding of a Box\n- **pTop** - Specify top padding of a Box\n- **pBottom** - Specify bottom padding of a Box\n- **pBefore** - Specify before padding of a Box\n- **pAfter** - Specify after padding of a Box\n- **mx** - Specify before and after margin of a Box\n- **my** - Specify top and bottom margin of a Box\n- **mTop** - Specify top margin of a Box\n- **mBottom** - Specify bottom margin of a Box\n- **mBefore** - Specify before margin of a Box\n- **mAfter** - Specify after margin of a Box\n- **m** - Specify all margin\n- **p** - Specify all padding\n- **gap** - Specify gap between child elements\n- **shadow** - Specify if a Box has a shadow",
870
+ "name": "BmBox",
871
+ "slots": [
872
+ {
873
+ "description": "Provide content for the Box",
874
+ "name": "default"
875
+ }
876
+ ],
877
+ "members": [
878
+ {
879
+ "kind": "field",
780
880
  "name": "backgroundColor",
781
881
  "type": {
782
882
  "text": "'positive' | 'warning' | 'negative' | 'inverse' | 'selected' | 'expressive' | '00' | '00-alt' | '01' | '02' | '03' | 'info-primary' | 'info-secondary' | 'positive-strong' | 'warning-strong' | 'negative-strong' | 'info-primary-strong' | 'info-secondary-strong' | 'selected-subtle' | 'highlight' | 'transparent' | 'expressive-stronger' | 'expressive-inverse' | undefined"
783
883
  },
784
884
  "description": "Specify the background color of a Box",
785
- "fieldName": "backgroundColor"
885
+ "attribute": "backgroundColor"
786
886
  },
787
887
  {
888
+ "kind": "field",
788
889
  "name": "borderColor",
789
890
  "type": {
790
891
  "text": "'positive' | 'warning' | 'negative' | 'inverse' | 'selected' | 'expressive' | 'strong' | '00' | '00-alt' | '01' | '02' | '03' | 'info-primary' | 'info-secondary' | 'positive-strong' | 'warning-strong' | 'negative-strong' | 'info-primary-strong' | 'info-secondary-strong' | 'transparent' | 'expressive-stronger' | 'focus' | undefined"
791
892
  },
792
893
  "description": "Specify the border color of a Box",
793
- "fieldName": "borderColor"
894
+ "attribute": "borderColor"
794
895
  },
795
896
  {
897
+ "kind": "field",
796
898
  "name": "borderWidth",
797
899
  "type": {
798
900
  "text": "'md' | 'lg' | 'xl' | 'none' | 'divider' | undefined"
799
901
  },
800
902
  "description": "Specify the border width of a Box",
801
- "fieldName": "borderWidth"
903
+ "attribute": "borderWidth"
802
904
  },
803
905
  {
906
+ "kind": "field",
804
907
  "name": "borderRadius",
805
908
  "type": {
806
909
  "text": "'xs' | 'sm' | 'md' | 'lg' | 'none' | 'round' | undefined"
807
910
  },
808
911
  "description": "Specify the border radius of a Box",
809
- "fieldName": "borderRadius"
912
+ "attribute": "borderRadius"
810
913
  },
811
914
  {
915
+ "kind": "field",
812
916
  "name": "px",
813
917
  "type": {
814
918
  "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
815
919
  },
816
920
  "description": "Specify before and after padding of a Box",
817
- "fieldName": "px"
921
+ "attribute": "px"
818
922
  },
819
923
  {
924
+ "kind": "field",
820
925
  "name": "py",
821
926
  "type": {
822
927
  "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
823
928
  },
824
929
  "description": "Specify top and bottom padding of a Box",
825
- "fieldName": "py"
930
+ "attribute": "py"
826
931
  },
827
932
  {
933
+ "kind": "field",
828
934
  "name": "pTop",
829
935
  "type": {
830
936
  "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
831
937
  },
832
938
  "description": "Specify top padding of a Box",
833
- "fieldName": "pTop"
939
+ "attribute": "pTop"
834
940
  },
835
941
  {
942
+ "kind": "field",
836
943
  "name": "pBottom",
837
944
  "type": {
838
945
  "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
839
946
  },
840
947
  "description": "Specify bottom padding of a Box",
841
- "fieldName": "pBottom"
948
+ "attribute": "pBottom"
842
949
  },
843
950
  {
951
+ "kind": "field",
844
952
  "name": "pBefore",
845
953
  "type": {
846
954
  "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
847
955
  },
848
956
  "description": "Specify before padding of a Box",
849
- "fieldName": "pBefore"
957
+ "attribute": "pBefore"
850
958
  },
851
959
  {
960
+ "kind": "field",
852
961
  "name": "pAfter",
853
962
  "type": {
854
963
  "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
855
964
  },
856
965
  "description": "Specify after padding of a Box",
857
- "fieldName": "pAfter"
966
+ "attribute": "pAfter"
858
967
  },
859
968
  {
969
+ "kind": "field",
860
970
  "name": "mx",
861
971
  "type": {
862
972
  "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
863
973
  },
864
974
  "description": "Specify before and after margin of a Box",
865
- "fieldName": "mx"
975
+ "attribute": "mx"
866
976
  },
867
977
  {
978
+ "kind": "field",
868
979
  "name": "my",
869
980
  "type": {
870
981
  "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
871
982
  },
872
983
  "description": "Specify top and bottom margin of a Box",
873
- "fieldName": "my"
984
+ "attribute": "my"
874
985
  },
875
986
  {
987
+ "kind": "field",
876
988
  "name": "mTop",
877
989
  "type": {
878
990
  "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
879
991
  },
880
992
  "description": "Specify top margin of a Box",
881
- "fieldName": "mTop"
993
+ "attribute": "mTop"
882
994
  },
883
995
  {
996
+ "kind": "field",
884
997
  "name": "mBottom",
885
998
  "type": {
886
999
  "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
887
1000
  },
888
1001
  "description": "Specify bottom margin of a Box",
889
- "fieldName": "mBottom"
1002
+ "attribute": "mBottom"
890
1003
  },
891
1004
  {
1005
+ "kind": "field",
892
1006
  "name": "mBefore",
893
1007
  "type": {
894
1008
  "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
895
1009
  },
896
1010
  "description": "Specify before margin of a Box",
897
- "fieldName": "mBefore"
1011
+ "attribute": "mBefore"
898
1012
  },
899
1013
  {
1014
+ "kind": "field",
900
1015
  "name": "mAfter",
901
1016
  "type": {
902
1017
  "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
903
1018
  },
904
1019
  "description": "Specify after margin of a Box",
905
- "fieldName": "mAfter"
1020
+ "attribute": "mAfter"
906
1021
  },
907
1022
  {
1023
+ "kind": "field",
908
1024
  "name": "m",
909
1025
  "type": {
910
1026
  "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
911
1027
  },
912
1028
  "description": "Specify all margin",
913
- "fieldName": "m"
1029
+ "attribute": "m"
914
1030
  },
915
1031
  {
1032
+ "kind": "field",
916
1033
  "name": "p",
917
1034
  "type": {
918
1035
  "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
919
1036
  },
920
1037
  "description": "Specify all padding",
921
- "fieldName": "p"
1038
+ "attribute": "p"
922
1039
  },
923
1040
  {
1041
+ "kind": "field",
924
1042
  "name": "gap",
925
1043
  "type": {
926
1044
  "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
927
1045
  },
928
1046
  "description": "Specify gap between child elements",
929
- "fieldName": "gap"
1047
+ "attribute": "gap"
930
1048
  },
931
1049
  {
1050
+ "kind": "field",
932
1051
  "name": "shadow",
933
1052
  "type": {
934
1053
  "text": "'sm' | 'md' | 'lg' | 'none' | 'overlay' | undefined"
935
1054
  },
936
1055
  "description": "Specify if a Box has a shadow",
937
- "fieldName": "shadow"
938
- }
939
- ],
940
- "superclass": {
941
- "name": "LitElement",
942
- "package": "lit"
943
- },
944
- "tagName": "bm-box",
945
- "customElement": true
946
- }
947
- ],
948
- "exports": [
949
- {
950
- "kind": "js",
951
- "name": "BmBox",
952
- "declaration": {
953
- "name": "BmBox",
954
- "module": "libs/web-components/src/lib/Box/Box.ts"
955
- }
956
- },
957
- {
958
- "kind": "custom-element-definition",
959
- "name": "bm-box",
960
- "declaration": {
961
- "name": "BmBox",
962
- "module": "libs/web-components/src/lib/Box/Box.ts"
963
- }
964
- }
965
- ]
966
- },
967
- {
968
- "kind": "javascript-module",
969
- "path": "libs/web-components/src/lib/Box/index.ts",
970
- "declarations": [],
971
- "exports": [
972
- {
973
- "kind": "js",
974
- "name": "*",
975
- "declaration": {
976
- "name": "*",
977
- "package": "./Box"
978
- }
979
- }
980
- ]
981
- },
982
- {
983
- "kind": "javascript-module",
984
- "path": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.context.ts",
985
- "declarations": [
986
- {
987
- "kind": "variable",
988
- "name": "BreadcrumbGroupCtx"
989
- }
990
- ],
991
- "exports": [
992
- {
993
- "kind": "js",
994
- "name": "BreadcrumbGroupCtx",
995
- "declaration": {
996
- "name": "BreadcrumbGroupCtx",
997
- "module": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.context.ts"
998
- }
999
- }
1000
- ]
1001
- },
1002
- {
1003
- "kind": "javascript-module",
1004
- "path": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.ts",
1005
- "declarations": [
1006
- {
1007
- "kind": "class",
1008
- "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",
1009
- "name": "BmBreadcrumbs",
1010
- "slots": [
1011
- {
1012
- "description": "Pass items to the Breadcrumb",
1013
- "name": "default"
1056
+ "attribute": "shadow"
1014
1057
  }
1015
1058
  ],
1016
- "members": [
1059
+ "attributes": [
1017
1060
  {
1018
- "kind": "field",
1019
- "name": "wrap",
1061
+ "name": "backgroundColor",
1020
1062
  "type": {
1021
- "text": "boolean"
1063
+ "text": "'positive' | 'warning' | 'negative' | 'inverse' | 'selected' | 'expressive' | '00' | '00-alt' | '01' | '02' | '03' | 'info-primary' | 'info-secondary' | 'positive-strong' | 'warning-strong' | 'negative-strong' | 'info-primary-strong' | 'info-secondary-strong' | 'selected-subtle' | 'highlight' | 'transparent' | 'expressive-stronger' | 'expressive-inverse' | undefined"
1022
1064
  },
1023
- "default": "true",
1024
- "description": "Specify if items wrap or collapse to an ellipsis",
1025
- "attribute": "wrap"
1065
+ "description": "Specify the background color of a Box",
1066
+ "fieldName": "backgroundColor"
1026
1067
  },
1027
1068
  {
1028
- "kind": "field",
1029
- "name": "itemsBeforeCollapse",
1069
+ "name": "borderColor",
1030
1070
  "type": {
1031
- "text": "number"
1071
+ "text": "'positive' | 'warning' | 'negative' | 'inverse' | 'selected' | 'expressive' | 'strong' | '00' | '00-alt' | '01' | '02' | '03' | 'info-primary' | 'info-secondary' | 'positive-strong' | 'warning-strong' | 'negative-strong' | 'info-primary-strong' | 'info-secondary-strong' | 'transparent' | 'expressive-stronger' | 'focus' | undefined"
1032
1072
  },
1033
- "default": "1",
1034
- "description": "Specify how many items show before ellipsis",
1035
- "attribute": "itemsBeforeCollapse"
1073
+ "description": "Specify the border color of a Box",
1074
+ "fieldName": "borderColor"
1036
1075
  },
1037
1076
  {
1038
- "kind": "field",
1039
- "name": "itemsAfterCollapse",
1077
+ "name": "borderWidth",
1040
1078
  "type": {
1041
- "text": "number"
1079
+ "text": "'md' | 'lg' | 'xl' | 'none' | 'divider' | undefined"
1042
1080
  },
1043
- "default": "1",
1044
- "description": "Specify how many items show after ellipsis",
1045
- "attribute": "itemsAfterCollapse"
1081
+ "description": "Specify the border width of a Box",
1082
+ "fieldName": "borderWidth"
1046
1083
  },
1047
1084
  {
1048
- "kind": "field",
1049
- "name": "theme",
1085
+ "name": "borderRadius",
1050
1086
  "type": {
1051
- "text": "'light' | 'dark' | undefined"
1087
+ "text": "'xs' | 'sm' | 'md' | 'lg' | 'none' | 'round' | undefined"
1052
1088
  },
1053
- "description": "Specify the theme of the Breadcrumbs. By default, it inherits the theme from the parent",
1054
- "attribute": "theme"
1055
- }
1056
- ],
1057
- "attributes": [
1089
+ "description": "Specify the border radius of a Box",
1090
+ "fieldName": "borderRadius"
1091
+ },
1058
1092
  {
1059
- "name": "wrap",
1093
+ "name": "px",
1060
1094
  "type": {
1061
- "text": "boolean"
1095
+ "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1062
1096
  },
1063
- "default": "true",
1064
- "description": "Specify if items wrap or collapse to an ellipsis",
1065
- "fieldName": "wrap"
1097
+ "description": "Specify before and after padding of a Box",
1098
+ "fieldName": "px"
1066
1099
  },
1067
1100
  {
1068
- "name": "itemsBeforeCollapse",
1101
+ "name": "py",
1069
1102
  "type": {
1070
- "text": "number"
1103
+ "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1071
1104
  },
1072
- "default": "1",
1073
- "description": "Specify how many items show before ellipsis",
1074
- "fieldName": "itemsBeforeCollapse"
1105
+ "description": "Specify top and bottom padding of a Box",
1106
+ "fieldName": "py"
1075
1107
  },
1076
1108
  {
1077
- "name": "itemsAfterCollapse",
1109
+ "name": "pTop",
1078
1110
  "type": {
1079
- "text": "number"
1111
+ "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1080
1112
  },
1081
- "default": "1",
1082
- "description": "Specify how many items show after ellipsis",
1083
- "fieldName": "itemsAfterCollapse"
1113
+ "description": "Specify top padding of a Box",
1114
+ "fieldName": "pTop"
1084
1115
  },
1085
1116
  {
1086
- "name": "theme",
1117
+ "name": "pBottom",
1087
1118
  "type": {
1088
- "text": "'light' | 'dark' | undefined"
1119
+ "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1089
1120
  },
1090
- "description": "Specify the theme of the Breadcrumbs. By default, it inherits the theme from the parent",
1091
- "fieldName": "theme"
1092
- }
1093
- ],
1094
- "superclass": {
1095
- "name": "LitElement",
1096
- "package": "lit"
1097
- },
1098
- "tagName": "bm-breadcrumb",
1099
- "customElement": true
1100
- }
1101
- ],
1102
- "exports": [
1103
- {
1104
- "kind": "js",
1105
- "name": "BmBreadcrumbs",
1106
- "declaration": {
1107
- "name": "BmBreadcrumbs",
1108
- "module": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.ts"
1109
- }
1110
- },
1111
- {
1112
- "kind": "custom-element-definition",
1113
- "name": "bm-breadcrumb",
1114
- "declaration": {
1115
- "name": "BmBreadcrumbs",
1116
- "module": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.ts"
1117
- }
1118
- }
1119
- ]
1120
- },
1121
- {
1122
- "kind": "javascript-module",
1123
- "path": "libs/web-components/src/lib/Breadcrumbs/BreadcrumbsItem.ts",
1124
- "declarations": [
1125
- {
1126
- "kind": "class",
1127
- "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** ",
1128
- "name": "BmBreadcrumbsItem",
1129
- "slots": [
1121
+ "description": "Specify bottom padding of a Box",
1122
+ "fieldName": "pBottom"
1123
+ },
1130
1124
  {
1131
- "description": "Pass text to an item",
1132
- "name": "default"
1125
+ "name": "pBefore",
1126
+ "type": {
1127
+ "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1128
+ },
1129
+ "description": "Specify before padding of a Box",
1130
+ "fieldName": "pBefore"
1133
1131
  },
1134
1132
  {
1135
- "description": "Pass icon to an item",
1136
- "name": "icon"
1137
- }
1138
- ],
1139
- "members": [
1133
+ "name": "pAfter",
1134
+ "type": {
1135
+ "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1136
+ },
1137
+ "description": "Specify after padding of a Box",
1138
+ "fieldName": "pAfter"
1139
+ },
1140
1140
  {
1141
- "kind": "field",
1142
- "name": "href",
1141
+ "name": "mx",
1143
1142
  "type": {
1144
- "text": "string | undefined"
1143
+ "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1145
1144
  },
1146
- "description": "Pass href to an item",
1147
- "attribute": "href"
1145
+ "description": "Specify before and after margin of a Box",
1146
+ "fieldName": "mx"
1148
1147
  },
1149
1148
  {
1150
- "kind": "field",
1151
- "name": "clickable",
1149
+ "name": "my",
1152
1150
  "type": {
1153
- "text": "boolean"
1151
+ "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1154
1152
  },
1155
- "default": "false",
1156
- "description": "Specify if the item is interactive without an href",
1157
- "attribute": "clickable"
1153
+ "description": "Specify top and bottom margin of a Box",
1154
+ "fieldName": "my"
1158
1155
  },
1159
1156
  {
1160
- "kind": "field",
1161
- "name": "truncationWidth",
1157
+ "name": "mTop",
1162
1158
  "type": {
1163
- "text": "string | undefined"
1159
+ "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1164
1160
  },
1165
- "description": "Specify truncation width of the items. Sets max-width for all items but the last.",
1166
- "attribute": "truncationWidth"
1161
+ "description": "Specify top margin of a Box",
1162
+ "fieldName": "mTop"
1167
1163
  },
1168
1164
  {
1169
- "kind": "field",
1170
- "name": "isCurrent",
1165
+ "name": "mBottom",
1171
1166
  "type": {
1172
- "text": "boolean"
1167
+ "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1173
1168
  },
1174
- "default": "false",
1175
- "description": "Specify explicitly if the item is the last one",
1176
- "attribute": "isCurrent",
1177
- "reflects": true
1169
+ "description": "Specify bottom margin of a Box",
1170
+ "fieldName": "mBottom"
1178
1171
  },
1179
1172
  {
1180
- "kind": "field",
1181
- "name": "isCollapsed",
1173
+ "name": "mBefore",
1182
1174
  "type": {
1183
- "text": "boolean"
1175
+ "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1184
1176
  },
1185
- "default": "false",
1186
- "attribute": "isCollapsed",
1187
- "reflects": true
1188
- }
1189
- ],
1190
- "attributes": [
1177
+ "description": "Specify before margin of a Box",
1178
+ "fieldName": "mBefore"
1179
+ },
1191
1180
  {
1192
- "name": "href",
1181
+ "name": "mAfter",
1193
1182
  "type": {
1194
- "text": "string | undefined"
1183
+ "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1195
1184
  },
1196
- "description": "Pass href to an item",
1197
- "fieldName": "href"
1185
+ "description": "Specify after margin of a Box",
1186
+ "fieldName": "mAfter"
1198
1187
  },
1199
1188
  {
1200
- "name": "clickable",
1189
+ "name": "m",
1201
1190
  "type": {
1202
- "text": "boolean"
1191
+ "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1203
1192
  },
1204
- "default": "false",
1205
- "description": "Specify if the item is interactive without an href",
1206
- "fieldName": "clickable"
1193
+ "description": "Specify all margin",
1194
+ "fieldName": "m"
1207
1195
  },
1208
1196
  {
1209
- "name": "truncationWidth",
1197
+ "name": "p",
1210
1198
  "type": {
1211
- "text": "string | undefined"
1199
+ "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1212
1200
  },
1213
- "description": "Specify truncation width of the items. Sets max-width for all items but the last.",
1214
- "fieldName": "truncationWidth"
1201
+ "description": "Specify all padding",
1202
+ "fieldName": "p"
1215
1203
  },
1216
1204
  {
1217
- "name": "isCurrent",
1205
+ "name": "gap",
1218
1206
  "type": {
1219
- "text": "boolean"
1207
+ "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1220
1208
  },
1221
- "default": "false",
1222
- "description": "Specify explicitly if the item is the last one",
1223
- "fieldName": "isCurrent"
1209
+ "description": "Specify gap between child elements",
1210
+ "fieldName": "gap"
1224
1211
  },
1225
1212
  {
1226
- "name": "isCollapsed",
1213
+ "name": "shadow",
1227
1214
  "type": {
1228
- "text": "boolean"
1215
+ "text": "'sm' | 'md' | 'lg' | 'none' | 'overlay' | undefined"
1229
1216
  },
1230
- "default": "false",
1231
- "fieldName": "isCollapsed"
1217
+ "description": "Specify if a Box has a shadow",
1218
+ "fieldName": "shadow"
1232
1219
  }
1233
1220
  ],
1234
1221
  "superclass": {
1235
1222
  "name": "LitElement",
1236
1223
  "package": "lit"
1237
1224
  },
1238
- "tagName": "bm-breadcrumb-item",
1225
+ "tagName": "bm-box",
1239
1226
  "customElement": true
1240
1227
  }
1241
1228
  ],
1242
1229
  "exports": [
1243
1230
  {
1244
1231
  "kind": "js",
1245
- "name": "BmBreadcrumbsItem",
1232
+ "name": "BmBox",
1246
1233
  "declaration": {
1247
- "name": "BmBreadcrumbsItem",
1248
- "module": "libs/web-components/src/lib/Breadcrumbs/BreadcrumbsItem.ts"
1234
+ "name": "BmBox",
1235
+ "module": "libs/web-components/src/lib/Box/Box.ts"
1249
1236
  }
1250
1237
  },
1251
1238
  {
1252
1239
  "kind": "custom-element-definition",
1253
- "name": "bm-breadcrumb-item",
1240
+ "name": "bm-box",
1254
1241
  "declaration": {
1255
- "name": "BmBreadcrumbsItem",
1256
- "module": "libs/web-components/src/lib/Breadcrumbs/BreadcrumbsItem.ts"
1242
+ "name": "BmBox",
1243
+ "module": "libs/web-components/src/lib/Box/Box.ts"
1257
1244
  }
1258
1245
  }
1259
1246
  ]
1260
1247
  },
1261
1248
  {
1262
1249
  "kind": "javascript-module",
1263
- "path": "libs/web-components/src/lib/Breadcrumbs/index.ts",
1250
+ "path": "libs/web-components/src/lib/Box/index.ts",
1264
1251
  "declarations": [],
1265
1252
  "exports": [
1266
1253
  {
@@ -1268,15 +1255,7 @@
1268
1255
  "name": "*",
1269
1256
  "declaration": {
1270
1257
  "name": "*",
1271
- "package": "./Breadcrumbs"
1272
- }
1273
- },
1274
- {
1275
- "kind": "js",
1276
- "name": "*",
1277
- "declaration": {
1278
- "name": "*",
1279
- "package": "./BreadcrumbsItem"
1258
+ "package": "./Box"
1280
1259
  }
1281
1260
  }
1282
1261
  ]
@@ -1614,317 +1593,347 @@
1614
1593
  "fieldName": "size"
1615
1594
  },
1616
1595
  {
1617
- "name": "layout",
1596
+ "name": "layout",
1597
+ "type": {
1598
+ "text": "'stacked' | 'spaced' | undefined"
1599
+ },
1600
+ "default": "'stacked'",
1601
+ "description": "Specify the kind of the group.",
1602
+ "fieldName": "layout"
1603
+ }
1604
+ ],
1605
+ "superclass": {
1606
+ "name": "LitElement",
1607
+ "package": "lit"
1608
+ },
1609
+ "tagName": "bm-avatar-group",
1610
+ "customElement": true
1611
+ }
1612
+ ],
1613
+ "exports": [
1614
+ {
1615
+ "kind": "js",
1616
+ "name": "BmAvatarGroup",
1617
+ "declaration": {
1618
+ "name": "BmAvatarGroup",
1619
+ "module": "libs/web-components/src/lib/Avatar/AvatarGroup.ts"
1620
+ }
1621
+ },
1622
+ {
1623
+ "kind": "custom-element-definition",
1624
+ "name": "bm-avatar-group",
1625
+ "declaration": {
1626
+ "name": "BmAvatarGroup",
1627
+ "module": "libs/web-components/src/lib/Avatar/AvatarGroup.ts"
1628
+ }
1629
+ }
1630
+ ]
1631
+ },
1632
+ {
1633
+ "kind": "javascript-module",
1634
+ "path": "libs/web-components/src/lib/Avatar/index.ts",
1635
+ "declarations": [],
1636
+ "exports": [
1637
+ {
1638
+ "kind": "js",
1639
+ "name": "*",
1640
+ "declaration": {
1641
+ "name": "*",
1642
+ "package": "./Avatar"
1643
+ }
1644
+ },
1645
+ {
1646
+ "kind": "js",
1647
+ "name": "*",
1648
+ "declaration": {
1649
+ "name": "*",
1650
+ "package": "./AvatarGroup"
1651
+ }
1652
+ }
1653
+ ]
1654
+ },
1655
+ {
1656
+ "kind": "javascript-module",
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",
1678
+ "declarations": [
1679
+ {
1680
+ "kind": "class",
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",
1618
1760
  "type": {
1619
- "text": "'stacked' | 'spaced' | undefined"
1761
+ "text": "'light' | 'dark' | undefined"
1620
1762
  },
1621
- "default": "'stacked'",
1622
- "description": "Specify the kind of the group.",
1623
- "fieldName": "layout"
1763
+ "description": "Specify the theme of the Breadcrumbs. By default, it inherits the theme from the parent",
1764
+ "fieldName": "theme"
1624
1765
  }
1625
1766
  ],
1626
1767
  "superclass": {
1627
1768
  "name": "LitElement",
1628
1769
  "package": "lit"
1629
1770
  },
1630
- "tagName": "bm-avatar-group",
1771
+ "tagName": "bm-breadcrumb",
1631
1772
  "customElement": true
1632
1773
  }
1633
1774
  ],
1634
1775
  "exports": [
1635
1776
  {
1636
1777
  "kind": "js",
1637
- "name": "BmAvatarGroup",
1778
+ "name": "BmBreadcrumbs",
1638
1779
  "declaration": {
1639
- "name": "BmAvatarGroup",
1640
- "module": "libs/web-components/src/lib/Avatar/AvatarGroup.ts"
1780
+ "name": "BmBreadcrumbs",
1781
+ "module": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.ts"
1641
1782
  }
1642
1783
  },
1643
1784
  {
1644
1785
  "kind": "custom-element-definition",
1645
- "name": "bm-avatar-group",
1646
- "declaration": {
1647
- "name": "BmAvatarGroup",
1648
- "module": "libs/web-components/src/lib/Avatar/AvatarGroup.ts"
1649
- }
1650
- }
1651
- ]
1652
- },
1653
- {
1654
- "kind": "javascript-module",
1655
- "path": "libs/web-components/src/lib/Avatar/index.ts",
1656
- "declarations": [],
1657
- "exports": [
1658
- {
1659
- "kind": "js",
1660
- "name": "*",
1661
- "declaration": {
1662
- "name": "*",
1663
- "package": "./Avatar"
1664
- }
1665
- },
1666
- {
1667
- "kind": "js",
1668
- "name": "*",
1786
+ "name": "bm-breadcrumb",
1669
1787
  "declaration": {
1670
- "name": "*",
1671
- "package": "./AvatarGroup"
1788
+ "name": "BmBreadcrumbs",
1789
+ "module": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.ts"
1672
1790
  }
1673
1791
  }
1674
1792
  ]
1675
1793
  },
1676
1794
  {
1677
1795
  "kind": "javascript-module",
1678
- "path": "libs/web-components/src/lib/Button/Button.ts",
1796
+ "path": "libs/web-components/src/lib/Breadcrumbs/BreadcrumbsItem.ts",
1679
1797
  "declarations": [
1680
1798
  {
1681
1799
  "kind": "class",
1682
- "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** ",
1683
- "name": "BmButton",
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",
1684
1802
  "slots": [
1685
1803
  {
1686
- "description": "Provide content for the Button",
1804
+ "description": "Pass text to an item",
1687
1805
  "name": "default"
1688
1806
  },
1689
1807
  {
1690
- "description": "Specify if the Button displays icon before the text",
1691
- "name": "iconBefore"
1692
- },
1693
- {
1694
- "description": "Specify if the Button displays icon after the text",
1695
- "name": "iconAfter"
1808
+ "description": "Pass icon to an item",
1809
+ "name": "icon"
1696
1810
  }
1697
1811
  ],
1698
1812
  "members": [
1699
1813
  {
1700
1814
  "kind": "field",
1701
- "name": "formAssociated",
1702
- "type": {
1703
- "text": "boolean"
1704
- },
1705
- "static": true,
1706
- "default": "true"
1707
- },
1708
- {
1709
- "kind": "field",
1710
- "name": "appearance",
1815
+ "name": "href",
1711
1816
  "type": {
1712
- "text": "'accent' | 'neutral' | 'neutral-subtle' | 'destructive'"
1817
+ "text": "string | undefined"
1713
1818
  },
1714
- "default": "'accent'",
1715
- "description": "Specify the appearance of a Button",
1716
- "attribute": "appearance"
1819
+ "description": "Pass href to an item",
1820
+ "attribute": "href"
1717
1821
  },
1718
1822
  {
1719
1823
  "kind": "field",
1720
- "name": "kind",
1824
+ "name": "clickable",
1721
1825
  "type": {
1722
- "text": "'filled' | 'outline' | 'ghost' | 'bare'"
1826
+ "text": "boolean"
1723
1827
  },
1724
- "default": "'filled'",
1725
- "description": "Specify the kind of Button",
1726
- "attribute": "kind"
1828
+ "default": "false",
1829
+ "description": "Specify if the item is interactive without an href",
1830
+ "attribute": "clickable"
1727
1831
  },
1728
1832
  {
1729
1833
  "kind": "field",
1730
- "name": "size",
1834
+ "name": "truncationWidth",
1731
1835
  "type": {
1732
- "text": "'sm' | 'md' | 'lg'"
1836
+ "text": "string | undefined"
1733
1837
  },
1734
- "default": "'md'",
1735
- "description": "Specify the size of a Button",
1736
- "attribute": "size"
1838
+ "description": "Specify truncation width of the items. Sets max-width for all items but the last.",
1839
+ "attribute": "truncationWidth"
1737
1840
  },
1738
1841
  {
1739
1842
  "kind": "field",
1740
- "name": "disabled",
1843
+ "name": "isCurrent",
1741
1844
  "type": {
1742
1845
  "text": "boolean"
1743
1846
  },
1744
1847
  "default": "false",
1745
- "description": "Specify if the Button is disabled",
1746
- "attribute": "disabled"
1848
+ "description": "Specify explicitly if the item is the last one",
1849
+ "attribute": "isCurrent",
1850
+ "reflects": true
1747
1851
  },
1748
1852
  {
1749
1853
  "kind": "field",
1750
- "name": "fluid",
1854
+ "name": "isCollapsed",
1751
1855
  "type": {
1752
1856
  "text": "boolean"
1753
1857
  },
1754
1858
  "default": "false",
1755
- "description": "Specify if Button is fluid",
1756
- "attribute": "fluid"
1757
- },
1758
- {
1759
- "kind": "field",
1760
- "name": "width",
1761
- "type": {
1762
- "text": "string | undefined"
1763
- },
1764
- "description": "Specify the width of a Button",
1765
- "attribute": "width"
1766
- },
1767
- {
1768
- "kind": "field",
1769
- "name": "height",
1770
- "type": {
1771
- "text": "string | undefined"
1772
- },
1773
- "description": "Specify the height of a Button",
1774
- "attribute": "height"
1775
- },
1776
- {
1777
- "kind": "field",
1778
- "name": "theme",
1779
- "type": {
1780
- "text": "'light' | 'dark' | undefined"
1781
- },
1782
- "description": "Specify the theme of the Button",
1783
- "attribute": "theme"
1784
- },
1785
- {
1786
- "kind": "field",
1787
- "name": "iconOnly",
1788
- "type": {
1789
- "text": "boolean | undefined"
1790
- },
1791
- "description": "Specify if the icon displays without text",
1792
- "attribute": "iconOnly"
1793
- },
1794
- {
1795
- "kind": "field",
1796
- "name": "type",
1797
- "type": {
1798
- "text": "string"
1799
- },
1800
- "default": "'button'",
1801
- "attribute": "type"
1802
- },
1803
- {
1804
- "kind": "field",
1805
- "name": "formContext",
1806
- "type": {
1807
- "text": "BmFormContext"
1808
- }
1859
+ "attribute": "isCollapsed",
1860
+ "reflects": true
1809
1861
  }
1810
1862
  ],
1811
1863
  "attributes": [
1812
1864
  {
1813
- "name": "appearance",
1865
+ "name": "href",
1814
1866
  "type": {
1815
- "text": "'accent' | 'neutral' | 'neutral-subtle' | 'destructive'"
1867
+ "text": "string | undefined"
1816
1868
  },
1817
- "default": "'accent'",
1818
- "description": "Specify the appearance of a Button",
1819
- "fieldName": "appearance"
1869
+ "description": "Pass href to an item",
1870
+ "fieldName": "href"
1820
1871
  },
1821
1872
  {
1822
- "name": "kind",
1873
+ "name": "clickable",
1823
1874
  "type": {
1824
- "text": "'filled' | 'outline' | 'ghost' | 'bare'"
1875
+ "text": "boolean"
1825
1876
  },
1826
- "default": "'filled'",
1827
- "description": "Specify the kind of Button",
1828
- "fieldName": "kind"
1877
+ "default": "false",
1878
+ "description": "Specify if the item is interactive without an href",
1879
+ "fieldName": "clickable"
1829
1880
  },
1830
1881
  {
1831
- "name": "size",
1882
+ "name": "truncationWidth",
1832
1883
  "type": {
1833
- "text": "'sm' | 'md' | 'lg'"
1884
+ "text": "string | undefined"
1834
1885
  },
1835
- "default": "'md'",
1836
- "description": "Specify the size of a Button",
1837
- "fieldName": "size"
1886
+ "description": "Specify truncation width of the items. Sets max-width for all items but the last.",
1887
+ "fieldName": "truncationWidth"
1838
1888
  },
1839
1889
  {
1840
- "name": "disabled",
1890
+ "name": "isCurrent",
1841
1891
  "type": {
1842
1892
  "text": "boolean"
1843
1893
  },
1844
1894
  "default": "false",
1845
- "description": "Specify if the Button is disabled",
1846
- "fieldName": "disabled"
1895
+ "description": "Specify explicitly if the item is the last one",
1896
+ "fieldName": "isCurrent"
1847
1897
  },
1848
1898
  {
1849
- "name": "fluid",
1899
+ "name": "isCollapsed",
1850
1900
  "type": {
1851
1901
  "text": "boolean"
1852
1902
  },
1853
1903
  "default": "false",
1854
- "description": "Specify if Button is fluid",
1855
- "fieldName": "fluid"
1856
- },
1857
- {
1858
- "name": "width",
1859
- "type": {
1860
- "text": "string | undefined"
1861
- },
1862
- "description": "Specify the width of a Button",
1863
- "fieldName": "width"
1864
- },
1865
- {
1866
- "name": "height",
1867
- "type": {
1868
- "text": "string | undefined"
1869
- },
1870
- "description": "Specify the height of a Button",
1871
- "fieldName": "height"
1872
- },
1873
- {
1874
- "name": "theme",
1875
- "type": {
1876
- "text": "'light' | 'dark' | undefined"
1877
- },
1878
- "description": "Specify the theme of the Button",
1879
- "fieldName": "theme"
1880
- },
1881
- {
1882
- "name": "iconOnly",
1883
- "type": {
1884
- "text": "boolean | undefined"
1885
- },
1886
- "description": "Specify if the icon displays without text",
1887
- "fieldName": "iconOnly"
1888
- },
1889
- {
1890
- "name": "type",
1891
- "type": {
1892
- "text": "string"
1893
- },
1894
- "default": "'button'",
1895
- "fieldName": "type"
1904
+ "fieldName": "isCollapsed"
1896
1905
  }
1897
1906
  ],
1898
1907
  "superclass": {
1899
1908
  "name": "LitElement",
1900
1909
  "package": "lit"
1901
1910
  },
1902
- "tagName": "bm-button",
1911
+ "tagName": "bm-breadcrumb-item",
1903
1912
  "customElement": true
1904
1913
  }
1905
1914
  ],
1906
1915
  "exports": [
1907
1916
  {
1908
1917
  "kind": "js",
1909
- "name": "BmButton",
1918
+ "name": "BmBreadcrumbsItem",
1910
1919
  "declaration": {
1911
- "name": "BmButton",
1912
- "module": "libs/web-components/src/lib/Button/Button.ts"
1920
+ "name": "BmBreadcrumbsItem",
1921
+ "module": "libs/web-components/src/lib/Breadcrumbs/BreadcrumbsItem.ts"
1913
1922
  }
1914
1923
  },
1915
1924
  {
1916
1925
  "kind": "custom-element-definition",
1917
- "name": "bm-button",
1918
- "declaration": {
1919
- "name": "BmButton",
1920
- "module": "libs/web-components/src/lib/Button/Button.ts"
1926
+ "name": "bm-breadcrumb-item",
1927
+ "declaration": {
1928
+ "name": "BmBreadcrumbsItem",
1929
+ "module": "libs/web-components/src/lib/Breadcrumbs/BreadcrumbsItem.ts"
1921
1930
  }
1922
1931
  }
1923
1932
  ]
1924
1933
  },
1925
1934
  {
1926
1935
  "kind": "javascript-module",
1927
- "path": "libs/web-components/src/lib/Button/index.ts",
1936
+ "path": "libs/web-components/src/lib/Breadcrumbs/index.ts",
1928
1937
  "declarations": [],
1929
1938
  "exports": [
1930
1939
  {
@@ -1932,280 +1941,271 @@
1932
1941
  "name": "*",
1933
1942
  "declaration": {
1934
1943
  "name": "*",
1935
- "package": "./Button"
1944
+ "package": "./Breadcrumbs"
1945
+ }
1946
+ },
1947
+ {
1948
+ "kind": "js",
1949
+ "name": "*",
1950
+ "declaration": {
1951
+ "name": "*",
1952
+ "package": "./BreadcrumbsItem"
1936
1953
  }
1937
1954
  }
1938
1955
  ]
1939
1956
  },
1940
1957
  {
1941
1958
  "kind": "javascript-module",
1942
- "path": "libs/web-components/src/lib/Alert/Alert.ts",
1959
+ "path": "libs/web-components/src/lib/Button/Button.ts",
1943
1960
  "declarations": [
1944
1961
  {
1945
1962
  "kind": "class",
1946
- "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",
1947
- "name": "BmAlert",
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",
1948
1965
  "slots": [
1949
1966
  {
1950
- "description": "Specify a different icon for the Alert",
1951
- "name": "icon"
1952
- },
1953
- {
1954
- "description": "Specify the heading text for Alert or pass the `heading` attribute to set the heading",
1955
- "name": "heading"
1967
+ "description": "Provide content for the Button",
1968
+ "name": "default"
1956
1969
  },
1957
1970
  {
1958
- "description": "Specify the body text for Alert or pass the `body` attribute to set the body",
1959
- "name": "body"
1971
+ "description": "Specify if the Button displays icon before the text",
1972
+ "name": "iconBefore"
1960
1973
  },
1961
1974
  {
1962
- "description": "Specify if actions display on the Alert",
1963
- "name": "actions"
1975
+ "description": "Specify if the Button displays icon after the text",
1976
+ "name": "iconAfter"
1964
1977
  }
1965
1978
  ],
1966
1979
  "members": [
1967
1980
  {
1968
1981
  "kind": "field",
1969
- "name": "heading",
1982
+ "name": "formAssociated",
1970
1983
  "type": {
1971
- "text": "string | undefined"
1984
+ "text": "boolean"
1972
1985
  },
1973
- "description": "Specify the heading text for Alert",
1974
- "attribute": "heading"
1986
+ "static": true,
1987
+ "default": "true"
1975
1988
  },
1976
1989
  {
1977
1990
  "kind": "field",
1978
- "name": "body",
1991
+ "name": "appearance",
1979
1992
  "type": {
1980
- "text": "string | undefined"
1993
+ "text": "'accent' | 'neutral' | 'neutral-subtle' | 'destructive'"
1981
1994
  },
1982
- "description": "Specify the body text for Alert",
1983
- "attribute": "body"
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"
1984
2008
  },
1985
2009
  {
1986
2010
  "kind": "field",
1987
2011
  "name": "size",
1988
2012
  "type": {
1989
- "text": "'sm' | 'md'"
2013
+ "text": "'sm' | 'md' | 'lg'"
1990
2014
  },
1991
- "default": "'sm'",
1992
- "description": "Specify the size of the Alert",
2015
+ "default": "'md'",
2016
+ "description": "Specify the size of a Button",
1993
2017
  "attribute": "size"
1994
2018
  },
1995
2019
  {
1996
2020
  "kind": "field",
1997
- "name": "fullWidth",
2021
+ "name": "disabled",
1998
2022
  "type": {
1999
2023
  "text": "boolean"
2000
2024
  },
2001
2025
  "default": "false",
2002
- "description": "Specify if the Alert has no border radius",
2003
- "attribute": "fullWidth"
2026
+ "description": "Specify if the Button is disabled",
2027
+ "attribute": "disabled"
2004
2028
  },
2005
2029
  {
2006
2030
  "kind": "field",
2007
- "name": "theme",
2031
+ "name": "fluid",
2008
2032
  "type": {
2009
- "text": "'light' | 'dark' | undefined"
2033
+ "text": "boolean"
2010
2034
  },
2011
- "description": "Specify the theme of the Alert. By default it inherits the theme from the parent",
2012
- "attribute": "theme"
2035
+ "default": "false",
2036
+ "description": "Specify if Button is fluid",
2037
+ "attribute": "fluid"
2013
2038
  },
2014
2039
  {
2015
2040
  "kind": "field",
2016
- "name": "appearance",
2041
+ "name": "width",
2017
2042
  "type": {
2018
- "text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
2043
+ "text": "string | undefined"
2019
2044
  },
2020
- "default": "'infoPrimary'",
2021
- "description": "Specify the appearance of the Alert",
2022
- "attribute": "appearance"
2045
+ "description": "Specify the width of a Button",
2046
+ "attribute": "width"
2023
2047
  },
2024
2048
  {
2025
2049
  "kind": "field",
2026
- "name": "hidden",
2050
+ "name": "height",
2027
2051
  "type": {
2028
- "text": "boolean"
2052
+ "text": "string | undefined"
2029
2053
  },
2030
- "default": "false",
2031
- "description": "Specify if the Alert is hidden",
2032
- "attribute": "hidden"
2054
+ "description": "Specify the height of a Button",
2055
+ "attribute": "height"
2033
2056
  },
2034
2057
  {
2035
2058
  "kind": "field",
2036
- "name": "hideIcon",
2059
+ "name": "theme",
2037
2060
  "type": {
2038
- "text": "boolean"
2061
+ "text": "'light' | 'dark' | undefined"
2039
2062
  },
2040
- "default": "false",
2041
- "description": "Specify if the icon displays on the Alert",
2042
- "attribute": "hideIcon"
2063
+ "description": "Specify the theme of the Button",
2064
+ "attribute": "theme"
2043
2065
  },
2044
2066
  {
2045
2067
  "kind": "field",
2046
- "name": "dismissible",
2068
+ "name": "iconOnly",
2047
2069
  "type": {
2048
- "text": "boolean"
2070
+ "text": "boolean | undefined"
2049
2071
  },
2050
- "default": "false",
2051
- "description": "Specify if the Alert can be dismissed",
2052
- "attribute": "dismissible"
2072
+ "description": "Specify if the icon displays without text",
2073
+ "attribute": "iconOnly"
2053
2074
  },
2054
2075
  {
2055
2076
  "kind": "field",
2056
- "name": "disableAutoFocus",
2077
+ "name": "type",
2057
2078
  "type": {
2058
- "text": "boolean"
2079
+ "text": "string"
2059
2080
  },
2060
- "default": "false",
2061
- "description": "Prevent autofocus on show",
2062
- "attribute": "disableAutoFocus"
2081
+ "default": "'button'",
2082
+ "attribute": "type"
2063
2083
  },
2064
2084
  {
2065
2085
  "kind": "field",
2066
- "name": "disableCloseOnEscape",
2086
+ "name": "formContext",
2067
2087
  "type": {
2068
- "text": "boolean"
2069
- },
2070
- "default": "false",
2071
- "description": "Prevent Escape from closing",
2072
- "attribute": "disableCloseOnEscape"
2073
- }
2074
- ],
2075
- "events": [
2076
- {
2077
- "description": "Dispatched when the Alert has been dismissed",
2078
- "name": "bm-dismiss"
2088
+ "text": "BmFormContext"
2089
+ }
2079
2090
  }
2080
2091
  ],
2081
2092
  "attributes": [
2082
2093
  {
2083
- "name": "heading",
2094
+ "name": "appearance",
2084
2095
  "type": {
2085
- "text": "string | undefined"
2096
+ "text": "'accent' | 'neutral' | 'neutral-subtle' | 'destructive'"
2086
2097
  },
2087
- "description": "Specify the heading text for Alert",
2088
- "fieldName": "heading"
2098
+ "default": "'accent'",
2099
+ "description": "Specify the appearance of a Button",
2100
+ "fieldName": "appearance"
2089
2101
  },
2090
2102
  {
2091
- "name": "body",
2103
+ "name": "kind",
2092
2104
  "type": {
2093
- "text": "string | undefined"
2105
+ "text": "'filled' | 'outline' | 'ghost' | 'bare'"
2094
2106
  },
2095
- "description": "Specify the body text for Alert",
2096
- "fieldName": "body"
2107
+ "default": "'filled'",
2108
+ "description": "Specify the kind of Button",
2109
+ "fieldName": "kind"
2097
2110
  },
2098
2111
  {
2099
2112
  "name": "size",
2100
2113
  "type": {
2101
- "text": "'sm' | 'md'"
2114
+ "text": "'sm' | 'md' | 'lg'"
2102
2115
  },
2103
- "default": "'sm'",
2104
- "description": "Specify the size of the Alert",
2116
+ "default": "'md'",
2117
+ "description": "Specify the size of a Button",
2105
2118
  "fieldName": "size"
2106
2119
  },
2107
2120
  {
2108
- "name": "fullWidth",
2121
+ "name": "disabled",
2109
2122
  "type": {
2110
2123
  "text": "boolean"
2111
2124
  },
2112
2125
  "default": "false",
2113
- "description": "Specify if the Alert has no border radius",
2114
- "fieldName": "fullWidth"
2115
- },
2116
- {
2117
- "name": "theme",
2118
- "type": {
2119
- "text": "'light' | 'dark' | undefined"
2120
- },
2121
- "description": "Specify the theme of the Alert. By default it inherits the theme from the parent",
2122
- "fieldName": "theme"
2126
+ "description": "Specify if the Button is disabled",
2127
+ "fieldName": "disabled"
2123
2128
  },
2124
2129
  {
2125
- "name": "appearance",
2130
+ "name": "fluid",
2126
2131
  "type": {
2127
- "text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
2132
+ "text": "boolean"
2128
2133
  },
2129
- "default": "'infoPrimary'",
2130
- "description": "Specify the appearance of the Alert",
2131
- "fieldName": "appearance"
2134
+ "default": "false",
2135
+ "description": "Specify if Button is fluid",
2136
+ "fieldName": "fluid"
2132
2137
  },
2133
2138
  {
2134
- "name": "hidden",
2139
+ "name": "width",
2135
2140
  "type": {
2136
- "text": "boolean"
2141
+ "text": "string | undefined"
2137
2142
  },
2138
- "default": "false",
2139
- "description": "Specify if the Alert is hidden",
2140
- "fieldName": "hidden"
2143
+ "description": "Specify the width of a Button",
2144
+ "fieldName": "width"
2141
2145
  },
2142
2146
  {
2143
- "name": "hideIcon",
2147
+ "name": "height",
2144
2148
  "type": {
2145
- "text": "boolean"
2149
+ "text": "string | undefined"
2146
2150
  },
2147
- "default": "false",
2148
- "description": "Specify if the icon displays on the Alert",
2149
- "fieldName": "hideIcon"
2151
+ "description": "Specify the height of a Button",
2152
+ "fieldName": "height"
2150
2153
  },
2151
2154
  {
2152
- "name": "dismissible",
2155
+ "name": "theme",
2153
2156
  "type": {
2154
- "text": "boolean"
2157
+ "text": "'light' | 'dark' | undefined"
2155
2158
  },
2156
- "default": "false",
2157
- "description": "Specify if the Alert can be dismissed",
2158
- "fieldName": "dismissible"
2159
+ "description": "Specify the theme of the Button",
2160
+ "fieldName": "theme"
2159
2161
  },
2160
2162
  {
2161
- "name": "disableAutoFocus",
2163
+ "name": "iconOnly",
2162
2164
  "type": {
2163
- "text": "boolean"
2165
+ "text": "boolean | undefined"
2164
2166
  },
2165
- "default": "false",
2166
- "description": "Prevent autofocus on show",
2167
- "fieldName": "disableAutoFocus"
2167
+ "description": "Specify if the icon displays without text",
2168
+ "fieldName": "iconOnly"
2168
2169
  },
2169
2170
  {
2170
- "name": "disableCloseOnEscape",
2171
+ "name": "type",
2171
2172
  "type": {
2172
- "text": "boolean"
2173
+ "text": "string"
2173
2174
  },
2174
- "default": "false",
2175
- "description": "Prevent Escape from closing",
2176
- "fieldName": "disableCloseOnEscape"
2175
+ "default": "'button'",
2176
+ "fieldName": "type"
2177
2177
  }
2178
2178
  ],
2179
2179
  "superclass": {
2180
2180
  "name": "LitElement",
2181
2181
  "package": "lit"
2182
2182
  },
2183
- "tagName": "bm-alert",
2183
+ "tagName": "bm-button",
2184
2184
  "customElement": true
2185
2185
  }
2186
2186
  ],
2187
2187
  "exports": [
2188
2188
  {
2189
2189
  "kind": "js",
2190
- "name": "BmAlert",
2190
+ "name": "BmButton",
2191
2191
  "declaration": {
2192
- "name": "BmAlert",
2193
- "module": "libs/web-components/src/lib/Alert/Alert.ts"
2192
+ "name": "BmButton",
2193
+ "module": "libs/web-components/src/lib/Button/Button.ts"
2194
2194
  }
2195
2195
  },
2196
2196
  {
2197
2197
  "kind": "custom-element-definition",
2198
- "name": "bm-alert",
2198
+ "name": "bm-button",
2199
2199
  "declaration": {
2200
- "name": "BmAlert",
2201
- "module": "libs/web-components/src/lib/Alert/Alert.ts"
2200
+ "name": "BmButton",
2201
+ "module": "libs/web-components/src/lib/Button/Button.ts"
2202
2202
  }
2203
2203
  }
2204
2204
  ]
2205
2205
  },
2206
2206
  {
2207
2207
  "kind": "javascript-module",
2208
- "path": "libs/web-components/src/lib/Alert/index.ts",
2208
+ "path": "libs/web-components/src/lib/Button/index.ts",
2209
2209
  "declarations": [],
2210
2210
  "exports": [
2211
2211
  {
@@ -2213,7 +2213,7 @@
2213
2213
  "name": "*",
2214
2214
  "declaration": {
2215
2215
  "name": "*",
2216
- "package": "./Alert"
2216
+ "package": "./Button"
2217
2217
  }
2218
2218
  }
2219
2219
  ]