@viasat/beam-web-components 2.12.0 → 2.13.0

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,7 +442,7 @@
568
442
  "name": "*",
569
443
  "declaration": {
570
444
  "name": "*",
571
- "package": "./Alert"
445
+ "package": "./Badge"
572
446
  }
573
447
  }
574
448
  ]
@@ -707,394 +581,376 @@
707
581
  },
708
582
  {
709
583
  "kind": "javascript-module",
710
- "path": "libs/web-components/src/lib/Box/Box.ts",
584
+ "path": "libs/web-components/src/lib/Avatar/Avatar.ts",
711
585
  "declarations": [
712
586
  {
713
587
  "kind": "class",
714
- "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",
715
- "name": "BmBox",
588
+ "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** ",
589
+ "name": "BmAvatar",
716
590
  "slots": [
717
591
  {
718
- "description": "Provide content for the Box",
719
- "name": "default"
592
+ "description": "Customize the default icon",
593
+ "name": "icon"
720
594
  }
721
595
  ],
722
596
  "members": [
723
597
  {
724
598
  "kind": "field",
725
- "name": "backgroundColor",
599
+ "name": "appearance",
726
600
  "type": {
727
- "text": "'positive' | 'warning' | 'negative' | 'inverse' | '00' | '00-alt' | '01' | '02' | '03' | 'info-primary' | 'info-secondary' | 'positive-strong' | 'warning-strong' | 'negative-strong' | 'info-primary-strong' | 'info-secondary-strong' | 'selected' | 'selected-subtle' | 'highlight' | 'transparent' | 'expressive' | 'expressive-stronger' | 'expressive-inverse'"
601
+ "text": "'accent' | 'neutral' | undefined"
728
602
  },
729
- "default": "'transparent'",
730
- "description": "Specify the background color of a Box",
731
- "attribute": "backgroundColor"
603
+ "default": "'neutral'",
604
+ "description": "Specify the appearance of the Avatar",
605
+ "attribute": "appearance"
732
606
  },
733
607
  {
734
608
  "kind": "field",
735
- "name": "borderColor",
609
+ "name": "name",
736
610
  "type": {
737
- "text": "'positive' | 'warning' | 'negative' | 'inverse' | 'strong' | '00' | '00-alt' | '01' | '02' | '03' | 'info-primary' | 'info-secondary' | 'positive-strong' | 'warning-strong' | 'negative-strong' | 'info-primary-strong' | 'info-secondary-strong' | 'selected' | 'transparent' | 'expressive' | 'expressive-stronger' | 'focus' | undefined"
611
+ "text": "string | undefined"
738
612
  },
739
- "description": "Specify the border color of a Box",
740
- "attribute": "borderColor"
741
- },
742
- {
743
- "kind": "field",
744
- "name": "borderWidth",
745
- "type": {
746
- "text": "'md' | 'lg' | 'xl' | 'none' | 'divider' | undefined"
747
- },
748
- "description": "Specify the border width of a Box",
749
- "attribute": "borderWidth"
750
- },
751
- {
752
- "kind": "field",
753
- "name": "borderRadius",
754
- "type": {
755
- "text": "'xs' | 'sm' | 'md' | 'lg' | 'none' | 'round' | undefined"
756
- },
757
- "description": "Specify the border radius of a Box",
758
- "attribute": "borderRadius"
759
- },
760
- {
761
- "kind": "field",
762
- "name": "px",
763
- "type": {
764
- "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
765
- },
766
- "description": "Specify before and after padding of a Box",
767
- "attribute": "px"
768
- },
769
- {
770
- "kind": "field",
771
- "name": "py",
772
- "type": {
773
- "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
774
- },
775
- "description": "Specify top and bottom padding of a Box",
776
- "attribute": "py"
777
- },
778
- {
779
- "kind": "field",
780
- "name": "pTop",
781
- "type": {
782
- "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
783
- },
784
- "description": "Specify top padding of a Box",
785
- "attribute": "pTop"
786
- },
787
- {
788
- "kind": "field",
789
- "name": "pBottom",
790
- "type": {
791
- "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
792
- },
793
- "description": "Specify bottom padding of a Box",
794
- "attribute": "pBottom"
795
- },
796
- {
797
- "kind": "field",
798
- "name": "pBefore",
799
- "type": {
800
- "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
801
- },
802
- "description": "Specify before padding of a Box",
803
- "attribute": "pBefore"
804
- },
805
- {
806
- "kind": "field",
807
- "name": "pAfter",
808
- "type": {
809
- "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
810
- },
811
- "description": "Specify after padding of a Box",
812
- "attribute": "pAfter"
813
- },
814
- {
815
- "kind": "field",
816
- "name": "mx",
817
- "type": {
818
- "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
819
- },
820
- "description": "Specify before and after margin of a Box",
821
- "attribute": "mx"
822
- },
823
- {
824
- "kind": "field",
825
- "name": "my",
826
- "type": {
827
- "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
828
- },
829
- "description": "Specify top and bottom margin of a Box",
830
- "attribute": "my"
613
+ "description": "Specify a name to display initials in the Avatar",
614
+ "attribute": "name"
831
615
  },
832
616
  {
833
617
  "kind": "field",
834
- "name": "mTop",
618
+ "name": "src",
835
619
  "type": {
836
- "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
620
+ "text": "string | undefined"
837
621
  },
838
- "description": "Specify top margin of a Box",
839
- "attribute": "mTop"
622
+ "description": "Pass an image to the Avatar",
623
+ "attribute": "src"
840
624
  },
841
625
  {
842
626
  "kind": "field",
843
- "name": "mBottom",
627
+ "name": "alt",
844
628
  "type": {
845
- "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
629
+ "text": "string | undefined"
846
630
  },
847
- "description": "Specify bottom margin of a Box",
848
- "attribute": "mBottom"
631
+ "description": "Specify alt for image",
632
+ "attribute": "alt"
849
633
  },
850
634
  {
851
635
  "kind": "field",
852
- "name": "mBefore",
636
+ "name": "size",
853
637
  "type": {
854
- "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
638
+ "text": "'xs' | 'sm' | 'md' | 'lg' | 'xl' | undefined"
855
639
  },
856
- "description": "Specify before margin of a Box",
857
- "attribute": "mBefore"
640
+ "default": "'md'",
641
+ "description": "Specify the size of the Avatar",
642
+ "attribute": "size"
858
643
  },
859
644
  {
860
645
  "kind": "field",
861
- "name": "mAfter",
646
+ "name": "disabled",
862
647
  "type": {
863
- "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
648
+ "text": "boolean | undefined"
864
649
  },
865
- "description": "Specify after margin of a Box",
866
- "attribute": "mAfter"
650
+ "default": "false",
651
+ "description": "Specify if the Avatar is disabled",
652
+ "attribute": "disabled"
867
653
  },
868
654
  {
869
655
  "kind": "field",
870
- "name": "m",
656
+ "name": "shape",
871
657
  "type": {
872
- "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
658
+ "text": "'circle' | 'square' | undefined"
873
659
  },
874
- "description": "Specify all margin",
875
- "attribute": "m"
660
+ "default": "'circle'",
661
+ "description": "Specify the shape of the Avatar",
662
+ "attribute": "shape"
876
663
  },
877
664
  {
878
665
  "kind": "field",
879
- "name": "p",
666
+ "name": "isInteractive",
880
667
  "type": {
881
- "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
668
+ "text": "boolean"
882
669
  },
883
- "description": "Specify all padding",
884
- "attribute": "p"
670
+ "default": "false",
671
+ "description": "If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer",
672
+ "attribute": "isInteractive"
885
673
  },
886
674
  {
887
675
  "kind": "field",
888
- "name": "gap",
676
+ "name": "isFocusable",
889
677
  "type": {
890
- "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
678
+ "text": "boolean"
891
679
  },
892
- "description": "Specify gap between child elements",
893
- "attribute": "gap"
680
+ "default": "false",
681
+ "description": "If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable",
682
+ "attribute": "isFocusable"
894
683
  },
895
684
  {
896
685
  "kind": "field",
897
- "name": "shadow",
686
+ "name": "withBorder",
898
687
  "type": {
899
- "text": "'sm' | 'md' | 'lg' | 'none' | 'overlay' | undefined"
688
+ "text": "boolean"
900
689
  },
901
- "description": "Specify if a Box has a shadow",
902
- "attribute": "shadow"
690
+ "default": "false",
691
+ "attribute": "withBorder"
903
692
  }
904
693
  ],
905
694
  "attributes": [
906
695
  {
907
- "name": "backgroundColor",
908
- "type": {
909
- "text": "'positive' | 'warning' | 'negative' | 'inverse' | '00' | '00-alt' | '01' | '02' | '03' | 'info-primary' | 'info-secondary' | 'positive-strong' | 'warning-strong' | 'negative-strong' | 'info-primary-strong' | 'info-secondary-strong' | 'selected' | 'selected-subtle' | 'highlight' | 'transparent' | 'expressive' | 'expressive-stronger' | 'expressive-inverse'"
910
- },
911
- "default": "'transparent'",
912
- "description": "Specify the background color of a Box",
913
- "fieldName": "backgroundColor"
914
- },
915
- {
916
- "name": "borderColor",
696
+ "name": "appearance",
917
697
  "type": {
918
- "text": "'positive' | 'warning' | 'negative' | 'inverse' | 'strong' | '00' | '00-alt' | '01' | '02' | '03' | 'info-primary' | 'info-secondary' | 'positive-strong' | 'warning-strong' | 'negative-strong' | 'info-primary-strong' | 'info-secondary-strong' | 'selected' | 'transparent' | 'expressive' | 'expressive-stronger' | 'focus' | undefined"
698
+ "text": "'accent' | 'neutral' | undefined"
919
699
  },
920
- "description": "Specify the border color of a Box",
921
- "fieldName": "borderColor"
700
+ "default": "'neutral'",
701
+ "description": "Specify the appearance of the Avatar",
702
+ "fieldName": "appearance"
922
703
  },
923
704
  {
924
- "name": "borderWidth",
705
+ "name": "name",
925
706
  "type": {
926
- "text": "'md' | 'lg' | 'xl' | 'none' | 'divider' | undefined"
707
+ "text": "string | undefined"
927
708
  },
928
- "description": "Specify the border width of a Box",
929
- "fieldName": "borderWidth"
709
+ "description": "Specify a name to display initials in the Avatar",
710
+ "fieldName": "name"
930
711
  },
931
712
  {
932
- "name": "borderRadius",
713
+ "name": "src",
933
714
  "type": {
934
- "text": "'xs' | 'sm' | 'md' | 'lg' | 'none' | 'round' | undefined"
715
+ "text": "string | undefined"
935
716
  },
936
- "description": "Specify the border radius of a Box",
937
- "fieldName": "borderRadius"
717
+ "description": "Pass an image to the Avatar",
718
+ "fieldName": "src"
938
719
  },
939
720
  {
940
- "name": "px",
721
+ "name": "alt",
941
722
  "type": {
942
- "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
723
+ "text": "string | undefined"
943
724
  },
944
- "description": "Specify before and after padding of a Box",
945
- "fieldName": "px"
725
+ "description": "Specify alt for image",
726
+ "fieldName": "alt"
946
727
  },
947
728
  {
948
- "name": "py",
729
+ "name": "size",
949
730
  "type": {
950
- "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
731
+ "text": "'xs' | 'sm' | 'md' | 'lg' | 'xl' | undefined"
951
732
  },
952
- "description": "Specify top and bottom padding of a Box",
953
- "fieldName": "py"
733
+ "default": "'md'",
734
+ "description": "Specify the size of the Avatar",
735
+ "fieldName": "size"
954
736
  },
955
737
  {
956
- "name": "pTop",
738
+ "name": "disabled",
957
739
  "type": {
958
- "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
740
+ "text": "boolean | undefined"
959
741
  },
960
- "description": "Specify top padding of a Box",
961
- "fieldName": "pTop"
742
+ "default": "false",
743
+ "description": "Specify if the Avatar is disabled",
744
+ "fieldName": "disabled"
962
745
  },
963
746
  {
964
- "name": "pBottom",
747
+ "name": "shape",
965
748
  "type": {
966
- "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
749
+ "text": "'circle' | 'square' | undefined"
967
750
  },
968
- "description": "Specify bottom padding of a Box",
969
- "fieldName": "pBottom"
751
+ "default": "'circle'",
752
+ "description": "Specify the shape of the Avatar",
753
+ "fieldName": "shape"
970
754
  },
971
755
  {
972
- "name": "pBefore",
756
+ "name": "isInteractive",
973
757
  "type": {
974
- "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
758
+ "text": "boolean"
975
759
  },
976
- "description": "Specify before padding of a Box",
977
- "fieldName": "pBefore"
760
+ "default": "false",
761
+ "description": "If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer",
762
+ "fieldName": "isInteractive"
978
763
  },
979
764
  {
980
- "name": "pAfter",
765
+ "name": "isFocusable",
981
766
  "type": {
982
- "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
767
+ "text": "boolean"
983
768
  },
984
- "description": "Specify after padding of a Box",
985
- "fieldName": "pAfter"
769
+ "default": "false",
770
+ "description": "If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable",
771
+ "fieldName": "isFocusable"
986
772
  },
987
773
  {
988
- "name": "mx",
774
+ "name": "withBorder",
989
775
  "type": {
990
- "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
776
+ "text": "boolean"
991
777
  },
992
- "description": "Specify before and after margin of a Box",
993
- "fieldName": "mx"
994
- },
778
+ "default": "false",
779
+ "fieldName": "withBorder"
780
+ }
781
+ ],
782
+ "superclass": {
783
+ "name": "LitElement",
784
+ "package": "lit"
785
+ },
786
+ "tagName": "bm-avatar",
787
+ "customElement": true
788
+ }
789
+ ],
790
+ "exports": [
791
+ {
792
+ "kind": "js",
793
+ "name": "BmAvatar",
794
+ "declaration": {
795
+ "name": "BmAvatar",
796
+ "module": "libs/web-components/src/lib/Avatar/Avatar.ts"
797
+ }
798
+ },
799
+ {
800
+ "kind": "custom-element-definition",
801
+ "name": "bm-avatar",
802
+ "declaration": {
803
+ "name": "BmAvatar",
804
+ "module": "libs/web-components/src/lib/Avatar/Avatar.ts"
805
+ }
806
+ }
807
+ ]
808
+ },
809
+ {
810
+ "kind": "javascript-module",
811
+ "path": "libs/web-components/src/lib/Avatar/AvatarGroup.context.ts",
812
+ "declarations": [
813
+ {
814
+ "kind": "variable",
815
+ "name": "AvatarGroupCtx"
816
+ }
817
+ ],
818
+ "exports": [
819
+ {
820
+ "kind": "js",
821
+ "name": "AvatarGroupCtx",
822
+ "declaration": {
823
+ "name": "AvatarGroupCtx",
824
+ "module": "libs/web-components/src/lib/Avatar/AvatarGroup.context.ts"
825
+ }
826
+ }
827
+ ]
828
+ },
829
+ {
830
+ "kind": "javascript-module",
831
+ "path": "libs/web-components/src/lib/Avatar/AvatarGroup.ts",
832
+ "declarations": [
833
+ {
834
+ "kind": "class",
835
+ "description": "`bm-avatar-group`\n\n### Attributes:\n- **wrapping** - Specify if the AvatarGroup wraps\n- **maxCount** - Specify the max number of avatars displayed in the group.\n- **size** - Specify the size of all Avatars\n- **layout** - Specify the kind of the group.",
836
+ "name": "BmAvatarGroup",
837
+ "slots": [
995
838
  {
996
- "name": "my",
997
- "type": {
998
- "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
999
- },
1000
- "description": "Specify top and bottom margin of a Box",
1001
- "fieldName": "my"
1002
- },
839
+ "description": "Add Avatars to create a group",
840
+ "name": "default"
841
+ }
842
+ ],
843
+ "members": [
1003
844
  {
1004
- "name": "mTop",
845
+ "kind": "field",
846
+ "name": "wrapping",
1005
847
  "type": {
1006
- "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
848
+ "text": "boolean"
1007
849
  },
1008
- "description": "Specify top margin of a Box",
1009
- "fieldName": "mTop"
850
+ "default": "false",
851
+ "description": "Specify if the AvatarGroup wraps",
852
+ "attribute": "wrapping"
1010
853
  },
1011
854
  {
1012
- "name": "mBottom",
855
+ "kind": "field",
856
+ "name": "maxCount",
1013
857
  "type": {
1014
- "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
858
+ "text": "number"
1015
859
  },
1016
- "description": "Specify bottom margin of a Box",
1017
- "fieldName": "mBottom"
860
+ "default": "5",
861
+ "description": "Specify the max number of avatars displayed in the group.",
862
+ "attribute": "maxCount",
863
+ "reflects": true
1018
864
  },
1019
865
  {
1020
- "name": "mBefore",
866
+ "kind": "field",
867
+ "name": "size",
1021
868
  "type": {
1022
- "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
869
+ "text": "'xs' | 'sm' | 'md' | 'lg' | 'xl'"
1023
870
  },
1024
- "description": "Specify before margin of a Box",
1025
- "fieldName": "mBefore"
871
+ "default": "'md'",
872
+ "description": "Specify the size of all Avatars",
873
+ "attribute": "size"
1026
874
  },
1027
875
  {
1028
- "name": "mAfter",
876
+ "kind": "field",
877
+ "name": "layout",
1029
878
  "type": {
1030
- "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
879
+ "text": "'stacked' | 'spaced' | undefined"
1031
880
  },
1032
- "description": "Specify after margin of a Box",
1033
- "fieldName": "mAfter"
1034
- },
881
+ "default": "'stacked'",
882
+ "description": "Specify the kind of the group.",
883
+ "attribute": "layout"
884
+ }
885
+ ],
886
+ "attributes": [
1035
887
  {
1036
- "name": "m",
888
+ "name": "wrapping",
1037
889
  "type": {
1038
- "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
890
+ "text": "boolean"
1039
891
  },
1040
- "description": "Specify all margin",
1041
- "fieldName": "m"
892
+ "default": "false",
893
+ "description": "Specify if the AvatarGroup wraps",
894
+ "fieldName": "wrapping"
1042
895
  },
1043
896
  {
1044
- "name": "p",
897
+ "name": "maxCount",
1045
898
  "type": {
1046
- "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
899
+ "text": "number"
1047
900
  },
1048
- "description": "Specify all padding",
1049
- "fieldName": "p"
901
+ "default": "5",
902
+ "description": "Specify the max number of avatars displayed in the group.",
903
+ "fieldName": "maxCount"
1050
904
  },
1051
905
  {
1052
- "name": "gap",
906
+ "name": "size",
1053
907
  "type": {
1054
- "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
908
+ "text": "'xs' | 'sm' | 'md' | 'lg' | 'xl'"
1055
909
  },
1056
- "description": "Specify gap between child elements",
1057
- "fieldName": "gap"
910
+ "default": "'md'",
911
+ "description": "Specify the size of all Avatars",
912
+ "fieldName": "size"
1058
913
  },
1059
914
  {
1060
- "name": "shadow",
915
+ "name": "layout",
1061
916
  "type": {
1062
- "text": "'sm' | 'md' | 'lg' | 'none' | 'overlay' | undefined"
917
+ "text": "'stacked' | 'spaced' | undefined"
1063
918
  },
1064
- "description": "Specify if a Box has a shadow",
1065
- "fieldName": "shadow"
919
+ "default": "'stacked'",
920
+ "description": "Specify the kind of the group.",
921
+ "fieldName": "layout"
1066
922
  }
1067
923
  ],
1068
924
  "superclass": {
1069
925
  "name": "LitElement",
1070
926
  "package": "lit"
1071
927
  },
1072
- "tagName": "bm-box",
928
+ "tagName": "bm-avatar-group",
1073
929
  "customElement": true
1074
930
  }
