@viasat/beam-web-components 2.47.0 → 2.47.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -294,960 +294,916 @@
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/Avatar/Avatar.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-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** ",
302
+ "name": "BmAvatar",
303
303
  "slots": [
304
304
  {
305
- "description": "Specify a different icon for the Alert",
305
+ "description": "Customize the default icon",
306
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"
315
- },
316
- {
317
- "description": "Specify if actions display on the Alert",
318
- "name": "actions"
319
307
  }
320
308
  ],
321
309
  "members": [
322
310
  {
323
311
  "kind": "field",
324
- "name": "heading",
312
+ "name": "appearance",
325
313
  "type": {
326
- "text": "string | undefined"
314
+ "text": "'accent' | 'neutral' | undefined"
327
315
  },
328
- "description": "Specify the heading text for Alert",
329
- "attribute": "heading"
316
+ "default": "'neutral'",
317
+ "description": "Specify the appearance of the Avatar",
318
+ "attribute": "appearance"
330
319
  },
331
320
  {
332
321
  "kind": "field",
333
- "name": "body",
322
+ "name": "name",
334
323
  "type": {
335
324
  "text": "string | undefined"
336
325
  },
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"
326
+ "description": "Specify a name to display initials in the Avatar",
327
+ "attribute": "name"
349
328
  },
350
329
  {
351
330
  "kind": "field",
352
- "name": "fullWidth",
331
+ "name": "src",
353
332
  "type": {
354
- "text": "boolean"
333
+ "text": "string | undefined"
355
334
  },
356
- "default": "false",
357
- "description": "Specify if the Alert has no border radius",
358
- "attribute": "fullWidth"
335
+ "description": "Pass an image to the Avatar",
336
+ "attribute": "src"
359
337
  },
360
338
  {
361
339
  "kind": "field",
362
- "name": "theme",
340
+ "name": "alt",
363
341
  "type": {
364
- "text": "'light' | 'dark' | undefined"
342
+ "text": "string | undefined"
365
343
  },
366
- "description": "Specify the theme of the Alert. By default it inherits the theme from the parent",
367
- "attribute": "theme"
344
+ "description": "Specify alt for image",
345
+ "attribute": "alt"
368
346
  },
369
347
  {
370
348
  "kind": "field",
371
- "name": "appearance",
349
+ "name": "size",
372
350
  "type": {
373
- "text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
351
+ "text": "'xs' | 'sm' | 'md' | 'lg' | 'xl' | undefined"
374
352
  },
375
- "default": "'infoPrimary'",
376
- "description": "Specify the appearance of the Alert",
377
- "attribute": "appearance"
353
+ "default": "'md'",
354
+ "description": "Specify the size of the Avatar",
355
+ "attribute": "size"
378
356
  },
379
357
  {
380
358
  "kind": "field",
381
- "name": "hidden",
359
+ "name": "disabled",
382
360
  "type": {
383
- "text": "boolean"
361
+ "text": "boolean | undefined"
384
362
  },
385
363
  "default": "false",
386
- "description": "Specify if the Alert is hidden",
387
- "attribute": "hidden"
364
+ "description": "Specify if the Avatar is disabled",
365
+ "attribute": "disabled"
388
366
  },
389
367
  {
390
368
  "kind": "field",
391
- "name": "hideIcon",
369
+ "name": "shape",
392
370
  "type": {
393
- "text": "boolean"
371
+ "text": "'circle' | 'square' | undefined"
394
372
  },
395
- "default": "false",
396
- "description": "Specify if the icon displays on the Alert",
397
- "attribute": "hideIcon"
373
+ "default": "'circle'",
374
+ "description": "Specify the shape of the Avatar",
375
+ "attribute": "shape"
398
376
  },
399
377
  {
400
378
  "kind": "field",
401
- "name": "dismissible",
379
+ "name": "isInteractive",
402
380
  "type": {
403
381
  "text": "boolean"
404
382
  },
405
383
  "default": "false",
406
- "description": "Specify if the Alert can be dismissed",
407
- "attribute": "dismissible"
384
+ "description": "If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer",
385
+ "attribute": "isInteractive"
408
386
  },
409
387
  {
410
388
  "kind": "field",
411
- "name": "disableAutoFocus",
389
+ "name": "isFocusable",
412
390
  "type": {
413
391
  "text": "boolean"
414
392
  },
415
393
  "default": "false",
416
- "description": "Prevent autofocus on show",
417
- "attribute": "disableAutoFocus"
394
+ "description": "If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable",
395
+ "attribute": "isFocusable"
418
396
  },
419
397
  {
420
398
  "kind": "field",
421
- "name": "disableCloseOnEscape",
399
+ "name": "withBorder",
422
400
  "type": {
423
401
  "text": "boolean"
424
402
  },
425
403
  "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"
404
+ "attribute": "withBorder"
434
405
  }
435
406
  ],
436
407
  "attributes": [
437
408
  {
438
- "name": "heading",
409
+ "name": "appearance",
439
410
  "type": {
440
- "text": "string | undefined"
411
+ "text": "'accent' | 'neutral' | undefined"
441
412
  },
442
- "description": "Specify the heading text for Alert",
443
- "fieldName": "heading"
413
+ "default": "'neutral'",
414
+ "description": "Specify the appearance of the Avatar",
415
+ "fieldName": "appearance"
444
416
  },
445
417
  {
446
- "name": "body",
418
+ "name": "name",
447
419
  "type": {
448
420
  "text": "string | undefined"
449
421
  },
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"
422
+ "description": "Specify a name to display initials in the Avatar",
423
+ "fieldName": "name"
461
424
  },
462
425
  {
463
- "name": "fullWidth",
426
+ "name": "src",
464
427
  "type": {
465
- "text": "boolean"
428
+ "text": "string | undefined"
466
429
  },
467
- "default": "false",
468
- "description": "Specify if the Alert has no border radius",
469
- "fieldName": "fullWidth"
430
+ "description": "Pass an image to the Avatar",
431
+ "fieldName": "src"
470
432
  },
471
433
  {
472
- "name": "theme",
434
+ "name": "alt",
473
435
  "type": {
474
- "text": "'light' | 'dark' | undefined"
436
+ "text": "string | undefined"
475
437
  },
476
- "description": "Specify the theme of the Alert. By default it inherits the theme from the parent",
477
- "fieldName": "theme"
438
+ "description": "Specify alt for image",
439
+ "fieldName": "alt"
478
440
  },
479
441
  {
480
- "name": "appearance",
442
+ "name": "size",
481
443
  "type": {
482
- "text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
444
+ "text": "'xs' | 'sm' | 'md' | 'lg' | 'xl' | undefined"
483
445
  },
484
- "default": "'infoPrimary'",
485
- "description": "Specify the appearance of the Alert",
486
- "fieldName": "appearance"
446
+ "default": "'md'",
447
+ "description": "Specify the size of the Avatar",
448
+ "fieldName": "size"
487
449
  },
488
450
  {
489
- "name": "hidden",
451
+ "name": "disabled",
490
452
  "type": {
491
- "text": "boolean"
453
+ "text": "boolean | undefined"
492
454
  },
493
455
  "default": "false",
494
- "description": "Specify if the Alert is hidden",
495
- "fieldName": "hidden"
456
+ "description": "Specify if the Avatar is disabled",
457
+ "fieldName": "disabled"
496
458
  },
497
459
  {
498
- "name": "hideIcon",
460
+ "name": "shape",
499
461
  "type": {
500
- "text": "boolean"
462
+ "text": "'circle' | 'square' | undefined"
501
463
  },
502
- "default": "false",
503
- "description": "Specify if the icon displays on the Alert",
504
- "fieldName": "hideIcon"
464
+ "default": "'circle'",
465
+ "description": "Specify the shape of the Avatar",
466
+ "fieldName": "shape"
505
467
  },
506
468
  {
507
- "name": "dismissible",
469
+ "name": "isInteractive",
508
470
  "type": {
509
471
  "text": "boolean"
510
472
  },
511
473
  "default": "false",
512
- "description": "Specify if the Alert can be dismissed",
513
- "fieldName": "dismissible"
474
+ "description": "If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer",
475
+ "fieldName": "isInteractive"
514
476
  },
515
477
  {
516
- "name": "disableAutoFocus",
478
+ "name": "isFocusable",
517
479
  "type": {
518
480
  "text": "boolean"
519
481
  },
520
482
  "default": "false",
521
- "description": "Prevent autofocus on show",
522
- "fieldName": "disableAutoFocus"
483
+ "description": "If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable",
484
+ "fieldName": "isFocusable"
523
485
  },
524
486
  {
525
- "name": "disableCloseOnEscape",
487
+ "name": "withBorder",
526
488
  "type": {
527
489
  "text": "boolean"
528
490
  },
529
491
  "default": "false",
530
- "description": "Prevent Escape from closing",
531
- "fieldName": "disableCloseOnEscape"
492
+ "fieldName": "withBorder"
532
493
  }
533
494
  ],
534
495
  "superclass": {
535
496
  "name": "LitElement",
536
497
  "package": "lit"
537
498
  },
538
- "tagName": "bm-alert",
499
+ "tagName": "bm-avatar",
539
500
  "customElement": true
540
501
  }
541
502
  ],
542
503
  "exports": [
543
504
  {
544
505
  "kind": "js",
545
- "name": "BmAlert",
506
+ "name": "BmAvatar",
546
507
  "declaration": {
547
- "name": "BmAlert",
548
- "module": "libs/web-components/src/lib/Alert/Alert.ts"
508
+ "name": "BmAvatar",
509
+ "module": "libs/web-components/src/lib/Avatar/Avatar.ts"
549
510
  }
550
511
  },
551
512
  {
552
513
  "kind": "custom-element-definition",
553
- "name": "bm-alert",
514
+ "name": "bm-avatar",
554
515
  "declaration": {
555
- "name": "BmAlert",
556
- "module": "libs/web-components/src/lib/Alert/Alert.ts"
516
+ "name": "BmAvatar",
517
+ "module": "libs/web-components/src/lib/Avatar/Avatar.ts"
557
518
  }
558
519
  }
559
520
  ]
560
521
  },
561
522
  {
562
523
  "kind": "javascript-module",
563
- "path": "libs/web-components/src/lib/Alert/index.ts",
564
- "declarations": [],
524
+ "path": "libs/web-components/src/lib/Avatar/AvatarGroup.context.ts",
525
+ "declarations": [
526
+ {
527
+ "kind": "variable",
528
+ "name": "AvatarGroupCtx"
529
+ }
530
+ ],
565
531
  "exports": [
566
532
  {
567
533
  "kind": "js",
568
- "name": "*",
534
+ "name": "AvatarGroupCtx",
569
535
  "declaration": {
570
- "name": "*",
571
- "package": "./Alert"
536
+ "name": "AvatarGroupCtx",
537
+ "module": "libs/web-components/src/lib/Avatar/AvatarGroup.context.ts"
572
538
  }
573
539
  }
574
540
  ]
575
541
  },