1075
931
  ],
1076
932
  "exports": [
1077
933
  {
1078
934
  "kind": "js",
1079
- "name": "BmBox",
935
+ "name": "BmAvatarGroup",
1080
936
  "declaration": {
1081
- "name": "BmBox",
1082
- "module": "libs/web-components/src/lib/Box/Box.ts"
937
+ "name": "BmAvatarGroup",
938
+ "module": "libs/web-components/src/lib/Avatar/AvatarGroup.ts"
1083
939
  }
1084
940
  },
1085
941
  {
1086
942
  "kind": "custom-element-definition",
1087
- "name": "bm-box",
943
+ "name": "bm-avatar-group",
1088
944
  "declaration": {
1089
- "name": "BmBox",
1090
- "module": "libs/web-components/src/lib/Box/Box.ts"
945
+ "name": "BmAvatarGroup",
946
+ "module": "libs/web-components/src/lib/Avatar/AvatarGroup.ts"
1091
947
  }
1092
948
  }
1093
949
  ]
1094
950
  },
1095
951
  {
1096
952
  "kind": "javascript-module",
1097
- "path": "libs/web-components/src/lib/Box/index.ts",
953
+ "path": "libs/web-components/src/lib/Avatar/index.ts",
1098
954
  "declarations": [],
1099
955
  "exports": [
1100
956
  {
@@ -1102,75 +958,83 @@
1102
958
  "name": "*",
1103
959
  "declaration": {
1104
960
  "name": "*",
1105
- "package": "./Box"
961
+ "package": "./Avatar"
1106
962
  }
1107
- }
1108
- ]
1109
- },
1110
- {
1111
- "kind": "javascript-module",
1112
- "path": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.context.ts",
1113
- "declarations": [
1114
- {
1115
- "kind": "variable",
1116
- "name": "BreadcrumbGroupCtx"
1117
- }
1118
- ],
1119
- "exports": [
963
+ },
1120
964
  {
1121
965
  "kind": "js",
1122
- "name": "BreadcrumbGroupCtx",
966
+ "name": "*",
1123
967
  "declaration": {
1124
- "name": "BreadcrumbGroupCtx",
1125
- "module": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.context.ts"
968
+ "name": "*",
969
+ "package": "./AvatarGroup"
1126
970
  }
1127
971
  }
1128
972
  ]
1129
973
  },
1130
974
  {
1131
975
  "kind": "javascript-module",
1132
- "path": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.ts",
976
+ "path": "libs/web-components/src/lib/Alert/Alert.ts",
1133
977
  "declarations": [
1134
978
  {
1135
979
  "kind": "class",
1136
- "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",
1137
- "name": "BmBreadcrumbs",
980
+ "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",
981
+ "name": "BmAlert",
1138
982
  "slots": [
1139
983
  {
1140
- "description": "Pass items to the Breadcrumb",
1141
- "name": "default"
984
+ "description": "Specify a different icon for the Alert",
985
+ "name": "icon"
986
+ },
987
+ {
988
+ "description": "Specify the heading text for Alert or pass the `heading` attribute to set the heading",
989
+ "name": "heading"
990
+ },
991
+ {
992
+ "description": "Specify the body text for Alert or pass the `body` attribute to set the body",
993
+ "name": "body"
994
+ },
995
+ {
996
+ "description": "Specify if actions display on the Alert",
997
+ "name": "actions"
1142
998
  }
1143
999
  ],
1144
1000
  "members": [
1145
1001
  {
1146
1002
  "kind": "field",
1147
- "name": "wrap",
1003
+ "name": "heading",
1148
1004
  "type": {
1149
- "text": "boolean"
1005
+ "text": "string | undefined"
1150
1006
  },
1151
- "default": "true",
1152
- "description": "Specify if items wrap or collapse to an ellipsis",
1153
- "attribute": "wrap"
1007
+ "description": "Specify the heading text for Alert",
1008
+ "attribute": "heading"
1154
1009
  },
1155
1010
  {
1156
1011
  "kind": "field",
1157
- "name": "itemsBeforeCollapse",
1012
+ "name": "body",
1158
1013
  "type": {
1159
- "text": "number"
1014
+ "text": "string | undefined"
1160
1015
  },
1161
- "default": "1",
1162
- "description": "Specify how many items show before ellipsis",
1163
- "attribute": "itemsBeforeCollapse"
1016
+ "description": "Specify the body text for Alert",
1017
+ "attribute": "body"
1164
1018
  },
1165
1019
  {
1166
1020
  "kind": "field",
1167
- "name": "itemsAfterCollapse",
1021
+ "name": "size",
1168
1022
  "type": {
1169
- "text": "number"
1023
+ "text": "'sm' | 'md'"
1170
1024
  },
1171
- "default": "1",
1172
- "description": "Specify how many items show after ellipsis",
1173
- "attribute": "itemsAfterCollapse"
1025
+ "default": "'sm'",
1026
+ "description": "Specify the size of the Alert",
1027
+ "attribute": "size"
1028
+ },
1029
+ {
1030
+ "kind": "field",
1031
+ "name": "fullWidth",
1032
+ "type": {
1033
+ "text": "boolean"
1034
+ },
1035
+ "default": "false",
1036
+ "description": "Specify if the Alert has no border radius",
1037
+ "attribute": "fullWidth"
1174
1038
  },
1175
1039
  {
1176
1040
  "kind": "field",
@@ -1178,217 +1042,204 @@
1178
1042
  "type": {
1179
1043
  "text": "'light' | 'dark' | undefined"
1180
1044
  },
1181
- "description": "Specify the theme of the Breadcrumbs. By default, it inherits the theme from the parent",
1045
+ "description": "Specify the theme of the Alert. By default it inherits the theme from the parent",
1182
1046
  "attribute": "theme"
1183
- }
1184
- ],
1185
- "attributes": [
1047
+ },
1186
1048
  {
1187
- "name": "wrap",
1049
+ "kind": "field",
1050
+ "name": "appearance",
1051
+ "type": {
1052
+ "text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
1053
+ },
1054
+ "default": "'infoPrimary'",
1055
+ "description": "Specify the appearance of the Alert",
1056
+ "attribute": "appearance"
1057
+ },
1058
+ {
1059
+ "kind": "field",
1060
+ "name": "hidden",
1188
1061
  "type": {
1189
1062
  "text": "boolean"
1190
1063
  },
1191
- "default": "true",
1192
- "description": "Specify if items wrap or collapse to an ellipsis",
1193
- "fieldName": "wrap"
1064
+ "default": "false",
1065
+ "description": "Specify if the Alert is hidden",
1066
+ "attribute": "hidden"
1194
1067
  },
1195
1068
  {
1196
- "name": "itemsBeforeCollapse",
1069
+ "kind": "field",
1070
+ "name": "hideIcon",
1197
1071
  "type": {
1198
- "text": "number"
1072
+ "text": "boolean"
1199
1073
  },
1200
- "default": "1",
1201
- "description": "Specify how many items show before ellipsis",
1202
- "fieldName": "itemsBeforeCollapse"
1074
+ "default": "false",
1075
+ "description": "Specify if the icon displays on the Alert",
1076
+ "attribute": "hideIcon"
1203
1077
  },
1204
1078
  {
1205
- "name": "itemsAfterCollapse",
1079
+ "kind": "field",
1080
+ "name": "dismissible",
1206
1081
  "type": {
1207
- "text": "number"
1082
+ "text": "boolean"
1208
1083
  },
1209
- "default": "1",
1210
- "description": "Specify how many items show after ellipsis",
1211
- "fieldName": "itemsAfterCollapse"
1084
+ "default": "false",
1085
+ "description": "Specify if the Alert can be dismissed",
1086
+ "attribute": "dismissible"
1212
1087
  },
1213
1088
  {
1214
- "name": "theme",
1089
+ "kind": "field",
1090
+ "name": "disableAutoFocus",
1215
1091
  "type": {
1216
- "text": "'light' | 'dark' | undefined"
1092
+ "text": "boolean"
1217
1093
  },
1218
- "description": "Specify the theme of the Breadcrumbs. By default, it inherits the theme from the parent",
1219
- "fieldName": "theme"
1094
+ "default": "false",
1095
+ "description": "Prevent autofocus on show",
1096
+ "attribute": "disableAutoFocus"
1097
+ },
1098
+ {
1099
+ "kind": "field",
1100
+ "name": "disableCloseOnEscape",
1101
+ "type": {
1102
+ "text": "boolean"
1103
+ },
1104
+ "default": "false",
1105
+ "description": "Prevent Escape from closing",
1106
+ "attribute": "disableCloseOnEscape"
1220
1107
  }
1221
1108
  ],
1222
- "superclass": {
1223
- "name": "LitElement",
1224
- "package": "lit"
1225
- },
1226
- "tagName": "bm-breadcrumb",
1227
- "customElement": true
1228
- }
1229
- ],
1230
- "exports": [
1231
- {
1232
- "kind": "js",
1233
- "name": "BmBreadcrumbs",
1234
- "declaration": {
1235
- "name": "BmBreadcrumbs",
1236
- "module": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.ts"
1237
- }
1238
- },
1239
- {
1240
- "kind": "custom-element-definition",
1241
- "name": "bm-breadcrumb",
1242
- "declaration": {
1243
- "name": "BmBreadcrumbs",
1244
- "module": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.ts"
1245
- }
1246
- }
1247
- ]
1248
- },
1249
- {
1250
- "kind": "javascript-module",
1251
- "path": "libs/web-components/src/lib/Breadcrumbs/BreadcrumbsItem.ts",
1252
- "declarations": [
1253
- {
1254
- "kind": "class",
1255
- "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** ",
1256
- "name": "BmBreadcrumbsItem",
1257
- "slots": [
1258
- {
1259
- "description": "Pass text to an item",
1260
- "name": "default"
1261
- },
1109
+ "events": [
1262
1110
  {
1263
- "description": "Pass icon to an item",
1264
- "name": "icon"
1111
+ "description": "Dispatched when the Alert has been dismissed",
1112
+ "name": "bm-dismiss"
1265
1113
  }
1266
1114
  ],
1267
- "members": [
1115
+ "attributes": [
1268
1116
  {
1269
- "kind": "field",
1270
- "name": "href",
1117
+ "name": "heading",
1271
1118
  "type": {
1272
1119
  "text": "string | undefined"
1273
1120
  },
1274
- "description": "Pass href to an item",
1275
- "attribute": "href"
1121
+ "description": "Specify the heading text for Alert",
1122
+ "fieldName": "heading"
1276
1123
  },
1277
1124
  {
1278
- "kind": "field",
1279
- "name": "clickable",
1125
+ "name": "body",
1126
+ "type": {
1127
+ "text": "string | undefined"
1128
+ },
1129
+ "description": "Specify the body text for Alert",
1130
+ "fieldName": "body"
1131
+ },
1132
+ {
1133
+ "name": "size",
1134
+ "type": {
1135
+ "text": "'sm' | 'md'"
1136
+ },
1137
+ "default": "'sm'",
1138
+ "description": "Specify the size of the Alert",
1139
+ "fieldName": "size"
1140
+ },
1141
+ {
1142
+ "name": "fullWidth",
1280
1143
  "type": {
1281
1144
  "text": "boolean"
1282
1145
  },
1283
1146
  "default": "false",
1284
- "description": "Specify if the item is interactive without an href",
1285
- "attribute": "clickable"
1147
+ "description": "Specify if the Alert has no border radius",
1148
+ "fieldName": "fullWidth"
1286
1149
  },
1287
1150
  {
1288
- "kind": "field",
1289
- "name": "truncationWidth",
1151
+ "name": "theme",
1290
1152
  "type": {
1291
- "text": "string | undefined"
1153
+ "text": "'light' | 'dark' | undefined"
1292
1154
  },
1293
- "description": "Specify truncation width of the items. Sets max-width for all items but the last.",
1294
- "attribute": "truncationWidth"
1155
+ "description": "Specify the theme of the Alert. By default it inherits the theme from the parent",
1156
+ "fieldName": "theme"
1295
1157
  },
1296
1158
  {
1297
- "kind": "field",
1298
- "name": "isCurrent",
1159
+ "name": "appearance",
1299
1160
  "type": {
1300
- "text": "boolean"
1161
+ "text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
1301
1162
  },
1302
- "default": "false",
1303
- "description": "Specify explicitly if the item is the last one",
1304
- "attribute": "isCurrent",
1305
- "reflects": true
1163
+ "default": "'infoPrimary'",
1164
+ "description": "Specify the appearance of the Alert",
1165
+ "fieldName": "appearance"
1306
1166
  },
1307
1167
  {
1308
- "kind": "field",
1309
- "name": "isCollapsed",
1168
+ "name": "hidden",
1310
1169
  "type": {
1311
1170
  "text": "boolean"
1312
1171
  },
1313
1172
  "default": "false",
1314
- "attribute": "isCollapsed",
1315
- "reflects": true
1316
- }
1317
- ],
1318
- "attributes": [
1319
- {
1320
- "name": "href",
1321
- "type": {
1322
- "text": "string | undefined"
1323
- },
1324
- "description": "Pass href to an item",
1325
- "fieldName": "href"
1173
+ "description": "Specify if the Alert is hidden",
1174
+ "fieldName": "hidden"
1326
1175
  },
1327
1176
  {
1328
- "name": "clickable",
1177
+ "name": "hideIcon",
1329
1178
  "type": {
1330
1179
  "text": "boolean"
1331
1180
  },
1332
1181
  "default": "false",
1333
- "description": "Specify if the item is interactive without an href",
1334
- "fieldName": "clickable"
1182
+ "description": "Specify if the icon displays on the Alert",
1183
+ "fieldName": "hideIcon"
1335
1184
  },
1336
1185
  {
1337
- "name": "truncationWidth",
1186
+ "name": "dismissible",
1338
1187
  "type": {
1339
- "text": "string | undefined"
1188
+ "text": "boolean"
1340
1189
  },
1341
- "description": "Specify truncation width of the items. Sets max-width for all items but the last.",
1342
- "fieldName": "truncationWidth"
1190
+ "default": "false",
1191
+ "description": "Specify if the Alert can be dismissed",
1192
+ "fieldName": "dismissible"
1343
1193
  },
1344
1194
  {
1345
- "name": "isCurrent",
1195
+ "name": "disableAutoFocus",
1346
1196
  "type": {
1347
1197
  "text": "boolean"
1348
1198
  },
1349
1199
  "default": "false",
1350
- "description": "Specify explicitly if the item is the last one",
1351
- "fieldName": "isCurrent"
1200
+ "description": "Prevent autofocus on show",
1201
+ "fieldName": "disableAutoFocus"
1352
1202
  },
1353
1203
  {
1354
- "name": "isCollapsed",
1204
+ "name": "disableCloseOnEscape",
1355
1205
  "type": {
1356
1206
  "text": "boolean"
1357
1207
  },
1358
1208
  "default": "false",
1359
- "fieldName": "isCollapsed"
1209
+ "description": "Prevent Escape from closing",
1210
+ "fieldName": "disableCloseOnEscape"
1360
1211
  }
1361
1212
  ],
1362
1213
  "superclass": {
1363
1214
  "name": "LitElement",
1364
1215
  "package": "lit"
1365
1216
  },
1366
- "tagName": "bm-breadcrumb-item",
1217
+ "tagName": "bm-alert",
1367
1218
  "customElement": true
1368
1219
  }
1369
1220
  ],
1370
1221
  "exports": [
1371
1222
  {
1372
1223
  "kind": "js",
1373
- "name": "BmBreadcrumbsItem",
1224
+ "name": "BmAlert",
1374
1225
  "declaration": {
1375
- "name": "BmBreadcrumbsItem",
1376
- "module": "libs/web-components/src/lib/Breadcrumbs/BreadcrumbsItem.ts"
1226
+ "name": "BmAlert",
1227
+ "module": "libs/web-components/src/lib/Alert/Alert.ts"
1377
1228
  }
1378
1229
  },
1379
1230
  {
1380
1231
  "kind": "custom-element-definition",
1381
- "name": "bm-breadcrumb-item",
1232
+ "name": "bm-alert",
1382
1233
  "declaration": {
1383
- "name": "BmBreadcrumbsItem",
1384
- "module": "libs/web-components/src/lib/Breadcrumbs/BreadcrumbsItem.ts"
1234
+ "name": "BmAlert",
1235
+ "module": "libs/web-components/src/lib/Alert/Alert.ts"
1385
1236
  }
1386
1237
  }
1387
1238
  ]
1388
1239
  },
1389
1240
  {
1390
1241
  "kind": "javascript-module",
1391
- "path": "libs/web-components/src/lib/Breadcrumbs/index.ts",
1242
+ "path": "libs/web-components/src/lib/Alert/index.ts",
1392
1243
  "declarations": [],
1393
1244
  "exports": [
1394
1245
  {
@@ -1396,426 +1247,401 @@
1396
1247
  "name": "*",
1397
1248
  "declaration": {
1398
1249
  "name": "*",
1399
- "package": "./Breadcrumbs"
1400
- }
1401
- },
1402
- {
1403
- "kind": "js",
1404
- "name": "*",
1405
- "declaration": {
1406
- "name": "*",
1407
- "package": "./BreadcrumbsItem"
1250
+ "package": "./Alert"
1408
1251
  }
1409
1252
  }
1410
1253
  ]
1411
1254
  },
1412
1255
  {
1413
1256
  "kind": "javascript-module",
1414
- "path": "libs/web-components/src/lib/Badge/Badge.ts",
1257
+ "path": "libs/web-components/src/lib/Box/Box.ts",
1415
1258
  "declarations": [
1416
1259
  {
1417
1260
  "kind": "class",
1418
- "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",
1419
- "name": "BmBadge",
1261
+ "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",
1262
+ "name": "BmBox",
1420
1263
  "slots": [
1421
1264
  {
1422
- "description": "Provide text for the Badge",
1265
+ "description": "Provide content for the Box",
1423
1266
  "name": "default"
1424
- },
1425
- {
1426
- "description": "Specify a different icon for the Badge",
1427
- "name": "icon"
1428
1267
  }
1429
1268
  ],
1430
1269
  "members": [
1431
1270
  {
1432
1271
  "kind": "field",
1433
- "name": "appearance",
1272
+ "name": "backgroundColor",
1434
1273
  "type": {
1435
- "text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
1274
+ "text": "'positive' | 'warning' | 'negative' | 'inverse' | '00' | '00-alt' | '01' | '02' | '03' | 'info-primary' | 'info-secondary' | 'positive-strong' | 'warning-strong' | 'negative-strong' | 'info-primary-strong' | 'info-secondary-strong' | 'selected' | 'selected-subtle' | 'highlight' | 'transparent' | 'expressive' | 'expressive-stronger' | 'expressive-inverse'"
1436
1275
  },
1437
- "default": "'infoPrimary'",
1438
- "description": "Specify the appearance of the Badge",
1439
- "attribute": "appearance"
1276
+ "default": "'transparent'",
1277
+ "description": "Specify the background color of a Box",
1278
+ "attribute": "backgroundColor"
1440
1279
  },
1441
1280
  {
1442
1281
  "kind": "field",
1443
- "name": "theme",
1282
+ "name": "borderColor",
1444
1283
  "type": {
1445
- "text": "'light' | 'dark' | undefined"
1284
+ "text": "'positive' | 'warning' | 'negative' | 'inverse' | 'strong' | '00' | '00-alt' | '01' | '02' | '03' | 'info-primary' | 'info-secondary' | 'positive-strong' | 'warning-strong' | 'negative-strong' | 'info-primary-strong' | 'info-secondary-strong' | 'selected' | 'transparent' | 'expressive' | 'expressive-stronger' | 'focus' | undefined"
1446
1285
  },
1447
- "description": "Theme of the Badge",
1448
- "attribute": "theme"
1286
+ "description": "Specify the border color of a Box",
1287
+ "attribute": "borderColor"
1449
1288
  },
1450
1289
  {
1451
1290
  "kind": "field",
1452
- "name": "size",
1291
+ "name": "borderWidth",
1453
1292
  "type": {
1454
- "text": "'sm' | 'md' | undefined"
1293
+ "text": "'md' | 'lg' | 'xl' | 'none' | 'divider' | undefined"
1455
1294
  },
1456
- "default": "'sm'",
1457
- "description": "Specify the size of the Badge",
1458
- "attribute": "size"
1295
+ "description": "Specify the border width of a Box",
1296
+ "attribute": "borderWidth"
1459
1297
  },
1460
1298
  {
1461
1299
  "kind": "field",
1462
- "name": "emphasis",
1300
+ "name": "borderRadius",
1463
1301
  "type": {
1464
- "text": "'strong' | 'medium' | 'subtle'"
1302
+ "text": "'xs' | 'sm' | 'md' | 'lg' | 'none' | 'round' | undefined"
1465
1303
  },
1466
- "default": "'strong'",
1467
- "description": "Specify the emphasis of the Badge",
1468
- "attribute": "emphasis"
1304
+ "description": "Specify the border radius of a Box",
1305
+ "attribute": "borderRadius"
1469
1306
  },
1470
1307
  {
1471
1308
  "kind": "field",
1472
- "name": "hideIcon",
1309
+ "name": "px",
1473
1310
  "type": {
1474
- "text": "boolean | undefined"
1311
+ "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1475
1312
  },
1476
- "description": "Hides Badge icon",
1477
- "attribute": "hideIcon"
1478
- }
1479
- ],
1480
- "attributes": [
1313
+ "description": "Specify before and after padding of a Box",
1314
+ "attribute": "px"
1315
+ },
1481
1316
  {
1482
- "name": "appearance",
1317
+ "kind": "field",
1318
+ "name": "py",
1483
1319
  "type": {
1484
- "text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
1320
+ "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1485
1321
  },
1486
- "default": "'infoPrimary'",
1487
- "description": "Specify the appearance of the Badge",
1488
- "fieldName": "appearance"
1322
+ "description": "Specify top and bottom padding of a Box",
1323
+ "attribute": "py"
1489
1324
  },
1490
1325
  {
1491
- "name": "theme",
1326
+ "kind": "field",
1327
+ "name": "pTop",
1492
1328
  "type": {
1493
- "text": "'light' | 'dark' | undefined"
1329
+ "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1494
1330
  },
1495
- "description": "Theme of the Badge",
1496
- "fieldName": "theme"
1331
+ "description": "Specify top padding of a Box",
1332
+ "attribute": "pTop"
1497
1333
  },
1498
1334
  {
1499
- "name": "size",
1335
+ "kind": "field",
1336
+ "name": "pBottom",
1500
1337
  "type": {
1501
- "text": "'sm' | 'md' | undefined"
1338
+ "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1502
1339
  },
1503
- "default": "'sm'",
1504
- "description": "Specify the size of the Badge",
1505
- "fieldName": "size"
1340
+ "description": "Specify bottom padding of a Box",
1341
+ "attribute": "pBottom"
1506
1342
  },
1507
1343
  {
1508
- "name": "emphasis",
1344
+ "kind": "field",
1345
+ "name": "pBefore",
1509
1346
  "type": {
1510
- "text": "'strong' | 'medium' | 'subtle'"
1347
+ "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1511
1348
  },
1512
- "default": "'strong'",
1513
- "description": "Specify the emphasis of the Badge",
1514
- "fieldName": "emphasis"
1349
+ "description": "Specify before padding of a Box",
1350
+ "attribute": "pBefore"
1515
1351
  },
1516
1352
  {
1517
- "name": "hideIcon",
1353
+ "kind": "field",
1354
+ "name": "pAfter",
1518
1355
  "type": {
1519
- "text": "boolean | undefined"
1356
+ "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1520
1357
  },
1521
- "description": "Hides Badge icon",
1522
- "fieldName": "hideIcon"
1523
- }
1524
- ],
1525
- "superclass": {
1526
- "name": "LitElement",
1527
- "package": "lit"
1528
- },
1529
- "tagName": "bm-badge",
1530
- "customElement": true
1531
- }
1532
- ],
1533
- "exports": [
1534
- {
1535
- "kind": "js",
1536
- "name": "BmBadge",
1537
- "declaration": {
1538
- "name": "BmBadge",
1539
- "module": "libs/web-components/src/lib/Badge/Badge.ts"
1540
- }
1541
- },
1542
- {
1543
- "kind": "custom-element-definition",
1544
- "name": "bm-badge",
1545
- "declaration": {
1546
- "name": "BmBadge",
1547
- "module": "libs/web-components/src/lib/Badge/Badge.ts"
1548
- }
1549
- }
1550
- ]
1551
- },
1552
- {
1553
- "kind": "javascript-module",
1554
- "path": "libs/web-components/src/lib/Badge/index.ts",
1555
- "declarations": [],
1556
- "exports": [
1557
- {
1558
- "kind": "js",
1559
- "name": "*",
1560
- "declaration": {
1561
- "name": "*",
1562
- "package": "./Badge"
1563
- }
1564
- }
1565
- ]
1566
- },
1567
- {
1568
- "kind": "javascript-module",
1569
- "path": "libs/web-components/src/lib/Button/Button.ts",
1570
- "declarations": [
1571
- {
1572
- "kind": "class",
1573
- "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** ",
1574
- "name": "BmButton",
1575
- "slots": [
1358
+ "description": "Specify after padding of a Box",
1359
+ "attribute": "pAfter"
1360
+ },
1576
1361
  {
1577
- "description": "Provide content for the Button",
1578
- "name": "default"
1362
+ "kind": "field",
1363
+ "name": "mx",
1364
+ "type": {
1365
+ "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1366
+ },
1367
+ "description": "Specify before and after margin of a Box",
1368
+ "attribute": "mx"
1369
+ },
1370
+ {
1371
+ "kind": "field",
1372
+ "name": "my",
1373
+ "type": {
1374
+ "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1375
+ },
1376
+ "description": "Specify top and bottom margin of a Box",
1377
+ "attribute": "my"
1579
1378
  },
1580
1379
  {
1581
- "description": "Specify if the Button displays icon before the text",
1582
- "name": "iconBefore"
1380
+ "kind": "field",
1381
+ "name": "mTop",
1382
+ "type": {
1383
+ "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1384
+ },
1385
+ "description": "Specify top margin of a Box",
1386
+ "attribute": "mTop"
1583
1387
  },
1584
- {
1585
- "description": "Specify if the Button displays icon after the text",
1586
- "name": "iconAfter"
1587
- }
1588
- ],
1589
- "members": [
1590
1388
  {
1591
1389
  "kind": "field",
1592
- "name": "formAssociated",
1390
+ "name": "mBottom",
1593
1391
  "type": {
1594
- "text": "boolean"
1392
+ "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1595
1393
  },
1596
- "static": true,
1597
- "default": "true"
1394
+ "description": "Specify bottom margin of a Box",
1395
+ "attribute": "mBottom"
1598
1396
  },
1599
1397
  {
1600
1398
  "kind": "field",
1601
- "name": "appearance",
1399
+ "name": "mBefore",
1602
1400
  "type": {
1603
- "text": "'accent' | 'neutral' | 'destructive' | 'neutral-subtle'"
1401
+ "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1604
1402
  },
1605
- "default": "'accent'",
1606
- "description": "Specify the appearance of a Button",
1607
- "attribute": "appearance"
1403
+ "description": "Specify before margin of a Box",
1404
+ "attribute": "mBefore"
1608
1405
  },
1609
1406
  {
1610
1407
  "kind": "field",
1611
- "name": "kind",
1408
+ "name": "mAfter",
1612
1409
  "type": {
1613
- "text": "'filled' | 'outline' | 'ghost' | 'bare'"
1410
+ "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1614
1411
  },
1615
- "default": "'filled'",
1616
- "description": "Specify the kind of Button",
1617
- "attribute": "kind"
1412
+ "description": "Specify after margin of a Box",
1413
+ "attribute": "mAfter"
1618
1414
  },
1619
1415
  {
1620
1416
  "kind": "field",
1621
- "name": "size",
1417
+ "name": "m",
1622
1418
  "type": {
1623
- "text": "'sm' | 'md' | 'lg'"
1419
+ "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1624
1420
  },
1625
- "default": "'md'",
1626
- "description": "Specify the size of a Button",
1627
- "attribute": "size"
1421
+ "description": "Specify all margin",
1422
+ "attribute": "m"
1628
1423
  },
1629
1424
  {
1630
1425
  "kind": "field",
1631
- "name": "disabled",
1426
+ "name": "p",
1632
1427
  "type": {
1633
- "text": "boolean"
1428
+ "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1634
1429
  },
1635
- "default": "false",
1636
- "description": "Specify if the Button is disabled",
1637
- "attribute": "disabled"
1430
+ "description": "Specify all padding",
1431
+ "attribute": "p"
1638
1432
  },
1639
1433
  {
1640
1434
  "kind": "field",
1641
- "name": "fluid",
1435
+ "name": "gap",
1642
1436
  "type": {
1643
- "text": "boolean"
1437
+ "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1644
1438
  },
1645
- "default": "false",
1646
- "description": "Specify if Button is fluid",
1647
- "attribute": "fluid"
1439
+ "description": "Specify gap between child elements",
1440
+ "attribute": "gap"
1648
1441
  },
1649
1442
  {
1650
1443
  "kind": "field",
1651
- "name": "width",
1444
+ "name": "shadow",
1652
1445
  "type": {
1653
- "text": "string | undefined"
1446
+ "text": "'sm' | 'md' | 'lg' | 'none' | 'overlay' | undefined"
1654
1447
  },
1655
- "description": "Specify the width of a Button",
1656
- "attribute": "width"
1448
+ "description": "Specify if a Box has a shadow",
1449
+ "attribute": "shadow"
1450
+ }
1451
+ ],
1452
+ "attributes": [
1453
+ {
1454
+ "name": "backgroundColor",
1455
+ "type": {
1456
+ "text": "'positive' | 'warning' | 'negative' | 'inverse' | '00' | '00-alt' | '01' | '02' | '03' | 'info-primary' | 'info-secondary' | 'positive-strong' | 'warning-strong' | 'negative-strong' | 'info-primary-strong' | 'info-secondary-strong' | 'selected' | 'selected-subtle' | 'highlight' | 'transparent' | 'expressive' | 'expressive-stronger' | 'expressive-inverse'"
1457
+ },
1458
+ "default": "'transparent'",
1459
+ "description": "Specify the background color of a Box",
1460
+ "fieldName": "backgroundColor"
1657
1461
  },
1658
1462
  {
1659
- "kind": "field",
1660
- "name": "height",
1463
+ "name": "borderColor",
1661
1464
  "type": {
1662
- "text": "string | undefined"
1465
+ "text": "'positive' | 'warning' | 'negative' | 'inverse' | 'strong' | '00' | '00-alt' | '01' | '02' | '03' | 'info-primary' | 'info-secondary' | 'positive-strong' | 'warning-strong' | 'negative-strong' | 'info-primary-strong' | 'info-secondary-strong' | 'selected' | 'transparent' | 'expressive' | 'expressive-stronger' | 'focus' | undefined"
1663
1466
  },
1664
- "description": "Specify the height of a Button",
1665
- "attribute": "height"
1467
+ "description": "Specify the border color of a Box",
1468
+ "fieldName": "borderColor"
1666
1469
  },
1667
1470
  {
1668
- "kind": "field",
1669
- "name": "theme",
1471
+ "name": "borderWidth",
1670
1472
  "type": {
1671
- "text": "'light' | 'dark' | undefined"
1473
+ "text": "'md' | 'lg' | 'xl' | 'none' | 'divider' | undefined"
1672
1474
  },
1673
- "description": "Specify the theme of the Button",
1674
- "attribute": "theme"
1475
+ "description": "Specify the border width of a Box",
1476
+ "fieldName": "borderWidth"
1675
1477
  },
1676
1478
  {
1677
- "kind": "field",
1678
- "name": "iconOnly",
1479
+ "name": "borderRadius",
1679
1480
  "type": {
1680
- "text": "boolean | undefined"
1481
+ "text": "'xs' | 'sm' | 'md' | 'lg' | 'none' | 'round' | undefined"
1681
1482
  },
1682
- "description": "Specify if the icon displays without text",
1683
- "attribute": "iconOnly"
1483
+ "description": "Specify the border radius of a Box",
1484
+ "fieldName": "borderRadius"
1684
1485
  },
1685
1486
  {
1686
- "kind": "field",
1687
- "name": "type",
1487
+ "name": "px",
1688
1488
  "type": {
1689
- "text": "string"
1489
+ "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1690
1490
  },
1691
- "default": "'button'",
1692
- "attribute": "type"
1491
+ "description": "Specify before and after padding of a Box",
1492
+ "fieldName": "px"
1693
1493
  },
1694
1494
  {
1695
- "kind": "field",
1696
- "name": "formContext",
1495
+ "name": "py",
1697
1496
  "type": {
1698
- "text": "BmFormContext"
1699
- }
1700
- }
1701
- ],
1702
- "attributes": [
1497
+ "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1498
+ },
1499
+ "description": "Specify top and bottom padding of a Box",
1500
+ "fieldName": "py"
1501
+ },
1703
1502
  {
1704
- "name": "appearance",
1503
+ "name": "pTop",
1705
1504
  "type": {
1706
- "text": "'accent' | 'neutral' | 'destructive' | 'neutral-subtle'"
1505
+ "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1707
1506
  },
1708
- "default": "'accent'",
1709
- "description": "Specify the appearance of a Button",
1710
- "fieldName": "appearance"
1507
+ "description": "Specify top padding of a Box",
1508
+ "fieldName": "pTop"
1711
1509
  },
1712
1510
  {
1713
- "name": "kind",
1511
+ "name": "pBottom",
1714
1512
  "type": {
1715
- "text": "'filled' | 'outline' | 'ghost' | 'bare'"
1513
+ "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1716
1514
  },
1717
- "default": "'filled'",
1718
- "description": "Specify the kind of Button",
1719
- "fieldName": "kind"
1515
+ "description": "Specify bottom padding of a Box",
1516
+ "fieldName": "pBottom"
1720
1517
  },
1721
1518
  {
1722
- "name": "size",
1519
+ "name": "pBefore",
1723
1520
  "type": {
1724
- "text": "'sm' | 'md' | 'lg'"
1521
+ "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1725
1522
  },
1726
- "default": "'md'",
1727
- "description": "Specify the size of a Button",
1728
- "fieldName": "size"
1523
+ "description": "Specify before padding of a Box",
1524
+ "fieldName": "pBefore"
1729
1525
  },
1730
1526
  {
1731
- "name": "disabled",
1527
+ "name": "pAfter",
1732
1528
  "type": {
1733
- "text": "boolean"
1529
+ "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1734
1530
  },
1735
- "default": "false",
1736
- "description": "Specify if the Button is disabled",
1737
- "fieldName": "disabled"
1531
+ "description": "Specify after padding of a Box",
1532
+ "fieldName": "pAfter"
1738
1533
  },
1739
1534
  {
1740
- "name": "fluid",
1535
+ "name": "mx",
1741
1536
  "type": {
1742
- "text": "boolean"
1537
+ "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1743
1538
  },
1744
- "default": "false",
1745
- "description": "Specify if Button is fluid",
1746
- "fieldName": "fluid"
1539
+ "description": "Specify before and after margin of a Box",
1540
+ "fieldName": "mx"
1747
1541
  },
1748
1542
  {
1749
- "name": "width",
1543
+ "name": "my",
1750
1544
  "type": {
1751
- "text": "string | undefined"
1545
+ "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1752
1546
  },
1753
- "description": "Specify the width of a Button",
1754
- "fieldName": "width"
1547
+ "description": "Specify top and bottom margin of a Box",
1548
+ "fieldName": "my"
1755
1549
  },
1756
1550
  {
1757
- "name": "height",
1551
+ "name": "mTop",
1758
1552
  "type": {
1759
- "text": "string | undefined"
1553
+ "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1760
1554
  },
1761
- "description": "Specify the height of a Button",
1762
- "fieldName": "height"
1555
+ "description": "Specify top margin of a Box",
1556
+ "fieldName": "mTop"
1763
1557
  },
1764
1558
  {
1765
- "name": "theme",
1559
+ "name": "mBottom",
1766
1560
  "type": {
1767
- "text": "'light' | 'dark' | undefined"
1561
+ "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1768
1562
  },
1769
- "description": "Specify the theme of the Button",
1770
- "fieldName": "theme"
1563
+ "description": "Specify bottom margin of a Box",
1564
+ "fieldName": "mBottom"
1771
1565
  },
1772
1566
  {
1773
- "name": "iconOnly",
1567
+ "name": "mBefore",
1774
1568
  "type": {
1775
- "text": "boolean | undefined"
1569
+ "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1776
1570
  },
1777
- "description": "Specify if the icon displays without text",
1778
- "fieldName": "iconOnly"
1571
+ "description": "Specify before margin of a Box",
1572
+ "fieldName": "mBefore"
1779
1573
  },
1780
1574
  {
1781
- "name": "type",
1575
+ "name": "mAfter",
1782
1576
  "type": {
1783
- "text": "string"
1577
+ "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1784
1578
  },
1785
- "default": "'button'",
1786
- "fieldName": "type"
1579
+ "description": "Specify after margin of a Box",
1580
+ "fieldName": "mAfter"
1581
+ },
1582
+ {
1583
+ "name": "m",
1584
+ "type": {
1585
+ "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1586
+ },
1587
+ "description": "Specify all margin",
1588
+ "fieldName": "m"
1589
+ },
1590
+ {
1591
+ "name": "p",
1592
+ "type": {
1593
+ "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1594
+ },
1595
+ "description": "Specify all padding",
1596
+ "fieldName": "p"
1597
+ },
1598
+ {
1599
+ "name": "gap",
1600
+ "type": {
1601
+ "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1602
+ },
1603
+ "description": "Specify gap between child elements",
1604
+ "fieldName": "gap"
1605
+ },
1606
+ {
1607
+ "name": "shadow",
1608
+ "type": {
1609
+ "text": "'sm' | 'md' | 'lg' | 'none' | 'overlay' | undefined"
1610
+ },
1611
+ "description": "Specify if a Box has a shadow",
1612
+ "fieldName": "shadow"
1787
1613
  }
1788
1614
  ],
1789
1615
  "superclass": {
1790
1616
  "name": "LitElement",
1791
1617
  "package": "lit"
1792
1618
  },
1793
- "tagName": "bm-button",
1619
+ "tagName": "bm-box",
1794
1620
  "customElement": true
1795
1621
  }