576
542
  {
577
543
  "kind": "javascript-module",
578
- "path": "libs/web-components/src/lib/Box/Box.ts",
544
+ "path": "libs/web-components/src/lib/Avatar/AvatarGroup.ts",
579
545
  "declarations": [
580
546
  {
581
547
  "kind": "class",
582
- "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",
583
- "name": "BmBox",
548
+ "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.",
549
+ "name": "BmAvatarGroup",
584
550
  "slots": [
585
551
  {
586
- "description": "Provide content for the Box",
552
+ "description": "Add Avatars to create a group",
587
553
  "name": "default"
588
554
  }
589
555
  ],
590
556
  "members": [
591
557
  {
592
558
  "kind": "field",
593
- "name": "backgroundColor",
559
+ "name": "wrapping",
594
560
  "type": {
595
- "text": "'positive' | 'warning' | 'negative' | 'inverse' | 'selected' | 'expressive' | '00' | '00-alt' | '01' | '02' | '03' | 'info-primary' | 'info-secondary' | 'positive-strong' | 'warning-strong' | 'negative-strong' | 'info-primary-strong' | 'info-secondary-strong' | 'selected-subtle' | 'highlight' | 'transparent' | 'expressive-stronger' | 'expressive-inverse' | undefined"
561
+ "text": "boolean"
596
562
  },
597
- "description": "Specify the background color of a Box",
598
- "attribute": "backgroundColor"
563
+ "default": "false",
564
+ "description": "Specify if the AvatarGroup wraps",
565
+ "attribute": "wrapping"
599
566
  },
600
567
  {
601
568
  "kind": "field",
602
- "name": "borderColor",
569
+ "name": "maxCount",
603
570
  "type": {
604
- "text": "'positive' | 'warning' | 'negative' | 'inverse' | 'selected' | 'expressive' | 'strong' | '00' | '00-alt' | '01' | '02' | '03' | 'info-primary' | 'info-secondary' | 'positive-strong' | 'warning-strong' | 'negative-strong' | 'info-primary-strong' | 'info-secondary-strong' | 'transparent' | 'expressive-stronger' | 'focus' | undefined"
571
+ "text": "number"
605
572
  },
606
- "description": "Specify the border color of a Box",
607
- "attribute": "borderColor"
573
+ "default": "5",
574
+ "description": "Specify the max number of avatars displayed in the group.",
575
+ "attribute": "maxCount",
576
+ "reflects": true
608
577
  },
609
578
  {
610
579
  "kind": "field",
611
- "name": "borderWidth",
612
- "type": {
613
- "text": "'md' | 'lg' | 'xl' | 'none' | 'divider' | undefined"
614
- },
615
- "description": "Specify the border width of a Box",
616
- "attribute": "borderWidth"
617
- },
618
- {
619
- "kind": "field",
620
- "name": "borderRadius",
621
- "type": {
622
- "text": "'xs' | 'sm' | 'md' | 'lg' | 'none' | 'round' | undefined"
623
- },
624
- "description": "Specify the border radius of a Box",
625
- "attribute": "borderRadius"
626
- },
627
- {
628
- "kind": "field",
629
- "name": "px",
580
+ "name": "size",
630
581
  "type": {
631
- "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
582
+ "text": "'xs' | 'sm' | 'md' | 'lg' | 'xl'"
632
583
  },
633
- "description": "Specify before and after padding of a Box",
634
- "attribute": "px"
584
+ "default": "'md'",
585
+ "description": "Specify the size of all Avatars",
586
+ "attribute": "size"
635
587
  },
636
588
  {
637
589
  "kind": "field",
638
- "name": "py",
590
+ "name": "layout",
639
591
  "type": {
640
- "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
592
+ "text": "'stacked' | 'spaced' | undefined"
641
593
  },
642
- "description": "Specify top and bottom padding of a Box",
643
- "attribute": "py"
644
- },
594
+ "default": "'stacked'",
595
+ "description": "Specify the kind of the group.",
596
+ "attribute": "layout"
597
+ }
598
+ ],
599
+ "attributes": [
645
600
  {
646
- "kind": "field",
647
- "name": "pTop",
601
+ "name": "wrapping",
648
602
  "type": {
649
- "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
603
+ "text": "boolean"
650
604
  },
651
- "description": "Specify top padding of a Box",
652
- "attribute": "pTop"
605
+ "default": "false",
606
+ "description": "Specify if the AvatarGroup wraps",
607
+ "fieldName": "wrapping"
653
608
  },
654
609
  {
655
- "kind": "field",
656
- "name": "pBottom",
610
+ "name": "maxCount",
657
611
  "type": {
658
- "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
612
+ "text": "number"
659
613
  },
660
- "description": "Specify bottom padding of a Box",
661
- "attribute": "pBottom"
614
+ "default": "5",
615
+ "description": "Specify the max number of avatars displayed in the group.",
616
+ "fieldName": "maxCount"
662
617
  },
663
618
  {
664
- "kind": "field",
665
- "name": "pBefore",
619
+ "name": "size",
666
620
  "type": {
667
- "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
621
+ "text": "'xs' | 'sm' | 'md' | 'lg' | 'xl'"
668
622
  },
669
- "description": "Specify before padding of a Box",
670
- "attribute": "pBefore"
623
+ "default": "'md'",
624
+ "description": "Specify the size of all Avatars",
625
+ "fieldName": "size"
671
626
  },
672
627
  {
673
- "kind": "field",
674
- "name": "pAfter",
628
+ "name": "layout",
675
629
  "type": {
676
- "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
630
+ "text": "'stacked' | 'spaced' | undefined"
677
631
  },
678
- "description": "Specify after padding of a Box",
679
- "attribute": "pAfter"
680
- },
632
+ "default": "'stacked'",
633
+ "description": "Specify the kind of the group.",
634
+ "fieldName": "layout"
635
+ }
636
+ ],
637
+ "superclass": {
638
+ "name": "LitElement",
639
+ "package": "lit"
640
+ },
641
+ "tagName": "bm-avatar-group",
642
+ "customElement": true
643
+ }
644
+ ],
645
+ "exports": [
646
+ {
647
+ "kind": "js",
648
+ "name": "BmAvatarGroup",
649
+ "declaration": {
650
+ "name": "BmAvatarGroup",
651
+ "module": "libs/web-components/src/lib/Avatar/AvatarGroup.ts"
652
+ }
653
+ },
654
+ {
655
+ "kind": "custom-element-definition",
656
+ "name": "bm-avatar-group",
657
+ "declaration": {
658
+ "name": "BmAvatarGroup",
659
+ "module": "libs/web-components/src/lib/Avatar/AvatarGroup.ts"
660
+ }
661
+ }
662
+ ]
663
+ },
664
+ {
665
+ "kind": "javascript-module",
666
+ "path": "libs/web-components/src/lib/Avatar/index.ts",
667
+ "declarations": [],
668
+ "exports": [
669
+ {
670
+ "kind": "js",
671
+ "name": "*",
672
+ "declaration": {
673
+ "name": "*",
674
+ "package": "./Avatar"
675
+ }
676
+ },
677
+ {
678
+ "kind": "js",
679
+ "name": "*",
680
+ "declaration": {
681
+ "name": "*",
682
+ "package": "./AvatarGroup"
683
+ }
684
+ }
685
+ ]
686
+ },
687
+ {
688
+ "kind": "javascript-module",
689
+ "path": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts",
690
+ "declarations": [
691
+ {
692
+ "kind": "class",
693
+ "description": "`bm-badge-dot`\n\n### Attributes:\n- **theme** - Specify the theme of the BadgeDot. By default it inherits the theme from the parent\n- **appearance** - Specify the appearance of the BadgeDot\n- **emphasis** - Specify the emphasis of the BadgeDot\n- **overrideDotColor** - Overrides default dot color",
694
+ "name": "BmBadgeDot",
695
+ "slots": [
681
696
  {
682
- "kind": "field",
683
- "name": "mx",
684
- "type": {
685
- "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
686
- },
687
- "description": "Specify before and after margin of a Box",
688
- "attribute": "mx"
689
- },
697
+ "description": "Provide text for the BadgeDot",
698
+ "name": "default"
699
+ }
700
+ ],
701
+ "members": [
690
702
  {
691
703
  "kind": "field",
692
- "name": "my",
704
+ "name": "theme",
693
705
  "type": {
694
- "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
706
+ "text": "'light' | 'dark' | undefined"
695
707
  },
696
- "description": "Specify top and bottom margin of a Box",
697
- "attribute": "my"
708
+ "description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
709
+ "attribute": "theme"
698
710
  },
699
711
  {
700
712
  "kind": "field",
701
- "name": "mTop",
713
+ "name": "appearance",
702
714
  "type": {
703
- "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
715
+ "text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
704
716
  },
705
- "description": "Specify top margin of a Box",
706
- "attribute": "mTop"
717
+ "default": "'infoPrimary'",
718
+ "description": "Specify the appearance of the BadgeDot",
719
+ "attribute": "appearance"
707
720
  },
708
721
  {
709
722
  "kind": "field",
710
- "name": "mBottom",
723
+ "name": "emphasis",
711
724
  "type": {
712
- "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
725
+ "text": "'strong' | 'subtle'"
713
726
  },
714
- "description": "Specify bottom margin of a Box",
715
- "attribute": "mBottom"
727
+ "default": "'strong'",
728
+ "description": "Specify the emphasis of the BadgeDot",
729
+ "attribute": "emphasis"
716
730
  },
717
731
  {
718
732
  "kind": "field",
719
- "name": "mBefore",
733
+ "name": "overrideDotColor",
720
734
  "type": {
721
- "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
735
+ "text": "string | undefined"
722
736
  },
723
- "description": "Specify before margin of a Box",
724
- "attribute": "mBefore"
725
- },
737
+ "description": "Overrides default dot color",
738
+ "attribute": "overrideDotColor"
739
+ }
740
+ ],
741
+ "attributes": [
726
742
  {
727
- "kind": "field",
728
- "name": "mAfter",
743
+ "name": "theme",
729
744
  "type": {
730
- "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
745
+ "text": "'light' | 'dark' | undefined"
731
746
  },
732
- "description": "Specify after margin of a Box",
733
- "attribute": "mAfter"
747
+ "description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
748
+ "fieldName": "theme"
734
749
  },
735
750
  {
736
- "kind": "field",
737
- "name": "m",
751
+ "name": "appearance",
738
752
  "type": {
739
- "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
753
+ "text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
740
754
  },
741
- "description": "Specify all margin",
742
- "attribute": "m"
755
+ "default": "'infoPrimary'",
756
+ "description": "Specify the appearance of the BadgeDot",
757
+ "fieldName": "appearance"
743
758
  },
744
759
  {
745
- "kind": "field",
746
- "name": "p",
760
+ "name": "emphasis",
747
761
  "type": {
748
- "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
762
+ "text": "'strong' | 'subtle'"
749
763
  },
750
- "description": "Specify all padding",
751
- "attribute": "p"
764
+ "default": "'strong'",
765
+ "description": "Specify the emphasis of the BadgeDot",
766
+ "fieldName": "emphasis"
752
767
  },
753
768
  {
754
- "kind": "field",
755
- "name": "gap",
769
+ "name": "overrideDotColor",
756
770
  "type": {
757
- "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
771
+ "text": "string | undefined"
758
772
  },
759
- "description": "Specify gap between child elements",
760
- "attribute": "gap"
761
- },
773
+ "description": "Overrides default dot color",
774
+ "fieldName": "overrideDotColor"
775
+ }
776
+ ],
777
+ "superclass": {
778
+ "name": "LitElement",
779
+ "package": "lit"
780
+ },
781
+ "tagName": "bm-badge-dot",
782
+ "customElement": true
783
+ }
784
+ ],
785
+ "exports": [
786
+ {
787
+ "kind": "js",
788
+ "name": "BmBadgeDot",
789
+ "declaration": {
790
+ "name": "BmBadgeDot",
791
+ "module": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts"
792
+ }
793
+ },
794
+ {
795
+ "kind": "custom-element-definition",
796
+ "name": "bm-badge-dot",
797
+ "declaration": {
798
+ "name": "BmBadgeDot",
799
+ "module": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts"
800
+ }
801
+ }
802
+ ]
803
+ },
804
+ {
805
+ "kind": "javascript-module",
806
+ "path": "libs/web-components/src/lib/BadgeDot/index.ts",
807
+ "declarations": [],
808
+ "exports": [
809
+ {
810
+ "kind": "js",
811
+ "name": "*",
812
+ "declaration": {
813
+ "name": "*",
814
+ "package": "./BadgeDot"
815
+ }
816
+ }
817
+ ]
818
+ },
819
+ {
820
+ "kind": "javascript-module",
821
+ "path": "libs/web-components/src/lib/Box/Box.ts",
822
+ "declarations": [
823
+ {
824
+ "kind": "class",
825
+ "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",
826
+ "name": "BmBox",
827
+ "slots": [
762
828
  {
763
- "kind": "field",
764
- "name": "shadow",
765
- "type": {
766
- "text": "'sm' | 'md' | 'lg' | 'none' | 'overlay' | undefined"
767
- },
768
- "description": "Specify if a Box has a shadow",
769
- "attribute": "shadow"
829
+ "description": "Provide content for the Box",
830
+ "name": "default"
770
831
  }
771
832
  ],
772
- "attributes": [
833
+ "members": [
773
834
  {
835
+ "kind": "field",
774
836
  "name": "backgroundColor",
775
837
  "type": {
776
838
  "text": "'positive' | 'warning' | 'negative' | 'inverse' | 'selected' | 'expressive' | '00' | '00-alt' | '01' | '02' | '03' | 'info-primary' | 'info-secondary' | 'positive-strong' | 'warning-strong' | 'negative-strong' | 'info-primary-strong' | 'info-secondary-strong' | 'selected-subtle' | 'highlight' | 'transparent' | 'expressive-stronger' | 'expressive-inverse' | undefined"
777
839
  },
778
840
  "description": "Specify the background color of a Box",
779
- "fieldName": "backgroundColor"
841
+ "attribute": "backgroundColor"
780
842
  },
781
843
  {
844
+ "kind": "field",
782
845
  "name": "borderColor",
783
846
  "type": {
784
847
  "text": "'positive' | 'warning' | 'negative' | 'inverse' | 'selected' | 'expressive' | 'strong' | '00' | '00-alt' | '01' | '02' | '03' | 'info-primary' | 'info-secondary' | 'positive-strong' | 'warning-strong' | 'negative-strong' | 'info-primary-strong' | 'info-secondary-strong' | 'transparent' | 'expressive-stronger' | 'focus' | undefined"
785
848
  },
786
849
  "description": "Specify the border color of a Box",
787
- "fieldName": "borderColor"
850
+ "attribute": "borderColor"
788
851
  },
789
852
  {
853
+ "kind": "field",
790
854
  "name": "borderWidth",
791
855
  "type": {
792
856
  "text": "'md' | 'lg' | 'xl' | 'none' | 'divider' | undefined"
793
857
  },
794
858
  "description": "Specify the border width of a Box",
795
- "fieldName": "borderWidth"
859
+ "attribute": "borderWidth"
796
860
  },
797
861
  {
862
+ "kind": "field",
798
863
  "name": "borderRadius",
799
864
  "type": {
800
865
  "text": "'xs' | 'sm' | 'md' | 'lg' | 'none' | 'round' | undefined"
801
866
  },
802
867
  "description": "Specify the border radius of a Box",
803
- "fieldName": "borderRadius"
868
+ "attribute": "borderRadius"
804
869
  },
805
870
  {
871
+ "kind": "field",
806
872
  "name": "px",
807
873
  "type": {
808
874
  "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
809
875
  },
810
876
  "description": "Specify before and after padding of a Box",
811
- "fieldName": "px"
877
+ "attribute": "px"
812
878
  },
813
879
  {
880
+ "kind": "field",
814
881
  "name": "py",
815
882
  "type": {
816
883
  "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
817
884
  },
818
885
  "description": "Specify top and bottom padding of a Box",
819
- "fieldName": "py"
886
+ "attribute": "py"
820
887
  },
821
888
  {
889
+ "kind": "field",
822
890
  "name": "pTop",
823
891
  "type": {
824
892
  "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
825
893
  },
826
894
  "description": "Specify top padding of a Box",
827
- "fieldName": "pTop"
895
+ "attribute": "pTop"
828
896
  },
829
897
  {
898
+ "kind": "field",
830
899
  "name": "pBottom",
831
900
  "type": {
832
901
  "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
833
902
  },
834
903
  "description": "Specify bottom padding of a Box",
835
- "fieldName": "pBottom"
904
+ "attribute": "pBottom"
836
905
  },
837
906
  {
907
+ "kind": "field",
838
908
  "name": "pBefore",
839
909
  "type": {
840
910
  "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
841
911
  },
842
912
  "description": "Specify before padding of a Box",
843
- "fieldName": "pBefore"
913
+ "attribute": "pBefore"
844
914
  },
845
915
  {
916
+ "kind": "field",
846
917
  "name": "pAfter",
847
918
  "type": {
848
919
  "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
849
920
  },
850
921
  "description": "Specify after padding of a Box",
851
- "fieldName": "pAfter"
922
+ "attribute": "pAfter"
852
923
  },
853
924
  {
925
+ "kind": "field",
854
926
  "name": "mx",
855
927
  "type": {
856
928
  "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
857
929
  },
858
930
  "description": "Specify before and after margin of a Box",
859
- "fieldName": "mx"
931
+ "attribute": "mx"
860
932
  },
861
933
  {
934
+ "kind": "field",
862
935
  "name": "my",
863
936
  "type": {
864
937
  "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
865
938
  },
866
939
  "description": "Specify top and bottom margin of a Box",
867
- "fieldName": "my"
940
+ "attribute": "my"
868
941
  },
869
942
  {
943
+ "kind": "field",
870
944
  "name": "mTop",
871
945
  "type": {
872
946
  "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
873
947
  },
874
948
  "description": "Specify top margin of a Box",
875
- "fieldName": "mTop"
949
+ "attribute": "mTop"
876
950
  },
877
951
  {
952
+ "kind": "field",
878
953
  "name": "mBottom",
879
954
  "type": {
880
955
  "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
881
956
  },
882
957
  "description": "Specify bottom margin of a Box",
883
- "fieldName": "mBottom"
884
- },
885
- {
886
- "name": "mBefore",
887
- "type": {
888
- "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
889
- },
890
- "description": "Specify before margin of a Box",
891
- "fieldName": "mBefore"
892
- },
893
- {
894
- "name": "mAfter",
895
- "type": {
896
- "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
897
- },
898
- "description": "Specify after margin of a Box",
899
- "fieldName": "mAfter"
900
- },
901
- {
902
- "name": "m",
903
- "type": {
904
- "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
905
- },
906
- "description": "Specify all margin",
907
- "fieldName": "m"
908
- },
909
- {
910
- "name": "p",
911
- "type": {
912
- "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
913
- },
914
- "description": "Specify all padding",
915
- "fieldName": "p"
916
- },
917
- {
918
- "name": "gap",
919
- "type": {
920
- "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
921
- },
922
- "description": "Specify gap between child elements",
923
- "fieldName": "gap"
924
- },
925
- {
926
- "name": "shadow",
927
- "type": {
928
- "text": "'sm' | 'md' | 'lg' | 'none' | 'overlay' | undefined"
929
- },
930
- "description": "Specify if a Box has a shadow",
931
- "fieldName": "shadow"
932
- }
933
- ],
934
- "superclass": {
935
- "name": "LitElement",
936
- "package": "lit"
937
- },
938
- "tagName": "bm-box",
939
- "customElement": true
940
- }
941
- ],
942
- "exports": [
943
- {
944
- "kind": "js",
945
- "name": "BmBox",
946
- "declaration": {
947
- "name": "BmBox",
948
- "module": "libs/web-components/src/lib/Box/Box.ts"
949
- }
950
- },
951
- {
952
- "kind": "custom-element-definition",
953
- "name": "bm-box",
954
- "declaration": {
955
- "name": "BmBox",
956
- "module": "libs/web-components/src/lib/Box/Box.ts"
957
- }
958
- }
959
- ]
960
- },
961
- {
962
- "kind": "javascript-module",
963
- "path": "libs/web-components/src/lib/Box/index.ts",
964
- "declarations": [],
965
- "exports": [
966
- {
967
- "kind": "js",
968
- "name": "*",
969
- "declaration": {
970
- "name": "*",
971
- "package": "./Box"
972
- }
973
- }
974
- ]
975
- },
976
- {
977
- "kind": "javascript-module",
978
- "path": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts",
979
- "declarations": [
980
- {
981
- "kind": "class",
982
- "description": "`bm-badge-dot`\n\n### Attributes:\n- **theme** - Specify the theme of the BadgeDot. By default it inherits the theme from the parent\n- **appearance** - Specify the appearance of the BadgeDot\n- **emphasis** - Specify the emphasis of the BadgeDot\n- **overrideDotColor** - Overrides default dot color",
983
- "name": "BmBadgeDot",
984
- "slots": [
958
+ "attribute": "mBottom"
959
+ },
985
960
  {
986
- "description": "Provide text for the BadgeDot",
987
- "name": "default"
988
- }
989
- ],
990
- "members": [
961
+ "kind": "field",
962
+ "name": "mBefore",
963
+ "type": {
964
+ "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
965
+ },
966
+ "description": "Specify before margin of a Box",
967
+ "attribute": "mBefore"
968
+ },
991
969
  {
992
970
  "kind": "field",
993
- "name": "theme",
971
+ "name": "mAfter",
994
972
  "type": {
995
- "text": "'light' | 'dark' | undefined"
973
+ "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
996
974
  },
997
- "description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
998
- "attribute": "theme"
975
+ "description": "Specify after margin of a Box",
976
+ "attribute": "mAfter"
999
977
  },
1000
978
  {
1001
979
  "kind": "field",
1002
- "name": "appearance",
980
+ "name": "m",
1003
981
  "type": {
1004
- "text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
982
+ "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1005
983
  },
1006
- "default": "'infoPrimary'",
1007
- "description": "Specify the appearance of the BadgeDot",
1008
- "attribute": "appearance"
984
+ "description": "Specify all margin",
985
+ "attribute": "m"
1009
986
  },
1010
987
  {
1011
988
  "kind": "field",
1012
- "name": "emphasis",
989
+ "name": "p",
1013
990
  "type": {
1014
- "text": "'strong' | 'subtle'"
991
+ "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1015
992
  },
1016
- "default": "'strong'",
1017
- "description": "Specify the emphasis of the BadgeDot",
1018
- "attribute": "emphasis"
993
+ "description": "Specify all padding",
994
+ "attribute": "p"
1019
995
  },
1020
996
  {
1021
997
  "kind": "field",
1022
- "name": "overrideDotColor",
998
+ "name": "gap",
1023
999
  "type": {
1024
- "text": "string | undefined"
1000
+ "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1025
1001
  },
1026
- "description": "Overrides default dot color",
1027
- "attribute": "overrideDotColor"
1002
+ "description": "Specify gap between child elements",
1003
+ "attribute": "gap"
1004
+ },
1005
+ {
1006
+ "kind": "field",
1007
+ "name": "shadow",
1008
+ "type": {
1009
+ "text": "'sm' | 'md' | 'lg' | 'none' | 'overlay' | undefined"
1010
+ },
1011
+ "description": "Specify if a Box has a shadow",
1012
+ "attribute": "shadow"
1028
1013
  }
1029
1014
  ],
1030
1015
  "attributes": [
1031
1016
  {
1032
- "name": "theme",
1017
+ "name": "backgroundColor",
1033
1018
  "type": {
1034
- "text": "'light' | 'dark' | undefined"
1019
+ "text": "'positive' | 'warning' | 'negative' | 'inverse' | 'selected' | 'expressive' | '00' | '00-alt' | '01' | '02' | '03' | 'info-primary' | 'info-secondary' | 'positive-strong' | 'warning-strong' | 'negative-strong' | 'info-primary-strong' | 'info-secondary-strong' | 'selected-subtle' | 'highlight' | 'transparent' | 'expressive-stronger' | 'expressive-inverse' | undefined"
1035
1020
  },
1036
- "description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
1037
- "fieldName": "theme"
1021
+ "description": "Specify the background color of a Box",
1022
+ "fieldName": "backgroundColor"
1038
1023
  },
1039
1024
  {
1040
- "name": "appearance",
1025
+ "name": "borderColor",
1041
1026
  "type": {
1042
- "text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
1027
+ "text": "'positive' | 'warning' | 'negative' | 'inverse' | 'selected' | 'expressive' | 'strong' | '00' | '00-alt' | '01' | '02' | '03' | 'info-primary' | 'info-secondary' | 'positive-strong' | 'warning-strong' | 'negative-strong' | 'info-primary-strong' | 'info-secondary-strong' | 'transparent' | 'expressive-stronger' | 'focus' | undefined"
1043
1028
  },
1044
- "default": "'infoPrimary'",
1045
- "description": "Specify the appearance of the BadgeDot",
1046
- "fieldName": "appearance"
1029
+ "description": "Specify the border color of a Box",
1030
+ "fieldName": "borderColor"
1047
1031
  },
1048
1032
  {
1049
- "name": "emphasis",
1033
+ "name": "borderWidth",
1050
1034
  "type": {
1051
- "text": "'strong' | 'subtle'"
1035
+ "text": "'md' | 'lg' | 'xl' | 'none' | 'divider' | undefined"
1052
1036
  },
1053
- "default": "'strong'",
1054
- "description": "Specify the emphasis of the BadgeDot",
1055
- "fieldName": "emphasis"
1037
+ "description": "Specify the border width of a Box",
1038
+ "fieldName": "borderWidth"
1056
1039
  },
1057
1040
  {
1058
- "name": "overrideDotColor",
1041
+ "name": "borderRadius",
1059
1042
  "type": {
1060
- "text": "string | undefined"
1043
+ "text": "'xs' | 'sm' | 'md' | 'lg' | 'none' | 'round' | undefined"
1061
1044
  },
1062
- "description": "Overrides default dot color",
1063
- "fieldName": "overrideDotColor"
1064
- }
1065
- ],
1066
- "superclass": {
1067
- "name": "LitElement",
1068
- "package": "lit"
1069
- },
1070
- "tagName": "bm-badge-dot",
1071
- "customElement": true
1072
- }
1073
- ],
1074
- "exports": [
1075
- {
1076
- "kind": "js",
1077
- "name": "BmBadgeDot",
1078
- "declaration": {
1079
- "name": "BmBadgeDot",
1080
- "module": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts"
1081
- }
1082
- },
1083
- {
1084
- "kind": "custom-element-definition",
1085
- "name": "bm-badge-dot",
1086
- "declaration": {
1087
- "name": "BmBadgeDot",
1088
- "module": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts"
1089
- }
1090
- }
1091
- ]
1092
- },
1093
- {
1094
- "kind": "javascript-module",
1095
- "path": "libs/web-components/src/lib/BadgeDot/index.ts",
1096
- "declarations": [],
1097
- "exports": [
1098
- {
1099
- "kind": "js",
1100
- "name": "*",
1101
- "declaration": {
1102
- "name": "*",
1103
- "package": "./BadgeDot"
1104
- }
1105
- }
1106
- ]
1107
- },
1108
- {
1109
- "kind": "javascript-module",
1110
- "path": "libs/web-components/src/lib/Badge/Badge.ts",
1111
- "declarations": [
1112
- {
1113
- "kind": "class",
1114
- "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",
1115
- "name": "BmBadge",
1116
- "slots": [
1045
+ "description": "Specify the border radius of a Box",
1046
+ "fieldName": "borderRadius"
1047
+ },
1117
1048
  {
1118
- "description": "Provide text for the Badge",
1119
- "name": "default"
1049
+ "name": "px",
1050
+ "type": {
1051
+ "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1052
+ },
1053
+ "description": "Specify before and after padding of a Box",
1054
+ "fieldName": "px"
1120
1055
  },
1121
1056
  {
1122
- "description": "Specify a different icon for the Badge",
1123
- "name": "icon"
1124
- }
1125
- ],
1126
- "members": [
1057
+ "name": "py",
1058
+ "type": {
1059
+ "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1060
+ },
1061
+ "description": "Specify top and bottom padding of a Box",
1062
+ "fieldName": "py"
1063
+ },
1127
1064
  {
1128
- "kind": "field",
1129
- "name": "appearance",
1065
+ "name": "pTop",
1130
1066
  "type": {
1131
- "text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
1067
+ "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1132
1068
  },
1133
- "default": "'infoPrimary'",
1134
- "description": "Specify the appearance of the Badge",
1135
- "attribute": "appearance"
1069
+ "description": "Specify top padding of a Box",
1070
+ "fieldName": "pTop"
1136
1071
  },
1137
1072
  {
1138
- "kind": "field",
1139
- "name": "theme",
1073
+ "name": "pBottom",
1140
1074
  "type": {
1141
- "text": "'light' | 'dark' | undefined"
1075
+ "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1142
1076
  },
1143
- "description": "Theme of the Badge",
1144
- "attribute": "theme"
1077
+ "description": "Specify bottom padding of a Box",
1078
+ "fieldName": "pBottom"
1145
1079
  },
1146
1080
  {
1147
- "kind": "field",
1148
- "name": "size",
1081
+ "name": "pBefore",
1149
1082
  "type": {
1150
- "text": "'sm' | 'md' | undefined"
1083
+ "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1151
1084
  },
1152
- "default": "'sm'",
1153
- "description": "Specify the size of the Badge",
1154
- "attribute": "size"
1085
+ "description": "Specify before padding of a Box",
1086
+ "fieldName": "pBefore"
1155
1087
  },
1156
1088
  {
1157
- "kind": "field",
1158
- "name": "emphasis",
1089
+ "name": "pAfter",
1159
1090
  "type": {
1160
- "text": "'strong' | 'medium' | 'subtle'"
1091
+ "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1161
1092
  },
1162
- "default": "'strong'",
1163
- "description": "Specify the emphasis of the Badge",
1164
- "attribute": "emphasis"
1093
+ "description": "Specify after padding of a Box",
1094
+ "fieldName": "pAfter"
1165
1095
  },
1166
1096
  {
1167
- "kind": "field",
1168
- "name": "hideIcon",
1097
+ "name": "mx",
1169
1098
  "type": {
1170
- "text": "boolean | undefined"
1099
+ "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1171
1100
  },
1172
- "description": "Hides Badge icon",
1173
- "attribute": "hideIcon"
1174
- }
1175
- ],
1176
- "attributes": [
1101
+ "description": "Specify before and after margin of a Box",
1102
+ "fieldName": "mx"
1103
+ },
1177
1104
  {
1178
- "name": "appearance",
1105
+ "name": "my",
1179
1106
  "type": {
1180
- "text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
1107
+ "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1181
1108
  },
1182
- "default": "'infoPrimary'",
1183
- "description": "Specify the appearance of the Badge",
1184
- "fieldName": "appearance"
1109
+ "description": "Specify top and bottom margin of a Box",
1110
+ "fieldName": "my"
1111
+ },
1112
+ {
1113
+ "name": "mTop",
1114
+ "type": {
1115
+ "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1116
+ },
1117
+ "description": "Specify top margin of a Box",
1118
+ "fieldName": "mTop"
1119
+ },
1120
+ {
1121
+ "name": "mBottom",
1122
+ "type": {
1123
+ "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1124
+ },
1125
+ "description": "Specify bottom margin of a Box",
1126
+ "fieldName": "mBottom"
1127
+ },
1128
+ {
1129
+ "name": "mBefore",
1130
+ "type": {
1131
+ "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1132
+ },
1133
+ "description": "Specify before margin of a Box",
1134
+ "fieldName": "mBefore"
1135
+ },
1136
+ {
1137
+ "name": "mAfter",
1138
+ "type": {
1139
+ "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1140
+ },
1141
+ "description": "Specify after margin of a Box",
1142
+ "fieldName": "mAfter"
1185
1143
  },
1186
1144
  {
1187
- "name": "theme",
1145
+ "name": "m",
1188
1146
  "type": {
1189
- "text": "'light' | 'dark' | undefined"
1147
+ "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1190
1148
  },
1191
- "description": "Theme of the Badge",
1192
- "fieldName": "theme"
1149
+ "description": "Specify all margin",
1150
+ "fieldName": "m"
1193
1151
  },
1194
1152
  {
1195
- "name": "size",
1153
+ "name": "p",
1196
1154
  "type": {
1197
- "text": "'sm' | 'md' | undefined"
1155
+ "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1198
1156
  },
1199
- "default": "'sm'",
1200
- "description": "Specify the size of the Badge",
1201
- "fieldName": "size"
1157
+ "description": "Specify all padding",
1158
+ "fieldName": "p"
1202
1159
  },
1203
1160
  {
1204
- "name": "emphasis",
1161
+ "name": "gap",
1205
1162
  "type": {
1206
- "text": "'strong' | 'medium' | 'subtle'"
1163
+ "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1207
1164
  },
1208
- "default": "'strong'",
1209
- "description": "Specify the emphasis of the Badge",
1210
- "fieldName": "emphasis"
1165
+ "description": "Specify gap between child elements",
1166
+ "fieldName": "gap"
1211
1167
  },
1212
1168
  {
1213
- "name": "hideIcon",
1169
+ "name": "shadow",
1214
1170
  "type": {
1215
- "text": "boolean | undefined"
1171
+ "text": "'sm' | 'md' | 'lg' | 'none' | 'overlay' | undefined"
1216
1172
  },
1217
- "description": "Hides Badge icon",
1218
- "fieldName": "hideIcon"
1173
+ "description": "Specify if a Box has a shadow",
1174
+ "fieldName": "shadow"
1219
1175
  }
1220
1176
  ],
1221
1177
  "superclass": {
1222
1178
  "name": "LitElement",
1223
1179
  "package": "lit"
1224
1180
  },
1225
- "tagName": "bm-badge",
1181
+ "tagName": "bm-box",
1226
1182
  "customElement": true
1227
1183
  }
1228
1184
  ],
1229
1185
  "exports": [
1230
1186
  {
1231
1187
  "kind": "js",
1232
- "name": "BmBadge",
1188
+ "name": "BmBox",
1233
1189
  "declaration": {
1234
- "name": "BmBadge",
1235
- "module": "libs/web-components/src/lib/Badge/Badge.ts"
1190
+ "name": "BmBox",
1191
+ "module": "libs/web-components/src/lib/Box/Box.ts"
1236
1192
  }
1237
1193
  },
1238
1194
  {
1239
1195
  "kind": "custom-element-definition",
1240
- "name": "bm-badge",
1196
+ "name": "bm-box",
1241
1197
  "declaration": {
1242
- "name": "BmBadge",
1243
- "module": "libs/web-components/src/lib/Badge/Badge.ts"
1198
+ "name": "BmBox",
1199
+ "module": "libs/web-components/src/lib/Box/Box.ts"
1244
1200
  }
1245
1201
  }
1246
1202
  ]
1247
1203
  },
1248
1204
  {
1249
1205
  "kind": "javascript-module",
1250
- "path": "libs/web-components/src/lib/Badge/index.ts",
1206
+ "path": "libs/web-components/src/lib/Box/index.ts",
1251
1207
  "declarations": [],
1252
1208
  "exports": [
1253
1209
  {
@@ -1255,7 +1211,7 @@
1255
1211
  "name": "*",
1256
1212
  "declaration": {
1257
1213
  "name": "*",
1258
- "package": "./Badge"
1214
+ "package": "./Box"
1259
1215
  }
1260
1216
  }
1261
1217
  ]
@@ -1564,15 +1520,19 @@
1564
1520
  },