1796
1622
  ],
1797
1623
  "exports": [
1798
1624
  {
1799
1625
  "kind": "js",
1800
- "name": "BmButton",
1626
+ "name": "BmBox",
1801
1627
  "declaration": {
1802
- "name": "BmButton",
1803
- "module": "libs/web-components/src/lib/Button/Button.ts"
1628
+ "name": "BmBox",
1629
+ "module": "libs/web-components/src/lib/Box/Box.ts"
1804
1630
  }
1805
1631
  },
1806
1632
  {
1807
1633
  "kind": "custom-element-definition",
1808
- "name": "bm-button",
1634
+ "name": "bm-box",
1809
1635
  "declaration": {
1810
- "name": "BmButton",
1811
- "module": "libs/web-components/src/lib/Button/Button.ts"
1636
+ "name": "BmBox",
1637
+ "module": "libs/web-components/src/lib/Box/Box.ts"
1812
1638
  }
1813
1639
  }
1814
1640
  ]
1815
1641
  },
1816
1642
  {
1817
1643
  "kind": "javascript-module",
1818
- "path": "libs/web-components/src/lib/Button/index.ts",
1644
+ "path": "libs/web-components/src/lib/Box/index.ts",
1819
1645
  "declarations": [],
1820
1646
  "exports": [
1821
1647
  {
@@ -1823,383 +1649,565 @@
1823
1649
  "name": "*",
1824
1650
  "declaration": {
1825
1651
  "name": "*",
1826
- "package": "./Button"
1652
+ "package": "./Box"
1827
1653
  }
1828
1654
  }
1829
1655
  ]
1830
1656
  },