1565
1521
  {
1566
1522
  "kind": "javascript-module",
1567
- "path": "libs/web-components/src/lib/Avatar/Avatar.ts",
1523
+ "path": "libs/web-components/src/lib/Badge/Badge.ts",
1568
1524
  "declarations": [
1569
1525
  {
1570
1526
  "kind": "class",
1571
- "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** ",
1572
- "name": "BmAvatar",
1527
+ "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",
1528
+ "name": "BmBadge",
1573
1529
  "slots": [
1574
1530
  {
1575
- "description": "Customize the default icon",
1531
+ "description": "Provide text for the Badge",
1532
+ "name": "default"
1533
+ },
1534
+ {
1535
+ "description": "Specify a different icon for the Badge",
1576
1536
  "name": "icon"
1577
1537
  }
1578
1538
  ],
@@ -1581,359 +1541,390 @@
1581
1541
  "kind": "field",
1582
1542
  "name": "appearance",
1583
1543
  "type": {
1584
- "text": "'accent' | 'neutral' | undefined"
1544
+ "text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
1585
1545
  },
1586
- "default": "'neutral'",
1587
- "description": "Specify the appearance of the Avatar",
1546
+ "default": "'infoPrimary'",
1547
+ "description": "Specify the appearance of the Badge",
1588
1548
  "attribute": "appearance"
1589
1549
  },
1590
1550
  {
1591
1551
  "kind": "field",
1592
- "name": "name",
1593
- "type": {
1594
- "text": "string | undefined"
1595
- },
1596
- "description": "Specify a name to display initials in the Avatar",
1597
- "attribute": "name"
1598
- },
1599
- {
1600
- "kind": "field",
1601
- "name": "src",
1602
- "type": {
1603
- "text": "string | undefined"
1604
- },
1605
- "description": "Pass an image to the Avatar",
1606
- "attribute": "src"
1607
- },
1608
- {
1609
- "kind": "field",
1610
- "name": "alt",
1552
+ "name": "theme",
1611
1553
  "type": {
1612
- "text": "string | undefined"
1554
+ "text": "'light' | 'dark' | undefined"
1613
1555
  },
1614
- "description": "Specify alt for image",
1615
- "attribute": "alt"
1556
+ "description": "Theme of the Badge",
1557
+ "attribute": "theme"
1616
1558
  },
1617
1559
  {
1618
1560
  "kind": "field",
1619
1561
  "name": "size",
1620
1562
  "type": {
1621
- "text": "'xs' | 'sm' | 'md' | 'lg' | 'xl' | undefined"
1563
+ "text": "'sm' | 'md' | undefined"
1622
1564
  },
1623
- "default": "'md'",
1624
- "description": "Specify the size of the Avatar",
1565
+ "default": "'sm'",
1566
+ "description": "Specify the size of the Badge",
1625
1567
  "attribute": "size"
1626
1568
  },
1627
1569
  {
1628
1570
  "kind": "field",
1629
- "name": "disabled",
1630
- "type": {
1631
- "text": "boolean | undefined"
1632
- },
1633
- "default": "false",
1634
- "description": "Specify if the Avatar is disabled",
1635
- "attribute": "disabled"
1636
- },
1637
- {
1638
- "kind": "field",
1639
- "name": "shape",
1640
- "type": {
1641
- "text": "'circle' | 'square' | undefined"
1642
- },
1643
- "default": "'circle'",
1644
- "description": "Specify the shape of the Avatar",
1645
- "attribute": "shape"
1646
- },
1647
- {
1648
- "kind": "field",
1649
- "name": "isInteractive",
1650
- "type": {
1651
- "text": "boolean"
1652
- },
1653
- "default": "false",
1654
- "description": "If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer",
1655
- "attribute": "isInteractive"
1656
- },
1657
- {
1658
- "kind": "field",
1659
- "name": "isFocusable",
1571
+ "name": "emphasis",
1660
1572
  "type": {
1661
- "text": "boolean"
1573
+ "text": "'strong' | 'medium' | 'subtle'"
1662
1574
  },
1663
- "default": "false",
1664
- "description": "If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable",
1665
- "attribute": "isFocusable"
1575
+ "default": "'strong'",
1576
+ "description": "Specify the emphasis of the Badge",
1577
+ "attribute": "emphasis"
1666
1578
  },
1667
1579
  {
1668
1580
  "kind": "field",
1669
- "name": "withBorder",
1581
+ "name": "hideIcon",
1670
1582
  "type": {
1671
- "text": "boolean"
1583
+ "text": "boolean | undefined"
1672
1584
  },
1673
- "default": "false",
1674
- "attribute": "withBorder"
1585
+ "description": "Hides Badge icon",
1586
+ "attribute": "hideIcon"
1675
1587
  }
1676
1588
  ],
1677
1589
  "attributes": [
1678
1590
  {
1679
1591
  "name": "appearance",
1680
1592
  "type": {
1681
- "text": "'accent' | 'neutral' | undefined"
1593
+ "text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
1682
1594
  },
1683
- "default": "'neutral'",
1684
- "description": "Specify the appearance of the Avatar",
1595
+ "default": "'infoPrimary'",
1596
+ "description": "Specify the appearance of the Badge",
1685
1597
  "fieldName": "appearance"
1686
1598
  },
1687
1599
  {
1688
- "name": "name",
1689
- "type": {
1690
- "text": "string | undefined"
1691
- },
1692
- "description": "Specify a name to display initials in the Avatar",
1693
- "fieldName": "name"
1694
- },
1695
- {
1696
- "name": "src",
1697
- "type": {
1698
- "text": "string | undefined"
1699
- },
1700
- "description": "Pass an image to the Avatar",
1701
- "fieldName": "src"
1702
- },
1703
- {
1704
- "name": "alt",
1600
+ "name": "theme",
1705
1601
  "type": {
1706
- "text": "string | undefined"
1602
+ "text": "'light' | 'dark' | undefined"
1707
1603
  },
1708
- "description": "Specify alt for image",
1709
- "fieldName": "alt"
1604
+ "description": "Theme of the Badge",
1605
+ "fieldName": "theme"
1710
1606
  },
1711
1607
  {
1712
1608
  "name": "size",
1713
1609
  "type": {
1714
- "text": "'xs' | 'sm' | 'md' | 'lg' | 'xl' | undefined"
1610
+ "text": "'sm' | 'md' | undefined"
1715
1611
  },
1716
- "default": "'md'",
1717
- "description": "Specify the size of the Avatar",
1612
+ "default": "'sm'",
1613
+ "description": "Specify the size of the Badge",
1718
1614
  "fieldName": "size"
1719
1615
  },
1720
1616
  {
1721
- "name": "disabled",
1722
- "type": {
1723
- "text": "boolean | undefined"
1724
- },
1725
- "default": "false",
1726
- "description": "Specify if the Avatar is disabled",
1727
- "fieldName": "disabled"
1728
- },
1729
- {
1730
- "name": "shape",
1731
- "type": {
1732
- "text": "'circle' | 'square' | undefined"
1733
- },
1734
- "default": "'circle'",
1735
- "description": "Specify the shape of the Avatar",
1736
- "fieldName": "shape"
1737
- },
1738
- {
1739
- "name": "isInteractive",
1740
- "type": {
1741
- "text": "boolean"
1742
- },
1743
- "default": "false",
1744
- "description": "If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer",
1745
- "fieldName": "isInteractive"
1746
- },
1747
- {
1748
- "name": "isFocusable",
1617
+ "name": "emphasis",
1749
1618
  "type": {
1750
- "text": "boolean"
1619
+ "text": "'strong' | 'medium' | 'subtle'"
1751
1620
  },
1752
- "default": "false",
1753
- "description": "If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable",
1754
- "fieldName": "isFocusable"
1621
+ "default": "'strong'",
1622
+ "description": "Specify the emphasis of the Badge",
1623
+ "fieldName": "emphasis"
1755
1624
  },
1756
1625
  {
1757
- "name": "withBorder",
1626
+ "name": "hideIcon",
1758
1627
  "type": {
1759
- "text": "boolean"
1628
+ "text": "boolean | undefined"
1760
1629
  },
1761
- "default": "false",
1762
- "fieldName": "withBorder"
1630
+ "description": "Hides Badge icon",
1631
+ "fieldName": "hideIcon"
1763
1632
  }
1764
1633
  ],
1765
1634
  "superclass": {
1766
1635
  "name": "LitElement",
1767
1636
  "package": "lit"
1768
1637
  },
1769
- "tagName": "bm-avatar",
1638
+ "tagName": "bm-badge",
1770
1639
  "customElement": true
1771
1640
  }
1772
1641
  ],
1773
1642
  "exports": [
1774
1643
  {
1775
1644
  "kind": "js",
1776
- "name": "BmAvatar",
1645
+ "name": "BmBadge",
1777
1646
  "declaration": {
1778
- "name": "BmAvatar",
1779
- "module": "libs/web-components/src/lib/Avatar/Avatar.ts"
1647
+ "name": "BmBadge",
1648
+ "module": "libs/web-components/src/lib/Badge/Badge.ts"
1780
1649
  }
1781
1650
  },
1782
1651
  {
1783
1652
  "kind": "custom-element-definition",
1784
- "name": "bm-avatar",
1653
+ "name": "bm-badge",
1785
1654
  "declaration": {
1786
- "name": "BmAvatar",
1787
- "module": "libs/web-components/src/lib/Avatar/Avatar.ts"
1655
+ "name": "BmBadge",
1656
+ "module": "libs/web-components/src/lib/Badge/Badge.ts"
1788
1657
  }
1789
1658
  }
1790
1659
  ]
1791
1660
  },
1792
1661
  {
1793
1662
  "kind": "javascript-module",
1794
- "path": "libs/web-components/src/lib/Avatar/AvatarGroup.context.ts",
1795
- "declarations": [
1796
- {
1797
- "kind": "variable",
1798
- "name": "AvatarGroupCtx"
1799
- }
1800
- ],
1663
+ "path": "libs/web-components/src/lib/Badge/index.ts",
1664
+ "declarations": [],
1801
1665
  "exports": [
1802
1666
  {
1803
1667
  "kind": "js",
1804
- "name": "AvatarGroupCtx",
1668
+ "name": "*",
1805
1669
  "declaration": {
1806
- "name": "AvatarGroupCtx",
1807
- "module": "libs/web-components/src/lib/Avatar/AvatarGroup.context.ts"
1670
+ "name": "*",
1671
+ "package": "./Badge"
1808
1672
  }
1809
1673
  }
1810
1674
  ]
1811
1675
  },
1812
1676
  {
1813
1677
  "kind": "javascript-module",
1814
- "path": "libs/web-components/src/lib/Avatar/AvatarGroup.ts",
1678
+ "path": "libs/web-components/src/lib/Button/Button.ts",
1815
1679
  "declarations": [
1816
1680
  {
1817
1681
  "kind": "class",
1818
- "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.",
1819
- "name": "BmAvatarGroup",
1682
+ "description": "`bm-button`\n\n### Attributes:\n- **appearance** - Specify the appearance of a Button\n- **kind** - Specify the kind of Button\n- **size** - Specify the size of a Button\n- **disabled** - Specify if the Button is disabled\n- **fluid** - Specify if Button is fluid\n- **width** - Specify the width of a Button\n- **height** - Specify the height of a Button\n- **theme** - Specify the theme of the Button\n- **iconOnly** - Specify if the icon displays without text\n- **type** ",
1683
+ "name": "BmButton",
1820
1684
  "slots": [
1821
1685
  {
1822
- "description": "Add Avatars to create a group",
1686
+ "description": "Provide content for the Button",
1823
1687
  "name": "default"
1688
+ },
1689
+ {
1690
+ "description": "Specify if the Button displays icon before the text",
1691
+ "name": "iconBefore"
1692
+ },
1693
+ {
1694
+ "description": "Specify if the Button displays icon after the text",
1695
+ "name": "iconAfter"
1824
1696
  }
1825
1697
  ],
1826
1698
  "members": [
1827
1699
  {
1828
1700
  "kind": "field",
1829
- "name": "wrapping",
1701
+ "name": "formAssociated",
1830
1702
  "type": {
1831
1703
  "text": "boolean"
1832
1704
  },
1833
- "default": "false",
1834
- "description": "Specify if the AvatarGroup wraps",
1835
- "attribute": "wrapping"
1705
+ "static": true,
1706
+ "default": "true"
1836
1707
  },
1837
1708
  {
1838
1709
  "kind": "field",
1839
- "name": "maxCount",
1710
+ "name": "appearance",
1840
1711
  "type": {
1841
- "text": "number"
1712
+ "text": "'accent' | 'neutral' | 'neutral-subtle' | 'destructive'"
1842
1713
  },
1843
- "default": "5",
1844
- "description": "Specify the max number of avatars displayed in the group.",
1845
- "attribute": "maxCount",
1846
- "reflects": true
1714
+ "default": "'accent'",
1715
+ "description": "Specify the appearance of a Button",
1716
+ "attribute": "appearance"
1717
+ },
1718
+ {
1719
+ "kind": "field",
1720
+ "name": "kind",
1721
+ "type": {
1722
+ "text": "'filled' | 'outline' | 'ghost' | 'bare'"
1723
+ },
1724
+ "default": "'filled'",
1725
+ "description": "Specify the kind of Button",
1726
+ "attribute": "kind"
1847
1727
  },
1848
1728
  {
1849
1729
  "kind": "field",
1850
1730
  "name": "size",
1851
1731
  "type": {
1852
- "text": "'xs' | 'sm' | 'md' | 'lg' | 'xl'"
1732
+ "text": "'sm' | 'md' | 'lg'"
1853
1733
  },
1854
1734
  "default": "'md'",
1855
- "description": "Specify the size of all Avatars",
1735
+ "description": "Specify the size of a Button",
1856
1736
  "attribute": "size"
1857
1737
  },
1858
1738
  {
1859
1739
  "kind": "field",
1860
- "name": "layout",
1740
+ "name": "disabled",
1861
1741
  "type": {
1862
- "text": "'stacked' | 'spaced' | undefined"
1742
+ "text": "boolean"
1863
1743
  },
1864
- "default": "'stacked'",
1865
- "description": "Specify the kind of the group.",
1866
- "attribute": "layout"
1744
+ "default": "false",
1745
+ "description": "Specify if the Button is disabled",
1746
+ "attribute": "disabled"
1747
+ },
1748
+ {
1749
+ "kind": "field",
1750
+ "name": "fluid",
1751
+ "type": {
1752
+ "text": "boolean"
1753
+ },
1754
+ "default": "false",
1755
+ "description": "Specify if Button is fluid",
1756
+ "attribute": "fluid"
1757
+ },
1758
+ {
1759
+ "kind": "field",
1760
+ "name": "width",
1761
+ "type": {
1762
+ "text": "string | undefined"
1763
+ },
1764
+ "description": "Specify the width of a Button",
1765
+ "attribute": "width"
1766
+ },
1767
+ {
1768
+ "kind": "field",
1769
+ "name": "height",
1770
+ "type": {
1771
+ "text": "string | undefined"
1772
+ },
1773
+ "description": "Specify the height of a Button",
1774
+ "attribute": "height"
1775
+ },
1776
+ {
1777
+ "kind": "field",
1778
+ "name": "theme",
1779
+ "type": {
1780
+ "text": "'light' | 'dark' | undefined"
1781
+ },
1782
+ "description": "Specify the theme of the Button",
1783
+ "attribute": "theme"
1784
+ },
1785
+ {
1786
+ "kind": "field",
1787
+ "name": "iconOnly",
1788
+ "type": {
1789
+ "text": "boolean | undefined"
1790
+ },
1791
+ "description": "Specify if the icon displays without text",
1792
+ "attribute": "iconOnly"
1793
+ },
1794
+ {
1795
+ "kind": "field",
1796
+ "name": "type",
1797
+ "type": {
1798
+ "text": "string"
1799
+ },
1800
+ "default": "'button'",
1801
+ "attribute": "type"
1802
+ },
1803
+ {
1804
+ "kind": "field",
1805
+ "name": "formContext",
1806
+ "type": {
1807
+ "text": "BmFormContext"
1808
+ }
1867
1809
  }
1868
1810
  ],
1869
1811
  "attributes": [
1870
1812
  {
1871
- "name": "wrapping",
1813
+ "name": "appearance",
1872
1814
  "type": {
1873
- "text": "boolean"
1815
+ "text": "'accent' | 'neutral' | 'neutral-subtle' | 'destructive'"
1874
1816
  },
1875
- "default": "false",
1876
- "description": "Specify if the AvatarGroup wraps",
1877
- "fieldName": "wrapping"
1817
+ "default": "'accent'",
1818
+ "description": "Specify the appearance of a Button",
1819
+ "fieldName": "appearance"
1878
1820
  },
1879
1821
  {
1880
- "name": "maxCount",
1822
+ "name": "kind",
1881
1823
  "type": {
1882
- "text": "number"
1824
+ "text": "'filled' | 'outline' | 'ghost' | 'bare'"
1883
1825
  },
1884
- "default": "5",
1885
- "description": "Specify the max number of avatars displayed in the group.",
1886
- "fieldName": "maxCount"
1826
+ "default": "'filled'",
1827
+ "description": "Specify the kind of Button",
1828
+ "fieldName": "kind"
1887
1829
  },
1888
1830
  {
1889
1831
  "name": "size",
1890
1832
  "type": {
1891
- "text": "'xs' | 'sm' | 'md' | 'lg' | 'xl'"
1833
+ "text": "'sm' | 'md' | 'lg'"
1892
1834
  },
1893
1835
  "default": "'md'",
1894
- "description": "Specify the size of all Avatars",
1836
+ "description": "Specify the size of a Button",
1895
1837
  "fieldName": "size"
1896
1838
  },
1897
1839
  {
1898
- "name": "layout",
1840
+ "name": "disabled",
1899
1841
  "type": {
1900
- "text": "'stacked' | 'spaced' | undefined"
1842
+ "text": "boolean"
1901
1843
  },
1902
- "default": "'stacked'",
1903
- "description": "Specify the kind of the group.",
1904
- "fieldName": "layout"
1844
+ "default": "false",
1845
+ "description": "Specify if the Button is disabled",
1846
+ "fieldName": "disabled"
1847
+ },
1848
+ {
1849
+ "name": "fluid",
1850
+ "type": {
1851
+ "text": "boolean"
1852
+ },
1853
+ "default": "false",
1854
+ "description": "Specify if Button is fluid",
1855
+ "fieldName": "fluid"
1856
+ },
1857
+ {
1858
+ "name": "width",
1859
+ "type": {
1860
+ "text": "string | undefined"
1861
+ },
1862
+ "description": "Specify the width of a Button",
1863
+ "fieldName": "width"
1864
+ },
1865
+ {
1866
+ "name": "height",
1867
+ "type": {
1868
+ "text": "string | undefined"
1869
+ },
1870
+ "description": "Specify the height of a Button",
1871
+ "fieldName": "height"
1872
+ },
1873
+ {
1874
+ "name": "theme",
1875
+ "type": {
1876
+ "text": "'light' | 'dark' | undefined"
1877
+ },
1878
+ "description": "Specify the theme of the Button",
1879
+ "fieldName": "theme"
1880
+ },
1881
+ {
1882
+ "name": "iconOnly",
1883
+ "type": {
1884
+ "text": "boolean | undefined"
1885
+ },
1886
+ "description": "Specify if the icon displays without text",
1887
+ "fieldName": "iconOnly"
1888
+ },
1889
+ {
1890
+ "name": "type",
1891
+ "type": {
1892
+ "text": "string"
1893
+ },
1894
+ "default": "'button'",
1895
+ "fieldName": "type"
1905
1896
  }
1906
1897
  ],
1907
1898
  "superclass": {
1908
1899
  "name": "LitElement",
1909
1900
  "package": "lit"
1910
1901
  },
1911
- "tagName": "bm-avatar-group",
1902
+ "tagName": "bm-button",
1912
1903
  "customElement": true
1913
1904
  }
1914
1905
  ],
1915
1906
  "exports": [
1916
1907
  {
1917
1908
  "kind": "js",
1918
- "name": "BmAvatarGroup",
1909
+ "name": "BmButton",
1919
1910
  "declaration": {
1920
- "name": "BmAvatarGroup",
1921
- "module": "libs/web-components/src/lib/Avatar/AvatarGroup.ts"
1911
+ "name": "BmButton",
1912
+ "module": "libs/web-components/src/lib/Button/Button.ts"
1922
1913
  }
1923
1914
  },
1924
1915
  {
1925
1916
  "kind": "custom-element-definition",
1926
- "name": "bm-avatar-group",
1917
+ "name": "bm-button",
1927
1918
  "declaration": {
1928
- "name": "BmAvatarGroup",
1929
- "module": "libs/web-components/src/lib/Avatar/AvatarGroup.ts"
1919
+ "name": "BmButton",
1920
+ "module": "libs/web-components/src/lib/Button/Button.ts"
1930
1921
  }
1931
1922
  }
1932
1923
  ]
1933
1924
  },