1831
1657
  {
1832
1658
  "kind": "javascript-module",
1833
- "path": "libs/web-components/src/lib/Avatar/Avatar.ts",
1659
+ "path": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.context.ts",
1660
+ "declarations": [
1661
+ {
1662
+ "kind": "variable",
1663
+ "name": "BreadcrumbGroupCtx"
1664
+ }
1665
+ ],
1666
+ "exports": [
1667
+ {
1668
+ "kind": "js",
1669
+ "name": "BreadcrumbGroupCtx",
1670
+ "declaration": {
1671
+ "name": "BreadcrumbGroupCtx",
1672
+ "module": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.context.ts"
1673
+ }
1674
+ }
1675
+ ]
1676
+ },
1677
+ {
1678
+ "kind": "javascript-module",
1679
+ "path": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.ts",
1834
1680
  "declarations": [
1835
1681
  {
1836
1682
  "kind": "class",
1837
- "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** ",
1838
- "name": "BmAvatar",
1683
+ "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",
1684
+ "name": "BmBreadcrumbs",
1839
1685
  "slots": [
1840
1686
  {
1841
- "description": "Customize the default icon",
1842
- "name": "icon"
1687
+ "description": "Pass items to the Breadcrumb",
1688
+ "name": "default"
1843
1689
  }
1844
1690
  ],
1845
1691
  "members": [
1846
1692
  {
1847
1693
  "kind": "field",
1848
- "name": "appearance",
1694
+ "name": "wrap",
1849
1695
  "type": {
1850
- "text": "'accent' | 'neutral' | undefined"
1696
+ "text": "boolean"
1851
1697
  },
1852
- "default": "'neutral'",
1853
- "description": "Specify the appearance of the Avatar",
1854
- "attribute": "appearance"
1698
+ "default": "true",
1699
+ "description": "Specify if items wrap or collapse to an ellipsis",
1700
+ "attribute": "wrap"
1855
1701
  },
1856
1702
  {
1857
1703
  "kind": "field",
1858
- "name": "name",
1704
+ "name": "itemsBeforeCollapse",
1859
1705
  "type": {
1860
- "text": "string | undefined"
1706
+ "text": "number"
1861
1707
  },
1862
- "description": "Specify a name to display initials in the Avatar",
1863
- "attribute": "name"
1708
+ "default": "1",
1709
+ "description": "Specify how many items show before ellipsis",
1710
+ "attribute": "itemsBeforeCollapse"
1864
1711
  },
1865
1712
  {
1866
1713
  "kind": "field",
1867
- "name": "src",
1714
+ "name": "itemsAfterCollapse",
1868
1715
  "type": {
1869
- "text": "string | undefined"
1716
+ "text": "number"
1870
1717
  },
1871
- "description": "Pass an image to the Avatar",
1872
- "attribute": "src"
1718
+ "default": "1",
1719
+ "description": "Specify how many items show after ellipsis",
1720
+ "attribute": "itemsAfterCollapse"
1873
1721
  },
1874
1722
  {
1875
1723
  "kind": "field",
1876
- "name": "alt",
1724
+ "name": "theme",
1877
1725
  "type": {
1878
- "text": "string | undefined"
1726
+ "text": "'light' | 'dark' | undefined"
1879
1727
  },
1880
- "description": "Specify alt for image",
1881
- "attribute": "alt"
1882
- },
1728
+ "description": "Specify the theme of the Breadcrumbs. By default, it inherits the theme from the parent",
1729
+ "attribute": "theme"
1730
+ }
1731
+ ],
1732
+ "attributes": [
1883
1733
  {
1884
- "kind": "field",
1885
- "name": "size",
1734
+ "name": "wrap",
1886
1735
  "type": {
1887
- "text": "'xs' | 'sm' | 'md' | 'lg' | 'xl' | undefined"
1736
+ "text": "boolean"
1888
1737
  },
1889
- "default": "'md'",
1890
- "description": "Specify the size of the Avatar",
1891
- "attribute": "size"
1738
+ "default": "true",
1739
+ "description": "Specify if items wrap or collapse to an ellipsis",
1740
+ "fieldName": "wrap"
1892
1741
  },
1893
1742
  {
1894
- "kind": "field",
1895
- "name": "disabled",
1743
+ "name": "itemsBeforeCollapse",
1896
1744
  "type": {
1897
- "text": "boolean | undefined"
1745
+ "text": "number"
1898
1746
  },
1899
- "default": "false",
1900
- "description": "Specify if the Avatar is disabled",
1901
- "attribute": "disabled"
1747
+ "default": "1",
1748
+ "description": "Specify how many items show before ellipsis",
1749
+ "fieldName": "itemsBeforeCollapse"
1902
1750
  },
1903
1751
  {
1904
- "kind": "field",
1905
- "name": "shape",
1752
+ "name": "itemsAfterCollapse",
1906
1753
  "type": {
1907
- "text": "'circle' | 'square' | undefined"
1754
+ "text": "number"
1908
1755
  },
1909
- "default": "'circle'",
1910
- "description": "Specify the shape of the Avatar",
1911
- "attribute": "shape"
1756
+ "default": "1",
1757
+ "description": "Specify how many items show after ellipsis",
1758
+ "fieldName": "itemsAfterCollapse"
1912
1759
  },
1913
1760
  {
1914
- "kind": "field",
1915
- "name": "isInteractive",
1761
+ "name": "theme",
1916
1762
  "type": {
1917
- "text": "boolean"
1763
+ "text": "'light' | 'dark' | undefined"
1918
1764
  },
1919
- "default": "false",
1920
- "description": "If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer",
1921
- "attribute": "isInteractive"
1922
- },
1765
+ "description": "Specify the theme of the Breadcrumbs. By default, it inherits the theme from the parent",
1766
+ "fieldName": "theme"
1767
+ }
1768
+ ],
1769
+ "superclass": {
1770
+ "name": "LitElement",
1771
+ "package": "lit"
1772
+ },
1773
+ "tagName": "bm-breadcrumb",
1774
+ "customElement": true
1775
+ }
1776
+ ],
1777
+ "exports": [
1778
+ {
1779
+ "kind": "js",
1780
+ "name": "BmBreadcrumbs",
1781
+ "declaration": {
1782
+ "name": "BmBreadcrumbs",
1783
+ "module": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.ts"
1784
+ }
1785
+ },
1786
+ {
1787
+ "kind": "custom-element-definition",
1788
+ "name": "bm-breadcrumb",
1789
+ "declaration": {
1790
+ "name": "BmBreadcrumbs",
1791
+ "module": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.ts"
1792
+ }
1793
+ }
1794
+ ]
1795
+ },
1796
+ {
1797
+ "kind": "javascript-module",
1798
+ "path": "libs/web-components/src/lib/Breadcrumbs/BreadcrumbsItem.ts",
1799
+ "declarations": [
1800
+ {
1801
+ "kind": "class",
1802
+ "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** ",
1803
+ "name": "BmBreadcrumbsItem",
1804
+ "slots": [
1923
1805
  {
1924
- "kind": "field",
1925
- "name": "isFocusable",
1926
- "type": {
1927
- "text": "boolean"
1928
- },
1929
- "default": "false",
1930
- "description": "If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable",
1931
- "attribute": "isFocusable"
1806
+ "description": "Pass text to an item",
1807
+ "name": "default"
1932
1808
  },
1933
1809
  {
1934
- "kind": "field",
1935
- "name": "withBorder",
1936
- "type": {
1937
- "text": "boolean"
1938
- },
1939
- "default": "false",
1940
- "attribute": "withBorder"
1810
+ "description": "Pass icon to an item",
1811
+ "name": "icon"
1941
1812
  }
1942
1813
  ],
1943
- "attributes": [
1944
- {
1945
- "name": "appearance",
1946
- "type": {
1947
- "text": "'accent' | 'neutral' | undefined"
1948
- },
1949
- "default": "'neutral'",
1950
- "description": "Specify the appearance of the Avatar",
1951
- "fieldName": "appearance"
1952
- },
1814
+ "members": [
1953
1815
  {
1954
- "name": "name",
1816
+ "kind": "field",
1817
+ "name": "href",
1955
1818
  "type": {
1956
1819
  "text": "string | undefined"
1957
1820
  },
1958
- "description": "Specify a name to display initials in the Avatar",
1959
- "fieldName": "name"
1821
+ "description": "Pass href to an item",
1822
+ "attribute": "href"
1960
1823
  },
1961
1824
  {
1962
- "name": "src",
1825
+ "kind": "field",
1826
+ "name": "clickable",
1963
1827
  "type": {
1964
- "text": "string | undefined"
1828
+ "text": "boolean"
1965
1829
  },
1966
- "description": "Pass an image to the Avatar",
1967
- "fieldName": "src"
1830
+ "default": "false",
1831
+ "description": "Specify if the item is interactive without an href",
1832
+ "attribute": "clickable"
1968
1833
  },
1969
1834
  {
1970
- "name": "alt",
1835
+ "kind": "field",
1836
+ "name": "truncationWidth",
1971
1837
  "type": {
1972
1838
  "text": "string | undefined"
1973
1839
  },
1974
- "description": "Specify alt for image",
1975
- "fieldName": "alt"
1840
+ "description": "Specify truncation width of the items. Sets max-width for all items but the last.",
1841
+ "attribute": "truncationWidth"
1976
1842
  },
1977
1843
  {
1978
- "name": "size",
1844
+ "kind": "field",
1845
+ "name": "isCurrent",
1979
1846
  "type": {
1980
- "text": "'xs' | 'sm' | 'md' | 'lg' | 'xl' | undefined"
1847
+ "text": "boolean"
1981
1848
  },
1982
- "default": "'md'",
1983
- "description": "Specify the size of the Avatar",
1984
- "fieldName": "size"
1849
+ "default": "false",
1850
+ "description": "Specify explicitly if the item is the last one",
1851
+ "attribute": "isCurrent",
1852
+ "reflects": true
1985
1853
  },
1986
1854
  {
1987
- "name": "disabled",
1855
+ "kind": "field",
1856
+ "name": "isCollapsed",
1988
1857
  "type": {
1989
- "text": "boolean | undefined"
1858
+ "text": "boolean"
1990
1859
  },
1991
1860
  "default": "false",
1992
- "description": "Specify if the Avatar is disabled",
1993
- "fieldName": "disabled"
1994
- },
1861
+ "attribute": "isCollapsed",
1862
+ "reflects": true
1863
+ }
1864
+ ],
1865
+ "attributes": [
1995
1866
  {
1996
- "name": "shape",
1867
+ "name": "href",
1997
1868
  "type": {
1998
- "text": "'circle' | 'square' | undefined"
1999
- },
2000
- "default": "'circle'",
2001
- "description": "Specify the shape of the Avatar",
2002
- "fieldName": "shape"
1869
+ "text": "string | undefined"
1870
+ },
1871
+ "description": "Pass href to an item",
1872
+ "fieldName": "href"
2003
1873
  },
2004
1874
  {
2005
- "name": "isInteractive",
1875
+ "name": "clickable",
2006
1876
  "type": {
2007
1877
  "text": "boolean"
2008
1878
  },
2009
1879
  "default": "false",
2010
- "description": "If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer",
2011
- "fieldName": "isInteractive"
1880
+ "description": "Specify if the item is interactive without an href",
1881
+ "fieldName": "clickable"
2012
1882
  },
2013
1883
  {
2014
- "name": "isFocusable",
1884
+ "name": "truncationWidth",
1885
+ "type": {
1886
+ "text": "string | undefined"
1887
+ },
1888
+ "description": "Specify truncation width of the items. Sets max-width for all items but the last.",
1889
+ "fieldName": "truncationWidth"
1890
+ },
1891
+ {
1892
+ "name": "isCurrent",
2015
1893
  "type": {
2016
1894
  "text": "boolean"
2017
1895
  },
2018
1896
  "default": "false",
2019
- "description": "If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable",
2020
- "fieldName": "isFocusable"
1897
+ "description": "Specify explicitly if the item is the last one",
1898
+ "fieldName": "isCurrent"
2021
1899
  },
2022
1900
  {
2023
- "name": "withBorder",
1901
+ "name": "isCollapsed",
2024
1902
  "type": {
2025
1903
  "text": "boolean"
2026
1904
  },
2027
1905
  "default": "false",
2028
- "fieldName": "withBorder"
1906
+ "fieldName": "isCollapsed"
2029
1907
  }
2030
1908
  ],
2031
1909
  "superclass": {
2032
1910
  "name": "LitElement",
2033
1911
  "package": "lit"
2034
1912
  },
2035
- "tagName": "bm-avatar",
1913
+ "tagName": "bm-breadcrumb-item",
2036
1914
  "customElement": true
2037
1915
  }
2038
1916
  ],