1934
1925
  {
1935
1926
  "kind": "javascript-module",
1936
- "path": "libs/web-components/src/lib/Avatar/index.ts",
1927
+ "path": "libs/web-components/src/lib/Button/index.ts",
1937
1928
  "declarations": [],
1938
1929
  "exports": [
1939
1930
  {
@@ -1941,271 +1932,280 @@
1941
1932
  "name": "*",
1942
1933
  "declaration": {
1943
1934
  "name": "*",
1944
- "package": "./Avatar"
1945
- }
1946
- },
1947
- {
1948
- "kind": "js",
1949
- "name": "*",
1950
- "declaration": {
1951
- "name": "*",
1952
- "package": "./AvatarGroup"
1935
+ "package": "./Button"
1953
1936
  }
1954
1937
  }
1955
1938
  ]
1956
1939
  },
1957
1940
  {
1958
1941
  "kind": "javascript-module",
1959
- "path": "libs/web-components/src/lib/Button/Button.ts",
1942
+ "path": "libs/web-components/src/lib/Alert/Alert.ts",
1960
1943
  "declarations": [
1961
1944
  {
1962
1945
  "kind": "class",
1963
- "description": "`bm-button`\n\n### Attributes:\n- **appearance** - Specify the appearance of a Button\n- **kind** - Specify the kind of Button\n- **size** - Specify the size of a Button\n- **disabled** - Specify if the Button is disabled\n- **fluid** - Specify if Button is fluid\n- **width** - Specify the width of a Button\n- **height** - Specify the height of a Button\n- **theme** - Specify the theme of the Button\n- **iconOnly** - Specify if the icon displays without text\n- **type** ",
1964
- "name": "BmButton",
1946
+ "description": "`bm-alert`\n\n### Attributes:\n- **heading** - Specify the heading text for Alert\n- **body** - Specify the body text for Alert\n- **size** - Specify the size of the Alert\n- **fullWidth** - Specify if the Alert has no border radius\n- **theme** - Specify the theme of the Alert. By default it inherits the theme from the parent\n- **appearance** - Specify the appearance of the Alert\n- **hidden** - Specify if the Alert is hidden\n- **hideIcon** - Specify if the icon displays on the Alert\n- **dismissible** - Specify if the Alert can be dismissed\n- **disableAutoFocus** - Prevent autofocus on show\n- **disableCloseOnEscape** - Prevent Escape from closing",
1947
+ "name": "BmAlert",
1965
1948
  "slots": [
1966
1949
  {
1967
- "description": "Provide content for the Button",
1968
- "name": "default"
1950
+ "description": "Specify a different icon for the Alert",
1951
+ "name": "icon"
1969
1952
  },
1970
1953
  {
1971
- "description": "Specify if the Button displays icon before the text",
1972
- "name": "iconBefore"
1954
+ "description": "Specify the heading text for Alert or pass the `heading` attribute to set the heading",
1955
+ "name": "heading"
1973
1956
  },
1974
1957
  {
1975
- "description": "Specify if the Button displays icon after the text",
1976
- "name": "iconAfter"
1958
+ "description": "Specify the body text for Alert or pass the `body` attribute to set the body",
1959
+ "name": "body"
1960
+ },
1961
+ {
1962
+ "description": "Specify if actions display on the Alert",
1963
+ "name": "actions"
1977
1964
  }
1978
1965
  ],
1979
1966
  "members": [
1980
1967
  {
1981
1968
  "kind": "field",
1982
- "name": "formAssociated",
1983
- "type": {
1984
- "text": "boolean"
1985
- },
1986
- "static": true,
1987
- "default": "true"
1988
- },
1989
- {
1990
- "kind": "field",
1991
- "name": "appearance",
1969
+ "name": "heading",
1992
1970
  "type": {
1993
- "text": "'accent' | 'neutral' | 'neutral-subtle' | 'destructive'"
1971
+ "text": "string | undefined"
1994
1972
  },
1995
- "default": "'accent'",
1996
- "description": "Specify the appearance of a Button",
1997
- "attribute": "appearance"
1973
+ "description": "Specify the heading text for Alert",
1974
+ "attribute": "heading"
1998
1975
  },
1999
1976
  {
2000
1977
  "kind": "field",
2001
- "name": "kind",
1978
+ "name": "body",
2002
1979
  "type": {
2003
- "text": "'filled' | 'outline' | 'ghost' | 'bare'"
1980
+ "text": "string | undefined"
2004
1981
  },
2005
- "default": "'filled'",
2006
- "description": "Specify the kind of Button",
2007
- "attribute": "kind"
1982
+ "description": "Specify the body text for Alert",
1983
+ "attribute": "body"
2008
1984
  },
2009
1985
  {
2010
1986
  "kind": "field",
2011
1987
  "name": "size",
2012
1988
  "type": {
2013
- "text": "'sm' | 'md' | 'lg'"
1989
+ "text": "'sm' | 'md'"
2014
1990
  },
2015
- "default": "'md'",
2016
- "description": "Specify the size of a Button",
1991
+ "default": "'sm'",
1992
+ "description": "Specify the size of the Alert",
2017
1993
  "attribute": "size"
2018
1994
  },
2019
1995
  {
2020
1996
  "kind": "field",
2021
- "name": "disabled",
1997
+ "name": "fullWidth",
2022
1998
  "type": {
2023
1999
  "text": "boolean"
2024
2000
  },
2025
2001
  "default": "false",
2026
- "description": "Specify if the Button is disabled",
2027
- "attribute": "disabled"
2002
+ "description": "Specify if the Alert has no border radius",
2003
+ "attribute": "fullWidth"
2028
2004
  },
2029
2005
  {
2030
2006
  "kind": "field",
2031
- "name": "fluid",
2007
+ "name": "theme",
2032
2008
  "type": {
2033
- "text": "boolean"
2009
+ "text": "'light' | 'dark' | undefined"
2034
2010
  },
2035
- "default": "false",
2036
- "description": "Specify if Button is fluid",
2037
- "attribute": "fluid"
2011
+ "description": "Specify the theme of the Alert. By default it inherits the theme from the parent",
2012
+ "attribute": "theme"
2038
2013
  },
2039
2014
  {
2040
2015
  "kind": "field",
2041
- "name": "width",
2016
+ "name": "appearance",
2042
2017
  "type": {
2043
- "text": "string | undefined"
2018
+ "text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
2044
2019
  },
2045
- "description": "Specify the width of a Button",
2046
- "attribute": "width"
2020
+ "default": "'infoPrimary'",
2021
+ "description": "Specify the appearance of the Alert",
2022
+ "attribute": "appearance"
2047
2023
  },
2048
2024
  {
2049
2025
  "kind": "field",
2050
- "name": "height",
2026
+ "name": "hidden",
2051
2027
  "type": {
2052
- "text": "string | undefined"
2028
+ "text": "boolean"
2053
2029
  },
2054
- "description": "Specify the height of a Button",
2055
- "attribute": "height"
2030
+ "default": "false",
2031
+ "description": "Specify if the Alert is hidden",
2032
+ "attribute": "hidden"
2056
2033
  },
2057
2034
  {
2058
2035
  "kind": "field",
2059
- "name": "theme",
2036
+ "name": "hideIcon",
2060
2037
  "type": {
2061
- "text": "'light' | 'dark' | undefined"
2038
+ "text": "boolean"
2062
2039
  },
2063
- "description": "Specify the theme of the Button",
2064
- "attribute": "theme"
2040
+ "default": "false",
2041
+ "description": "Specify if the icon displays on the Alert",
2042
+ "attribute": "hideIcon"
2065
2043
  },
2066
2044
  {
2067
2045
  "kind": "field",
2068
- "name": "iconOnly",
2046
+ "name": "dismissible",
2069
2047
  "type": {
2070
- "text": "boolean | undefined"
2048
+ "text": "boolean"
2071
2049
  },
2072
- "description": "Specify if the icon displays without text",
2073
- "attribute": "iconOnly"
2050
+ "default": "false",
2051
+ "description": "Specify if the Alert can be dismissed",
2052
+ "attribute": "dismissible"
2074
2053
  },
2075
2054
  {
2076
2055
  "kind": "field",
2077
- "name": "type",
2056
+ "name": "disableAutoFocus",
2078
2057
  "type": {
2079
- "text": "string"
2058
+ "text": "boolean"
2080
2059
  },
2081
- "default": "'button'",
2082
- "attribute": "type"
2060
+ "default": "false",
2061
+ "description": "Prevent autofocus on show",
2062
+ "attribute": "disableAutoFocus"
2083
2063
  },
2084
2064
  {
2085
2065
  "kind": "field",
2086
- "name": "formContext",
2066
+ "name": "disableCloseOnEscape",
2087
2067
  "type": {
2088
- "text": "BmFormContext"
2089
- }
2068
+ "text": "boolean"
2069
+ },
2070
+ "default": "false",
2071
+ "description": "Prevent Escape from closing",
2072
+ "attribute": "disableCloseOnEscape"
2073
+ }
2074
+ ],
2075
+ "events": [
2076
+ {
2077
+ "description": "Dispatched when the Alert has been dismissed",
2078
+ "name": "bm-dismiss"
2090
2079
  }
2091
2080
  ],
2092
2081
  "attributes": [
2093
2082
  {
2094
- "name": "appearance",
2083
+ "name": "heading",
2095
2084
  "type": {
2096
- "text": "'accent' | 'neutral' | 'neutral-subtle' | 'destructive'"
2085
+ "text": "string | undefined"
2097
2086
  },
2098
- "default": "'accent'",
2099
- "description": "Specify the appearance of a Button",
2100
- "fieldName": "appearance"
2087
+ "description": "Specify the heading text for Alert",
2088
+ "fieldName": "heading"
2101
2089
  },
2102
2090
  {
2103
- "name": "kind",
2091
+ "name": "body",
2104
2092
  "type": {
2105
- "text": "'filled' | 'outline' | 'ghost' | 'bare'"
2093
+ "text": "string | undefined"
2106
2094
  },
2107
- "default": "'filled'",
2108
- "description": "Specify the kind of Button",
2109
- "fieldName": "kind"
2095
+ "description": "Specify the body text for Alert",
2096
+ "fieldName": "body"
2110
2097
  },
2111
2098
  {
2112
2099
  "name": "size",
2113
2100
  "type": {
2114
- "text": "'sm' | 'md' | 'lg'"
2101
+ "text": "'sm' | 'md'"
2115
2102
  },
2116
- "default": "'md'",
2117
- "description": "Specify the size of a Button",
2103
+ "default": "'sm'",
2104
+ "description": "Specify the size of the Alert",
2118
2105
  "fieldName": "size"
2119
2106
  },
2120
2107
  {
2121
- "name": "disabled",
2108
+ "name": "fullWidth",
2122
2109
  "type": {
2123
2110
  "text": "boolean"
2124
2111
  },
2125
2112
  "default": "false",
2126
- "description": "Specify if the Button is disabled",
2127
- "fieldName": "disabled"
2113
+ "description": "Specify if the Alert has no border radius",
2114
+ "fieldName": "fullWidth"
2128
2115
  },
2129
2116
  {
2130
- "name": "fluid",
2117
+ "name": "theme",
2131
2118
  "type": {
2132
- "text": "boolean"
2119
+ "text": "'light' | 'dark' | undefined"
2133
2120
  },
2134
- "default": "false",
2135
- "description": "Specify if Button is fluid",
2136
- "fieldName": "fluid"
2121
+ "description": "Specify the theme of the Alert. By default it inherits the theme from the parent",
2122
+ "fieldName": "theme"
2137
2123
  },
2138
2124
  {
2139
- "name": "width",
2125
+ "name": "appearance",
2140
2126
  "type": {
2141
- "text": "string | undefined"
2127
+ "text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
2142
2128
  },
2143
- "description": "Specify the width of a Button",
2144
- "fieldName": "width"
2129
+ "default": "'infoPrimary'",
2130
+ "description": "Specify the appearance of the Alert",
2131
+ "fieldName": "appearance"
2145
2132
  },
2146
2133
  {
2147
- "name": "height",
2134
+ "name": "hidden",
2148
2135
  "type": {
2149
- "text": "string | undefined"
2136
+ "text": "boolean"
2150
2137
  },
2151
- "description": "Specify the height of a Button",
2152
- "fieldName": "height"
2138
+ "default": "false",
2139
+ "description": "Specify if the Alert is hidden",
2140
+ "fieldName": "hidden"
2153
2141
  },
2154
2142
  {
2155
- "name": "theme",
2143
+ "name": "hideIcon",
2156
2144
  "type": {
2157
- "text": "'light' | 'dark' | undefined"
2145
+ "text": "boolean"
2158
2146
  },
2159
- "description": "Specify the theme of the Button",
2160
- "fieldName": "theme"
2147
+ "default": "false",
2148
+ "description": "Specify if the icon displays on the Alert",
2149
+ "fieldName": "hideIcon"
2161
2150
  },
2162
2151
  {
2163
- "name": "iconOnly",
2152
+ "name": "dismissible",
2164
2153
  "type": {
2165
- "text": "boolean | undefined"
2154
+ "text": "boolean"
2166
2155
  },
2167
- "description": "Specify if the icon displays without text",
2168
- "fieldName": "iconOnly"
2156
+ "default": "false",
2157
+ "description": "Specify if the Alert can be dismissed",
2158
+ "fieldName": "dismissible"
2169
2159
  },
2170
2160
  {
2171
- "name": "type",
2161
+ "name": "disableAutoFocus",
2172
2162
  "type": {
2173
- "text": "string"
2163
+ "text": "boolean"
2174
2164
  },
2175
- "default": "'button'",
2176
- "fieldName": "type"
2165
+ "default": "false",
2166
+ "description": "Prevent autofocus on show",
2167
+ "fieldName": "disableAutoFocus"
2168
+ },
2169
+ {
2170
+ "name": "disableCloseOnEscape",
2171
+ "type": {
2172
+ "text": "boolean"
2173
+ },
2174
+ "default": "false",
2175
+ "description": "Prevent Escape from closing",
2176
+ "fieldName": "disableCloseOnEscape"
2177
2177
  }
2178
2178
  ],
2179
2179
  "superclass": {
2180
2180
  "name": "LitElement",
2181
2181
  "package": "lit"
2182
2182
  },
2183
- "tagName": "bm-button",
2183
+ "tagName": "bm-alert",
2184
2184
  "customElement": true
2185
2185
  }
2186
2186
  ],
2187
2187
  "exports": [
2188
2188
  {
2189
2189
  "kind": "js",
2190
- "name": "BmButton",
2190
+ "name": "BmAlert",
2191
2191
  "declaration": {
2192
- "name": "BmButton",
2193
- "module": "libs/web-components/src/lib/Button/Button.ts"
2192
+ "name": "BmAlert",
2193
+ "module": "libs/web-components/src/lib/Alert/Alert.ts"
2194
2194
  }
2195
2195
  },
2196
2196
  {
2197
2197
  "kind": "custom-element-definition",
2198
- "name": "bm-button",
2198
+ "name": "bm-alert",
2199
2199
  "declaration": {
2200
- "name": "BmButton",
2201
- "module": "libs/web-components/src/lib/Button/Button.ts"
2200
+ "name": "BmAlert",
2201
+ "module": "libs/web-components/src/lib/Alert/Alert.ts"
2202
2202
  }
2203
2203
  }
2204
2204
  ]
2205
2205
  },