2039
1917
  "exports": [
2040
1918
  {
2041
1919
  "kind": "js",
2042
- "name": "BmAvatar",
1920
+ "name": "BmBreadcrumbsItem",
2043
1921
  "declaration": {
2044
- "name": "BmAvatar",
2045
- "module": "libs/web-components/src/lib/Avatar/Avatar.ts"
1922
+ "name": "BmBreadcrumbsItem",
1923
+ "module": "libs/web-components/src/lib/Breadcrumbs/BreadcrumbsItem.ts"
2046
1924
  }
2047
1925
  },
2048
1926
  {
2049
1927
  "kind": "custom-element-definition",
2050
- "name": "bm-avatar",
1928
+ "name": "bm-breadcrumb-item",
2051
1929
  "declaration": {
2052
- "name": "BmAvatar",
2053
- "module": "libs/web-components/src/lib/Avatar/Avatar.ts"
1930
+ "name": "BmBreadcrumbsItem",
1931
+ "module": "libs/web-components/src/lib/Breadcrumbs/BreadcrumbsItem.ts"
2054
1932
  }
2055
1933
  }
2056
1934
  ]
2057
1935
  },
2058
1936
  {
2059
1937
  "kind": "javascript-module",
2060
- "path": "libs/web-components/src/lib/Avatar/AvatarGroup.context.ts",
2061
- "declarations": [
2062
- {
2063
- "kind": "variable",
2064
- "name": "AvatarGroupCtx"
2065
- }
2066
- ],
1938
+ "path": "libs/web-components/src/lib/Breadcrumbs/index.ts",
1939
+ "declarations": [],
2067
1940
  "exports": [
2068
1941
  {
2069
1942
  "kind": "js",
2070
- "name": "AvatarGroupCtx",
1943
+ "name": "*",
2071
1944
  "declaration": {
2072
- "name": "AvatarGroupCtx",
2073
- "module": "libs/web-components/src/lib/Avatar/AvatarGroup.context.ts"
1945
+ "name": "*",
1946
+ "package": "./Breadcrumbs"
1947
+ }
1948
+ },
1949
+ {
1950
+ "kind": "js",
1951
+ "name": "*",
1952
+ "declaration": {
1953
+ "name": "*",
1954
+ "package": "./BreadcrumbsItem"
2074
1955
  }
2075
1956
  }
2076
1957
  ]
2077
1958
  },
2078
1959
  {
2079
1960
  "kind": "javascript-module",
2080
- "path": "libs/web-components/src/lib/Avatar/AvatarGroup.ts",
1961
+ "path": "libs/web-components/src/lib/Button/Button.ts",
2081
1962
  "declarations": [
2082
1963
  {
2083
1964
  "kind": "class",
2084
- "description": "`bm-avatar-group`\n\n### Attributes:\n- **wrapping** - Specify if the AvatarGroup wraps\n- **maxCount** - Specify the max number of avatars displayed in the group.\n- **size** - Specify the size of all Avatars\n- **layout** - Specify the kind of the group.",
2085
- "name": "BmAvatarGroup",
1965
+ "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** ",
1966
+ "name": "BmButton",
2086
1967
  "slots": [
2087
1968
  {
2088
- "description": "Add Avatars to create a group",
1969
+ "description": "Provide content for the Button",
2089
1970
  "name": "default"
1971
+ },
1972
+ {
1973
+ "description": "Specify if the Button displays icon before the text",
1974
+ "name": "iconBefore"
1975
+ },
1976
+ {
1977
+ "description": "Specify if the Button displays icon after the text",
1978
+ "name": "iconAfter"
2090
1979
  }
2091
1980
  ],
2092
1981
  "members": [
2093
1982
  {
2094
1983
  "kind": "field",
2095
- "name": "wrapping",
1984
+ "name": "formAssociated",
2096
1985
  "type": {
2097
1986
  "text": "boolean"
2098
1987
  },
2099
- "default": "false",
2100
- "description": "Specify if the AvatarGroup wraps",
2101
- "attribute": "wrapping"
1988
+ "static": true,
1989
+ "default": "true"
2102
1990
  },
2103
1991
  {
2104
1992
  "kind": "field",
2105
- "name": "maxCount",
1993
+ "name": "appearance",
2106
1994
  "type": {
2107
- "text": "number"
1995
+ "text": "'accent' | 'neutral' | 'destructive' | 'neutral-subtle'"
2108
1996
  },
2109
- "default": "5",
2110
- "description": "Specify the max number of avatars displayed in the group.",
2111
- "attribute": "maxCount",
2112
- "reflects": true
1997
+ "default": "'accent'",
1998
+ "description": "Specify the appearance of a Button",
1999
+ "attribute": "appearance"
2000
+ },
2001
+ {
2002
+ "kind": "field",
2003
+ "name": "kind",
2004
+ "type": {
2005
+ "text": "'filled' | 'outline' | 'ghost' | 'bare'"
2006
+ },
2007
+ "default": "'filled'",
2008
+ "description": "Specify the kind of Button",
2009
+ "attribute": "kind"
2113
2010
  },
2114
2011
  {
2115
2012
  "kind": "field",
2116
2013
  "name": "size",
2117
2014
  "type": {
2118
- "text": "'xs' | 'sm' | 'md' | 'lg' | 'xl'"
2015
+ "text": "'sm' | 'md' | 'lg'"
2119
2016
  },
2120
2017
  "default": "'md'",
2121
- "description": "Specify the size of all Avatars",
2018
+ "description": "Specify the size of a Button",
2122
2019
  "attribute": "size"
2123
2020
  },
2124
2021
  {
2125
2022
  "kind": "field",
2126
- "name": "layout",
2023
+ "name": "disabled",
2127
2024
  "type": {
2128
- "text": "'stacked' | 'spaced' | undefined"
2025
+ "text": "boolean"
2129
2026
  },
2130
- "default": "'stacked'",
2131
- "description": "Specify the kind of the group.",
2132
- "attribute": "layout"
2027
+ "default": "false",
2028
+ "description": "Specify if the Button is disabled",
2029
+ "attribute": "disabled"
2030
+ },
2031
+ {
2032
+ "kind": "field",
2033
+ "name": "fluid",
2034
+ "type": {
2035
+ "text": "boolean"
2036
+ },
2037
+ "default": "false",
2038
+ "description": "Specify if Button is fluid",
2039
+ "attribute": "fluid"
2040
+ },
2041
+ {
2042
+ "kind": "field",
2043
+ "name": "width",
2044
+ "type": {
2045
+ "text": "string | undefined"
2046
+ },
2047
+ "description": "Specify the width of a Button",
2048
+ "attribute": "width"
2049
+ },
2050
+ {
2051
+ "kind": "field",
2052
+ "name": "height",
2053
+ "type": {
2054
+ "text": "string | undefined"
2055
+ },
2056
+ "description": "Specify the height of a Button",
2057
+ "attribute": "height"
2058
+ },
2059
+ {
2060
+ "kind": "field",
2061
+ "name": "theme",
2062
+ "type": {
2063
+ "text": "'light' | 'dark' | undefined"
2064
+ },
2065
+ "description": "Specify the theme of the Button",
2066
+ "attribute": "theme"
2067
+ },
2068
+ {
2069
+ "kind": "field",
2070
+ "name": "iconOnly",
2071
+ "type": {
2072
+ "text": "boolean | undefined"
2073
+ },
2074
+ "description": "Specify if the icon displays without text",
2075
+ "attribute": "iconOnly"
2076
+ },
2077
+ {
2078
+ "kind": "field",
2079
+ "name": "type",
2080
+ "type": {
2081
+ "text": "string"
2082
+ },
2083
+ "default": "'button'",
2084
+ "attribute": "type"
2085
+ },
2086
+ {
2087
+ "kind": "field",
2088
+ "name": "formContext",
2089
+ "type": {
2090
+ "text": "BmFormContext"
2091
+ }
2133
2092
  }
2134
2093
  ],
2135
2094
  "attributes": [
2136
2095
  {
2137
- "name": "wrapping",
2096
+ "name": "appearance",
2138
2097
  "type": {
2139
- "text": "boolean"
2098
+ "text": "'accent' | 'neutral' | 'destructive' | 'neutral-subtle'"
2140
2099
  },
2141
- "default": "false",
2142
- "description": "Specify if the AvatarGroup wraps",
2143
- "fieldName": "wrapping"
2100
+ "default": "'accent'",
2101
+ "description": "Specify the appearance of a Button",
2102
+ "fieldName": "appearance"
2144
2103
  },
2145
2104
  {
2146
- "name": "maxCount",
2105
+ "name": "kind",
2147
2106
  "type": {
2148
- "text": "number"
2107
+ "text": "'filled' | 'outline' | 'ghost' | 'bare'"
2149
2108
  },
2150
- "default": "5",
2151
- "description": "Specify the max number of avatars displayed in the group.",
2152
- "fieldName": "maxCount"
2109
+ "default": "'filled'",
2110
+ "description": "Specify the kind of Button",
2111
+ "fieldName": "kind"
2153
2112
  },
2154
2113
  {
2155
2114
  "name": "size",
2156
2115
  "type": {
2157
- "text": "'xs' | 'sm' | 'md' | 'lg' | 'xl'"
2116
+ "text": "'sm' | 'md' | 'lg'"
2158
2117
  },
2159
2118
  "default": "'md'",
2160
- "description": "Specify the size of all Avatars",
2119
+ "description": "Specify the size of a Button",
2161
2120
  "fieldName": "size"
2162
2121
  },
2163
2122
  {
2164
- "name": "layout",
2123
+ "name": "disabled",
2124
+ "type": {
2125
+ "text": "boolean"
2126
+ },
2127
+ "default": "false",
2128
+ "description": "Specify if the Button is disabled",
2129
+ "fieldName": "disabled"
2130
+ },
2131
+ {
2132
+ "name": "fluid",
2133
+ "type": {
2134
+ "text": "boolean"
2135
+ },
2136
+ "default": "false",
2137
+ "description": "Specify if Button is fluid",
2138
+ "fieldName": "fluid"
2139
+ },
2140
+ {
2141
+ "name": "width",
2142
+ "type": {
2143
+ "text": "string | undefined"
2144
+ },
2145
+ "description": "Specify the width of a Button",
2146
+ "fieldName": "width"
2147
+ },
2148
+ {
2149
+ "name": "height",
2150
+ "type": {
2151
+ "text": "string | undefined"
2152
+ },
2153
+ "description": "Specify the height of a Button",
2154
+ "fieldName": "height"
2155
+ },
2156
+ {
2157
+ "name": "theme",
2158
+ "type": {
2159
+ "text": "'light' | 'dark' | undefined"
2160
+ },
2161
+ "description": "Specify the theme of the Button",
2162
+ "fieldName": "theme"
2163
+ },
2164
+ {
2165
+ "name": "iconOnly",
2166
+ "type": {
2167
+ "text": "boolean | undefined"
2168
+ },
2169
+ "description": "Specify if the icon displays without text",
2170
+ "fieldName": "iconOnly"
2171
+ },
2172
+ {
2173
+ "name": "type",
2165
2174
  "type": {
2166
- "text": "'stacked' | 'spaced' | undefined"
2175
+ "text": "string"
2167
2176
  },
2168
- "default": "'stacked'",
2169
- "description": "Specify the kind of the group.",
2170
- "fieldName": "layout"
2177
+ "default": "'button'",
2178
+ "fieldName": "type"
2171
2179
  }
2172
2180
  ],
2173
2181
  "superclass": {
2174
2182
  "name": "LitElement",
2175
2183
  "package": "lit"
2176
2184
  },
2177
- "tagName": "bm-avatar-group",
2185
+ "tagName": "bm-button",
2178
2186
  "customElement": true
2179
2187
  }
2180
2188
  ],
2181
2189
  "exports": [
2182
2190
  {
2183
2191
  "kind": "js",
2184
- "name": "BmAvatarGroup",
2192
+ "name": "BmButton",
2185
2193
  "declaration": {
2186
- "name": "BmAvatarGroup",
2187
- "module": "libs/web-components/src/lib/Avatar/AvatarGroup.ts"
2194
+ "name": "BmButton",
2195
+ "module": "libs/web-components/src/lib/Button/Button.ts"
2188
2196
  }
2189
2197
  },
2190
2198
  {
2191
2199
  "kind": "custom-element-definition",
2192
- "name": "bm-avatar-group",
2200
+ "name": "bm-button",
2193
2201
  "declaration": {
2194
- "name": "BmAvatarGroup",
2195
- "module": "libs/web-components/src/lib/Avatar/AvatarGroup.ts"
2202
+ "name": "BmButton",
2203
+ "module": "libs/web-components/src/lib/Button/Button.ts"
2196
2204
  }
2197
2205
  }
2198
2206
  ]
2199
2207
  },
2200
2208
  {
2201
2209
  "kind": "javascript-module",
2202
- "path": "libs/web-components/src/lib/Avatar/index.ts",
2210
+ "path": "libs/web-components/src/lib/Button/index.ts",
2203
2211
  "declarations": [],
2204
2212
  "exports": [
2205
2213
  {
@@ -2207,15 +2215,7 @@
2207
2215
  "name": "*",
2208
2216
  "declaration": {
2209
2217
  "name": "*",
2210
- "package": "./Avatar"
2211
- }
2212
- },
2213
- {
2214
- "kind": "js",
2215
- "name": "*",
2216
- "declaration": {
2217
- "name": "*",
2218
- "package": "./AvatarGroup"
2218
+ "package": "./Button"
2219
2219
  }
2220
2220
  }
2221
2221
  ]
@@ -8430,232 +8430,18 @@
8430
8430
  "type": {
8431
8431
  "text": "boolean"
8432
8432
  },
8433
- "default": "false",
8434
- "description": "Specify if Switch displays in a read-only state",
8435
- "fieldName": "readOnly"
8436
- },
8437
- {
8438
- "name": "disabled",
8439
- "type": {
8440
- "text": "boolean"
8441
- },
8442
- "default": "false",
8443
- "description": "Specify if Switch displays in a disabled state",
8444
- "fieldName": "disabled"
8445
- },
8446
- {
8447
- "name": "checked",
8448
- "type": {
8449
- "text": "boolean"
8450
- },
8451
- "default": "false",
8452
- "fieldName": "checked"
8453
- },
8454
- {
8455
- "name": "value",
8456
- "type": {
8457
- "text": "string | undefined"
8458
- },
8459
- "description": "The value attribute for the input element",
8460
- "fieldName": "value"
8461
- }
8462
- ],
8463
- "superclass": {
8464
- "name": "LitElement",
8465
- "package": "lit"
8466
- },
8467
- "tagName": "bm-switch",
8468
- "customElement": true
8469
- }
8470
- ],
8471
- "exports": [
8472
- {
8473
- "kind": "js",
8474
- "name": "BmSwitch",
8475
- "declaration": {
8476
- "name": "BmSwitch",
8477
- "module": "libs/web-components/src/lib/wip/Switch/Switch.ts"
8478
- }
8479
- },
8480
- {
8481
- "kind": "custom-element-definition",
8482
- "name": "bm-switch",
8483
- "declaration": {
8484
- "name": "BmSwitch",
8485
- "module": "libs/web-components/src/lib/wip/Switch/Switch.ts"
8486
- }
8487
- }
8488
- ]
8489
- },
8490
- {
8491
- "kind": "javascript-module",
8492
- "path": "libs/web-components/src/lib/wip/Switch/index.ts",
8493
- "declarations": [],
8494
- "exports": [
8495
- {
8496
- "kind": "js",
8497
- "name": "*",
8498
- "declaration": {
8499
- "name": "*",
8500
- "package": "./Switch"
8501
- }
8502
- },
8503
- {
8504
- "kind": "js",
8505
- "name": "*",
8506
- "declaration": {
8507
- "name": "*",
8508
- "package": "./SwitchGroup/SwitchGroup"
8509
- }
8510
- }
8511
- ]
8512
- },
8513
- {
8514
- "kind": "javascript-module",
8515
- "path": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts",
8516
- "declarations": [
8517
- {
8518
- "kind": "class",
8519
- "description": "`bm-radio-button`\n\n### Attributes:\n- **label** - Specify the text for the label\n- **error** - Specify error text and display error state of a RadioButton\n- **readOnly** - Specify if RadioButton displays in a read-only state\n- **disabled** - Specify if RadioButton displays in a disabled state\n- **theme** - Specify the theme of the RadioButton. By default it inherits the theme from the parent\n- **value** - The value attribute for the input element\n- **checked** - The checked attribute for the input element\n- **onKeyDown** - A user-defined function to handle keydown events",
8520
- "name": "BmRadioButton",
8521
- "members": [
8522
- {
8523
- "kind": "field",
8524
- "name": "label",
8525
- "type": {
8526
- "text": "string | undefined"
8527
- },
8528
- "description": "Specify the text for the label",
8529
- "attribute": "label"
8530
- },
8531
- {
8532
- "kind": "field",
8533
- "name": "error",
8534
- "type": {
8535
- "text": "boolean | undefined"
8536
- },
8537
- "description": "Specify error text and display error state of a RadioButton",
8538
- "attribute": "error"
8539
- },
8540
- {
8541
- "kind": "field",
8542
- "name": "readOnly",
8543
- "type": {
8544
- "text": "boolean | undefined"
8545
- },
8546
- "description": "Specify if RadioButton displays in a read-only state",
8547
- "attribute": "readOnly"
8548
- },
8549
- {
8550
- "kind": "field",
8551
- "name": "disabled",
8552
- "type": {
8553
- "text": "boolean | undefined"
8554
- },
8555
- "description": "Specify if RadioButton displays in a disabled state",
8556
- "attribute": "disabled"
8557
- },
8558
- {
8559
- "kind": "field",
8560
- "name": "theme",
8561
- "type": {
8562
- "text": "'light' | 'dark' | undefined"
8563
- },
8564
- "description": "Specify the theme of the RadioButton. By default it inherits the theme from the parent",
8565
- "attribute": "theme"
8566
- },
8567
- {
8568
- "kind": "field",
8569
- "name": "value",
8570
- "type": {
8571
- "text": "string | undefined"
8572
- },
8573
- "description": "The value attribute for the input element",
8574
- "attribute": "value"
8575
- },
8576
- {
8577
- "kind": "field",
8578
- "name": "checked",
8579
- "type": {
8580
- "text": "boolean"
8581
- },
8582
- "default": "false",
8583
- "description": "The checked attribute for the input element",
8584
- "attribute": "checked"
8585
- },
8586
- {
8587
- "kind": "field",
8588
- "name": "onKeyDown",
8589
- "type": {
8590
- "text": "(event: KeyboardEvent) => void | undefined"
8591
- },
8592
- "description": "A user-defined function to handle keydown events",
8593
- "attribute": "onKeyDown"
8594
- },
8595
- {
8596
- "kind": "field",
8597
- "name": "inputChoiceGroupContext",
8598
- "type": {
8599
- "text": "InputChoiceGroupContextProps"
8600
- }
8601
- },
8602
- {
8603
- "kind": "field",
8604
- "name": "radioButtonRef"
8605
- },
8606
- {
8607
- "kind": "method",
8608
- "name": "focus"
8609
- }
8610
- ],
8611
- "attributes": [
8612
- {
8613
- "name": "label",
8614
- "type": {
8615
- "text": "string | undefined"
8616
- },
8617
- "description": "Specify the text for the label",
8618
- "fieldName": "label"
8619
- },
8620
- {
8621
- "name": "error",
8622
- "type": {
8623
- "text": "boolean | undefined"
8624
- },
8625
- "description": "Specify error text and display error state of a RadioButton",
8626
- "fieldName": "error"
8627
- },
8628
- {
8629
- "name": "readOnly",
8630
- "type": {
8631
- "text": "boolean | undefined"
8632
- },
8633
- "description": "Specify if RadioButton displays in a read-only state",
8634
- "fieldName": "readOnly"
8635
- },
8636
- {
8637
- "name": "disabled",
8638
- "type": {
8639
- "text": "boolean | undefined"
8640
- },
8641
- "description": "Specify if RadioButton displays in a disabled state",
8642
- "fieldName": "disabled"
8643
- },
8644
- {
8645
- "name": "theme",
8646
- "type": {
8647
- "text": "'light' | 'dark' | undefined"
8648
- },
8649
- "description": "Specify the theme of the RadioButton. By default it inherits the theme from the parent",
8650
- "fieldName": "theme"
8433
+ "default": "false",
8434
+ "description": "Specify if Switch displays in a read-only state",
8435
+ "fieldName": "readOnly"
8651
8436
  },
8652
8437
  {
8653
- "name": "value",
8438
+ "name": "disabled",
8654
8439
  "type": {
8655
- "text": "string | undefined"
8440
+ "text": "boolean"
8656
8441
  },
8657
- "description": "The value attribute for the input element",
8658
- "fieldName": "value"
8442
+ "default": "false",
8443
+ "description": "Specify if Switch displays in a disabled state",
8444
+ "fieldName": "disabled"
8659
8445
  },
8660
8446
  {
8661
8447
  "name": "checked",
@@ -8663,48 +8449,47 @@
8663
8449
  "text": "boolean"
8664
8450
  },
8665
8451
  "default": "false",
8666
- "description": "The checked attribute for the input element",
8667
8452
  "fieldName": "checked"
8668
8453
  },
8669
8454
  {
8670
- "name": "onKeyDown",
8455
+ "name": "value",
8671
8456
  "type": {
8672
- "text": "(event: KeyboardEvent) => void | undefined"
8457
+ "text": "string | undefined"
8673
8458
  },
8674
- "description": "A user-defined function to handle keydown events",
8675
- "fieldName": "onKeyDown"
8459
+ "description": "The value attribute for the input element",
8460
+ "fieldName": "value"
8676
8461
  }
8677
8462
  ],
8678
8463
  "superclass": {
8679
8464
  "name": "LitElement",
8680
8465
  "package": "lit"
8681
8466
  },
8682
- "tagName": "bm-radio-button",
8467
+ "tagName": "bm-switch",
8683
8468
  "customElement": true
8684
8469
  }
8685
8470
  ],