2206
2206
  {
2207
2207
  "kind": "javascript-module",
2208
- "path": "libs/web-components/src/lib/Button/index.ts",
2208
+ "path": "libs/web-components/src/lib/Alert/index.ts",
2209
2209
  "declarations": [],
2210
2210
  "exports": [
2211
2211
  {
@@ -2213,7 +2213,7 @@
2213
2213
  "name": "*",
2214
2214
  "declaration": {
2215
2215
  "name": "*",
2216
- "package": "./Button"
2216
+ "package": "./Alert"
2217
2217
  }
2218
2218
  }
2219
2219
  ]
@@ -7871,150 +7871,153 @@
7871
7871
  }
7872
7872
  },
7873
7873
  {
7874
- "kind": "js",
7875
- "name": "*",
7876
- "declaration": {
7877
- "name": "*",
7878
- "package": "./FileUpload.Dropzone"
7879
- }
7880
- },
7874
+ "kind": "js",
7875
+ "name": "*",
7876
+ "declaration": {
7877
+ "name": "*",
7878
+ "package": "./FileUpload.Dropzone"
7879
+ }
7880
+ },
7881
+ {
7882
+ "kind": "js",
7883
+ "name": "*",
7884
+ "declaration": {
7885
+ "name": "*",
7886
+ "package": "./FileUpload.List"
7887
+ }
7888
+ },
7889
+ {
7890
+ "kind": "js",
7891
+ "name": "*",
7892
+ "declaration": {
7893
+ "name": "*",
7894
+ "package": "./FileUpload.List.Item"
7895
+ }
7896
+ }
7897
+ ]
7898
+ },
7899
+ {
7900
+ "kind": "javascript-module",
7901
+ "path": "libs/web-components/src/lib/wip/Form/Form.context.ts",
7902
+ "declarations": [
7903
+ {
7904
+ "kind": "variable",
7905
+ "name": "bmFormInitials",
7906
+ "type": {
7907
+ "text": "BmFormContext"
7908
+ },
7909
+ "default": "{ required: false, disabled: false, readOnly: false, initialValues: {}, registerField: () => undefined, formBlurHandler: () => undefined, formChangeHandler: () => undefined, }"
7910
+ },
7911
+ {
7912
+ "kind": "variable",
7913
+ "name": "bmFormContext"
7914
+ }
7915
+ ],
7916
+ "exports": [
7881
7917
  {
7882
7918
  "kind": "js",
7883
- "name": "*",
7919
+ "name": "bmFormInitials",
7884
7920
  "declaration": {
7885
- "name": "*",
7886
- "package": "./FileUpload.List"
7921
+ "name": "bmFormInitials",
7922
+ "module": "libs/web-components/src/lib/wip/Form/Form.context.ts"
7887
7923
  }
7888
7924
  },
7889
7925
  {
7890
7926
  "kind": "js",
7891
- "name": "*",
7927
+ "name": "bmFormContext",
7892
7928
  "declaration": {
7893
- "name": "*",
7894
- "package": "./FileUpload.List.Item"
7929
+ "name": "bmFormContext",
7930
+ "module": "libs/web-components/src/lib/wip/Form/Form.context.ts"
7895
7931
  }
7896
7932
  }
7897
7933
  ]
7898
7934
  },
7899
7935
  {
7900
7936
  "kind": "javascript-module",
7901
- "path": "libs/web-components/src/lib/wip/NativeSelect/NativeSelect.ts",
7937
+ "path": "libs/web-components/src/lib/wip/Form/Form.decorator.ts",
7902
7938
  "declarations": [
7903
7939
  {
7904
7940
  "kind": "class",
7905
- "description": "### Attributes:\n- **required** - Specify if NativeSelect is a required input\n- **readOnly** - Specify if NativeSelect displays in a read-only state\n- **disabled** - Specify if NativeSelect displays in a disabled state\n- **error** - Specify error text and display error state of a NativeSelect\n- **fluid** - Specify if NativeSelect is fluid\n- **size** - Specify the size of NativeSelect\n- **width** - Specify the width of NativeSelect\n- **ellipse** - Specify if overflow displays ellipsis\n- **hideRequiredMarker** - Specify if the NativeSelect displays with an asterisk\n- **theme** - Specify the theme of the NativeSelect. By default it inherits the theme from the parent",
7906
- "name": "BmNativeSelect",
7907
- "slots": [
7908
- {
7909
- "description": "Specify Options for NativeSelect",
7910
- "name": "slot"
7911
- },
7912
- {
7913
- "description": "Specify Label for NativeSelect",
7914
- "name": "label"
7915
- },
7916
- {
7917
- "description": "Specify HelperText for NativeSelect",
7918
- "name": "helper-text"
7919
- }
7920
- ],
7941
+ "description": "### Attributes:\n- **id** \n- **name** \n- **value** \n- **validationRules** \n- **input-aria-label** ",
7942
+ "name": "FormField",
7921
7943
  "members": [
7922
7944
  {
7923
7945
  "kind": "field",
7924
- "name": "required",
7925
- "type": {
7926
- "text": "boolean"
7927
- },
7928
- "default": "false",
7929
- "description": "Specify if NativeSelect is a required input",
7930
- "attribute": "required"
7931
- },
7932
- {
7933
- "kind": "field",
7934
- "name": "readOnly",
7946
+ "name": "formAssociated",
7935
7947
  "type": {
7936
7948
  "text": "boolean"
7937
7949
  },
7938
- "default": "false",
7939
- "description": "Specify if NativeSelect displays in a read-only state",
7940
- "attribute": "readOnly"
7950
+ "static": true,
7951
+ "default": "true"
7941
7952
  },
7942
7953
  {
7943
7954
  "kind": "field",
7944
- "name": "disabled",
7955
+ "name": "id",
7945
7956
  "type": {
7946
- "text": "boolean"
7957
+ "text": "string"
7947
7958
  },
7948
- "default": "false",
7949
- "description": "Specify if NativeSelect displays in a disabled state",
7950
- "attribute": "disabled"
7959
+ "default": "''",
7960
+ "attribute": "id"
7951
7961
  },
7952
7962
  {
7953
7963
  "kind": "field",
7954
- "name": "error",
7964
+ "name": "name",
7955
7965
  "type": {
7956
- "text": "string | undefined"
7966
+ "text": "string"
7957
7967
  },
7958
- "description": "Specify error text and display error state of a NativeSelect",
7959
- "attribute": "error"
7968
+ "default": "''",
7969
+ "attribute": "name"
7960
7970
  },
7961
7971
  {
7962
7972
  "kind": "field",
7963
- "name": "fluid",
7973
+ "name": "value",
7964
7974
  "type": {
7965
- "text": "boolean"
7975
+ "text": "string"
7966
7976
  },
7967
- "default": "false",
7968
- "description": "Specify if NativeSelect is fluid",
7969
- "attribute": "fluid"
7977
+ "default": "''",
7978
+ "attribute": "value"
7970
7979
  },
7971
7980
  {
7972
7981
  "kind": "field",
7973
- "name": "size",
7982
+ "name": "validationRules",
7974
7983
  "type": {
7975
- "text": "'sm' | 'md' | 'lg'"
7984
+ "text": "Array<FormValidator>"
7976
7985
  },
7977
- "default": "defaultInputSize",
7978
- "description": "Specify the size of NativeSelect",
7979
- "attribute": "size"
7986
+ "default": "[]",
7987
+ "attribute": "validationRules"
7980
7988
  },
7981
7989
  {
7982
7990
  "kind": "field",
7983
- "name": "width",
7991
+ "name": "inputAriaLabel",
7984
7992
  "type": {
7985
7993
  "text": "string | undefined"
7986
7994
  },
7987
- "description": "Specify the width of NativeSelect",
7988
- "attribute": "width"
7995
+ "attribute": "input-aria-label"
7989
7996
  },
7990
7997
  {
7991
7998
  "kind": "field",
7992
- "name": "ellipse",
7999
+ "name": "formContext",
7993
8000
  "type": {
7994
- "text": "boolean"
7995
- },
7996
- "default": "true",
7997
- "description": "Specify if overflow displays ellipsis",
7998
- "attribute": "ellipse"
8001
+ "text": "BmFormContext"
8002
+ }
7999
8003
  },
8000
8004
  {
8001
- "kind": "field",
8002
- "name": "hideRequiredMarker",
8003
- "type": {
8004
- "text": "boolean"
8005
- },
8006
- "default": "false",
8007
- "description": "Specify if the NativeSelect displays with an asterisk",
8008
- "attribute": "hideRequiredMarker"
8005
+ "kind": "method",
8006
+ "name": "formAssociatedCallback",
8007
+ "return": {
8008
+ "type": {
8009
+ "text": "void"
8010
+ }
8011
+ }
8009
8012
  },
8010
8013
  {
8011
- "kind": "field",
8012
- "name": "theme",
8013
- "type": {
8014
- "text": "'light' | 'dark' | undefined"
8015
- },
8016
- "description": "Specify the theme of the NativeSelect. By default it inherits the theme from the parent",
8017
- "attribute": "theme"
8014
+ "kind": "method",
8015
+ "name": "formResetCallback",
8016
+ "return": {
8017
+ "type": {
8018
+ "text": "void"
8019
+ }
8020
+ }
8018
8021
  },
8019
8022
  {
8020
8023
  "kind": "method",
@@ -8026,445 +8029,476 @@
8026
8029
  },
8027
8030
  "parameters": [
8028
8031
  {
8029
- "name": "value",
8032
+ "name": "ctxValue",
8030
8033
  "type": {
8031
8034
  "text": "string"
8032
8035
  }
8033
8036
  }
8034
- ],
8035
- "inheritedFrom": {
8036
- "name": "FormField",
8037
- "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
8038
- }
8039
- },
8040
- {
8041
- "kind": "field",
8042
- "name": "formAssociated",
8043
- "type": {
8044
- "text": "boolean"
8045
- },
8046
- "static": true,
8047
- "default": "true",
8048
- "inheritedFrom": {
8049
- "name": "FormField",
8050
- "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
8051
- }
8052
- },
8037
+ ]
8038
+ }
8039
+ ],
8040
+ "attributes": [
8053
8041
  {
8054
- "kind": "field",
8055
8042
  "name": "id",
8056
8043
  "type": {
8057
8044
  "text": "string"
8058
8045
  },
8059
8046
  "default": "''",
8060
- "attribute": "id",
8061
- "inheritedFrom": {
8062
- "name": "FormField",
8063
- "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
8064
- }
8047
+ "fieldName": "id"
8065
8048
  },
8066
8049
  {
8067
- "kind": "field",
8068
8050
  "name": "name",
8069
8051
  "type": {
8070
8052
  "text": "string"
8071
8053
  },
8072
8054
  "default": "''",
8073
- "attribute": "name",
8074
- "inheritedFrom": {
8075
- "name": "FormField",
8076
- "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
8077
- }
8055
+ "fieldName": "name"
8078
8056
  },
8079
8057
  {
8080
- "kind": "field",
8081
8058
  "name": "value",
8082
8059
  "type": {
8083
8060
  "text": "string"
8084
8061
  },
8085
8062
  "default": "''",
8086
- "attribute": "value",
8087
- "inheritedFrom": {
8088
- "name": "FormField",
8089
- "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
8090
- }
8063
+ "fieldName": "value"
8091
8064
  },
8092
8065
  {
8093
- "kind": "field",
8094
8066
  "name": "validationRules",
8095
8067
  "type": {
8096
8068
  "text": "Array<FormValidator>"
8097
8069
  },
8098
8070
  "default": "[]",
8099
- "attribute": "validationRules",
8100
- "inheritedFrom": {
8101
- "name": "FormField",
8102
- "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
8103
- }
8071
+ "fieldName": "validationRules"
8104
8072
  },
8105
8073
  {
8106
- "kind": "field",
8107
- "name": "inputAriaLabel",
8074
+ "name": "input-aria-label",
8108
8075
  "type": {
8109
8076
  "text": "string | undefined"
8110
8077
  },
8111
- "attribute": "input-aria-label",
8112
- "inheritedFrom": {
8113
- "name": "FormField",
8114
- "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
8115
- }
8116
- },
8078
+ "fieldName": "inputAriaLabel"
8079
+ }
8080
+ ],
8081
+ "superclass": {
8082
+ "name": "LitElement",
8083
+ "package": "lit"
8084
+ },
8085
+ "customElement": true
8086
+ }
8087
+ ],
8088
+ "exports": [
8089
+ {
8090
+ "kind": "js",
8091
+ "name": "FormField",
8092
+ "declaration": {
8093
+ "name": "FormField",
8094
+ "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
8095
+ }
8096
+ }
8097
+ ]
8098
+ },
8099
+ {
8100
+ "kind": "javascript-module",
8101
+ "path": "libs/web-components/src/lib/wip/Form/Form.ts",
8102
+ "declarations": [
8103
+ {
8104
+ "kind": "class",
8105
+ "description": "### Attributes:\n- **validationMode** - Specify if validation runs on change or when loosing focus\n- **initialValues** - Specify initial values on Form controls based on their names\n- **required** - Specify if input is a required\n- **disabled** - Specify if input is a disabled\n- **readOnly** - Specify if input is a read only\n- **action** \n- **method** \n- **target** \n- **enctype** ",
8106
+ "name": "BmForm",
8107
+ "slots": [
8108
+ {
8109
+ "description": "Add controls to the Form",
8110
+ "name": "slot"
8111
+ }
8112
+ ],
8113
+ "members": [
8117
8114
  {
8118
8115
  "kind": "field",
8119
- "name": "formContext",
8116
+ "name": "validationMode",
8120
8117
  "type": {
8121
- "text": "BmFormContext"
8122
- },
8123
- "inheritedFrom": {
8124
- "name": "FormField",
8125
- "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
8126
- }
8127
- },
8128
- {
8129
- "kind": "method",
8130
- "name": "formAssociatedCallback",
8131
- "return": {
8132
- "type": {
8133
- "text": "void"
8134
- }
8118
+ "text": "'onChange' | 'onBlur' | 'onSubmit'"
8135
8119
  },
8136
- "inheritedFrom": {
8137
- "name": "FormField",
8138
- "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
8139
- }
8120
+ "default": "'onBlur'",
8121
+ "description": "Specify if validation runs on change or when loosing focus",
8122
+ "attribute": "validationMode"
8140
8123
  },
8141
8124
  {
8142
- "kind": "method",
8143
- "name": "formResetCallback",
8144
- "return": {
8145
- "type": {
8146
- "text": "void"
8147
- }
8125
+ "kind": "field",
8126
+ "name": "initialValues",
8127
+ "type": {
8128
+ "text": "Record<string, FormValue>"
8148
8129
  },
8149
- "inheritedFrom": {
8150
- "name": "FormField",
8151
- "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
8152
- }
8153
- }
8154
- ],
8155
- "attributes": [
8130
+ "default": "{}",
8131
+ "description": "Specify initial values on Form controls based on their names",
8132
+ "attribute": "initialValues"
8133
+ },
8156
8134
  {
8135
+ "kind": "field",
8157
8136
  "name": "required",
8158
8137
  "type": {
8159
8138
  "text": "boolean"
8160
8139
  },
8161
8140
  "default": "false",
8162
- "description": "Specify if NativeSelect is a required input",
8163
- "fieldName": "required"
8141
+ "description": "Specify if input is a required",
8142
+ "attribute": "required"
8164
8143
  },
8165
8144
  {
8166
- "name": "readOnly",
8145
+ "kind": "field",
8146
+ "name": "disabled",
8167
8147
  "type": {
8168
8148
  "text": "boolean"
8169
8149
  },
8170
8150
  "default": "false",
8171
- "description": "Specify if NativeSelect displays in a read-only state",
8172
- "fieldName": "readOnly"
8151
+ "description": "Specify if input is a disabled",
8152
+ "attribute": "disabled"
8173
8153
  },
8174
8154
  {
8175
- "name": "disabled",
8155
+ "kind": "field",
8156
+ "name": "readOnly",
8176
8157
  "type": {
8177
8158
  "text": "boolean"
8178
8159
  },
8179
8160
  "default": "false",
8180
- "description": "Specify if NativeSelect displays in a disabled state",
8181
- "fieldName": "disabled"
8161
+ "description": "Specify if input is a read only",
8162
+ "attribute": "readOnly"
8182
8163
  },
8183
8164
  {
8184
- "name": "error",
8165
+ "kind": "field",
8166
+ "name": "action",
8185
8167
  "type": {
8186
8168
  "text": "string | undefined"
8187
8169
  },
8188
- "description": "Specify error text and display error state of a NativeSelect",
8189
- "fieldName": "error"
8170
+ "attribute": "action"
8190
8171
  },
8191
8172
  {
8192
- "name": "fluid",
8173
+ "kind": "field",
8174
+ "name": "method",
8193
8175
  "type": {
8194
- "text": "boolean"
8176
+ "text": "string | undefined"
8195
8177
  },
8196
- "default": "false",
8197
- "description": "Specify if NativeSelect is fluid",
8198
- "fieldName": "fluid"
8178
+ "attribute": "method"
8199
8179
  },
8200
8180
  {
8201
- "name": "size",
8181
+ "kind": "field",
8182
+ "name": "target",
8202
8183
  "type": {
8203
- "text": "'sm' | 'md' | 'lg'"
8184
+ "text": "string | undefined"
8204
8185
  },
8205
- "default": "defaultInputSize",
8206
- "description": "Specify the size of NativeSelect",
8207
- "fieldName": "size"
8186
+ "attribute": "target"
8208
8187
  },
8209
8188
  {
8210
- "name": "width",
8189
+ "kind": "field",
8190
+ "name": "enctype",
8211
8191
  "type": {
8212
8192
  "text": "string | undefined"
8213
8193
  },
8214
- "description": "Specify the width of NativeSelect",
8215
- "fieldName": "width"
8194
+ "attribute": "enctype"
8216
8195
  },
8217
8196
  {
8218
- "name": "ellipse",
8197
+ "kind": "field",
8198
+ "name": "formMeta",
8219
8199
  "type": {
8220
- "text": "boolean"
8200
+ "text": "Record<string, FieldMeta>"
8221
8201
  },
8222
- "default": "true",
8223
- "description": "Specify if overflow displays ellipsis",
8224
- "fieldName": "ellipse"
8202
+ "default": "{}"
8225
8203
  },
8226
8204
  {
8227
- "name": "hideRequiredMarker",
8205
+ "kind": "field",
8206
+ "name": "formRef"
8207
+ },
8208
+ {
8209
+ "kind": "field",
8210
+ "name": "formContext",
8211
+ "type": {
8212
+ "text": "BmFormContext"
8213
+ },
8214
+ "privacy": "public",
8215
+ "default": "bmFormInitials"
8216
+ }
8217
+ ],
8218
+ "events": [
8219
+ {
8220
+ "description": "Validates the inputs and submits the form",
8221
+ "name": "submit"
8222
+ }
8223
+ ],
8224
+ "attributes": [
8225
+ {
8226
+ "name": "validationMode",
8227
+ "type": {
8228
+ "text": "'onChange' | 'onBlur' | 'onSubmit'"
8229
+ },
8230
+ "default": "'onBlur'",
8231
+ "description": "Specify if validation runs on change or when loosing focus",
8232
+ "fieldName": "validationMode"
8233
+ },
8234
+ {
8235
+ "name": "initialValues",
8236
+ "type": {
8237
+ "text": "Record<string, FormValue>"
8238
+ },
8239
+ "default": "{}",
8240
+ "description": "Specify initial values on Form controls based on their names",
8241
+ "fieldName": "initialValues"
8242
+ },
8243
+ {
8244
+ "name": "required",
8228
8245
  "type": {
8229
8246
  "text": "boolean"
8230
8247
  },
8231
8248
  "default": "false",
8232
- "description": "Specify if the NativeSelect displays with an asterisk",
8233
- "fieldName": "hideRequiredMarker"
8249
+ "description": "Specify if input is a required",
8250
+ "fieldName": "required"
8234
8251
  },
8235
8252
  {
8236
- "name": "theme",
8253
+ "name": "disabled",
8237
8254
  "type": {
8238
- "text": "'light' | 'dark' | undefined"
8255
+ "text": "boolean"
8239
8256
  },
8240
- "description": "Specify the theme of the NativeSelect. By default it inherits the theme from the parent",
8241
- "fieldName": "theme"
8257
+ "default": "false",
8258
+ "description": "Specify if input is a disabled",
8259
+ "fieldName": "disabled"
8242
8260
  },
8243
8261
  {
8244
- "name": "id",
8262
+ "name": "readOnly",
8245
8263
  "type": {
8246
- "text": "string"
8264
+ "text": "boolean"
8247
8265
  },
8248
- "default": "''",
8249
- "fieldName": "id",
8250
- "inheritedFrom": {
8251
- "name": "FormField",
8252
- "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
8253
- }
8266
+ "default": "false",
8267
+ "description": "Specify if input is a read only",
8268
+ "fieldName": "readOnly"
8254
8269
  },
8255
8270
  {
8256
- "name": "name",
8271
+ "name": "action",
8257
8272
  "type": {
8258
- "text": "string"
8273
+ "text": "string | undefined"
8259
8274
  },
8260
- "default": "''",
8261
- "fieldName": "name",
8262
- "inheritedFrom": {
8263
- "name": "FormField",
8264
- "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
8265
- }
8275
+ "fieldName": "action"
8266
8276
  },
8267
8277
  {
8268
- "name": "value",
8278
+ "name": "method",
8269
8279
  "type": {
8270
- "text": "string"
8280
+ "text": "string | undefined"
8271
8281
  },
8272
- "default": "''",
8273
- "fieldName": "value",
8274
- "inheritedFrom": {
8275
- "name": "FormField",
8276
- "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
8277
- }
8282
+ "fieldName": "method"
8278
8283
  },
8279
8284
  {
8280
- "name": "validationRules",
8285
+ "name": "target",
8281
8286
  "type": {
8282
- "text": "Array<FormValidator>"
8287
+ "text": "string | undefined"
8283
8288
  },
8284
- "default": "[]",
8285
- "fieldName": "validationRules",
8286
- "inheritedFrom": {
8287
- "name": "FormField",
8288
- "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
8289
- }
8289
+ "fieldName": "target"
8290
8290
  },
8291
8291
  {
8292
- "name": "input-aria-label",
8292
+ "name": "enctype",
8293
8293
  "type": {
8294
8294
  "text": "string | undefined"
8295
8295
  },
8296
- "fieldName": "inputAriaLabel",
8297
- "inheritedFrom": {
8298
- "name": "FormField",
8299
- "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
8300
- }
8296
+ "fieldName": "enctype"
8301
8297
  }
8302
8298
  ],
8303
8299
  "superclass": {
8304
- "name": "FormField",
8305
- "module": "/libs/web-components/src/lib/wip/Form/Form.decorator"
8300
+ "name": "LitElement",
8301
+ "package": "lit"
8306
8302
  },
8307
- "summary": "`bm-native-select`",
8308
- "tagName": "bm-native-select",
8303
+ "summary": "`bm-form`",
8304
+ "tagName": "bm-form",
8309
8305
  "customElement": true
8310
8306
  }
8311
8307
  ],
8312
8308
  "exports": [
8313
8309
  {
8314
8310
  "kind": "js",
8315
- "name": "BmNativeSelect",
8311
+ "name": "validators",
8316
8312
  "declaration": {
8317
- "name": "BmNativeSelect",
8318
- "module": "libs/web-components/src/lib/wip/NativeSelect/NativeSelect.ts"
8313
+ "name": "validators",
8314
+ "package": "@viasat/beam-shared/components/form"
8319
8315
  }
8320
8316
  },
8321
8317
  {
8322
- "kind": "custom-element-definition",
8323
- "name": "bm-native-select",
8318
+ "kind": "js",
8319
+ "name": "BmForm",
8324
8320
  "declaration": {
8325
- "name": "BmNativeSelect",
8326
- "module": "libs/web-components/src/lib/wip/NativeSelect/NativeSelect.ts"
8321
+ "name": "BmForm",
8322
+ "module": "libs/web-components/src/lib/wip/Form/Form.ts"
8327
8323
  }
8328
- }
8329
- ]
8330
- },
8331
- {
8332
- "kind": "javascript-module",
8333
- "path": "libs/web-components/src/lib/wip/NativeSelect/index.ts",
8334
- "declarations": [],
8335
- "exports": [
8324
+ },
8336
8325
  {
8337
- "kind": "js",
8338
- "name": "*",
8326
+ "kind": "custom-element-definition",
8327
+ "name": "bm-form",
8339
8328
  "declaration": {
8340
- "name": "*",
8341
- "package": "./NativeSelect"
8329
+ "name": "BmForm",
8330
+ "module": "libs/web-components/src/lib/wip/Form/Form.ts"
8342
8331
  }
8343
8332
  }
8344
8333
  ]
8345
8334
  },
8346
8335
  {
8347
8336
  "kind": "javascript-module",
8348
- "path": "libs/web-components/src/lib/wip/Form/Form.context.ts",
8337
+ "path": "libs/web-components/src/lib/wip/Form/Form.utils.ts",
8349
8338
  "declarations": [
8350
8339
  {
8351
- "kind": "variable",
8352
- "name": "bmFormInitials",
8353
- "type": {
8354
- "text": "BmFormContext"
8355
- },
8356
- "default": "{ required: false, disabled: false, readOnly: false, initialValues: {}, registerField: () => undefined, formBlurHandler: () => undefined, formChangeHandler: () => undefined, }"
8357
- },
8340
+ "kind": "function",
8341
+ "name": "createId",
8342
+ "return": {
8343
+ "type": {
8344
+ "text": "string"
8345
+ }
8346
+ }
8347
+ }
8348
+ ],
8349
+ "exports": [
8358
8350
  {
8359
- "kind": "variable",
8360
- "name": "bmFormContext"
8351
+ "kind": "js",
8352
+ "name": "createId",
8353
+ "declaration": {
8354
+ "name": "createId",
8355
+ "module": "libs/web-components/src/lib/wip/Form/Form.utils.ts"
8356
+ }
8361
8357
  }
8362
- ],
8358
+ ]
8359
+ },
8360
+ {
8361
+ "kind": "javascript-module",
8362
+ "path": "libs/web-components/src/lib/wip/Form/index.ts",
8363
+ "declarations": [],
8363
8364
  "exports": [
8364
8365
  {
8365
8366
  "kind": "js",
8366
- "name": "bmFormInitials",
8367
+ "name": "*",
8367
8368
  "declaration": {
8368
- "name": "bmFormInitials",
8369
- "module": "libs/web-components/src/lib/wip/Form/Form.context.ts"
8369
+ "name": "*",
8370
+ "package": "./Form"
8370
8371
  }
8371
8372
  },
8372
8373
  {
8373
8374
  "kind": "js",
8374
- "name": "bmFormContext",
8375
+ "name": "*",
8375
8376
  "declaration": {
8376
- "name": "bmFormContext",
8377
- "module": "libs/web-components/src/lib/wip/Form/Form.context.ts"
8377
+ "name": "*",
8378
+ "package": "./Form.decorator"
8378
8379
  }
8379
8380
  }
8380
8381
  ]
8381
8382
  },
8382
8383
  {
8383
8384
  "kind": "javascript-module",
8384
- "path": "libs/web-components/src/lib/wip/Form/Form.decorator.ts",
8385
+ "path": "libs/web-components/src/lib/wip/NativeSelect/NativeSelect.ts",
8385
8386
  "declarations": [
8386
8387
  {
8387
8388
  "kind": "class",
8388
- "description": "### Attributes:\n- **id** \n- **name** \n- **value** \n- **validationRules** \n- **input-aria-label** ",
8389
- "name": "FormField",
8389
+ "description": "### Attributes:\n- **required** - Specify if NativeSelect is a required input\n- **readOnly** - Specify if NativeSelect displays in a read-only state\n- **disabled** - Specify if NativeSelect displays in a disabled state\n- **error** - Specify error text and display error state of a NativeSelect\n- **fluid** - Specify if NativeSelect is fluid\n- **size** - Specify the size of NativeSelect\n- **width** - Specify the width of NativeSelect\n- **ellipse** - Specify if overflow displays ellipsis\n- **hideRequiredMarker** - Specify if the NativeSelect displays with an asterisk\n- **theme** - Specify the theme of the NativeSelect. By default it inherits the theme from the parent",
8390
+ "name": "BmNativeSelect",
8391
+ "slots": [
8392
+ {
8393
+ "description": "Specify Options for NativeSelect",
8394
+ "name": "slot"
8395
+ },
8396
+ {
8397
+ "description": "Specify Label for NativeSelect",
8398
+ "name": "label"
8399
+ },
8400
+ {
8401
+ "description": "Specify HelperText for NativeSelect",
8402
+ "name": "helper-text"
8403
+ }
8404
+ ],
8390
8405
  "members": [
8391
8406
  {
8392
8407
  "kind": "field",
8393
- "name": "formAssociated",
8408
+ "name": "required",
8394
8409
  "type": {
8395
8410
  "text": "boolean"
8396
8411
  },
8397
- "static": true,
8398
- "default": "true"
8412
+ "default": "false",
8413
+ "description": "Specify if NativeSelect is a required input",
8414
+ "attribute": "required"
8399
8415
  },
8400
8416
  {
8401
8417
  "kind": "field",
8402
- "name": "id",
8418
+ "name": "readOnly",
8403
8419
  "type": {
8404
- "text": "string"
8420
+ "text": "boolean"
8405
8421
  },
8406
- "default": "''",
8407
- "attribute": "id"
8422
+ "default": "false",
8423
+ "description": "Specify if NativeSelect displays in a read-only state",
8424
+ "attribute": "readOnly"
8408
8425
  },
8409
8426
  {
8410
8427
  "kind": "field",
8411
- "name": "name",
8428
+ "name": "disabled",
8412
8429
  "type": {
8413
- "text": "string"
8430
+ "text": "boolean"
8414
8431
  },
8415
- "default": "''",
8416
- "attribute": "name"
8432
+ "default": "false",
8433
+ "description": "Specify if NativeSelect displays in a disabled state",
8434
+ "attribute": "disabled"
8417
8435
  },
8418
8436
  {
8419
8437
  "kind": "field",
8420
- "name": "value",
8438
+ "name": "error",
8421
8439
  "type": {
8422
- "text": "string"
8440
+ "text": "string | undefined"
8423
8441
  },
8424
- "default": "''",
8425
- "attribute": "value"
8442
+ "description": "Specify error text and display error state of a NativeSelect",
8443
+ "attribute": "error"
8426
8444
  },
8427
8445
  {
8428
8446
  "kind": "field",
8429
- "name": "validationRules",
8447
+ "name": "fluid",
8430
8448
  "type": {
8431
- "text": "Array<FormValidator>"
8449
+ "text": "boolean"
8432
8450
  },
8433
- "default": "[]",
8434
- "attribute": "validationRules"
8451
+ "default": "false",
8452
+ "description": "Specify if NativeSelect is fluid",
8453
+ "attribute": "fluid"
8435
8454
  },
8436
8455
  {
8437
8456
  "kind": "field",
8438
- "name": "inputAriaLabel",
8457
+ "name": "size",
8458
+ "type": {
8459
+ "text": "'sm' | 'md' | 'lg'"
8460
+ },
8461
+ "default": "defaultInputSize",
8462
+ "description": "Specify the size of NativeSelect",
8463
+ "attribute": "size"
8464
+ },
8465
+ {
8466
+ "kind": "field",
8467
+ "name": "width",
8439
8468
  "type": {
8440
8469
  "text": "string | undefined"
8441
8470
  },
8442
- "attribute": "input-aria-label"
8471
+ "description": "Specify the width of NativeSelect",
8472
+ "attribute": "width"
8443
8473
  },
8444
8474
  {
8445
8475
  "kind": "field",
8446
- "name": "formContext",
8476
+ "name": "ellipse",
8447
8477
  "type": {
8448
- "text": "BmFormContext"
8449
- }
8478
+ "text": "boolean"
8479
+ },
8480
+ "default": "true",
8481
+ "description": "Specify if overflow displays ellipsis",
8482
+ "attribute": "ellipse"
8450
8483
  },
8451
8484
  {
8452
- "kind": "method",
8453
- "name": "formAssociatedCallback",
8454
- "return": {
8455
- "type": {
8456
- "text": "void"
8457
- }
8458
- }
8485
+ "kind": "field",
8486
+ "name": "hideRequiredMarker",
8487
+ "type": {
8488
+ "text": "boolean"
8489
+ },
8490
+ "default": "false",
8491
+ "description": "Specify if the NativeSelect displays with an asterisk",
8492
+ "attribute": "hideRequiredMarker"
8459
8493
  },
8460
8494
  {
8461
- "kind": "method",
8462
- "name": "formResetCallback",
8463
- "return": {
8464
- "type": {
8465
- "text": "void"
8466
- }
8467
- }
8495
+ "kind": "field",
8496
+ "name": "theme",
8497
+ "type": {
8498
+ "text": "'light' | 'dark' | undefined"
8499
+ },
8500
+ "description": "Specify the theme of the NativeSelect. By default it inherits the theme from the parent",
8501
+ "attribute": "theme"
8468
8502
  },
8469
8503
  {
8470
8504
  "kind": "method",
@@ -8476,337 +8510,311 @@
8476
8510
  },
8477
8511
  "parameters": [
8478
8512
  {
8479
- "name": "ctxValue",
8513
+ "name": "value",
8480
8514
  "type": {
8481
8515
  "text": "string"
8482
8516
  }
8483
8517
  }
8484
- ]
8485
- }
8486
- ],
8487
- "attributes": [
8518
+ ],
8519
+ "inheritedFrom": {
8520
+ "name": "FormField",
8521
+ "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
8522
+ }
8523
+ },
8524
+ {
8525
+ "kind": "field",
8526
+ "name": "formAssociated",
8527
+ "type": {
8528
+ "text": "boolean"
8529
+ },
8530
+ "static": true,
8531
+ "default": "true",
8532
+ "inheritedFrom": {
8533
+ "name": "FormField",
8534
+ "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
8535
+ }
8536
+ },
8488
8537
  {
8538
+ "kind": "field",
8489
8539
  "name": "id",
8490
8540
  "type": {
8491
8541
  "text": "string"
8492
8542
  },
8493
8543
  "default": "''",
8494
- "fieldName": "id"
8544
+ "attribute": "id",
8545
+ "inheritedFrom": {
8546
+ "name": "FormField",
8547
+ "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
8548
+ }
8495
8549
  },