8686
8471
  "exports": [
8687
8472
  {
8688
8473
  "kind": "js",
8689
- "name": "BmRadioButton",
8474
+ "name": "BmSwitch",
8690
8475
  "declaration": {
8691
- "name": "BmRadioButton",
8692
- "module": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts"
8476
+ "name": "BmSwitch",
8477
+ "module": "libs/web-components/src/lib/wip/Switch/Switch.ts"
8693
8478
  }
8694
8479
  },
8695
8480
  {
8696
8481
  "kind": "custom-element-definition",
8697
- "name": "bm-radio-button",
8482
+ "name": "bm-switch",
8698
8483
  "declaration": {
8699
- "name": "BmRadioButton",
8700
- "module": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts"
8484
+ "name": "BmSwitch",
8485
+ "module": "libs/web-components/src/lib/wip/Switch/Switch.ts"
8701
8486
  }
8702
8487
  }
8703
8488
  ]
8704
8489
  },
8705
8490
  {
8706
8491
  "kind": "javascript-module",
8707
- "path": "libs/web-components/src/lib/wip/RadioButton/index.ts",
8492
+ "path": "libs/web-components/src/lib/wip/Switch/index.ts",
8708
8493
  "declarations": [],
8709
8494
  "exports": [
8710
8495
  {
@@ -8712,7 +8497,7 @@
8712
8497
  "name": "*",
8713
8498
  "declaration": {
8714
8499
  "name": "*",
8715
- "package": "./RadioButton"
8500
+ "package": "./Switch"
8716
8501
  }
8717
8502
  },
8718
8503
  {
@@ -8720,7 +8505,7 @@
8720
8505
  "name": "*",
8721
8506
  "declaration": {
8722
8507
  "name": "*",
8723
- "package": "./RadioButtonGroup/RadioButtonGroup"
8508
+ "package": "./SwitchGroup/SwitchGroup"
8724
8509
  }
8725
8510
  }
8726
8511
  ]
@@ -9723,6 +9508,221 @@
9723
9508
  }
9724
9509
  ]
9725
9510
  },
9511
+ {
9512
+ "kind": "javascript-module",
9513
+ "path": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts",
9514
+ "declarations": [
9515
+ {
9516
+ "kind": "class",
9517
+ "description": "`bm-radio-button`\n\n### Attributes:\n- **label** - Specify the text for the label\n- **error** - Specify error text and display error state of a RadioButton\n- **readOnly** - Specify if RadioButton displays in a read-only state\n- **disabled** - Specify if RadioButton displays in a disabled state\n- **theme** - Specify the theme of the RadioButton. By default it inherits the theme from the parent\n- **value** - The value attribute for the input element\n- **checked** - The checked attribute for the input element\n- **onKeyDown** - A user-defined function to handle keydown events",
9518
+ "name": "BmRadioButton",
9519
+ "members": [
9520
+ {
9521
+ "kind": "field",
9522
+ "name": "label",
9523
+ "type": {
9524
+ "text": "string | undefined"
9525
+ },
9526
+ "description": "Specify the text for the label",
9527
+ "attribute": "label"
9528
+ },
9529
+ {
9530
+ "kind": "field",
9531
+ "name": "error",
9532
+ "type": {
9533
+ "text": "boolean | undefined"
9534
+ },
9535
+ "description": "Specify error text and display error state of a RadioButton",
9536
+ "attribute": "error"
9537
+ },
9538
+ {
9539
+ "kind": "field",
9540
+ "name": "readOnly",
9541
+ "type": {
9542
+ "text": "boolean | undefined"
9543
+ },
9544
+ "description": "Specify if RadioButton displays in a read-only state",
9545
+ "attribute": "readOnly"
9546
+ },
9547
+ {
9548
+ "kind": "field",
9549
+ "name": "disabled",
9550
+ "type": {
9551
+ "text": "boolean | undefined"
9552
+ },
9553
+ "description": "Specify if RadioButton displays in a disabled state",
9554
+ "attribute": "disabled"
9555
+ },
9556
+ {
9557
+ "kind": "field",
9558
+ "name": "theme",
9559
+ "type": {
9560
+ "text": "'light' | 'dark' | undefined"
9561
+ },
9562
+ "description": "Specify the theme of the RadioButton. By default it inherits the theme from the parent",
9563
+ "attribute": "theme"
9564
+ },
9565
+ {
9566
+ "kind": "field",
9567
+ "name": "value",
9568
+ "type": {
9569
+ "text": "string | undefined"
9570
+ },
9571
+ "description": "The value attribute for the input element",
9572
+ "attribute": "value"
9573
+ },
9574
+ {
9575
+ "kind": "field",
9576
+ "name": "checked",
9577
+ "type": {
9578
+ "text": "boolean"
9579
+ },
9580
+ "default": "false",
9581
+ "description": "The checked attribute for the input element",
9582
+ "attribute": "checked"
9583
+ },
9584
+ {
9585
+ "kind": "field",
9586
+ "name": "onKeyDown",
9587
+ "type": {
9588
+ "text": "(event: KeyboardEvent) => void | undefined"
9589
+ },
9590
+ "description": "A user-defined function to handle keydown events",
9591
+ "attribute": "onKeyDown"
9592
+ },
9593
+ {
9594
+ "kind": "field",
9595
+ "name": "inputChoiceGroupContext",
9596
+ "type": {
9597
+ "text": "InputChoiceGroupContextProps"
9598
+ }
9599
+ },
9600
+ {
9601
+ "kind": "field",
9602
+ "name": "radioButtonRef"
9603
+ },
9604
+ {
9605
+ "kind": "method",
9606
+ "name": "focus"
9607
+ }
9608
+ ],
9609
+ "attributes": [
9610
+ {
9611
+ "name": "label",
9612
+ "type": {
9613
+ "text": "string | undefined"
9614
+ },
9615
+ "description": "Specify the text for the label",
9616
+ "fieldName": "label"
9617
+ },
9618
+ {
9619
+ "name": "error",
9620
+ "type": {
9621
+ "text": "boolean | undefined"
9622
+ },
9623
+ "description": "Specify error text and display error state of a RadioButton",
9624
+ "fieldName": "error"
9625
+ },
9626
+ {
9627
+ "name": "readOnly",
9628
+ "type": {
9629
+ "text": "boolean | undefined"
9630
+ },
9631
+ "description": "Specify if RadioButton displays in a read-only state",
9632
+ "fieldName": "readOnly"
9633
+ },
9634
+ {
9635
+ "name": "disabled",
9636
+ "type": {
9637
+ "text": "boolean | undefined"
9638
+ },
9639
+ "description": "Specify if RadioButton displays in a disabled state",
9640
+ "fieldName": "disabled"
9641
+ },
9642
+ {
9643
+ "name": "theme",
9644
+ "type": {
9645
+ "text": "'light' | 'dark' | undefined"
9646
+ },
9647
+ "description": "Specify the theme of the RadioButton. By default it inherits the theme from the parent",
9648
+ "fieldName": "theme"
9649
+ },
9650
+ {
9651
+ "name": "value",
9652
+ "type": {
9653
+ "text": "string | undefined"
9654
+ },
9655
+ "description": "The value attribute for the input element",
9656
+ "fieldName": "value"
9657
+ },
9658
+ {
9659
+ "name": "checked",
9660
+ "type": {
9661
+ "text": "boolean"
9662
+ },
9663
+ "default": "false",
9664
+ "description": "The checked attribute for the input element",
9665
+ "fieldName": "checked"
9666
+ },
9667
+ {
9668
+ "name": "onKeyDown",
9669
+ "type": {
9670
+ "text": "(event: KeyboardEvent) => void | undefined"
9671
+ },
9672
+ "description": "A user-defined function to handle keydown events",
9673
+ "fieldName": "onKeyDown"
9674
+ }
9675
+ ],
9676
+ "superclass": {
9677
+ "name": "LitElement",
9678
+ "package": "lit"
9679
+ },
9680
+ "tagName": "bm-radio-button",
9681
+ "customElement": true
9682
+ }
9683
+ ],
9684
+ "exports": [
9685
+ {
9686
+ "kind": "js",
9687
+ "name": "BmRadioButton",
9688
+ "declaration": {
9689
+ "name": "BmRadioButton",
9690
+ "module": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts"
9691
+ }
9692
+ },
9693
+ {
9694
+ "kind": "custom-element-definition",
9695
+ "name": "bm-radio-button",
9696
+ "declaration": {
9697
+ "name": "BmRadioButton",
9698
+ "module": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts"
9699
+ }
9700
+ }
9701
+ ]
9702
+ },
9703
+ {
9704
+ "kind": "javascript-module",
9705
+ "path": "libs/web-components/src/lib/wip/RadioButton/index.ts",
9706
+ "declarations": [],
9707
+ "exports": [
9708
+ {
9709
+ "kind": "js",
9710
+ "name": "*",
9711
+ "declaration": {
9712
+ "name": "*",
9713
+ "package": "./RadioButton"
9714
+ }
9715
+ },
9716
+ {
9717
+ "kind": "js",
9718
+ "name": "*",
9719
+ "declaration": {
9720
+ "name": "*",
9721
+ "package": "./RadioButtonGroup/RadioButtonGroup"
9722
+ }
9723
+ }
9724
+ ]
9725
+ },
9726
9726
  {
9727
9727
  "kind": "javascript-module",
9728
9728
  "path": "libs/web-components/src/lib/wip/Checkbox/CheckboxGroup/CheckboxGroup.ts",