8496
8550
  {
8551
+ "kind": "field",
8497
8552
  "name": "name",
8498
8553
  "type": {
8499
8554
  "text": "string"
8500
8555
  },
8501
8556
  "default": "''",
8502
- "fieldName": "name"
8557
+ "attribute": "name",
8558
+ "inheritedFrom": {
8559
+ "name": "FormField",
8560
+ "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
8561
+ }
8503
8562
  },
8504
8563
  {
8564
+ "kind": "field",
8505
8565
  "name": "value",
8506
8566
  "type": {
8507
8567
  "text": "string"
8508
8568
  },
8509
8569
  "default": "''",
8510
- "fieldName": "value"
8570
+ "attribute": "value",
8571
+ "inheritedFrom": {
8572
+ "name": "FormField",
8573
+ "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
8574
+ }
8511
8575
  },
8512
8576
  {
8577
+ "kind": "field",
8513
8578
  "name": "validationRules",
8514
8579
  "type": {
8515
8580
  "text": "Array<FormValidator>"
8516
8581
  },
8517
8582
  "default": "[]",
8518
- "fieldName": "validationRules"
8583
+ "attribute": "validationRules",
8584
+ "inheritedFrom": {
8585
+ "name": "FormField",
8586
+ "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
8587
+ }
8519
8588
  },
8520
8589
  {
8521
- "name": "input-aria-label",
8590
+ "kind": "field",
8591
+ "name": "inputAriaLabel",
8522
8592
  "type": {
8523
8593
  "text": "string | undefined"
8524
8594
  },
8525
- "fieldName": "inputAriaLabel"
8526
- }
8527
- ],
8528
- "superclass": {
8529
- "name": "LitElement",
8530
- "package": "lit"
8531
- },
8532
- "customElement": true
8533
- }
8534
- ],
8535
- "exports": [
8536
- {
8537
- "kind": "js",
8538
- "name": "FormField",
8539
- "declaration": {
8540
- "name": "FormField",
8541
- "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
8542
- }
8543
- }
8544
- ]
8545
- },
8546
- {
8547
- "kind": "javascript-module",
8548
- "path": "libs/web-components/src/lib/wip/Form/Form.ts",
8549
- "declarations": [
8550
- {
8551
- "kind": "class",
8552
- "description": "### Attributes:\n- **validationMode** - Specify if validation runs on change or when loosing focus\n- **initialValues** - Specify initial values on Form controls based on their names\n- **required** - Specify if input is a required\n- **disabled** - Specify if input is a disabled\n- **readOnly** - Specify if input is a read only\n- **action** \n- **method** \n- **target** \n- **enctype** ",
8553
- "name": "BmForm",
8554
- "slots": [
8555
- {
8556
- "description": "Add controls to the Form",
8557
- "name": "slot"
8558
- }
8559
- ],
8560
- "members": [
8595
+ "attribute": "input-aria-label",
8596
+ "inheritedFrom": {
8597
+ "name": "FormField",
8598
+ "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
8599
+ }
8600
+ },
8561
8601
  {
8562
8602
  "kind": "field",
8563
- "name": "validationMode",
8603
+ "name": "formContext",
8564
8604
  "type": {
8565
- "text": "'onChange' | 'onBlur' | 'onSubmit'"
8605
+ "text": "BmFormContext"
8566
8606
  },
8567
- "default": "'onBlur'",
8568
- "description": "Specify if validation runs on change or when loosing focus",
8569
- "attribute": "validationMode"
8607
+ "inheritedFrom": {
8608
+ "name": "FormField",
8609
+ "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
8610
+ }
8611
+ },
8612
+ {
8613
+ "kind": "method",
8614
+ "name": "formAssociatedCallback",
8615
+ "return": {
8616
+ "type": {
8617
+ "text": "void"
8618
+ }
8619
+ },
8620
+ "inheritedFrom": {
8621
+ "name": "FormField",
8622
+ "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
8623
+ }
8570
8624
  },
8571
8625
  {
8572
- "kind": "field",
8573
- "name": "initialValues",
8574
- "type": {
8575
- "text": "Record<string, FormValue>"
8626
+ "kind": "method",
8627
+ "name": "formResetCallback",
8628
+ "return": {
8629
+ "type": {
8630
+ "text": "void"
8631
+ }
8576
8632
  },
8577
- "default": "{}",
8578
- "description": "Specify initial values on Form controls based on their names",
8579
- "attribute": "initialValues"
8580
- },
8633
+ "inheritedFrom": {
8634
+ "name": "FormField",
8635
+ "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
8636
+ }
8637
+ }
8638
+ ],
8639
+ "attributes": [
8581
8640
  {
8582
- "kind": "field",
8583
8641
  "name": "required",
8584
8642
  "type": {
8585
8643
  "text": "boolean"
8586
8644
  },
8587
8645
  "default": "false",
8588
- "description": "Specify if input is a required",
8589
- "attribute": "required"
8646
+ "description": "Specify if NativeSelect is a required input",
8647
+ "fieldName": "required"
8590
8648
  },
8591
8649
  {
8592
- "kind": "field",
8593
- "name": "disabled",
8650
+ "name": "readOnly",
8594
8651
  "type": {
8595
8652
  "text": "boolean"
8596
8653
  },
8597
8654
  "default": "false",
8598
- "description": "Specify if input is a disabled",
8599
- "attribute": "disabled"
8655
+ "description": "Specify if NativeSelect displays in a read-only state",
8656
+ "fieldName": "readOnly"
8600
8657
  },
8601
8658
  {
8602
- "kind": "field",
8603
- "name": "readOnly",
8659
+ "name": "disabled",
8604
8660
  "type": {
8605
8661
  "text": "boolean"
8606
8662
  },
8607
8663
  "default": "false",
8608
- "description": "Specify if input is a read only",
8609
- "attribute": "readOnly"
8664
+ "description": "Specify if NativeSelect displays in a disabled state",
8665
+ "fieldName": "disabled"
8610
8666
  },
8611
8667
  {
8612
- "kind": "field",
8613
- "name": "action",
8668
+ "name": "error",
8614
8669
  "type": {
8615
8670
  "text": "string | undefined"
8616
8671
  },
8617
- "attribute": "action"
8672
+ "description": "Specify error text and display error state of a NativeSelect",
8673
+ "fieldName": "error"
8618
8674
  },
8619
8675
  {
8620
- "kind": "field",
8621
- "name": "method",
8676
+ "name": "fluid",
8622
8677
  "type": {
8623
- "text": "string | undefined"
8678
+ "text": "boolean"
8624
8679
  },
8625
- "attribute": "method"
8680
+ "default": "false",
8681
+ "description": "Specify if NativeSelect is fluid",
8682
+ "fieldName": "fluid"
8626
8683
  },
8627
8684
  {
8628
- "kind": "field",
8629
- "name": "target",
8685
+ "name": "size",
8630
8686
  "type": {
8631
- "text": "string | undefined"
8687
+ "text": "'sm' | 'md' | 'lg'"
8632
8688
  },
8633
- "attribute": "target"
8689
+ "default": "defaultInputSize",
8690
+ "description": "Specify the size of NativeSelect",
8691
+ "fieldName": "size"
8634
8692
  },
8635
8693
  {
8636
- "kind": "field",
8637
- "name": "enctype",
8694
+ "name": "width",
8638
8695
  "type": {
8639
8696
  "text": "string | undefined"
8640
8697
  },
8641
- "attribute": "enctype"
8642
- },
8643
- {
8644
- "kind": "field",
8645
- "name": "formMeta",
8646
- "type": {
8647
- "text": "Record<string, FieldMeta>"
8648
- },
8649
- "default": "{}"
8650
- },
8651
- {
8652
- "kind": "field",
8653
- "name": "formRef"
8654
- },
8655
- {
8656
- "kind": "field",
8657
- "name": "formContext",
8658
- "type": {
8659
- "text": "BmFormContext"
8660
- },
8661
- "privacy": "public",
8662
- "default": "bmFormInitials"
8663
- }
8664
- ],
8665
- "events": [
8666
- {
8667
- "description": "Validates the inputs and submits the form",
8668
- "name": "submit"
8669
- }
8670
- ],
8671
- "attributes": [
8672
- {
8673
- "name": "validationMode",
8674
- "type": {
8675
- "text": "'onChange' | 'onBlur' | 'onSubmit'"
8676
- },
8677
- "default": "'onBlur'",
8678
- "description": "Specify if validation runs on change or when loosing focus",
8679
- "fieldName": "validationMode"
8698
+ "description": "Specify the width of NativeSelect",
8699
+ "fieldName": "width"
8680
8700
  },
8681
8701
  {
8682
- "name": "initialValues",
8702
+ "name": "ellipse",
8683
8703
  "type": {
8684
- "text": "Record<string, FormValue>"
8704
+ "text": "boolean"
8685
8705
  },
8686
- "default": "{}",
8687
- "description": "Specify initial values on Form controls based on their names",
8688
- "fieldName": "initialValues"
8706
+ "default": "true",
8707
+ "description": "Specify if overflow displays ellipsis",
8708
+ "fieldName": "ellipse"
8689
8709
  },
8690
8710
  {
8691
- "name": "required",
8711
+ "name": "hideRequiredMarker",
8692
8712
  "type": {
8693
8713
  "text": "boolean"
8694
8714
  },
8695
8715
  "default": "false",
8696
- "description": "Specify if input is a required",
8697
- "fieldName": "required"
8716
+ "description": "Specify if the NativeSelect displays with an asterisk",
8717
+ "fieldName": "hideRequiredMarker"
8698
8718
  },
8699
8719
  {
8700
- "name": "disabled",
8720
+ "name": "theme",
8701
8721
  "type": {
8702
- "text": "boolean"
8722
+ "text": "'light' | 'dark' | undefined"
8703
8723
  },
8704
- "default": "false",
8705
- "description": "Specify if input is a disabled",
8706
- "fieldName": "disabled"
8724
+ "description": "Specify the theme of the NativeSelect. By default it inherits the theme from the parent",
8725
+ "fieldName": "theme"
8707
8726
  },
8708
8727
  {
8709
- "name": "readOnly",
8728
+ "name": "id",
8710
8729
  "type": {
8711
- "text": "boolean"
8730
+ "text": "string"
8712
8731
  },
8713
- "default": "false",
8714
- "description": "Specify if input is a read only",
8715
- "fieldName": "readOnly"
8732
+ "default": "''",
8733
+ "fieldName": "id",
8734
+ "inheritedFrom": {
8735
+ "name": "FormField",
8736
+ "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
8737
+ }
8716
8738
  },
8717
8739
  {
8718
- "name": "action",
8740
+ "name": "name",
8719
8741
  "type": {
8720
- "text": "string | undefined"
8742
+ "text": "string"
8721
8743
  },
8722
- "fieldName": "action"
8744
+ "default": "''",
8745
+ "fieldName": "name",
8746
+ "inheritedFrom": {
8747
+ "name": "FormField",
8748
+ "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
8749
+ }
8723
8750
  },
8724
8751
  {
8725
- "name": "method",
8752
+ "name": "value",
8726
8753
  "type": {
8727
- "text": "string | undefined"
8754
+ "text": "string"
8728
8755
  },
8729
- "fieldName": "method"
8756
+ "default": "''",
8757
+ "fieldName": "value",
8758
+ "inheritedFrom": {
8759
+ "name": "FormField",
8760
+ "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
8761
+ }
8730
8762
  },
8731
8763
  {
8732
- "name": "target",
8764
+ "name": "validationRules",
8733
8765
  "type": {
8734
- "text": "string | undefined"
8766
+ "text": "Array<FormValidator>"
8735
8767
  },
8736
- "fieldName": "target"
8768
+ "default": "[]",
8769
+ "fieldName": "validationRules",
8770
+ "inheritedFrom": {
8771
+ "name": "FormField",
8772
+ "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
8773
+ }
8737
8774
  },
8738
8775
  {
8739
- "name": "enctype",
8776
+ "name": "input-aria-label",
8740
8777
  "type": {
8741
8778
  "text": "string | undefined"
8742
8779
  },
8743
- "fieldName": "enctype"
8780
+ "fieldName": "inputAriaLabel",
8781
+ "inheritedFrom": {
8782
+ "name": "FormField",
8783
+ "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
8784
+ }
8744
8785
  }
8745
8786
  ],
8746
8787
  "superclass": {
8747
- "name": "LitElement",
8748
- "package": "lit"
8788
+ "name": "FormField",
8789
+ "module": "/libs/web-components/src/lib/wip/Form/Form.decorator"
8749
8790
  },
8750
- "summary": "`bm-form`",
8751
- "tagName": "bm-form",
8791
+ "summary": "`bm-native-select`",
8792
+ "tagName": "bm-native-select",
8752
8793
  "customElement": true
8753
8794
  }
8754
8795
  ],
8755
8796
  "exports": [
8756
8797
  {
8757
8798
  "kind": "js",
8758
- "name": "validators",
8759
- "declaration": {
8760
- "name": "validators",
8761
- "package": "@viasat/beam-shared/components/form"
8762
- }
8763
- },
8764
- {
8765
- "kind": "js",
8766
- "name": "BmForm",
8799
+ "name": "BmNativeSelect",
8767
8800
  "declaration": {
8768
- "name": "BmForm",
8769
- "module": "libs/web-components/src/lib/wip/Form/Form.ts"
8801
+ "name": "BmNativeSelect",
8802
+ "module": "libs/web-components/src/lib/wip/NativeSelect/NativeSelect.ts"
8770
8803
  }
8771
8804
  },
8772
8805
  {
8773
8806
  "kind": "custom-element-definition",
8774
- "name": "bm-form",
8775
- "declaration": {
8776
- "name": "BmForm",
8777
- "module": "libs/web-components/src/lib/wip/Form/Form.ts"
8778
- }
8779
- }
8780
- ]
8781
- },
8782
- {
8783
- "kind": "javascript-module",
8784
- "path": "libs/web-components/src/lib/wip/Form/Form.utils.ts",
8785
- "declarations": [
8786
- {
8787
- "kind": "function",
8788
- "name": "createId",
8789
- "return": {
8790
- "type": {
8791
- "text": "string"
8792
- }
8793
- }
8794
- }
8795
- ],
8796
- "exports": [
8797
- {
8798
- "kind": "js",
8799
- "name": "createId",
8807
+ "name": "bm-native-select",
8800
8808
  "declaration": {
8801
- "name": "createId",
8802
- "module": "libs/web-components/src/lib/wip/Form/Form.utils.ts"
8809
+ "name": "BmNativeSelect",
8810
+ "module": "libs/web-components/src/lib/wip/NativeSelect/NativeSelect.ts"
8803
8811
  }
8804
8812
  }
8805
8813
  ]
8806
8814
  },
8807
8815
  {
8808
8816
  "kind": "javascript-module",
8809
- "path": "libs/web-components/src/lib/wip/Form/index.ts",
8817
+ "path": "libs/web-components/src/lib/wip/NativeSelect/index.ts",
8810
8818
  "declarations": [],
8811
8819
  "exports": [
8812
8820
  {
@@ -8814,15 +8822,7 @@
8814
8822
  "name": "*",
8815
8823
  "declaration": {
8816
8824
  "name": "*",
8817
- "package": "./Form"
8818
- }
8819
- },
8820
- {
8821
- "kind": "js",
8822
- "name": "*",
8823
- "declaration": {
8824
- "name": "*",
8825
- "package": "./Form.decorator"
8825
+ "package": "./NativeSelect"
8826
8826
  }
8827
8827
  }
8828
8828
  ]