@viasat/beam-web-components 2.36.0 → 2.38.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (133) hide show
  1. package/Accordion/Accordion.js +2 -2
  2. package/Accordion/AccordionGroup.context.js +1 -1
  3. package/Accordion/AccordionGroup.js +2 -2
  4. package/Accordion/index.js +1 -1
  5. package/Alert/Alert.js +3 -3
  6. package/Avatar/Avatar.js +1 -1
  7. package/Avatar/AvatarGroup.context.js +1 -1
  8. package/Avatar/AvatarGroup.js +3 -3
  9. package/Avatar/index.js +1 -1
  10. package/Badge/Badge.js +2 -2
  11. package/BadgeDot/BadgeDot.js +2 -2
  12. package/Box/Box.js +1 -1
  13. package/Breadcrumbs/Breadcrumbs.context.js +1 -1
  14. package/Breadcrumbs/Breadcrumbs.js +3 -3
  15. package/Breadcrumbs/BreadcrumbsItem.js +3 -3
  16. package/Breadcrumbs/index.js +1 -1
  17. package/Button/Button.js +2 -2
  18. package/CloseButton/CloseButton.js +2 -2
  19. package/Divider/Divider.js +1 -1
  20. package/EmptyState/EmptyState.js +2 -2
  21. package/HelperText/HelperText.js +3 -3
  22. package/HelperText/index.js +1 -1
  23. package/Icon/Icon.js +2 -2
  24. package/InputChoiceGroup/InputChoiceGroup.context.js +1 -1
  25. package/InputChoiceGroup/InputChoiceGroup.js +2 -2
  26. package/Label/Label.js +2 -2
  27. package/Link/Link.js +1 -1
  28. package/List/List.context.js +1 -1
  29. package/List/List.js +2 -2
  30. package/List/ListItem.js +2 -2
  31. package/ProgressBar/ProgressBar.js +2 -2
  32. package/SegmentedControl/SegmentedControl.context.js +1 -1
  33. package/SegmentedControl/SegmentedControl.js +2 -2
  34. package/SegmentedControl/SegmentedControlItem.js +3 -3
  35. package/SegmentedControl/SegmentedControlList.js +2 -2
  36. package/SegmentedControl/SegmentedControlPanel.js +2 -2
  37. package/Spinner/Spinner.js +2 -2
  38. package/Text/Text.js +2 -2
  39. package/TextField/TextField.d.ts +5 -0
  40. package/TextField/TextField.js +92 -87
  41. package/Tooltip/Tooltip.js +76 -76
  42. package/chunks/{Accordion.Bwk3EG3j.js → Accordion.BF2pHMSP.js} +2 -2
  43. package/chunks/{Avatar.BKgI1H4m.js → Avatar.kVWwOxWe.js} +3 -3
  44. package/chunks/{BreadcrumbsItem.DmudL_IG.js → BreadcrumbsItem.BoIbfnh6.js} +2 -2
  45. package/{local/chunks/CSSLookup.BdqZ5Li9.js → chunks/CSSLookup.CSKiKjPc.js} +1 -1
  46. package/chunks/{HelperText.SJGM6Q5H.js → HelperText.3YJvB8x0.js} +2 -2
  47. package/chunks/{classNames.Cq_tbDRp.js → classNames.BQclmCHG.js} +1 -1
  48. package/chunks/{constants.jOWREYQE.js → constants.ZIKMMCJH.js} +2 -2
  49. package/chunks/{helpers.AwJwaZvv.js → helpers.C43UgSdK.js} +2 -2
  50. package/chunks/input.D7RpzZmn.js +5 -0
  51. package/custom-elements.json +1512 -1474
  52. package/local/Accordion/Accordion.js +2 -2
  53. package/local/Accordion/AccordionGroup.context.js +1 -1
  54. package/local/Accordion/AccordionGroup.js +2 -2
  55. package/local/Accordion/index.js +1 -1
  56. package/local/Alert/Alert.js +3 -3
  57. package/local/Avatar/Avatar.js +2 -2
  58. package/local/Avatar/AvatarGroup.context.js +1 -1
  59. package/local/Avatar/AvatarGroup.js +4 -4
  60. package/local/Avatar/index.js +1 -1
  61. package/local/Badge/Badge.js +2 -2
  62. package/local/BadgeDot/BadgeDot.js +2 -2
  63. package/local/Box/Box.js +1 -1
  64. package/local/Breadcrumbs/Breadcrumbs.context.js +1 -1
  65. package/local/Breadcrumbs/Breadcrumbs.js +3 -3
  66. package/local/Breadcrumbs/BreadcrumbsItem.js +3 -3
  67. package/local/Breadcrumbs/index.js +1 -1
  68. package/local/Button/Button.js +2 -2
  69. package/local/CloseButton/CloseButton.js +2 -2
  70. package/local/Divider/Divider.js +1 -1
  71. package/local/EmptyState/EmptyState.js +2 -2
  72. package/local/HelperText/HelperText.js +3 -3
  73. package/local/HelperText/index.js +1 -1
  74. package/local/Icon/Icon.js +2 -2
  75. package/local/InputChoiceGroup/InputChoiceGroup.context.js +1 -1
  76. package/local/InputChoiceGroup/InputChoiceGroup.js +2 -2
  77. package/local/Label/Label.js +2 -2
  78. package/local/Link/Link.js +1 -1
  79. package/local/List/List.context.js +1 -1
  80. package/local/List/List.js +2 -2
  81. package/local/List/ListItem.js +2 -2
  82. package/local/ProgressBar/ProgressBar.js +2 -2
  83. package/local/SegmentedControl/SegmentedControl.context.js +1 -1
  84. package/local/SegmentedControl/SegmentedControl.js +2 -2
  85. package/local/SegmentedControl/SegmentedControlItem.js +3 -3
  86. package/local/SegmentedControl/SegmentedControlList.js +2 -2
  87. package/local/SegmentedControl/SegmentedControlPanel.js +2 -2
  88. package/local/Spinner/Spinner.js +2 -2
  89. package/local/Text/Text.js +2 -2
  90. package/local/TextField/TextField.js +91 -86
  91. package/local/Tooltip/Tooltip.js +47 -47
  92. package/local/chunks/{Accordion.UOcVt0ft.js → Accordion.DM6Nkgnh.js} +2 -2
  93. package/local/chunks/{Avatar.GyYNA9m6.js → Avatar.BT61pkbV.js} +3 -3
  94. package/local/chunks/{BreadcrumbsItem.Dp9fzlcw.js → BreadcrumbsItem.CsPbcOZ5.js} +2 -2
  95. package/{chunks/CSSLookup.BdqZ5Li9.js → local/chunks/CSSLookup.CSKiKjPc.js} +1 -1
  96. package/local/chunks/{classNames.C6fNrXWF.js → classNames.CARKFDmR.js} +1 -1
  97. package/local/chunks/{constants.jOWREYQE.js → constants.ZIKMMCJH.js} +2 -2
  98. package/local/chunks/{helpers.BWcXAteC.js → helpers.y-1K1Ev-.js} +2 -2
  99. package/local/chunks/{index.DNafYKj-.js → index.CUGawMXL.js} +2 -2
  100. package/local/chunks/input.D7RpzZmn.js +5 -0
  101. package/local/wip/Checkbox/Checkbox.js +2 -2
  102. package/local/wip/FileUpload/FileUpload.Button.js +2 -2
  103. package/local/wip/FileUpload/FileUpload.Dropzone.js +2 -2
  104. package/local/wip/FileUpload/FileUpload.List.Item.js +3 -3
  105. package/local/wip/FileUpload/FileUpload.List.js +2 -2
  106. package/local/wip/FileUpload/FileUpload.js +3 -3
  107. package/local/wip/FileUpload/FileUploadContext.js +1 -1
  108. package/local/wip/FileUpload/FileUploadListContext.js +1 -1
  109. package/local/wip/Form/Form.context.js +1 -1
  110. package/local/wip/Form/Form.decorator.js +1 -1
  111. package/local/wip/Form/Form.utils.js +1 -1
  112. package/local/wip/NativeSelect/NativeSelect.js +93 -88
  113. package/local/wip/RadioButton/RadioButton.js +2 -2
  114. package/local/wip/Switch/Switch.js +2 -2
  115. package/local/wip/TextArea/TextArea.js +2 -2
  116. package/package.json +6 -6
  117. package/vscode.html-custom-data.json +320 -310
  118. package/wip/Checkbox/Checkbox.js +2 -2
  119. package/wip/FileUpload/FileUpload.Button.js +2 -2
  120. package/wip/FileUpload/FileUpload.Dropzone.js +2 -2
  121. package/wip/FileUpload/FileUpload.List.Item.js +3 -3
  122. package/wip/FileUpload/FileUpload.List.js +2 -2
  123. package/wip/FileUpload/FileUpload.js +3 -3
  124. package/wip/FileUpload/FileUploadContext.js +1 -1
  125. package/wip/FileUpload/FileUploadListContext.js +1 -1
  126. package/wip/Form/Form.context.js +1 -1
  127. package/wip/Form/Form.decorator.js +1 -1
  128. package/wip/Form/Form.utils.js +1 -1
  129. package/wip/NativeSelect/NativeSelect.d.ts +6 -0
  130. package/wip/NativeSelect/NativeSelect.js +81 -76
  131. package/wip/RadioButton/RadioButton.js +2 -2
  132. package/wip/Switch/Switch.js +2 -2
  133. package/wip/TextArea/TextArea.js +2 -2
@@ -294,76 +294,26 @@
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/BadgeDot/BadgeDot.ts",
298
298
  "declarations": [
299
299
  {
300
300
  "kind": "class",
301
- "description": "`bm-alert`\n\n### Attributes:\n- **heading** - Specify the heading text for Alert\n- **body** - Specify the body text for Alert\n- **size** - Specify the size of the Alert\n- **fullWidth** - Specify if the Alert has no border radius\n- **theme** - Specify the theme of the Alert. By default it inherits the theme from the parent\n- **appearance** - Specify the appearance of the Alert\n- **hidden** - Specify if the Alert is hidden\n- **hideIcon** - Specify if the icon displays on the Alert\n- **dismissible** - Specify if the Alert can be dismissed\n- **disableAutoFocus** - Prevent autofocus on show\n- **disableCloseOnEscape** - Prevent Escape from closing",
302
- "name": "BmAlert",
301
+ "description": "`bm-badge-dot`\n\n### Attributes:\n- **theme** - Specify the theme of the BadgeDot. By default it inherits the theme from the parent\n- **appearance** - Specify the appearance of the BadgeDot\n- **emphasis** - Specify the emphasis of the BadgeDot\n- **overrideDotColor** - Overrides default dot color",
302
+ "name": "BmBadgeDot",
303
303
  "slots": [
304
304
  {
305
- "description": "Specify a different icon for the Alert",
306
- "name": "icon"
307
- },
308
- {
309
- "description": "Specify the heading text for Alert or pass the `heading` attribute to set the heading",
310
- "name": "heading"
311
- },
312
- {
313
- "description": "Specify the body text for Alert or pass the `body` attribute to set the body",
314
- "name": "body"
315
- },
316
- {
317
- "description": "Specify if actions display on the Alert",
318
- "name": "actions"
305
+ "description": "Provide text for the BadgeDot",
306
+ "name": "default"
319
307
  }
320
308
  ],
321
309
  "members": [
322
- {
323
- "kind": "field",
324
- "name": "heading",
325
- "type": {
326
- "text": "string | undefined"
327
- },
328
- "description": "Specify the heading text for Alert",
329
- "attribute": "heading"
330
- },
331
- {
332
- "kind": "field",
333
- "name": "body",
334
- "type": {
335
- "text": "string | undefined"
336
- },
337
- "description": "Specify the body text for Alert",
338
- "attribute": "body"
339
- },
340
- {
341
- "kind": "field",
342
- "name": "size",
343
- "type": {
344
- "text": "'sm' | 'md'"
345
- },
346
- "default": "'sm'",
347
- "description": "Specify the size of the Alert",
348
- "attribute": "size"
349
- },
350
- {
351
- "kind": "field",
352
- "name": "fullWidth",
353
- "type": {
354
- "text": "boolean"
355
- },
356
- "default": "false",
357
- "description": "Specify if the Alert has no border radius",
358
- "attribute": "fullWidth"
359
- },
360
310
  {
361
311
  "kind": "field",
362
312
  "name": "theme",
363
313
  "type": {
364
314
  "text": "'light' | 'dark' | undefined"
365
315
  },
366
- "description": "Specify the theme of the Alert. By default it inherits the theme from the parent",
316
+ "description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
367
317
  "attribute": "theme"
368
318
  },
369
319
  {
@@ -373,107 +323,36 @@
373
323
  "text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
374
324
  },
375
325
  "default": "'infoPrimary'",
376
- "description": "Specify the appearance of the Alert",
326
+ "description": "Specify the appearance of the BadgeDot",
377
327
  "attribute": "appearance"
378
328
  },
379
329
  {
380
330
  "kind": "field",
381
- "name": "hidden",
382
- "type": {
383
- "text": "boolean"
384
- },
385
- "default": "false",
386
- "description": "Specify if the Alert is hidden",
387
- "attribute": "hidden"
388
- },
389
- {
390
- "kind": "field",
391
- "name": "hideIcon",
392
- "type": {
393
- "text": "boolean"
394
- },
395
- "default": "false",
396
- "description": "Specify if the icon displays on the Alert",
397
- "attribute": "hideIcon"
398
- },
399
- {
400
- "kind": "field",
401
- "name": "dismissible",
402
- "type": {
403
- "text": "boolean"
404
- },
405
- "default": "false",
406
- "description": "Specify if the Alert can be dismissed",
407
- "attribute": "dismissible"
408
- },
409
- {
410
- "kind": "field",
411
- "name": "disableAutoFocus",
331
+ "name": "emphasis",
412
332
  "type": {
413
- "text": "boolean"
333
+ "text": "'strong' | 'subtle'"
414
334
  },
415
- "default": "false",
416
- "description": "Prevent autofocus on show",
417
- "attribute": "disableAutoFocus"
335
+ "default": "'strong'",
336
+ "description": "Specify the emphasis of the BadgeDot",
337
+ "attribute": "emphasis"
418
338
  },
419
339
  {
420
340
  "kind": "field",
421
- "name": "disableCloseOnEscape",
341
+ "name": "overrideDotColor",
422
342
  "type": {
423
- "text": "boolean"
343
+ "text": "string | undefined"
424
344
  },
425
- "default": "false",
426
- "description": "Prevent Escape from closing",
427
- "attribute": "disableCloseOnEscape"
428
- }
429
- ],
430
- "events": [
431
- {
432
- "description": "Dispatched when the Alert has been dismissed",
433
- "name": "bm-dismiss"
345
+ "description": "Overrides default dot color",
346
+ "attribute": "overrideDotColor"
434
347
  }
435
348
  ],
436
349
  "attributes": [
437
- {
438
- "name": "heading",
439
- "type": {
440
- "text": "string | undefined"
441
- },
442
- "description": "Specify the heading text for Alert",
443
- "fieldName": "heading"
444
- },
445
- {
446
- "name": "body",
447
- "type": {
448
- "text": "string | undefined"
449
- },
450
- "description": "Specify the body text for Alert",
451
- "fieldName": "body"
452
- },
453
- {
454
- "name": "size",
455
- "type": {
456
- "text": "'sm' | 'md'"
457
- },
458
- "default": "'sm'",
459
- "description": "Specify the size of the Alert",
460
- "fieldName": "size"
461
- },
462
- {
463
- "name": "fullWidth",
464
- "type": {
465
- "text": "boolean"
466
- },
467
- "default": "false",
468
- "description": "Specify if the Alert has no border radius",
469
- "fieldName": "fullWidth"
470
- },
471
350
  {
472
351
  "name": "theme",
473
352
  "type": {
474
353
  "text": "'light' | 'dark' | undefined"
475
354
  },
476
- "description": "Specify the theme of the Alert. By default it inherits the theme from the parent",
355
+ "description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
477
356
  "fieldName": "theme"
478
357
  },
479
358
  {
@@ -482,85 +361,57 @@
482
361
  "text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
483
362
  },
484
363
  "default": "'infoPrimary'",
485
- "description": "Specify the appearance of the Alert",
364
+ "description": "Specify the appearance of the BadgeDot",
486
365
  "fieldName": "appearance"
487
366
  },
488
367
  {
489
- "name": "hidden",
490
- "type": {
491
- "text": "boolean"
492
- },
493
- "default": "false",
494
- "description": "Specify if the Alert is hidden",
495
- "fieldName": "hidden"
496
- },
497
- {
498
- "name": "hideIcon",
499
- "type": {
500
- "text": "boolean"
501
- },
502
- "default": "false",
503
- "description": "Specify if the icon displays on the Alert",
504
- "fieldName": "hideIcon"
505
- },
506
- {
507
- "name": "dismissible",
508
- "type": {
509
- "text": "boolean"
510
- },
511
- "default": "false",
512
- "description": "Specify if the Alert can be dismissed",
513
- "fieldName": "dismissible"
514
- },
515
- {
516
- "name": "disableAutoFocus",
368
+ "name": "emphasis",
517
369
  "type": {
518
- "text": "boolean"
370
+ "text": "'strong' | 'subtle'"
519
371
  },
520
- "default": "false",
521
- "description": "Prevent autofocus on show",
522
- "fieldName": "disableAutoFocus"
372
+ "default": "'strong'",
373
+ "description": "Specify the emphasis of the BadgeDot",
374
+ "fieldName": "emphasis"
523
375
  },
524
376
  {
525
- "name": "disableCloseOnEscape",
377
+ "name": "overrideDotColor",
526
378
  "type": {
527
- "text": "boolean"
379
+ "text": "string | undefined"
528
380
  },
529
- "default": "false",
530
- "description": "Prevent Escape from closing",
531
- "fieldName": "disableCloseOnEscape"
381
+ "description": "Overrides default dot color",
382
+ "fieldName": "overrideDotColor"
532
383
  }
533
384
  ],
534
385
  "superclass": {
535
386
  "name": "LitElement",
536
387
  "package": "lit"
537
388
  },
538
- "tagName": "bm-alert",
389
+ "tagName": "bm-badge-dot",
539
390
  "customElement": true
540
391
  }
541
392
  ],
542
393
  "exports": [
543
394
  {
544
395
  "kind": "js",
545
- "name": "BmAlert",
396
+ "name": "BmBadgeDot",
546
397
  "declaration": {
547
- "name": "BmAlert",
548
- "module": "libs/web-components/src/lib/Alert/Alert.ts"
398
+ "name": "BmBadgeDot",
399
+ "module": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts"
549
400
  }
550
401
  },
551
402
  {
552
403
  "kind": "custom-element-definition",
553
- "name": "bm-alert",
404
+ "name": "bm-badge-dot",
554
405
  "declaration": {
555
- "name": "BmAlert",
556
- "module": "libs/web-components/src/lib/Alert/Alert.ts"
406
+ "name": "BmBadgeDot",
407
+ "module": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts"
557
408
  }
558
409
  }
559
410
  ]
560
411
  },
561
412
  {
562
413
  "kind": "javascript-module",
563
- "path": "libs/web-components/src/lib/Alert/index.ts",
414
+ "path": "libs/web-components/src/lib/BadgeDot/index.ts",
564
415
  "declarations": [],
565
416
  "exports": [
566
417
  {
@@ -568,22 +419,26 @@
568
419
  "name": "*",
569
420
  "declaration": {
570
421
  "name": "*",
571
- "package": "./Alert"
422
+ "package": "./BadgeDot"
572
423
  }
573
424
  }
574
425
  ]
575
426
  },
576
427
  {
577
428
  "kind": "javascript-module",
578
- "path": "libs/web-components/src/lib/Avatar/Avatar.ts",
429
+ "path": "libs/web-components/src/lib/Badge/Badge.ts",
579
430
  "declarations": [
580
431
  {
581
432
  "kind": "class",
582
- "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** ",
583
- "name": "BmAvatar",
433
+ "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",
434
+ "name": "BmBadge",
584
435
  "slots": [
585
436
  {
586
- "description": "Customize the default icon",
437
+ "description": "Provide text for the Badge",
438
+ "name": "default"
439
+ },
440
+ {
441
+ "description": "Specify a different icon for the Badge",
587
442
  "name": "icon"
588
443
  }
589
444
  ],
@@ -592,1054 +447,1212 @@
592
447
  "kind": "field",
593
448
  "name": "appearance",
594
449
  "type": {
595
- "text": "'accent' | 'neutral' | undefined"
450
+ "text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
596
451
  },
597
- "default": "'neutral'",
598
- "description": "Specify the appearance of the Avatar",
452
+ "default": "'infoPrimary'",
453
+ "description": "Specify the appearance of the Badge",
599
454
  "attribute": "appearance"
600
455
  },
601
456
  {
602
457
  "kind": "field",
603
- "name": "name",
458
+ "name": "theme",
604
459
  "type": {
605
- "text": "string | undefined"
460
+ "text": "'light' | 'dark' | undefined"
606
461
  },
607
- "description": "Specify a name to display initials in the Avatar",
608
- "attribute": "name"
462
+ "description": "Theme of the Badge",
463
+ "attribute": "theme"
609
464
  },
610
465
  {
611
466
  "kind": "field",
612
- "name": "src",
467
+ "name": "size",
613
468
  "type": {
614
- "text": "string | undefined"
469
+ "text": "'sm' | 'md' | undefined"
615
470
  },
616
- "description": "Pass an image to the Avatar",
617
- "attribute": "src"
471
+ "default": "'sm'",
472
+ "description": "Specify the size of the Badge",
473
+ "attribute": "size"
618
474
  },
619
475
  {
620
476
  "kind": "field",
621
- "name": "alt",
622
- "type": {
623
- "text": "string | undefined"
624
- },
625
- "description": "Specify alt for image",
626
- "attribute": "alt"
627
- },
628
- {
629
- "kind": "field",
630
- "name": "size",
477
+ "name": "emphasis",
631
478
  "type": {
632
- "text": "'xs' | 'sm' | 'md' | 'lg' | 'xl' | undefined"
479
+ "text": "'strong' | 'medium' | 'subtle'"
633
480
  },
634
- "default": "'md'",
635
- "description": "Specify the size of the Avatar",
636
- "attribute": "size"
481
+ "default": "'strong'",
482
+ "description": "Specify the emphasis of the Badge",
483
+ "attribute": "emphasis"
637
484
  },
638
485
  {
639
486
  "kind": "field",
640
- "name": "disabled",
487
+ "name": "hideIcon",
641
488
  "type": {
642
489
  "text": "boolean | undefined"
643
490
  },
644
- "default": "false",
645
- "description": "Specify if the Avatar is disabled",
646
- "attribute": "disabled"
647
- },
648
- {
649
- "kind": "field",
650
- "name": "shape",
651
- "type": {
652
- "text": "'circle' | 'square' | undefined"
653
- },
654
- "default": "'circle'",
655
- "description": "Specify the shape of the Avatar",
656
- "attribute": "shape"
657
- },
658
- {
659
- "kind": "field",
660
- "name": "isInteractive",
661
- "type": {
662
- "text": "boolean"
663
- },
664
- "default": "false",
665
- "description": "If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer",
666
- "attribute": "isInteractive"
667
- },
668
- {
669
- "kind": "field",
670
- "name": "isFocusable",
671
- "type": {
672
- "text": "boolean"
673
- },
674
- "default": "false",
675
- "description": "If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable",
676
- "attribute": "isFocusable"
677
- },
678
- {
679
- "kind": "field",
680
- "name": "withBorder",
681
- "type": {
682
- "text": "boolean"
683
- },
684
- "default": "false",
685
- "attribute": "withBorder"
491
+ "description": "Hides Badge icon",
492
+ "attribute": "hideIcon"
686
493
  }
687
494
  ],
688
495
  "attributes": [
689
496
  {
690
497
  "name": "appearance",
691
498
  "type": {
692
- "text": "'accent' | 'neutral' | undefined"
499
+ "text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
693
500
  },
694
- "default": "'neutral'",
695
- "description": "Specify the appearance of the Avatar",
501
+ "default": "'infoPrimary'",
502
+ "description": "Specify the appearance of the Badge",
696
503
  "fieldName": "appearance"
697
504
  },
698
505
  {
699
- "name": "name",
700
- "type": {
701
- "text": "string | undefined"
702
- },
703
- "description": "Specify a name to display initials in the Avatar",
704
- "fieldName": "name"
705
- },
706
- {
707
- "name": "src",
708
- "type": {
709
- "text": "string | undefined"
710
- },
711
- "description": "Pass an image to the Avatar",
712
- "fieldName": "src"
713
- },
714
- {
715
- "name": "alt",
506
+ "name": "theme",
716
507
  "type": {
717
- "text": "string | undefined"
508
+ "text": "'light' | 'dark' | undefined"
718
509
  },
719
- "description": "Specify alt for image",
720
- "fieldName": "alt"
510
+ "description": "Theme of the Badge",
511
+ "fieldName": "theme"
721
512
  },
722
513
  {
723
514
  "name": "size",
724
515
  "type": {
725
- "text": "'xs' | 'sm' | 'md' | 'lg' | 'xl' | undefined"
516
+ "text": "'sm' | 'md' | undefined"
726
517
  },
727
- "default": "'md'",
728
- "description": "Specify the size of the Avatar",
518
+ "default": "'sm'",
519
+ "description": "Specify the size of the Badge",
729
520
  "fieldName": "size"
730
521
  },
731
522
  {
732
- "name": "disabled",
733
- "type": {
734
- "text": "boolean | undefined"
735
- },
736
- "default": "false",
737
- "description": "Specify if the Avatar is disabled",
738
- "fieldName": "disabled"
739
- },
740
- {
741
- "name": "shape",
742
- "type": {
743
- "text": "'circle' | 'square' | undefined"
744
- },
745
- "default": "'circle'",
746
- "description": "Specify the shape of the Avatar",
747
- "fieldName": "shape"
748
- },
749
- {
750
- "name": "isInteractive",
751
- "type": {
752
- "text": "boolean"
753
- },
754
- "default": "false",
755
- "description": "If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer",
756
- "fieldName": "isInteractive"
757
- },
758
- {
759
- "name": "isFocusable",
523
+ "name": "emphasis",
760
524
  "type": {
761
- "text": "boolean"
525
+ "text": "'strong' | 'medium' | 'subtle'"
762
526
  },
763
- "default": "false",
764
- "description": "If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable",
765
- "fieldName": "isFocusable"
527
+ "default": "'strong'",
528
+ "description": "Specify the emphasis of the Badge",
529
+ "fieldName": "emphasis"
766
530
  },
767
531
  {
768
- "name": "withBorder",
532
+ "name": "hideIcon",
769
533
  "type": {
770
- "text": "boolean"
534
+ "text": "boolean | undefined"
771
535
  },
772
- "default": "false",
773
- "fieldName": "withBorder"
536
+ "description": "Hides Badge icon",
537
+ "fieldName": "hideIcon"
774
538
  }
775
539
  ],
776
540
  "superclass": {
777
541
  "name": "LitElement",
778
542
  "package": "lit"
779
543
  },
780
- "tagName": "bm-avatar",
544
+ "tagName": "bm-badge",
781
545
  "customElement": true
782
546
  }
783
547
  ],
784
548
  "exports": [
785
549
  {
786
550
  "kind": "js",
787
- "name": "BmAvatar",
551
+ "name": "BmBadge",
788
552
  "declaration": {
789
- "name": "BmAvatar",
790
- "module": "libs/web-components/src/lib/Avatar/Avatar.ts"
553
+ "name": "BmBadge",
554
+ "module": "libs/web-components/src/lib/Badge/Badge.ts"
791
555
  }
792
556
  },
793
557
  {
794
558
  "kind": "custom-element-definition",
795
- "name": "bm-avatar",
559
+ "name": "bm-badge",
796
560
  "declaration": {
797
- "name": "BmAvatar",
798
- "module": "libs/web-components/src/lib/Avatar/Avatar.ts"
561
+ "name": "BmBadge",
562
+ "module": "libs/web-components/src/lib/Badge/Badge.ts"
799
563
  }
800
564
  }
801
565
  ]
802
566
  },
803
567
  {
804
568
  "kind": "javascript-module",
805
- "path": "libs/web-components/src/lib/Avatar/AvatarGroup.context.ts",
806
- "declarations": [
807
- {
808
- "kind": "variable",
809
- "name": "AvatarGroupCtx"
810
- }
811
- ],
569
+ "path": "libs/web-components/src/lib/Badge/index.ts",
570
+ "declarations": [],
812
571
  "exports": [
813
572
  {
814
573
  "kind": "js",
815
- "name": "AvatarGroupCtx",
574
+ "name": "*",
816
575
  "declaration": {
817
- "name": "AvatarGroupCtx",
818
- "module": "libs/web-components/src/lib/Avatar/AvatarGroup.context.ts"
576
+ "name": "*",
577
+ "package": "./Badge"
819
578
  }
820
579
  }
821
580
  ]
822
581
  },
823
582
  {
824
583
  "kind": "javascript-module",
825
- "path": "libs/web-components/src/lib/Avatar/AvatarGroup.ts",
584
+ "path": "libs/web-components/src/lib/Box/Box.ts",
826
585
  "declarations": [
827
586
  {
828
587
  "kind": "class",
829
- "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.",
830
- "name": "BmAvatarGroup",
588
+ "description": "`bm-box`\n\n### Attributes:\n- **backgroundColor** - Specify the background color of a Box\n- **borderColor** - Specify the border color of a Box\n- **borderWidth** - Specify the border width of a Box\n- **borderRadius** - Specify the border radius of a Box\n- **px** - Specify before and after padding of a Box\n- **py** - Specify top and bottom padding of a Box\n- **pTop** - Specify top padding of a Box\n- **pBottom** - Specify bottom padding of a Box\n- **pBefore** - Specify before padding of a Box\n- **pAfter** - Specify after padding of a Box\n- **mx** - Specify before and after margin of a Box\n- **my** - Specify top and bottom margin of a Box\n- **mTop** - Specify top margin of a Box\n- **mBottom** - Specify bottom margin of a Box\n- **mBefore** - Specify before margin of a Box\n- **mAfter** - Specify after margin of a Box\n- **m** - Specify all margin\n- **p** - Specify all padding\n- **gap** - Specify gap between child elements\n- **shadow** - Specify if a Box has a shadow",
589
+ "name": "BmBox",
831
590
  "slots": [
832
591
  {
833
- "description": "Add Avatars to create a group",
592
+ "description": "Provide content for the Box",
834
593
  "name": "default"
835
594
  }
836
595
  ],
837
596
  "members": [
838
597
  {
839
598
  "kind": "field",
840
- "name": "wrapping",
599
+ "name": "backgroundColor",
841
600
  "type": {
842
- "text": "boolean"
601
+ "text": "'positive' | 'warning' | 'negative' | 'inverse' | 'selected' | 'expressive' | '00' | '00-alt' | '01' | '02' | '03' | 'info-primary' | 'info-secondary' | 'positive-strong' | 'warning-strong' | 'negative-strong' | 'info-primary-strong' | 'info-secondary-strong' | 'selected-subtle' | 'highlight' | 'transparent' | 'expressive-stronger' | 'expressive-inverse' | undefined"
843
602
  },
844
- "default": "false",
845
- "description": "Specify if the AvatarGroup wraps",
846
- "attribute": "wrapping"
603
+ "description": "Specify the background color of a Box",
604
+ "attribute": "backgroundColor"
847
605
  },
848
606
  {
849
607
  "kind": "field",
850
- "name": "maxCount",
608
+ "name": "borderColor",
851
609
  "type": {
852
- "text": "number"
610
+ "text": "'positive' | 'warning' | 'negative' | 'inverse' | 'selected' | 'expressive' | 'strong' | '00' | '00-alt' | '01' | '02' | '03' | 'info-primary' | 'info-secondary' | 'positive-strong' | 'warning-strong' | 'negative-strong' | 'info-primary-strong' | 'info-secondary-strong' | 'transparent' | 'expressive-stronger' | 'focus' | undefined"
853
611
  },
854
- "default": "5",
855
- "description": "Specify the max number of avatars displayed in the group.",
856
- "attribute": "maxCount",
857
- "reflects": true
612
+ "description": "Specify the border color of a Box",
613
+ "attribute": "borderColor"
858
614
  },
859
615
  {
860
616
  "kind": "field",
861
- "name": "size",
617
+ "name": "borderWidth",
862
618
  "type": {
863
- "text": "'xs' | 'sm' | 'md' | 'lg' | 'xl'"
619
+ "text": "'md' | 'lg' | 'xl' | 'none' | 'divider' | undefined"
864
620
  },
865
- "default": "'md'",
866
- "description": "Specify the size of all Avatars",
867
- "attribute": "size"
621
+ "description": "Specify the border width of a Box",
622
+ "attribute": "borderWidth"
868
623
  },
869
624
  {
870
625
  "kind": "field",
871
- "name": "layout",
626
+ "name": "borderRadius",
872
627
  "type": {
873
- "text": "'stacked' | 'spaced' | undefined"
628
+ "text": "'xs' | 'sm' | 'md' | 'lg' | 'none' | 'round' | undefined"
874
629
  },
875
- "default": "'stacked'",
876
- "description": "Specify the kind of the group.",
877
- "attribute": "layout"
878
- }
879
- ],
880
- "attributes": [
630
+ "description": "Specify the border radius of a Box",
631
+ "attribute": "borderRadius"
632
+ },
881
633
  {
882
- "name": "wrapping",
634
+ "kind": "field",
635
+ "name": "px",
883
636
  "type": {
884
- "text": "boolean"
637
+ "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
885
638
  },
886
- "default": "false",
887
- "description": "Specify if the AvatarGroup wraps",
888
- "fieldName": "wrapping"
639
+ "description": "Specify before and after padding of a Box",
640
+ "attribute": "px"
889
641
  },
890
642
  {
891
- "name": "maxCount",
643
+ "kind": "field",
644
+ "name": "py",
892
645
  "type": {
893
- "text": "number"
646
+ "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
894
647
  },
895
- "default": "5",
896
- "description": "Specify the max number of avatars displayed in the group.",
897
- "fieldName": "maxCount"
648
+ "description": "Specify top and bottom padding of a Box",
649
+ "attribute": "py"
898
650
  },
899
651
  {
900
- "name": "size",
652
+ "kind": "field",
653
+ "name": "pTop",
901
654
  "type": {
902
- "text": "'xs' | 'sm' | 'md' | 'lg' | 'xl'"
655
+ "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
903
656
  },
904
- "default": "'md'",
905
- "description": "Specify the size of all Avatars",
906
- "fieldName": "size"
657
+ "description": "Specify top padding of a Box",
658
+ "attribute": "pTop"
907
659
  },
908
660
  {
909
- "name": "layout",
910
- "type": {
911
- "text": "'stacked' | 'spaced' | undefined"
661
+ "kind": "field",
662
+ "name": "pBottom",
663
+ "type": {
664
+ "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
912
665
  },
913
- "default": "'stacked'",
914
- "description": "Specify the kind of the group.",
915
- "fieldName": "layout"
916
- }
917
- ],
918
- "superclass": {
919
- "name": "LitElement",
920
- "package": "lit"
921
- },
922
- "tagName": "bm-avatar-group",
923
- "customElement": true
924
- }
925
- ],
926
- "exports": [
927
- {
928
- "kind": "js",
929
- "name": "BmAvatarGroup",
930
- "declaration": {
931
- "name": "BmAvatarGroup",
932
- "module": "libs/web-components/src/lib/Avatar/AvatarGroup.ts"
933
- }
934
- },
935
- {
936
- "kind": "custom-element-definition",
937
- "name": "bm-avatar-group",
938
- "declaration": {
939
- "name": "BmAvatarGroup",
940
- "module": "libs/web-components/src/lib/Avatar/AvatarGroup.ts"
941
- }
942
- }
943
- ]
944
- },
945
- {
946
- "kind": "javascript-module",
947
- "path": "libs/web-components/src/lib/Avatar/index.ts",
948
- "declarations": [],
949
- "exports": [
950
- {
951
- "kind": "js",
952
- "name": "*",
953
- "declaration": {
954
- "name": "*",
955
- "package": "./Avatar"
956
- }
957
- },
958
- {
959
- "kind": "js",
960
- "name": "*",
961
- "declaration": {
962
- "name": "*",
963
- "package": "./AvatarGroup"
964
- }
965
- }
966
- ]
967
- },
968
- {
969
- "kind": "javascript-module",
970
- "path": "libs/web-components/src/lib/Badge/Badge.ts",
971
- "declarations": [
972
- {
973
- "kind": "class",
974
- "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",
975
- "name": "BmBadge",
976
- "slots": [
977
- {
978
- "description": "Provide text for the Badge",
979
- "name": "default"
666
+ "description": "Specify bottom padding of a Box",
667
+ "attribute": "pBottom"
980
668
  },
981
669
  {
982
- "description": "Specify a different icon for the Badge",
983
- "name": "icon"
984
- }
985
- ],
986
- "members": [
670
+ "kind": "field",
671
+ "name": "pBefore",
672
+ "type": {
673
+ "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
674
+ },
675
+ "description": "Specify before padding of a Box",
676
+ "attribute": "pBefore"
677
+ },
987
678
  {
988
679
  "kind": "field",
989
- "name": "appearance",
680
+ "name": "pAfter",
990
681
  "type": {
991
- "text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
682
+ "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
992
683
  },
993
- "default": "'infoPrimary'",
994
- "description": "Specify the appearance of the Badge",
995
- "attribute": "appearance"
684
+ "description": "Specify after padding of a Box",
685
+ "attribute": "pAfter"
996
686
  },
997
687
  {
998
688
  "kind": "field",
999
- "name": "theme",
689
+ "name": "mx",
1000
690
  "type": {
1001
- "text": "'light' | 'dark' | undefined"
691
+ "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1002
692
  },
1003
- "description": "Theme of the Badge",
1004
- "attribute": "theme"
693
+ "description": "Specify before and after margin of a Box",
694
+ "attribute": "mx"
1005
695
  },
1006
696
  {
1007
697
  "kind": "field",
1008
- "name": "size",
698
+ "name": "my",
1009
699
  "type": {
1010
- "text": "'sm' | 'md' | undefined"
700
+ "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1011
701
  },
1012
- "default": "'sm'",
1013
- "description": "Specify the size of the Badge",
1014
- "attribute": "size"
702
+ "description": "Specify top and bottom margin of a Box",
703
+ "attribute": "my"
1015
704
  },
1016
705
  {
1017
706
  "kind": "field",
1018
- "name": "emphasis",
707
+ "name": "mTop",
1019
708
  "type": {
1020
- "text": "'strong' | 'medium' | 'subtle'"
709
+ "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1021
710
  },
1022
- "default": "'strong'",
1023
- "description": "Specify the emphasis of the Badge",
1024
- "attribute": "emphasis"
711
+ "description": "Specify top margin of a Box",
712
+ "attribute": "mTop"
1025
713
  },
1026
714
  {
1027
715
  "kind": "field",
1028
- "name": "hideIcon",
716
+ "name": "mBottom",
1029
717
  "type": {
1030
- "text": "boolean | undefined"
718
+ "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1031
719
  },
1032
- "description": "Hides Badge icon",
1033
- "attribute": "hideIcon"
1034
- }
1035
- ],
1036
- "attributes": [
720
+ "description": "Specify bottom margin of a Box",
721
+ "attribute": "mBottom"
722
+ },
1037
723
  {
1038
- "name": "appearance",
724
+ "kind": "field",
725
+ "name": "mBefore",
1039
726
  "type": {
1040
- "text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
727
+ "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1041
728
  },
1042
- "default": "'infoPrimary'",
1043
- "description": "Specify the appearance of the Badge",
1044
- "fieldName": "appearance"
729
+ "description": "Specify before margin of a Box",
730
+ "attribute": "mBefore"
1045
731
  },
1046
732
  {
1047
- "name": "theme",
733
+ "kind": "field",
734
+ "name": "mAfter",
1048
735
  "type": {
1049
- "text": "'light' | 'dark' | undefined"
736
+ "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1050
737
  },
1051
- "description": "Theme of the Badge",
1052
- "fieldName": "theme"
738
+ "description": "Specify after margin of a Box",
739
+ "attribute": "mAfter"
1053
740
  },
1054
741
  {
1055
- "name": "size",
742
+ "kind": "field",
743
+ "name": "m",
1056
744
  "type": {
1057
- "text": "'sm' | 'md' | undefined"
745
+ "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1058
746
  },
1059
- "default": "'sm'",
1060
- "description": "Specify the size of the Badge",
1061
- "fieldName": "size"
747
+ "description": "Specify all margin",
748
+ "attribute": "m"
1062
749
  },
1063
750
  {
1064
- "name": "emphasis",
751
+ "kind": "field",
752
+ "name": "p",
1065
753
  "type": {
1066
- "text": "'strong' | 'medium' | 'subtle'"
754
+ "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1067
755
  },
1068
- "default": "'strong'",
1069
- "description": "Specify the emphasis of the Badge",
1070
- "fieldName": "emphasis"
756
+ "description": "Specify all padding",
757
+ "attribute": "p"
1071
758
  },
1072
759
  {
1073
- "name": "hideIcon",
760
+ "kind": "field",
761
+ "name": "gap",
1074
762
  "type": {
1075
- "text": "boolean | undefined"
763
+ "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1076
764
  },
1077
- "description": "Hides Badge icon",
1078
- "fieldName": "hideIcon"
1079
- }
1080
- ],
1081
- "superclass": {
1082
- "name": "LitElement",
1083
- "package": "lit"
1084
- },
1085
- "tagName": "bm-badge",
1086
- "customElement": true
1087
- }
1088
- ],
1089
- "exports": [
1090
- {
1091
- "kind": "js",
1092
- "name": "BmBadge",
1093
- "declaration": {
1094
- "name": "BmBadge",
1095
- "module": "libs/web-components/src/lib/Badge/Badge.ts"
1096
- }
1097
- },
1098
- {
1099
- "kind": "custom-element-definition",
1100
- "name": "bm-badge",
1101
- "declaration": {
1102
- "name": "BmBadge",
1103
- "module": "libs/web-components/src/lib/Badge/Badge.ts"
1104
- }
1105
- }
1106
- ]
1107
- },
1108
- {
1109
- "kind": "javascript-module",
1110
- "path": "libs/web-components/src/lib/Badge/index.ts",
1111
- "declarations": [],
1112
- "exports": [
1113
- {
1114
- "kind": "js",
1115
- "name": "*",
1116
- "declaration": {
1117
- "name": "*",
1118
- "package": "./Badge"
1119
- }
1120
- }
1121
- ]
1122
- },
1123
- {
1124
- "kind": "javascript-module",
1125
- "path": "libs/web-components/src/lib/Box/Box.ts",
1126
- "declarations": [
1127
- {
1128
- "kind": "class",
1129
- "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",
1130
- "name": "BmBox",
1131
- "slots": [
765
+ "description": "Specify gap between child elements",
766
+ "attribute": "gap"
767
+ },
1132
768
  {
1133
- "description": "Provide content for the Box",
1134
- "name": "default"
769
+ "kind": "field",
770
+ "name": "shadow",
771
+ "type": {
772
+ "text": "'sm' | 'md' | 'lg' | 'none' | 'overlay' | undefined"
773
+ },
774
+ "description": "Specify if a Box has a shadow",
775
+ "attribute": "shadow"
1135
776
  }
1136
777
  ],
1137
- "members": [
778
+ "attributes": [
1138
779
  {
1139
- "kind": "field",
1140
780
  "name": "backgroundColor",
1141
781
  "type": {
1142
782
  "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"
1143
783
  },
1144
784
  "description": "Specify the background color of a Box",
1145
- "attribute": "backgroundColor"
785
+ "fieldName": "backgroundColor"
1146
786
  },
1147
787
  {
1148
- "kind": "field",
1149
788
  "name": "borderColor",
1150
789
  "type": {
1151
790
  "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"
1152
791
  },
1153
792
  "description": "Specify the border color of a Box",
1154
- "attribute": "borderColor"
793
+ "fieldName": "borderColor"
1155
794
  },
1156
795
  {
1157
- "kind": "field",
1158
796
  "name": "borderWidth",
1159
797
  "type": {
1160
798
  "text": "'md' | 'lg' | 'xl' | 'none' | 'divider' | undefined"
1161
799
  },
1162
800
  "description": "Specify the border width of a Box",
1163
- "attribute": "borderWidth"
801
+ "fieldName": "borderWidth"
1164
802
  },
1165
803
  {
1166
- "kind": "field",
1167
804
  "name": "borderRadius",
1168
805
  "type": {
1169
806
  "text": "'xs' | 'sm' | 'md' | 'lg' | 'none' | 'round' | undefined"
1170
807
  },
1171
808
  "description": "Specify the border radius of a Box",
1172
- "attribute": "borderRadius"
809
+ "fieldName": "borderRadius"
1173
810
  },
1174
811
  {
1175
- "kind": "field",
1176
812
  "name": "px",
1177
813
  "type": {
1178
814
  "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1179
815
  },
1180
816
  "description": "Specify before and after padding of a Box",
1181
- "attribute": "px"
817
+ "fieldName": "px"
1182
818
  },
1183
819
  {
1184
- "kind": "field",
1185
820
  "name": "py",
1186
821
  "type": {
1187
822
  "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1188
823
  },
1189
824
  "description": "Specify top and bottom padding of a Box",
1190
- "attribute": "py"
825
+ "fieldName": "py"
1191
826
  },
1192
827
  {
1193
- "kind": "field",
1194
828
  "name": "pTop",
1195
829
  "type": {
1196
830
  "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1197
831
  },
1198
832
  "description": "Specify top padding of a Box",
1199
- "attribute": "pTop"
833
+ "fieldName": "pTop"
1200
834
  },
1201
835
  {
1202
- "kind": "field",
1203
836
  "name": "pBottom",
1204
837
  "type": {
1205
838
  "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1206
839
  },
1207
840
  "description": "Specify bottom padding of a Box",
1208
- "attribute": "pBottom"
841
+ "fieldName": "pBottom"
1209
842
  },
1210
843
  {
1211
- "kind": "field",
1212
844
  "name": "pBefore",
1213
845
  "type": {
1214
846
  "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1215
847
  },
1216
848
  "description": "Specify before padding of a Box",
1217
- "attribute": "pBefore"
849
+ "fieldName": "pBefore"
1218
850
  },
1219
851
  {
1220
- "kind": "field",
1221
852
  "name": "pAfter",
1222
853
  "type": {
1223
854
  "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1224
855
  },
1225
856
  "description": "Specify after padding of a Box",
1226
- "attribute": "pAfter"
857
+ "fieldName": "pAfter"
1227
858
  },
1228
859
  {
1229
- "kind": "field",
1230
860
  "name": "mx",
1231
861
  "type": {
1232
862
  "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1233
863
  },
1234
864
  "description": "Specify before and after margin of a Box",
1235
- "attribute": "mx"
865
+ "fieldName": "mx"
1236
866
  },
1237
867
  {
1238
- "kind": "field",
1239
868
  "name": "my",
1240
869
  "type": {
1241
870
  "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1242
871
  },
1243
872
  "description": "Specify top and bottom margin of a Box",
1244
- "attribute": "my"
873
+ "fieldName": "my"
1245
874
  },
1246
875
  {
1247
- "kind": "field",
1248
876
  "name": "mTop",
1249
877
  "type": {
1250
878
  "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1251
879
  },
1252
880
  "description": "Specify top margin of a Box",
1253
- "attribute": "mTop"
881
+ "fieldName": "mTop"
1254
882
  },
1255
883
  {
1256
- "kind": "field",
1257
884
  "name": "mBottom",
1258
885
  "type": {
1259
886
  "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1260
887
  },
1261
888
  "description": "Specify bottom margin of a Box",
1262
- "attribute": "mBottom"
889
+ "fieldName": "mBottom"
1263
890
  },
1264
891
  {
1265
- "kind": "field",
1266
892
  "name": "mBefore",
1267
893
  "type": {
1268
894
  "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1269
895
  },
1270
896
  "description": "Specify before margin of a Box",
1271
- "attribute": "mBefore"
897
+ "fieldName": "mBefore"
1272
898
  },
1273
899
  {
1274
- "kind": "field",
1275
900
  "name": "mAfter",
1276
901
  "type": {
1277
902
  "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1278
903
  },
1279
904
  "description": "Specify after margin of a Box",
1280
- "attribute": "mAfter"
905
+ "fieldName": "mAfter"
1281
906
  },
1282
907
  {
1283
- "kind": "field",
1284
908
  "name": "m",
1285
909
  "type": {
1286
910
  "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1287
911
  },
1288
912
  "description": "Specify all margin",
1289
- "attribute": "m"
913
+ "fieldName": "m"
1290
914
  },
1291
915
  {
1292
- "kind": "field",
1293
916
  "name": "p",
1294
917
  "type": {
1295
918
  "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1296
919
  },
1297
920
  "description": "Specify all padding",
1298
- "attribute": "p"
921
+ "fieldName": "p"
1299
922
  },
1300
923
  {
1301
- "kind": "field",
1302
924
  "name": "gap",
1303
925
  "type": {
1304
926
  "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1305
927
  },
1306
928
  "description": "Specify gap between child elements",
1307
- "attribute": "gap"
929
+ "fieldName": "gap"
1308
930
  },
1309
931
  {
1310
- "kind": "field",
1311
932
  "name": "shadow",
1312
933
  "type": {
1313
934
  "text": "'sm' | 'md' | 'lg' | 'none' | 'overlay' | undefined"
1314
935
  },
1315
936
  "description": "Specify if a Box has a shadow",
1316
- "attribute": "shadow"
937
+ "fieldName": "shadow"
938
+ }
939
+ ],
940
+ "superclass": {
941
+ "name": "LitElement",
942
+ "package": "lit"
943
+ },
944
+ "tagName": "bm-box",
945
+ "customElement": true
946
+ }
947
+ ],
948
+ "exports": [
949
+ {
950
+ "kind": "js",
951
+ "name": "BmBox",
952
+ "declaration": {
953
+ "name": "BmBox",
954
+ "module": "libs/web-components/src/lib/Box/Box.ts"
955
+ }
956
+ },
957
+ {
958
+ "kind": "custom-element-definition",
959
+ "name": "bm-box",
960
+ "declaration": {
961
+ "name": "BmBox",
962
+ "module": "libs/web-components/src/lib/Box/Box.ts"
963
+ }
964
+ }
965
+ ]
966
+ },
967
+ {
968
+ "kind": "javascript-module",
969
+ "path": "libs/web-components/src/lib/Box/index.ts",
970
+ "declarations": [],
971
+ "exports": [
972
+ {
973
+ "kind": "js",
974
+ "name": "*",
975
+ "declaration": {
976
+ "name": "*",
977
+ "package": "./Box"
978
+ }
979
+ }
980
+ ]
981
+ },
982
+ {
983
+ "kind": "javascript-module",
984
+ "path": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.context.ts",
985
+ "declarations": [
986
+ {
987
+ "kind": "variable",
988
+ "name": "BreadcrumbGroupCtx"
989
+ }
990
+ ],
991
+ "exports": [
992
+ {
993
+ "kind": "js",
994
+ "name": "BreadcrumbGroupCtx",
995
+ "declaration": {
996
+ "name": "BreadcrumbGroupCtx",
997
+ "module": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.context.ts"
998
+ }
999
+ }
1000
+ ]
1001
+ },
1002
+ {
1003
+ "kind": "javascript-module",
1004
+ "path": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.ts",
1005
+ "declarations": [
1006
+ {
1007
+ "kind": "class",
1008
+ "description": "`bm-breadcrumb`\n\n### Attributes:\n- **wrap** - Specify if items wrap or collapse to an ellipsis\n- **itemsBeforeCollapse** - Specify how many items show before ellipsis\n- **itemsAfterCollapse** - Specify how many items show after ellipsis\n- **theme** - Specify the theme of the Breadcrumbs. By default, it inherits the theme from the parent",
1009
+ "name": "BmBreadcrumbs",
1010
+ "slots": [
1011
+ {
1012
+ "description": "Pass items to the Breadcrumb",
1013
+ "name": "default"
1014
+ }
1015
+ ],
1016
+ "members": [
1017
+ {
1018
+ "kind": "field",
1019
+ "name": "wrap",
1020
+ "type": {
1021
+ "text": "boolean"
1022
+ },
1023
+ "default": "true",
1024
+ "description": "Specify if items wrap or collapse to an ellipsis",
1025
+ "attribute": "wrap"
1026
+ },
1027
+ {
1028
+ "kind": "field",
1029
+ "name": "itemsBeforeCollapse",
1030
+ "type": {
1031
+ "text": "number"
1032
+ },
1033
+ "default": "1",
1034
+ "description": "Specify how many items show before ellipsis",
1035
+ "attribute": "itemsBeforeCollapse"
1036
+ },
1037
+ {
1038
+ "kind": "field",
1039
+ "name": "itemsAfterCollapse",
1040
+ "type": {
1041
+ "text": "number"
1042
+ },
1043
+ "default": "1",
1044
+ "description": "Specify how many items show after ellipsis",
1045
+ "attribute": "itemsAfterCollapse"
1046
+ },
1047
+ {
1048
+ "kind": "field",
1049
+ "name": "theme",
1050
+ "type": {
1051
+ "text": "'light' | 'dark' | undefined"
1052
+ },
1053
+ "description": "Specify the theme of the Breadcrumbs. By default, it inherits the theme from the parent",
1054
+ "attribute": "theme"
1317
1055
  }
1318
1056
  ],
1319
1057
  "attributes": [
1320
1058
  {
1321
- "name": "backgroundColor",
1059
+ "name": "wrap",
1322
1060
  "type": {
1323
- "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"
1061
+ "text": "boolean"
1062
+ },
1063
+ "default": "true",
1064
+ "description": "Specify if items wrap or collapse to an ellipsis",
1065
+ "fieldName": "wrap"
1066
+ },
1067
+ {
1068
+ "name": "itemsBeforeCollapse",
1069
+ "type": {
1070
+ "text": "number"
1071
+ },
1072
+ "default": "1",
1073
+ "description": "Specify how many items show before ellipsis",
1074
+ "fieldName": "itemsBeforeCollapse"
1075
+ },
1076
+ {
1077
+ "name": "itemsAfterCollapse",
1078
+ "type": {
1079
+ "text": "number"
1080
+ },
1081
+ "default": "1",
1082
+ "description": "Specify how many items show after ellipsis",
1083
+ "fieldName": "itemsAfterCollapse"
1084
+ },
1085
+ {
1086
+ "name": "theme",
1087
+ "type": {
1088
+ "text": "'light' | 'dark' | undefined"
1089
+ },
1090
+ "description": "Specify the theme of the Breadcrumbs. By default, it inherits the theme from the parent",
1091
+ "fieldName": "theme"
1092
+ }
1093
+ ],
1094
+ "superclass": {
1095
+ "name": "LitElement",
1096
+ "package": "lit"
1097
+ },
1098
+ "tagName": "bm-breadcrumb",
1099
+ "customElement": true
1100
+ }
1101
+ ],
1102
+ "exports": [
1103
+ {
1104
+ "kind": "js",
1105
+ "name": "BmBreadcrumbs",
1106
+ "declaration": {
1107
+ "name": "BmBreadcrumbs",
1108
+ "module": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.ts"
1109
+ }
1110
+ },
1111
+ {
1112
+ "kind": "custom-element-definition",
1113
+ "name": "bm-breadcrumb",
1114
+ "declaration": {
1115
+ "name": "BmBreadcrumbs",
1116
+ "module": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.ts"
1117
+ }
1118
+ }
1119
+ ]
1120
+ },
1121
+ {
1122
+ "kind": "javascript-module",
1123
+ "path": "libs/web-components/src/lib/Breadcrumbs/BreadcrumbsItem.ts",
1124
+ "declarations": [
1125
+ {
1126
+ "kind": "class",
1127
+ "description": "`bm-breadcrumb-item`\n\n### Attributes:\n- **href** - Pass href to an item\n- **clickable** - Specify if the item is interactive without an href\n- **truncationWidth** - Specify truncation width of the items. Sets max-width for all items but the last.\n- **isCurrent** - Specify explicitly if the item is the last one\n- **isCollapsed** ",
1128
+ "name": "BmBreadcrumbsItem",
1129
+ "slots": [
1130
+ {
1131
+ "description": "Pass text to an item",
1132
+ "name": "default"
1133
+ },
1134
+ {
1135
+ "description": "Pass icon to an item",
1136
+ "name": "icon"
1137
+ }
1138
+ ],
1139
+ "members": [
1140
+ {
1141
+ "kind": "field",
1142
+ "name": "href",
1143
+ "type": {
1144
+ "text": "string | undefined"
1145
+ },
1146
+ "description": "Pass href to an item",
1147
+ "attribute": "href"
1148
+ },
1149
+ {
1150
+ "kind": "field",
1151
+ "name": "clickable",
1152
+ "type": {
1153
+ "text": "boolean"
1154
+ },
1155
+ "default": "false",
1156
+ "description": "Specify if the item is interactive without an href",
1157
+ "attribute": "clickable"
1158
+ },
1159
+ {
1160
+ "kind": "field",
1161
+ "name": "truncationWidth",
1162
+ "type": {
1163
+ "text": "string | undefined"
1164
+ },
1165
+ "description": "Specify truncation width of the items. Sets max-width for all items but the last.",
1166
+ "attribute": "truncationWidth"
1167
+ },
1168
+ {
1169
+ "kind": "field",
1170
+ "name": "isCurrent",
1171
+ "type": {
1172
+ "text": "boolean"
1173
+ },
1174
+ "default": "false",
1175
+ "description": "Specify explicitly if the item is the last one",
1176
+ "attribute": "isCurrent",
1177
+ "reflects": true
1178
+ },
1179
+ {
1180
+ "kind": "field",
1181
+ "name": "isCollapsed",
1182
+ "type": {
1183
+ "text": "boolean"
1184
+ },
1185
+ "default": "false",
1186
+ "attribute": "isCollapsed",
1187
+ "reflects": true
1188
+ }
1189
+ ],
1190
+ "attributes": [
1191
+ {
1192
+ "name": "href",
1193
+ "type": {
1194
+ "text": "string | undefined"
1195
+ },
1196
+ "description": "Pass href to an item",
1197
+ "fieldName": "href"
1198
+ },
1199
+ {
1200
+ "name": "clickable",
1201
+ "type": {
1202
+ "text": "boolean"
1203
+ },
1204
+ "default": "false",
1205
+ "description": "Specify if the item is interactive without an href",
1206
+ "fieldName": "clickable"
1207
+ },
1208
+ {
1209
+ "name": "truncationWidth",
1210
+ "type": {
1211
+ "text": "string | undefined"
1212
+ },
1213
+ "description": "Specify truncation width of the items. Sets max-width for all items but the last.",
1214
+ "fieldName": "truncationWidth"
1215
+ },
1216
+ {
1217
+ "name": "isCurrent",
1218
+ "type": {
1219
+ "text": "boolean"
1220
+ },
1221
+ "default": "false",
1222
+ "description": "Specify explicitly if the item is the last one",
1223
+ "fieldName": "isCurrent"
1224
+ },
1225
+ {
1226
+ "name": "isCollapsed",
1227
+ "type": {
1228
+ "text": "boolean"
1229
+ },
1230
+ "default": "false",
1231
+ "fieldName": "isCollapsed"
1232
+ }
1233
+ ],
1234
+ "superclass": {
1235
+ "name": "LitElement",
1236
+ "package": "lit"
1237
+ },
1238
+ "tagName": "bm-breadcrumb-item",
1239
+ "customElement": true
1240
+ }
1241
+ ],
1242
+ "exports": [
1243
+ {
1244
+ "kind": "js",
1245
+ "name": "BmBreadcrumbsItem",
1246
+ "declaration": {
1247
+ "name": "BmBreadcrumbsItem",
1248
+ "module": "libs/web-components/src/lib/Breadcrumbs/BreadcrumbsItem.ts"
1249
+ }
1250
+ },
1251
+ {
1252
+ "kind": "custom-element-definition",
1253
+ "name": "bm-breadcrumb-item",
1254
+ "declaration": {
1255
+ "name": "BmBreadcrumbsItem",
1256
+ "module": "libs/web-components/src/lib/Breadcrumbs/BreadcrumbsItem.ts"
1257
+ }
1258
+ }
1259
+ ]
1260
+ },
1261
+ {
1262
+ "kind": "javascript-module",
1263
+ "path": "libs/web-components/src/lib/Breadcrumbs/index.ts",
1264
+ "declarations": [],
1265
+ "exports": [
1266
+ {
1267
+ "kind": "js",
1268
+ "name": "*",
1269
+ "declaration": {
1270
+ "name": "*",
1271
+ "package": "./Breadcrumbs"
1272
+ }
1273
+ },
1274
+ {
1275
+ "kind": "js",
1276
+ "name": "*",
1277
+ "declaration": {
1278
+ "name": "*",
1279
+ "package": "./BreadcrumbsItem"
1280
+ }
1281
+ }
1282
+ ]
1283
+ },
1284
+ {
1285
+ "kind": "javascript-module",
1286
+ "path": "libs/web-components/src/lib/Avatar/Avatar.ts",
1287
+ "declarations": [
1288
+ {
1289
+ "kind": "class",
1290
+ "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** ",
1291
+ "name": "BmAvatar",
1292
+ "slots": [
1293
+ {
1294
+ "description": "Customize the default icon",
1295
+ "name": "icon"
1296
+ }
1297
+ ],
1298
+ "members": [
1299
+ {
1300
+ "kind": "field",
1301
+ "name": "appearance",
1302
+ "type": {
1303
+ "text": "'accent' | 'neutral' | undefined"
1324
1304
  },
1325
- "description": "Specify the background color of a Box",
1326
- "fieldName": "backgroundColor"
1305
+ "default": "'neutral'",
1306
+ "description": "Specify the appearance of the Avatar",
1307
+ "attribute": "appearance"
1327
1308
  },
1328
1309
  {
1329
- "name": "borderColor",
1310
+ "kind": "field",
1311
+ "name": "name",
1330
1312
  "type": {
1331
- "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"
1313
+ "text": "string | undefined"
1332
1314
  },
1333
- "description": "Specify the border color of a Box",
1334
- "fieldName": "borderColor"
1315
+ "description": "Specify a name to display initials in the Avatar",
1316
+ "attribute": "name"
1335
1317
  },
1336
1318
  {
1337
- "name": "borderWidth",
1319
+ "kind": "field",
1320
+ "name": "src",
1338
1321
  "type": {
1339
- "text": "'md' | 'lg' | 'xl' | 'none' | 'divider' | undefined"
1322
+ "text": "string | undefined"
1340
1323
  },
1341
- "description": "Specify the border width of a Box",
1342
- "fieldName": "borderWidth"
1324
+ "description": "Pass an image to the Avatar",
1325
+ "attribute": "src"
1343
1326
  },
1344
1327
  {
1345
- "name": "borderRadius",
1328
+ "kind": "field",
1329
+ "name": "alt",
1346
1330
  "type": {
1347
- "text": "'xs' | 'sm' | 'md' | 'lg' | 'none' | 'round' | undefined"
1331
+ "text": "string | undefined"
1348
1332
  },
1349
- "description": "Specify the border radius of a Box",
1350
- "fieldName": "borderRadius"
1333
+ "description": "Specify alt for image",
1334
+ "attribute": "alt"
1351
1335
  },
1352
1336
  {
1353
- "name": "px",
1337
+ "kind": "field",
1338
+ "name": "size",
1354
1339
  "type": {
1355
- "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1340
+ "text": "'xs' | 'sm' | 'md' | 'lg' | 'xl' | undefined"
1356
1341
  },
1357
- "description": "Specify before and after padding of a Box",
1358
- "fieldName": "px"
1342
+ "default": "'md'",
1343
+ "description": "Specify the size of the Avatar",
1344
+ "attribute": "size"
1359
1345
  },
1360
1346
  {
1361
- "name": "py",
1347
+ "kind": "field",
1348
+ "name": "disabled",
1362
1349
  "type": {
1363
- "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1350
+ "text": "boolean | undefined"
1364
1351
  },
1365
- "description": "Specify top and bottom padding of a Box",
1366
- "fieldName": "py"
1352
+ "default": "false",
1353
+ "description": "Specify if the Avatar is disabled",
1354
+ "attribute": "disabled"
1367
1355
  },
1368
1356
  {
1369
- "name": "pTop",
1357
+ "kind": "field",
1358
+ "name": "shape",
1370
1359
  "type": {
1371
- "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1360
+ "text": "'circle' | 'square' | undefined"
1372
1361
  },
1373
- "description": "Specify top padding of a Box",
1374
- "fieldName": "pTop"
1362
+ "default": "'circle'",
1363
+ "description": "Specify the shape of the Avatar",
1364
+ "attribute": "shape"
1375
1365
  },
1376
1366
  {
1377
- "name": "pBottom",
1367
+ "kind": "field",
1368
+ "name": "isInteractive",
1378
1369
  "type": {
1379
- "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1370
+ "text": "boolean"
1380
1371
  },
1381
- "description": "Specify bottom padding of a Box",
1382
- "fieldName": "pBottom"
1372
+ "default": "false",
1373
+ "description": "If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer",
1374
+ "attribute": "isInteractive"
1383
1375
  },
1384
1376
  {
1385
- "name": "pBefore",
1377
+ "kind": "field",
1378
+ "name": "isFocusable",
1386
1379
  "type": {
1387
- "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1380
+ "text": "boolean"
1388
1381
  },
1389
- "description": "Specify before padding of a Box",
1390
- "fieldName": "pBefore"
1382
+ "default": "false",
1383
+ "description": "If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable",
1384
+ "attribute": "isFocusable"
1391
1385
  },
1392
1386
  {
1393
- "name": "pAfter",
1387
+ "kind": "field",
1388
+ "name": "withBorder",
1394
1389
  "type": {
1395
- "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1390
+ "text": "boolean"
1396
1391
  },
1397
- "description": "Specify after padding of a Box",
1398
- "fieldName": "pAfter"
1399
- },
1392
+ "default": "false",
1393
+ "attribute": "withBorder"
1394
+ }
1395
+ ],
1396
+ "attributes": [
1400
1397
  {
1401
- "name": "mx",
1398
+ "name": "appearance",
1402
1399
  "type": {
1403
- "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1400
+ "text": "'accent' | 'neutral' | undefined"
1404
1401
  },
1405
- "description": "Specify before and after margin of a Box",
1406
- "fieldName": "mx"
1402
+ "default": "'neutral'",
1403
+ "description": "Specify the appearance of the Avatar",
1404
+ "fieldName": "appearance"
1407
1405
  },
1408
1406
  {
1409
- "name": "my",
1407
+ "name": "name",
1410
1408
  "type": {
1411
- "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1409
+ "text": "string | undefined"
1412
1410
  },
1413
- "description": "Specify top and bottom margin of a Box",
1414
- "fieldName": "my"
1411
+ "description": "Specify a name to display initials in the Avatar",
1412
+ "fieldName": "name"
1415
1413
  },
1416
1414
  {
1417
- "name": "mTop",
1415
+ "name": "src",
1418
1416
  "type": {
1419
- "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1417
+ "text": "string | undefined"
1420
1418
  },
1421
- "description": "Specify top margin of a Box",
1422
- "fieldName": "mTop"
1419
+ "description": "Pass an image to the Avatar",
1420
+ "fieldName": "src"
1423
1421
  },
1424
1422
  {
1425
- "name": "mBottom",
1423
+ "name": "alt",
1426
1424
  "type": {
1427
- "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1425
+ "text": "string | undefined"
1428
1426
  },
1429
- "description": "Specify bottom margin of a Box",
1430
- "fieldName": "mBottom"
1427
+ "description": "Specify alt for image",
1428
+ "fieldName": "alt"
1431
1429
  },
1432
1430
  {
1433
- "name": "mBefore",
1431
+ "name": "size",
1434
1432
  "type": {
1435
- "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1433
+ "text": "'xs' | 'sm' | 'md' | 'lg' | 'xl' | undefined"
1436
1434
  },
1437
- "description": "Specify before margin of a Box",
1438
- "fieldName": "mBefore"
1435
+ "default": "'md'",
1436
+ "description": "Specify the size of the Avatar",
1437
+ "fieldName": "size"
1439
1438
  },
1440
1439
  {
1441
- "name": "mAfter",
1440
+ "name": "disabled",
1442
1441
  "type": {
1443
- "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1442
+ "text": "boolean | undefined"
1444
1443
  },
1445
- "description": "Specify after margin of a Box",
1446
- "fieldName": "mAfter"
1444
+ "default": "false",
1445
+ "description": "Specify if the Avatar is disabled",
1446
+ "fieldName": "disabled"
1447
1447
  },
1448
1448
  {
1449
- "name": "m",
1449
+ "name": "shape",
1450
1450
  "type": {
1451
- "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1451
+ "text": "'circle' | 'square' | undefined"
1452
1452
  },
1453
- "description": "Specify all margin",
1454
- "fieldName": "m"
1453
+ "default": "'circle'",
1454
+ "description": "Specify the shape of the Avatar",
1455
+ "fieldName": "shape"
1455
1456
  },
1456
1457
  {
1457
- "name": "p",
1458
+ "name": "isInteractive",
1458
1459
  "type": {
1459
- "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1460
+ "text": "boolean"
1460
1461
  },
1461
- "description": "Specify all padding",
1462
- "fieldName": "p"
1462
+ "default": "false",
1463
+ "description": "If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer",
1464
+ "fieldName": "isInteractive"
1463
1465
  },
1464
1466
  {
1465
- "name": "gap",
1467
+ "name": "isFocusable",
1466
1468
  "type": {
1467
- "text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
1469
+ "text": "boolean"
1468
1470
  },
1469
- "description": "Specify gap between child elements",
1470
- "fieldName": "gap"
1471
+ "default": "false",
1472
+ "description": "If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable",
1473
+ "fieldName": "isFocusable"
1471
1474
  },
1472
1475
  {
1473
- "name": "shadow",
1476
+ "name": "withBorder",
1474
1477
  "type": {
1475
- "text": "'sm' | 'md' | 'lg' | 'none' | 'overlay' | undefined"
1478
+ "text": "boolean"
1476
1479
  },
1477
- "description": "Specify if a Box has a shadow",
1478
- "fieldName": "shadow"
1480
+ "default": "false",
1481
+ "fieldName": "withBorder"
1479
1482
  }
1480
1483
  ],
1481
1484
  "superclass": {
1482
1485
  "name": "LitElement",
1483
1486
  "package": "lit"
1484
1487
  },
1485
- "tagName": "bm-box",
1488
+ "tagName": "bm-avatar",
1486
1489
  "customElement": true
1487
1490
  }
1488
1491
  ],
1489
1492
  "exports": [
1490
1493
  {
1491
1494
  "kind": "js",
1492
- "name": "BmBox",
1495
+ "name": "BmAvatar",
1493
1496
  "declaration": {
1494
- "name": "BmBox",
1495
- "module": "libs/web-components/src/lib/Box/Box.ts"
1497
+ "name": "BmAvatar",
1498
+ "module": "libs/web-components/src/lib/Avatar/Avatar.ts"
1496
1499
  }
1497
1500
  },
1498
1501
  {
1499
1502
  "kind": "custom-element-definition",
1500
- "name": "bm-box",
1503
+ "name": "bm-avatar",
1501
1504
  "declaration": {
1502
- "name": "BmBox",
1503
- "module": "libs/web-components/src/lib/Box/Box.ts"
1505
+ "name": "BmAvatar",
1506
+ "module": "libs/web-components/src/lib/Avatar/Avatar.ts"
1504
1507
  }
1505
1508
  }
1506
1509
  ]
1507
1510
  },
1508
1511
  {
1509
1512
  "kind": "javascript-module",
1510
- "path": "libs/web-components/src/lib/Box/index.ts",
1511
- "declarations": [],
1513
+ "path": "libs/web-components/src/lib/Avatar/AvatarGroup.context.ts",
1514
+ "declarations": [
1515
+ {
1516
+ "kind": "variable",
1517
+ "name": "AvatarGroupCtx"
1518
+ }
1519
+ ],
1512
1520
  "exports": [
1513
1521
  {
1514
1522
  "kind": "js",
1515
- "name": "*",
1523
+ "name": "AvatarGroupCtx",
1516
1524
  "declaration": {
1517
- "name": "*",
1518
- "package": "./Box"
1525
+ "name": "AvatarGroupCtx",
1526
+ "module": "libs/web-components/src/lib/Avatar/AvatarGroup.context.ts"
1519
1527
  }
1520
1528
  }
1521
1529
  ]
1522
1530
  },
1523
1531
  {
1524
1532
  "kind": "javascript-module",
1525
- "path": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts",
1533
+ "path": "libs/web-components/src/lib/Avatar/AvatarGroup.ts",
1526
1534
  "declarations": [
1527
1535
  {
1528
1536
  "kind": "class",
1529
- "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",
1530
- "name": "BmBadgeDot",
1537
+ "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.",
1538
+ "name": "BmAvatarGroup",
1531
1539
  "slots": [
1532
1540
  {
1533
- "description": "Provide text for the BadgeDot",
1541
+ "description": "Add Avatars to create a group",
1534
1542
  "name": "default"
1535
1543
  }
1536
1544
  ],
1537
1545
  "members": [
1538
1546
  {
1539
1547
  "kind": "field",
1540
- "name": "theme",
1548
+ "name": "wrapping",
1541
1549
  "type": {
1542
- "text": "'light' | 'dark' | undefined"
1550
+ "text": "boolean"
1543
1551
  },
1544
- "description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
1545
- "attribute": "theme"
1552
+ "default": "false",
1553
+ "description": "Specify if the AvatarGroup wraps",
1554
+ "attribute": "wrapping"
1546
1555
  },
1547
1556
  {
1548
1557
  "kind": "field",
1549
- "name": "appearance",
1558
+ "name": "maxCount",
1550
1559
  "type": {
1551
- "text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
1560
+ "text": "number"
1552
1561
  },
1553
- "default": "'infoPrimary'",
1554
- "description": "Specify the appearance of the BadgeDot",
1555
- "attribute": "appearance"
1562
+ "default": "5",
1563
+ "description": "Specify the max number of avatars displayed in the group.",
1564
+ "attribute": "maxCount",
1565
+ "reflects": true
1556
1566
  },
1557
1567
  {
1558
1568
  "kind": "field",
1559
- "name": "emphasis",
1569
+ "name": "size",
1560
1570
  "type": {
1561
- "text": "'strong' | 'subtle'"
1571
+ "text": "'xs' | 'sm' | 'md' | 'lg' | 'xl'"
1562
1572
  },
1563
- "default": "'strong'",
1564
- "description": "Specify the emphasis of the BadgeDot",
1565
- "attribute": "emphasis"
1573
+ "default": "'md'",
1574
+ "description": "Specify the size of all Avatars",
1575
+ "attribute": "size"
1566
1576
  },
1567
1577
  {
1568
1578
  "kind": "field",
1569
- "name": "overrideDotColor",
1579
+ "name": "layout",
1570
1580
  "type": {
1571
- "text": "string | undefined"
1581
+ "text": "'stacked' | 'spaced' | undefined"
1572
1582
  },
1573
- "description": "Overrides default dot color",
1574
- "attribute": "overrideDotColor"
1583
+ "default": "'stacked'",
1584
+ "description": "Specify the kind of the group.",
1585
+ "attribute": "layout"
1575
1586
  }
1576
1587
  ],
1577
1588
  "attributes": [
1578
1589
  {
1579
- "name": "theme",
1590
+ "name": "wrapping",
1580
1591
  "type": {
1581
- "text": "'light' | 'dark' | undefined"
1592
+ "text": "boolean"
1582
1593
  },
1583
- "description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
1584
- "fieldName": "theme"
1594
+ "default": "false",
1595
+ "description": "Specify if the AvatarGroup wraps",
1596
+ "fieldName": "wrapping"
1585
1597
  },
1586
1598
  {
1587
- "name": "appearance",
1599
+ "name": "maxCount",
1588
1600
  "type": {
1589
- "text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
1601
+ "text": "number"
1590
1602
  },
1591
- "default": "'infoPrimary'",
1592
- "description": "Specify the appearance of the BadgeDot",
1593
- "fieldName": "appearance"
1603
+ "default": "5",
1604
+ "description": "Specify the max number of avatars displayed in the group.",
1605
+ "fieldName": "maxCount"
1594
1606
  },
1595
1607
  {
1596
- "name": "emphasis",
1608
+ "name": "size",
1597
1609
  "type": {
1598
- "text": "'strong' | 'subtle'"
1610
+ "text": "'xs' | 'sm' | 'md' | 'lg' | 'xl'"
1599
1611
  },
1600
- "default": "'strong'",
1601
- "description": "Specify the emphasis of the BadgeDot",
1602
- "fieldName": "emphasis"
1612
+ "default": "'md'",
1613
+ "description": "Specify the size of all Avatars",
1614
+ "fieldName": "size"
1603
1615
  },
1604
1616
  {
1605
- "name": "overrideDotColor",
1617
+ "name": "layout",
1606
1618
  "type": {
1607
- "text": "string | undefined"
1619
+ "text": "'stacked' | 'spaced' | undefined"
1608
1620
  },
1609
- "description": "Overrides default dot color",
1610
- "fieldName": "overrideDotColor"
1621
+ "default": "'stacked'",
1622
+ "description": "Specify the kind of the group.",
1623
+ "fieldName": "layout"
1611
1624
  }
1612
1625
  ],
1613
1626
  "superclass": {
1614
1627
  "name": "LitElement",
1615
1628
  "package": "lit"
1616
1629
  },
1617
- "tagName": "bm-badge-dot",
1630
+ "tagName": "bm-avatar-group",
1618
1631
  "customElement": true
1619
1632
  }
1620
1633
  ],
1621
1634
  "exports": [
1622
1635
  {
1623
1636
  "kind": "js",
1624
- "name": "BmBadgeDot",
1637
+ "name": "BmAvatarGroup",
1625
1638
  "declaration": {
1626
- "name": "BmBadgeDot",
1627
- "module": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts"
1639
+ "name": "BmAvatarGroup",
1640
+ "module": "libs/web-components/src/lib/Avatar/AvatarGroup.ts"
1628
1641
  }
1629
1642
  },
1630
1643
  {
1631
1644
  "kind": "custom-element-definition",
1632
- "name": "bm-badge-dot",
1645
+ "name": "bm-avatar-group",
1633
1646
  "declaration": {
1634
- "name": "BmBadgeDot",
1635
- "module": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts"
1647
+ "name": "BmAvatarGroup",
1648
+ "module": "libs/web-components/src/lib/Avatar/AvatarGroup.ts"
1636
1649
  }
1637
1650
  }
1638
1651
  ]
1639
1652
  },
1640
1653
  {
1641
1654
  "kind": "javascript-module",
1642
- "path": "libs/web-components/src/lib/BadgeDot/index.ts",
1655
+ "path": "libs/web-components/src/lib/Avatar/index.ts",
1643
1656
  "declarations": [],
1644
1657
  "exports": [
1645
1658
  {
@@ -1647,293 +1660,271 @@
1647
1660
  "name": "*",
1648
1661
  "declaration": {
1649
1662
  "name": "*",
1650
- "package": "./BadgeDot"
1663
+ "package": "./Avatar"
1651
1664
  }
1652
- }
1653
- ]
1654
- },
1655
- {
1656
- "kind": "javascript-module",
1657
- "path": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.context.ts",
1658
- "declarations": [
1659
- {
1660
- "kind": "variable",
1661
- "name": "BreadcrumbGroupCtx"
1662
- }
1663
- ],
1664
- "exports": [
1665
+ },
1665
1666
  {
1666
1667
  "kind": "js",
1667
- "name": "BreadcrumbGroupCtx",
1668
+ "name": "*",
1668
1669
  "declaration": {
1669
- "name": "BreadcrumbGroupCtx",
1670
- "module": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.context.ts"
1670
+ "name": "*",
1671
+ "package": "./AvatarGroup"
1671
1672
  }
1672
1673
  }
1673
1674
  ]
1674
1675
  },
1675
1676
  {
1676
1677
  "kind": "javascript-module",
1677
- "path": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.ts",
1678
+ "path": "libs/web-components/src/lib/Button/Button.ts",
1678
1679
  "declarations": [
1679
1680
  {
1680
1681
  "kind": "class",
1681
- "description": "`bm-breadcrumb`\n\n### Attributes:\n- **wrap** - Specify if items wrap or collapse to an ellipsis\n- **itemsBeforeCollapse** - Specify how many items show before ellipsis\n- **itemsAfterCollapse** - Specify how many items show after ellipsis\n- **theme** - Specify the theme of the Breadcrumbs. By default, it inherits the theme from the parent",
1682
- "name": "BmBreadcrumbs",
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",
1683
1684
  "slots": [
1684
1685
  {
1685
- "description": "Pass items to the Breadcrumb",
1686
+ "description": "Provide content for the Button",
1686
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"
1687
1696
  }
1688
1697
  ],
1689
1698
  "members": [
1690
1699
  {
1691
1700
  "kind": "field",
1692
- "name": "wrap",
1701
+ "name": "formAssociated",
1693
1702
  "type": {
1694
1703
  "text": "boolean"
1695
1704
  },
1696
- "default": "true",
1697
- "description": "Specify if items wrap or collapse to an ellipsis",
1698
- "attribute": "wrap"
1705
+ "static": true,
1706
+ "default": "true"
1699
1707
  },
1700
1708
  {
1701
1709
  "kind": "field",
1702
- "name": "itemsBeforeCollapse",
1710
+ "name": "appearance",
1703
1711
  "type": {
1704
- "text": "number"
1712
+ "text": "'accent' | 'neutral' | 'neutral-subtle' | 'destructive'"
1705
1713
  },
1706
- "default": "1",
1707
- "description": "Specify how many items show before ellipsis",
1708
- "attribute": "itemsBeforeCollapse"
1714
+ "default": "'accent'",
1715
+ "description": "Specify the appearance of a Button",
1716
+ "attribute": "appearance"
1709
1717
  },
1710
1718
  {
1711
1719
  "kind": "field",
1712
- "name": "itemsAfterCollapse",
1720
+ "name": "kind",
1713
1721
  "type": {
1714
- "text": "number"
1722
+ "text": "'filled' | 'outline' | 'ghost' | 'bare'"
1715
1723
  },
1716
- "default": "1",
1717
- "description": "Specify how many items show after ellipsis",
1718
- "attribute": "itemsAfterCollapse"
1724
+ "default": "'filled'",
1725
+ "description": "Specify the kind of Button",
1726
+ "attribute": "kind"
1719
1727
  },
1720
1728
  {
1721
1729
  "kind": "field",
1722
- "name": "theme",
1730
+ "name": "size",
1723
1731
  "type": {
1724
- "text": "'light' | 'dark' | undefined"
1732
+ "text": "'sm' | 'md' | 'lg'"
1725
1733
  },
1726
- "description": "Specify the theme of the Breadcrumbs. By default, it inherits the theme from the parent",
1727
- "attribute": "theme"
1728
- }
1729
- ],
1730
- "attributes": [
1734
+ "default": "'md'",
1735
+ "description": "Specify the size of a Button",
1736
+ "attribute": "size"
1737
+ },
1731
1738
  {
1732
- "name": "wrap",
1739
+ "kind": "field",
1740
+ "name": "disabled",
1733
1741
  "type": {
1734
1742
  "text": "boolean"
1735
1743
  },
1736
- "default": "true",
1737
- "description": "Specify if items wrap or collapse to an ellipsis",
1738
- "fieldName": "wrap"
1744
+ "default": "false",
1745
+ "description": "Specify if the Button is disabled",
1746
+ "attribute": "disabled"
1739
1747
  },
1740
1748
  {
1741
- "name": "itemsBeforeCollapse",
1749
+ "kind": "field",
1750
+ "name": "fluid",
1742
1751
  "type": {
1743
- "text": "number"
1752
+ "text": "boolean"
1744
1753
  },
1745
- "default": "1",
1746
- "description": "Specify how many items show before ellipsis",
1747
- "fieldName": "itemsBeforeCollapse"
1754
+ "default": "false",
1755
+ "description": "Specify if Button is fluid",
1756
+ "attribute": "fluid"
1748
1757
  },
1749
1758
  {
1750
- "name": "itemsAfterCollapse",
1759
+ "kind": "field",
1760
+ "name": "width",
1751
1761
  "type": {
1752
- "text": "number"
1762
+ "text": "string | undefined"
1753
1763
  },
1754
- "default": "1",
1755
- "description": "Specify how many items show after ellipsis",
1756
- "fieldName": "itemsAfterCollapse"
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"
1757
1775
  },
1758
1776
  {
1777
+ "kind": "field",
1759
1778
  "name": "theme",
1760
1779
  "type": {
1761
1780
  "text": "'light' | 'dark' | undefined"
1762
1781
  },
1763
- "description": "Specify the theme of the Breadcrumbs. By default, it inherits the theme from the parent",
1764
- "fieldName": "theme"
1765
- }
1766
- ],
1767
- "superclass": {
1768
- "name": "LitElement",
1769
- "package": "lit"
1770
- },
1771
- "tagName": "bm-breadcrumb",
1772
- "customElement": true
1773
- }
1774
- ],
1775
- "exports": [
1776
- {
1777
- "kind": "js",
1778
- "name": "BmBreadcrumbs",
1779
- "declaration": {
1780
- "name": "BmBreadcrumbs",
1781
- "module": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.ts"
1782
- }
1783
- },
1784
- {
1785
- "kind": "custom-element-definition",
1786
- "name": "bm-breadcrumb",
1787
- "declaration": {
1788
- "name": "BmBreadcrumbs",
1789
- "module": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.ts"
1790
- }
1791
- }
1792
- ]
1793
- },
1794
- {
1795
- "kind": "javascript-module",
1796
- "path": "libs/web-components/src/lib/Breadcrumbs/BreadcrumbsItem.ts",
1797
- "declarations": [
1798
- {
1799
- "kind": "class",
1800
- "description": "`bm-breadcrumb-item`\n\n### Attributes:\n- **href** - Pass href to an item\n- **clickable** - Specify if the item is interactive without an href\n- **truncationWidth** - Specify truncation width of the items. Sets max-width for all items but the last.\n- **isCurrent** - Specify explicitly if the item is the last one\n- **isCollapsed** ",
1801
- "name": "BmBreadcrumbsItem",
1802
- "slots": [
1782
+ "description": "Specify the theme of the Button",
1783
+ "attribute": "theme"
1784
+ },
1803
1785
  {
1804
- "description": "Pass text to an item",
1805
- "name": "default"
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"
1806
1793
  },
1807
1794
  {
1808
- "description": "Pass icon to an item",
1809
- "name": "icon"
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
+ }
1810
1809
  }
1811
1810
  ],
1812
- "members": [
1811
+ "attributes": [
1813
1812
  {
1814
- "kind": "field",
1815
- "name": "href",
1813
+ "name": "appearance",
1816
1814
  "type": {
1817
- "text": "string | undefined"
1815
+ "text": "'accent' | 'neutral' | 'neutral-subtle' | 'destructive'"
1818
1816
  },
1819
- "description": "Pass href to an item",
1820
- "attribute": "href"
1817
+ "default": "'accent'",
1818
+ "description": "Specify the appearance of a Button",
1819
+ "fieldName": "appearance"
1821
1820
  },
1822
1821
  {
1823
- "kind": "field",
1824
- "name": "clickable",
1822
+ "name": "kind",
1825
1823
  "type": {
1826
- "text": "boolean"
1824
+ "text": "'filled' | 'outline' | 'ghost' | 'bare'"
1827
1825
  },
1828
- "default": "false",
1829
- "description": "Specify if the item is interactive without an href",
1830
- "attribute": "clickable"
1826
+ "default": "'filled'",
1827
+ "description": "Specify the kind of Button",
1828
+ "fieldName": "kind"
1831
1829
  },
1832
1830
  {
1833
- "kind": "field",
1834
- "name": "truncationWidth",
1831
+ "name": "size",
1835
1832
  "type": {
1836
- "text": "string | undefined"
1833
+ "text": "'sm' | 'md' | 'lg'"
1837
1834
  },
1838
- "description": "Specify truncation width of the items. Sets max-width for all items but the last.",
1839
- "attribute": "truncationWidth"
1835
+ "default": "'md'",
1836
+ "description": "Specify the size of a Button",
1837
+ "fieldName": "size"
1840
1838
  },
1841
1839
  {
1842
- "kind": "field",
1843
- "name": "isCurrent",
1840
+ "name": "disabled",
1844
1841
  "type": {
1845
1842
  "text": "boolean"
1846
1843
  },
1847
1844
  "default": "false",
1848
- "description": "Specify explicitly if the item is the last one",
1849
- "attribute": "isCurrent",
1850
- "reflects": true
1845
+ "description": "Specify if the Button is disabled",
1846
+ "fieldName": "disabled"
1851
1847
  },
1852
1848
  {
1853
- "kind": "field",
1854
- "name": "isCollapsed",
1849
+ "name": "fluid",
1855
1850
  "type": {
1856
1851
  "text": "boolean"
1857
1852
  },
1858
1853
  "default": "false",
1859
- "attribute": "isCollapsed",
1860
- "reflects": true
1861
- }
1862
- ],
1863
- "attributes": [
1854
+ "description": "Specify if Button is fluid",
1855
+ "fieldName": "fluid"
1856
+ },
1864
1857
  {
1865
- "name": "href",
1858
+ "name": "width",
1866
1859
  "type": {
1867
1860
  "text": "string | undefined"
1868
1861
  },
1869
- "description": "Pass href to an item",
1870
- "fieldName": "href"
1862
+ "description": "Specify the width of a Button",
1863
+ "fieldName": "width"
1871
1864
  },
1872
1865
  {
1873
- "name": "clickable",
1866
+ "name": "height",
1874
1867
  "type": {
1875
- "text": "boolean"
1868
+ "text": "string | undefined"
1876
1869
  },
1877
- "default": "false",
1878
- "description": "Specify if the item is interactive without an href",
1879
- "fieldName": "clickable"
1870
+ "description": "Specify the height of a Button",
1871
+ "fieldName": "height"
1880
1872
  },
1881
1873
  {
1882
- "name": "truncationWidth",
1874
+ "name": "theme",
1883
1875
  "type": {
1884
- "text": "string | undefined"
1876
+ "text": "'light' | 'dark' | undefined"
1885
1877
  },
1886
- "description": "Specify truncation width of the items. Sets max-width for all items but the last.",
1887
- "fieldName": "truncationWidth"
1878
+ "description": "Specify the theme of the Button",
1879
+ "fieldName": "theme"
1888
1880
  },
1889
1881
  {
1890
- "name": "isCurrent",
1882
+ "name": "iconOnly",
1891
1883
  "type": {
1892
- "text": "boolean"
1884
+ "text": "boolean | undefined"
1893
1885
  },
1894
- "default": "false",
1895
- "description": "Specify explicitly if the item is the last one",
1896
- "fieldName": "isCurrent"
1886
+ "description": "Specify if the icon displays without text",
1887
+ "fieldName": "iconOnly"
1897
1888
  },
1898
1889
  {
1899
- "name": "isCollapsed",
1890
+ "name": "type",
1900
1891
  "type": {
1901
- "text": "boolean"
1892
+ "text": "string"
1902
1893
  },
1903
- "default": "false",
1904
- "fieldName": "isCollapsed"
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-breadcrumb-item",
1902
+ "tagName": "bm-button",
1912
1903
  "customElement": true
1913
1904
  }
1914
1905
  ],
1915
1906
  "exports": [
1916
1907
  {
1917
1908
  "kind": "js",
1918
- "name": "BmBreadcrumbsItem",
1909
+ "name": "BmButton",
1919
1910
  "declaration": {
1920
- "name": "BmBreadcrumbsItem",
1921
- "module": "libs/web-components/src/lib/Breadcrumbs/BreadcrumbsItem.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-breadcrumb-item",
1917
+ "name": "bm-button",
1927
1918
  "declaration": {
1928
- "name": "BmBreadcrumbsItem",
1929
- "module": "libs/web-components/src/lib/Breadcrumbs/BreadcrumbsItem.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/Breadcrumbs/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": "./Breadcrumbs"
1945
- }
1946
- },
1947
- {
1948
- "kind": "js",
1949
- "name": "*",
1950
- "declaration": {
1951
- "name": "*",
1952
- "package": "./BreadcrumbsItem"
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
  ]
@@ -2664,147 +2664,277 @@
2664
2664
  "members": [
2665
2665
  {
2666
2666
  "kind": "field",
2667
- "name": "appearance",
2667
+ "name": "appearance",
2668
+ "type": {
2669
+ "text": "'positive' | 'warning' | 'negative' | 'info'"
2670
+ },
2671
+ "default": "'info'",
2672
+ "description": "Specify the appearance of the HelperText",
2673
+ "attribute": "appearance"
2674
+ },
2675
+ {
2676
+ "kind": "field",
2677
+ "name": "size",
2678
+ "type": {
2679
+ "text": "'sm' | 'md'"
2680
+ },
2681
+ "default": "'sm'",
2682
+ "description": "Specify the size of the HelperText",
2683
+ "attribute": "size"
2684
+ },
2685
+ {
2686
+ "kind": "field",
2687
+ "name": "disabled",
2688
+ "type": {
2689
+ "text": "boolean"
2690
+ },
2691
+ "default": "false",
2692
+ "description": "Specify if the message is disabled for HelpText",
2693
+ "attribute": "disabled"
2694
+ },
2695
+ {
2696
+ "kind": "field",
2697
+ "name": "hideIcon",
2698
+ "type": {
2699
+ "text": "boolean"
2700
+ },
2701
+ "default": "false",
2702
+ "description": "Specify if the icon displays on the HelperText",
2703
+ "attribute": "hideIcon"
2704
+ },
2705
+ {
2706
+ "kind": "field",
2707
+ "name": "text",
2708
+ "type": {
2709
+ "text": "string | undefined"
2710
+ },
2711
+ "description": "Add or customize content in the HelperText",
2712
+ "attribute": "text"
2713
+ },
2714
+ {
2715
+ "kind": "field",
2716
+ "name": "theme",
2717
+ "type": {
2718
+ "text": "'light' | 'dark' | undefined"
2719
+ },
2720
+ "description": "Specify the theme of the HelperText. By default it inherits the theme from the parent",
2721
+ "attribute": "theme"
2722
+ }
2723
+ ],
2724
+ "attributes": [
2725
+ {
2726
+ "name": "appearance",
2727
+ "type": {
2728
+ "text": "'positive' | 'warning' | 'negative' | 'info'"
2729
+ },
2730
+ "default": "'info'",
2731
+ "description": "Specify the appearance of the HelperText",
2732
+ "fieldName": "appearance"
2733
+ },
2734
+ {
2735
+ "name": "size",
2736
+ "type": {
2737
+ "text": "'sm' | 'md'"
2738
+ },
2739
+ "default": "'sm'",
2740
+ "description": "Specify the size of the HelperText",
2741
+ "fieldName": "size"
2742
+ },
2743
+ {
2744
+ "name": "disabled",
2745
+ "type": {
2746
+ "text": "boolean"
2747
+ },
2748
+ "default": "false",
2749
+ "description": "Specify if the message is disabled for HelpText",
2750
+ "fieldName": "disabled"
2751
+ },
2752
+ {
2753
+ "name": "hideIcon",
2754
+ "type": {
2755
+ "text": "boolean"
2756
+ },
2757
+ "default": "false",
2758
+ "description": "Specify if the icon displays on the HelperText",
2759
+ "fieldName": "hideIcon"
2760
+ },
2761
+ {
2762
+ "name": "text",
2763
+ "type": {
2764
+ "text": "string | undefined"
2765
+ },
2766
+ "description": "Add or customize content in the HelperText",
2767
+ "fieldName": "text"
2768
+ },
2769
+ {
2770
+ "name": "theme",
2771
+ "type": {
2772
+ "text": "'light' | 'dark' | undefined"
2773
+ },
2774
+ "description": "Specify the theme of the HelperText. By default it inherits the theme from the parent",
2775
+ "fieldName": "theme"
2776
+ }
2777
+ ],
2778
+ "superclass": {
2779
+ "name": "LitElement",
2780
+ "package": "lit"
2781
+ },
2782
+ "tagName": "bm-helper-text",
2783
+ "customElement": true
2784
+ }
2785
+ ],
2786
+ "exports": [
2787
+ {
2788
+ "kind": "js",
2789
+ "name": "BmHelperText",
2790
+ "declaration": {
2791
+ "name": "BmHelperText",
2792
+ "module": "libs/web-components/src/lib/HelperText/HelperText.ts"
2793
+ }
2794
+ },
2795
+ {
2796
+ "kind": "custom-element-definition",
2797
+ "name": "bm-helper-text",
2798
+ "declaration": {
2799
+ "name": "BmHelperText",
2800
+ "module": "libs/web-components/src/lib/HelperText/HelperText.ts"
2801
+ }
2802
+ }
2803
+ ]
2804
+ },
2805
+ {
2806
+ "kind": "javascript-module",
2807
+ "path": "libs/web-components/src/lib/HelperText/index.ts",
2808
+ "declarations": [],
2809
+ "exports": [
2810
+ {
2811
+ "kind": "js",
2812
+ "name": "*",
2813
+ "declaration": {
2814
+ "name": "*",
2815
+ "package": "./HelperText"
2816
+ }
2817
+ }
2818
+ ]
2819
+ },
2820
+ {
2821
+ "kind": "javascript-module",
2822
+ "path": "libs/web-components/src/lib/Icon/Icon.ts",
2823
+ "declarations": [
2824
+ {
2825
+ "kind": "class",
2826
+ "description": "`bm-icon`\n\n### Attributes:\n- **color** - Specify the color of Icon\n- **size** - Specify the size of Icon\n- **customIconSize** - Specify a custom size for the Icon\n- **customIconColor** - Specify a custom color for the Icon",
2827
+ "name": "BmIcon",
2828
+ "slots": [
2829
+ {
2830
+ "description": "Specify which Icon to display",
2831
+ "name": "default"
2832
+ }
2833
+ ],
2834
+ "members": [
2835
+ {
2836
+ "kind": "field",
2837
+ "name": "color",
2668
2838
  "type": {
2669
- "text": "'positive' | 'warning' | 'negative' | 'info'"
2839
+ "text": "'primary' | 'secondary' | 'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative' | 'secondaryInverse' | 'positiveStrong' | 'warningStrong' | 'negativeStrong' | 'infoPrimaryStrong' | 'infoSecondaryStrong' | 'primaryInverse' | undefined"
2670
2840
  },
2671
- "default": "'info'",
2672
- "description": "Specify the appearance of the HelperText",
2673
- "attribute": "appearance"
2841
+ "description": "Specify the color of Icon",
2842
+ "attribute": "color"
2674
2843
  },
2675
2844
  {
2676
2845
  "kind": "field",
2677
2846
  "name": "size",
2678
2847
  "type": {
2679
- "text": "'sm' | 'md'"
2848
+ "text": "'xs' | 'sm' | 'md' | 'lg' | 'xl'"
2680
2849
  },
2681
- "default": "'sm'",
2682
- "description": "Specify the size of the HelperText",
2850
+ "default": "'md'",
2851
+ "description": "Specify the size of Icon",
2683
2852
  "attribute": "size"
2684
2853
  },
2685
2854
  {
2686
2855
  "kind": "field",
2687
- "name": "disabled",
2688
- "type": {
2689
- "text": "boolean"
2690
- },
2691
- "default": "false",
2692
- "description": "Specify if the message is disabled for HelpText",
2693
- "attribute": "disabled"
2694
- },
2695
- {
2696
- "kind": "field",
2697
- "name": "hideIcon",
2698
- "type": {
2699
- "text": "boolean"
2700
- },
2701
- "default": "false",
2702
- "description": "Specify if the icon displays on the HelperText",
2703
- "attribute": "hideIcon"
2704
- },
2705
- {
2706
- "kind": "field",
2707
- "name": "text",
2856
+ "name": "customIconSize",
2708
2857
  "type": {
2709
2858
  "text": "string | undefined"
2710
2859
  },
2711
- "description": "Add or customize content in the HelperText",
2712
- "attribute": "text"
2860
+ "description": "Specify a custom size for the Icon",
2861
+ "attribute": "customIconSize"
2713
2862
  },
2714
2863
  {
2715
2864
  "kind": "field",
2716
- "name": "theme",
2865
+ "name": "customIconColor",
2717
2866
  "type": {
2718
- "text": "'light' | 'dark' | undefined"
2867
+ "text": "string | undefined"
2719
2868
  },
2720
- "description": "Specify the theme of the HelperText. By default it inherits the theme from the parent",
2721
- "attribute": "theme"
2869
+ "description": "Specify a custom color for the Icon",
2870
+ "attribute": "customIconColor"
2722
2871
  }
2723
2872
  ],
2724
2873
  "attributes": [
2725
2874
  {
2726
- "name": "appearance",
2875
+ "name": "color",
2727
2876
  "type": {
2728
- "text": "'positive' | 'warning' | 'negative' | 'info'"
2877
+ "text": "'primary' | 'secondary' | 'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative' | 'secondaryInverse' | 'positiveStrong' | 'warningStrong' | 'negativeStrong' | 'infoPrimaryStrong' | 'infoSecondaryStrong' | 'primaryInverse' | undefined"
2729
2878
  },
2730
- "default": "'info'",
2731
- "description": "Specify the appearance of the HelperText",
2732
- "fieldName": "appearance"
2879
+ "description": "Specify the color of Icon",
2880
+ "fieldName": "color"
2733
2881
  },
2734
2882
  {
2735
2883
  "name": "size",
2736
2884
  "type": {
2737
- "text": "'sm' | 'md'"
2885
+ "text": "'xs' | 'sm' | 'md' | 'lg' | 'xl'"
2738
2886
  },
2739
- "default": "'sm'",
2740
- "description": "Specify the size of the HelperText",
2887
+ "default": "'md'",
2888
+ "description": "Specify the size of Icon",
2741
2889
  "fieldName": "size"
2742
2890
  },
2743
2891
  {
2744
- "name": "disabled",
2745
- "type": {
2746
- "text": "boolean"
2747
- },
2748
- "default": "false",
2749
- "description": "Specify if the message is disabled for HelpText",
2750
- "fieldName": "disabled"
2751
- },
2752
- {
2753
- "name": "hideIcon",
2754
- "type": {
2755
- "text": "boolean"
2756
- },
2757
- "default": "false",
2758
- "description": "Specify if the icon displays on the HelperText",
2759
- "fieldName": "hideIcon"
2760
- },
2761
- {
2762
- "name": "text",
2892
+ "name": "customIconSize",
2763
2893
  "type": {
2764
2894
  "text": "string | undefined"
2765
2895
  },
2766
- "description": "Add or customize content in the HelperText",
2767
- "fieldName": "text"
2896
+ "description": "Specify a custom size for the Icon",
2897
+ "fieldName": "customIconSize"
2768
2898
  },
2769
2899
  {
2770
- "name": "theme",
2900
+ "name": "customIconColor",
2771
2901
  "type": {
2772
- "text": "'light' | 'dark' | undefined"
2902
+ "text": "string | undefined"
2773
2903
  },
2774
- "description": "Specify the theme of the HelperText. By default it inherits the theme from the parent",
2775
- "fieldName": "theme"
2904
+ "description": "Specify a custom color for the Icon",
2905
+ "fieldName": "customIconColor"
2776
2906
  }
2777
2907
  ],
2778
2908
  "superclass": {
2779
2909
  "name": "LitElement",
2780
2910
  "package": "lit"
2781
2911
  },
2782
- "tagName": "bm-helper-text",
2912
+ "tagName": "bm-icon",
2783
2913
  "customElement": true
2784
2914
  }
2785
2915
  ],
2786
2916
  "exports": [
2787
2917
  {
2788
2918
  "kind": "js",
2789
- "name": "BmHelperText",
2919
+ "name": "BmIcon",
2790
2920
  "declaration": {
2791
- "name": "BmHelperText",
2792
- "module": "libs/web-components/src/lib/HelperText/HelperText.ts"
2921
+ "name": "BmIcon",
2922
+ "module": "libs/web-components/src/lib/Icon/Icon.ts"
2793
2923
  }
2794
2924
  },
2795
2925
  {
2796
2926
  "kind": "custom-element-definition",
2797
- "name": "bm-helper-text",
2927
+ "name": "bm-icon",
2798
2928
  "declaration": {
2799
- "name": "BmHelperText",
2800
- "module": "libs/web-components/src/lib/HelperText/HelperText.ts"
2929
+ "name": "BmIcon",
2930
+ "module": "libs/web-components/src/lib/Icon/Icon.ts"
2801
2931
  }
2802
2932
  }
2803
2933
  ]
2804
2934
  },
2805
2935
  {
2806
2936
  "kind": "javascript-module",
2807
- "path": "libs/web-components/src/lib/HelperText/index.ts",
2937
+ "path": "libs/web-components/src/lib/Icon/index.ts",
2808
2938
  "declarations": [],
2809
2939
  "exports": [
2810
2940
  {
@@ -2812,7 +2942,7 @@
2812
2942
  "name": "*",
2813
2943
  "declaration": {
2814
2944
  "name": "*",
2815
- "package": "./HelperText"
2945
+ "package": "./Icon"
2816
2946
  }
2817
2947
  }
2818
2948
  ]
@@ -3217,201 +3347,71 @@
3217
3347
  }
3218
3348
  },
3219
3349
  {
3220
- "name": "value",
3221
- "type": {
3222
- "text": "string"
3223
- },
3224
- "default": "''",
3225
- "fieldName": "value",
3226
- "inheritedFrom": {
3227
- "name": "FormField",
3228
- "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
3229
- }
3230
- },
3231
- {
3232
- "name": "validationRules",
3233
- "type": {
3234
- "text": "Array<FormValidator>"
3235
- },
3236
- "default": "[]",
3237
- "fieldName": "validationRules",
3238
- "inheritedFrom": {
3239
- "name": "FormField",
3240
- "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
3241
- }
3242
- },
3243
- {
3244
- "name": "input-aria-label",
3245
- "type": {
3246
- "text": "string | undefined"
3247
- },
3248
- "fieldName": "inputAriaLabel",
3249
- "inheritedFrom": {
3250
- "name": "FormField",
3251
- "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
3252
- }
3253
- }
3254
- ],
3255
- "superclass": {
3256
- "name": "FormField",
3257
- "module": "/libs/web-components/src/lib/wip/Form/Form.decorator"
3258
- },
3259
- "tagName": "bm-input-choice-group",
3260
- "customElement": true
3261
- }
3262
- ],
3263
- "exports": [
3264
- {
3265
- "kind": "js",
3266
- "name": "InputChoiceGroup",
3267
- "declaration": {
3268
- "name": "InputChoiceGroup",
3269
- "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
3270
- }
3271
- },
3272
- {
3273
- "kind": "custom-element-definition",
3274
- "name": "bm-input-choice-group",
3275
- "declaration": {
3276
- "name": "InputChoiceGroup",
3277
- "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
3278
- }
3279
- }
3280
- ]
3281
- },
3282
- {
3283
- "kind": "javascript-module",
3284
- "path": "libs/web-components/src/lib/InputChoiceGroup/index.ts",
3285
- "declarations": [],
3286
- "exports": [
3287
- {
3288
- "kind": "js",
3289
- "name": "*",
3290
- "declaration": {
3291
- "name": "*",
3292
- "package": "./InputChoiceGroup"
3293
- }
3294
- }
3295
- ]
3296
- },
3297
- {
3298
- "kind": "javascript-module",
3299
- "path": "libs/web-components/src/lib/Icon/Icon.ts",
3300
- "declarations": [
3301
- {
3302
- "kind": "class",
3303
- "description": "`bm-icon`\n\n### Attributes:\n- **color** - Specify the color of Icon\n- **size** - Specify the size of Icon\n- **customIconSize** - Specify a custom size for the Icon\n- **customIconColor** - Specify a custom color for the Icon",
3304
- "name": "BmIcon",
3305
- "slots": [
3306
- {
3307
- "description": "Specify which Icon to display",
3308
- "name": "default"
3309
- }
3310
- ],
3311
- "members": [
3312
- {
3313
- "kind": "field",
3314
- "name": "color",
3315
- "type": {
3316
- "text": "'primary' | 'secondary' | 'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative' | 'secondaryInverse' | 'positiveStrong' | 'warningStrong' | 'negativeStrong' | 'infoPrimaryStrong' | 'infoSecondaryStrong' | 'primaryInverse' | undefined"
3317
- },
3318
- "description": "Specify the color of Icon",
3319
- "attribute": "color"
3320
- },
3321
- {
3322
- "kind": "field",
3323
- "name": "size",
3324
- "type": {
3325
- "text": "'xs' | 'sm' | 'md' | 'lg' | 'xl'"
3326
- },
3327
- "default": "'md'",
3328
- "description": "Specify the size of Icon",
3329
- "attribute": "size"
3330
- },
3331
- {
3332
- "kind": "field",
3333
- "name": "customIconSize",
3334
- "type": {
3335
- "text": "string | undefined"
3336
- },
3337
- "description": "Specify a custom size for the Icon",
3338
- "attribute": "customIconSize"
3339
- },
3340
- {
3341
- "kind": "field",
3342
- "name": "customIconColor",
3343
- "type": {
3344
- "text": "string | undefined"
3345
- },
3346
- "description": "Specify a custom color for the Icon",
3347
- "attribute": "customIconColor"
3348
- }
3349
- ],
3350
- "attributes": [
3351
- {
3352
- "name": "color",
3353
- "type": {
3354
- "text": "'primary' | 'secondary' | 'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative' | 'secondaryInverse' | 'positiveStrong' | 'warningStrong' | 'negativeStrong' | 'infoPrimaryStrong' | 'infoSecondaryStrong' | 'primaryInverse' | undefined"
3355
- },
3356
- "description": "Specify the color of Icon",
3357
- "fieldName": "color"
3358
- },
3359
- {
3360
- "name": "size",
3350
+ "name": "value",
3361
3351
  "type": {
3362
- "text": "'xs' | 'sm' | 'md' | 'lg' | 'xl'"
3352
+ "text": "string"
3363
3353
  },
3364
- "default": "'md'",
3365
- "description": "Specify the size of Icon",
3366
- "fieldName": "size"
3354
+ "default": "''",
3355
+ "fieldName": "value",
3356
+ "inheritedFrom": {
3357
+ "name": "FormField",
3358
+ "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
3359
+ }
3367
3360
  },
3368
3361
  {
3369
- "name": "customIconSize",
3362
+ "name": "validationRules",
3370
3363
  "type": {
3371
- "text": "string | undefined"
3364
+ "text": "Array<FormValidator>"
3372
3365
  },
3373
- "description": "Specify a custom size for the Icon",
3374
- "fieldName": "customIconSize"
3366
+ "default": "[]",
3367
+ "fieldName": "validationRules",
3368
+ "inheritedFrom": {
3369
+ "name": "FormField",
3370
+ "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
3371
+ }
3375
3372
  },
3376
3373
  {
3377
- "name": "customIconColor",
3374
+ "name": "input-aria-label",
3378
3375
  "type": {
3379
3376
  "text": "string | undefined"
3380
3377
  },
3381
- "description": "Specify a custom color for the Icon",
3382
- "fieldName": "customIconColor"
3378
+ "fieldName": "inputAriaLabel",
3379
+ "inheritedFrom": {
3380
+ "name": "FormField",
3381
+ "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
3382
+ }
3383
3383
  }
3384
3384
  ],
3385
3385
  "superclass": {
3386
- "name": "LitElement",
3387
- "package": "lit"
3386
+ "name": "FormField",
3387
+ "module": "/libs/web-components/src/lib/wip/Form/Form.decorator"
3388
3388
  },
3389
- "tagName": "bm-icon",
3389
+ "tagName": "bm-input-choice-group",
3390
3390
  "customElement": true
3391
3391
  }
3392
3392
  ],
3393
3393
  "exports": [
3394
3394
  {
3395
3395
  "kind": "js",
3396
- "name": "BmIcon",
3396
+ "name": "InputChoiceGroup",
3397
3397
  "declaration": {
3398
- "name": "BmIcon",
3399
- "module": "libs/web-components/src/lib/Icon/Icon.ts"
3398
+ "name": "InputChoiceGroup",
3399
+ "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
3400
3400
  }
3401
3401
  },
3402
3402
  {
3403
3403
  "kind": "custom-element-definition",
3404
- "name": "bm-icon",
3404
+ "name": "bm-input-choice-group",
3405
3405
  "declaration": {
3406
- "name": "BmIcon",
3407
- "module": "libs/web-components/src/lib/Icon/Icon.ts"
3406
+ "name": "InputChoiceGroup",
3407
+ "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
3408
3408
  }
3409
3409
  }
3410
3410
  ]
3411
3411
  },
3412
3412
  {
3413
3413
  "kind": "javascript-module",
3414
- "path": "libs/web-components/src/lib/Icon/index.ts",
3414
+ "path": "libs/web-components/src/lib/InputChoiceGroup/index.ts",
3415
3415
  "declarations": [],
3416
3416
  "exports": [
3417
3417
  {
@@ -3419,7 +3419,7 @@
3419
3419
  "name": "*",
3420
3420
  "declaration": {
3421
3421
  "name": "*",
3422
- "package": "./Icon"
3422
+ "package": "./InputChoiceGroup"
3423
3423
  }
3424
3424
  }
3425
3425
  ]
@@ -3742,246 +3742,50 @@
3742
3742
  "type": {
3743
3743
  "text": "string"
3744
3744
  },
3745
- "default": "''",
3746
- "description": "Provide text for the Link",
3747
- "fieldName": "text"
3748
- },
3749
- {
3750
- "name": "hideUnderline",
3751
- "type": {
3752
- "text": "boolean"
3753
- },
3754
- "default": "false",
3755
- "description": "Specify if Link displays with an underline",
3756
- "fieldName": "hideUnderline"
3757
- }
3758
- ],
3759
- "superclass": {
3760
- "name": "LitElement",
3761
- "package": "lit"
3762
- },
3763
- "tagName": "bm-link",
3764
- "customElement": true
3765
- }
3766
- ],
3767
- "exports": [
3768
- {
3769
- "kind": "js",
3770
- "name": "BmLink",
3771
- "declaration": {
3772
- "name": "BmLink",
3773
- "module": "libs/web-components/src/lib/Link/Link.ts"
3774
- }
3775
- },
3776
- {
3777
- "kind": "custom-element-definition",
3778
- "name": "bm-link",
3779
- "declaration": {
3780
- "name": "BmLink",
3781
- "module": "libs/web-components/src/lib/Link/Link.ts"
3782
- }
3783
- }
3784
- ]
3785
- },
3786
- {
3787
- "kind": "javascript-module",
3788
- "path": "libs/web-components/src/lib/Link/index.ts",
3789
- "declarations": [],
3790
- "exports": [
3791
- {
3792
- "kind": "js",
3793
- "name": "*",
3794
- "declaration": {
3795
- "name": "*",
3796
- "package": "./Link"
3797
- }
3798
- }
3799
- ]
3800
- },
3801
- {
3802
- "kind": "javascript-module",
3803
- "path": "libs/web-components/src/lib/ProgressBar/ProgressBar.ts",
3804
- "declarations": [
3805
- {
3806
- "kind": "class",
3807
- "description": "`bm-progress-bar`\n\n### Attributes:\n- **state** - Specify the ProgressBar state\n- **size** - Specify the size of the ProgressBar\n- **label** - Provide text for the ProgressBar label\n- **helperText** - Specify helperText for ProgressBar. helperText is required for the Error state.\n- **fullWidth** - Specify if the ProgressBar has no corner radius\n- **theme** - Specify the theme of the ProgressBar. By default it inherits the theme from the parent\n- **value** - Specify if a ProgressBar is determinate by setting a value between 0 and 100.\n- **progressbarAriaLabel** - Specify the aria-label for the ProgressBar",
3808
- "name": "BmProgressBar",
3809
- "members": [
3810
- {
3811
- "kind": "field",
3812
- "name": "state",
3813
- "type": {
3814
- "text": "'active' | 'error' | 'success'"
3815
- },
3816
- "default": "'active'",
3817
- "description": "Specify the ProgressBar state",
3818
- "attribute": "state"
3819
- },
3820
- {
3821
- "kind": "field",
3822
- "name": "size",
3823
- "type": {
3824
- "text": "'sm' | 'md' | 'lg'"
3825
- },
3826
- "default": "'md'",
3827
- "description": "Specify the size of the ProgressBar",
3828
- "attribute": "size"
3829
- },
3830
- {
3831
- "kind": "field",
3832
- "name": "label",
3833
- "type": {
3834
- "text": "string | undefined | undefined"
3835
- },
3836
- "description": "Provide text for the ProgressBar label",
3837
- "attribute": "label"
3838
- },
3839
- {
3840
- "kind": "field",
3841
- "name": "helperText",
3842
- "type": {
3843
- "text": "string | undefined | undefined"
3844
- },
3845
- "description": "Specify helperText for ProgressBar. helperText is required for the Error state.",
3846
- "attribute": "helperText"
3847
- },
3848
- {
3849
- "kind": "field",
3850
- "name": "fullWidth",
3851
- "type": {
3852
- "text": "boolean"
3853
- },
3854
- "default": "false",
3855
- "description": "Specify if the ProgressBar has no corner radius",
3856
- "attribute": "fullWidth"
3857
- },
3858
- {
3859
- "kind": "field",
3860
- "name": "theme",
3861
- "type": {
3862
- "text": "'light' | 'dark' | undefined"
3863
- },
3864
- "description": "Specify the theme of the ProgressBar. By default it inherits the theme from the parent",
3865
- "attribute": "theme"
3866
- },
3867
- {
3868
- "kind": "field",
3869
- "name": "value",
3870
- "type": {
3871
- "text": "number | undefined"
3872
- },
3873
- "description": "Specify if a ProgressBar is determinate by setting a value between 0 and 100.",
3874
- "attribute": "value"
3875
- },
3876
- {
3877
- "kind": "field",
3878
- "name": "progressbarAriaLabel",
3879
- "type": {
3880
- "text": "string | undefined"
3881
- },
3882
- "description": "Specify the aria-label for the ProgressBar",
3883
- "attribute": "progressbarAriaLabel"
3884
- }
3885
- ],
3886
- "attributes": [
3887
- {
3888
- "name": "state",
3889
- "type": {
3890
- "text": "'active' | 'error' | 'success'"
3891
- },
3892
- "default": "'active'",
3893
- "description": "Specify the ProgressBar state",
3894
- "fieldName": "state"
3895
- },
3896
- {
3897
- "name": "size",
3898
- "type": {
3899
- "text": "'sm' | 'md' | 'lg'"
3900
- },
3901
- "default": "'md'",
3902
- "description": "Specify the size of the ProgressBar",
3903
- "fieldName": "size"
3904
- },
3905
- {
3906
- "name": "label",
3907
- "type": {
3908
- "text": "string | undefined | undefined"
3909
- },
3910
- "description": "Provide text for the ProgressBar label",
3911
- "fieldName": "label"
3912
- },
3913
- {
3914
- "name": "helperText",
3915
- "type": {
3916
- "text": "string | undefined | undefined"
3917
- },
3918
- "description": "Specify helperText for ProgressBar. helperText is required for the Error state.",
3919
- "fieldName": "helperText"
3920
- },
3921
- {
3922
- "name": "fullWidth",
3923
- "type": {
3924
- "text": "boolean"
3925
- },
3926
- "default": "false",
3927
- "description": "Specify if the ProgressBar has no corner radius",
3928
- "fieldName": "fullWidth"
3929
- },
3930
- {
3931
- "name": "theme",
3932
- "type": {
3933
- "text": "'light' | 'dark' | undefined"
3934
- },
3935
- "description": "Specify the theme of the ProgressBar. By default it inherits the theme from the parent",
3936
- "fieldName": "theme"
3937
- },
3938
- {
3939
- "name": "value",
3940
- "type": {
3941
- "text": "number | undefined"
3942
- },
3943
- "description": "Specify if a ProgressBar is determinate by setting a value between 0 and 100.",
3944
- "fieldName": "value"
3745
+ "default": "''",
3746
+ "description": "Provide text for the Link",
3747
+ "fieldName": "text"
3945
3748
  },
3946
3749
  {
3947
- "name": "progressbarAriaLabel",
3750
+ "name": "hideUnderline",
3948
3751
  "type": {
3949
- "text": "string | undefined"
3752
+ "text": "boolean"
3950
3753
  },
3951
- "description": "Specify the aria-label for the ProgressBar",
3952
- "fieldName": "progressbarAriaLabel"
3754
+ "default": "false",
3755
+ "description": "Specify if Link displays with an underline",
3756
+ "fieldName": "hideUnderline"
3953
3757
  }
3954
3758
  ],
3955
3759
  "superclass": {
3956
3760
  "name": "LitElement",
3957
3761
  "package": "lit"
3958
3762
  },
3959
- "tagName": "bm-progress-bar",
3763
+ "tagName": "bm-link",
3960
3764
  "customElement": true
3961
3765
  }
3962
3766
  ],
3963
3767
  "exports": [
3964
3768
  {
3965
3769
  "kind": "js",
3966
- "name": "BmProgressBar",
3770
+ "name": "BmLink",
3967
3771
  "declaration": {
3968
- "name": "BmProgressBar",
3969
- "module": "libs/web-components/src/lib/ProgressBar/ProgressBar.ts"
3772
+ "name": "BmLink",
3773
+ "module": "libs/web-components/src/lib/Link/Link.ts"
3970
3774
  }
3971
3775
  },
3972
3776
  {
3973
3777
  "kind": "custom-element-definition",
3974
- "name": "bm-progress-bar",
3778
+ "name": "bm-link",
3975
3779
  "declaration": {
3976
- "name": "BmProgressBar",
3977
- "module": "libs/web-components/src/lib/ProgressBar/ProgressBar.ts"
3780
+ "name": "BmLink",
3781
+ "module": "libs/web-components/src/lib/Link/Link.ts"
3978
3782
  }
3979
3783
  }
3980
3784
  ]
3981
3785
  },
3982
3786
  {
3983
3787
  "kind": "javascript-module",
3984
- "path": "libs/web-components/src/lib/ProgressBar/index.ts",
3788
+ "path": "libs/web-components/src/lib/Link/index.ts",
3985
3789
  "declarations": [],
3986
3790
  "exports": [
3987
3791
  {
@@ -3989,7 +3793,7 @@
3989
3793
  "name": "*",
3990
3794
  "declaration": {
3991
3795
  "name": "*",
3992
- "package": "./ProgressBar"
3796
+ "package": "./Link"
3993
3797
  }
3994
3798
  }
3995
3799
  ]
@@ -4235,6 +4039,202 @@
4235
4039
  }
4236
4040
  ]
4237
4041
  },
4042
+ {
4043
+ "kind": "javascript-module",
4044
+ "path": "libs/web-components/src/lib/ProgressBar/ProgressBar.ts",
4045
+ "declarations": [
4046
+ {
4047
+ "kind": "class",
4048
+ "description": "`bm-progress-bar`\n\n### Attributes:\n- **state** - Specify the ProgressBar state\n- **size** - Specify the size of the ProgressBar\n- **label** - Provide text for the ProgressBar label\n- **helperText** - Specify helperText for ProgressBar. helperText is required for the Error state.\n- **fullWidth** - Specify if the ProgressBar has no corner radius\n- **theme** - Specify the theme of the ProgressBar. By default it inherits the theme from the parent\n- **value** - Specify if a ProgressBar is determinate by setting a value between 0 and 100.\n- **progressbarAriaLabel** - Specify the aria-label for the ProgressBar",
4049
+ "name": "BmProgressBar",
4050
+ "members": [
4051
+ {
4052
+ "kind": "field",
4053
+ "name": "state",
4054
+ "type": {
4055
+ "text": "'active' | 'error' | 'success'"
4056
+ },
4057
+ "default": "'active'",
4058
+ "description": "Specify the ProgressBar state",
4059
+ "attribute": "state"
4060
+ },
4061
+ {
4062
+ "kind": "field",
4063
+ "name": "size",
4064
+ "type": {
4065
+ "text": "'sm' | 'md' | 'lg'"
4066
+ },
4067
+ "default": "'md'",
4068
+ "description": "Specify the size of the ProgressBar",
4069
+ "attribute": "size"
4070
+ },
4071
+ {
4072
+ "kind": "field",
4073
+ "name": "label",
4074
+ "type": {
4075
+ "text": "string | undefined | undefined"
4076
+ },
4077
+ "description": "Provide text for the ProgressBar label",
4078
+ "attribute": "label"
4079
+ },
4080
+ {
4081
+ "kind": "field",
4082
+ "name": "helperText",
4083
+ "type": {
4084
+ "text": "string | undefined | undefined"
4085
+ },
4086
+ "description": "Specify helperText for ProgressBar. helperText is required for the Error state.",
4087
+ "attribute": "helperText"
4088
+ },
4089
+ {
4090
+ "kind": "field",
4091
+ "name": "fullWidth",
4092
+ "type": {
4093
+ "text": "boolean"
4094
+ },
4095
+ "default": "false",
4096
+ "description": "Specify if the ProgressBar has no corner radius",
4097
+ "attribute": "fullWidth"
4098
+ },
4099
+ {
4100
+ "kind": "field",
4101
+ "name": "theme",
4102
+ "type": {
4103
+ "text": "'light' | 'dark' | undefined"
4104
+ },
4105
+ "description": "Specify the theme of the ProgressBar. By default it inherits the theme from the parent",
4106
+ "attribute": "theme"
4107
+ },
4108
+ {
4109
+ "kind": "field",
4110
+ "name": "value",
4111
+ "type": {
4112
+ "text": "number | undefined"
4113
+ },
4114
+ "description": "Specify if a ProgressBar is determinate by setting a value between 0 and 100.",
4115
+ "attribute": "value"
4116
+ },
4117
+ {
4118
+ "kind": "field",
4119
+ "name": "progressbarAriaLabel",
4120
+ "type": {
4121
+ "text": "string | undefined"
4122
+ },
4123
+ "description": "Specify the aria-label for the ProgressBar",
4124
+ "attribute": "progressbarAriaLabel"
4125
+ }
4126
+ ],
4127
+ "attributes": [
4128
+ {
4129
+ "name": "state",
4130
+ "type": {
4131
+ "text": "'active' | 'error' | 'success'"
4132
+ },
4133
+ "default": "'active'",
4134
+ "description": "Specify the ProgressBar state",
4135
+ "fieldName": "state"
4136
+ },
4137
+ {
4138
+ "name": "size",
4139
+ "type": {
4140
+ "text": "'sm' | 'md' | 'lg'"
4141
+ },
4142
+ "default": "'md'",
4143
+ "description": "Specify the size of the ProgressBar",
4144
+ "fieldName": "size"
4145
+ },
4146
+ {
4147
+ "name": "label",
4148
+ "type": {
4149
+ "text": "string | undefined | undefined"
4150
+ },
4151
+ "description": "Provide text for the ProgressBar label",
4152
+ "fieldName": "label"
4153
+ },
4154
+ {
4155
+ "name": "helperText",
4156
+ "type": {
4157
+ "text": "string | undefined | undefined"
4158
+ },
4159
+ "description": "Specify helperText for ProgressBar. helperText is required for the Error state.",
4160
+ "fieldName": "helperText"
4161
+ },
4162
+ {
4163
+ "name": "fullWidth",
4164
+ "type": {
4165
+ "text": "boolean"
4166
+ },
4167
+ "default": "false",
4168
+ "description": "Specify if the ProgressBar has no corner radius",
4169
+ "fieldName": "fullWidth"
4170
+ },
4171
+ {
4172
+ "name": "theme",
4173
+ "type": {
4174
+ "text": "'light' | 'dark' | undefined"
4175
+ },
4176
+ "description": "Specify the theme of the ProgressBar. By default it inherits the theme from the parent",
4177
+ "fieldName": "theme"
4178
+ },
4179
+ {
4180
+ "name": "value",
4181
+ "type": {
4182
+ "text": "number | undefined"
4183
+ },
4184
+ "description": "Specify if a ProgressBar is determinate by setting a value between 0 and 100.",
4185
+ "fieldName": "value"
4186
+ },
4187
+ {
4188
+ "name": "progressbarAriaLabel",
4189
+ "type": {
4190
+ "text": "string | undefined"
4191
+ },
4192
+ "description": "Specify the aria-label for the ProgressBar",
4193
+ "fieldName": "progressbarAriaLabel"
4194
+ }
4195
+ ],
4196
+ "superclass": {
4197
+ "name": "LitElement",
4198
+ "package": "lit"
4199
+ },
4200
+ "tagName": "bm-progress-bar",
4201
+ "customElement": true
4202
+ }
4203
+ ],
4204
+ "exports": [
4205
+ {
4206
+ "kind": "js",
4207
+ "name": "BmProgressBar",
4208
+ "declaration": {
4209
+ "name": "BmProgressBar",
4210
+ "module": "libs/web-components/src/lib/ProgressBar/ProgressBar.ts"
4211
+ }
4212
+ },
4213
+ {
4214
+ "kind": "custom-element-definition",
4215
+ "name": "bm-progress-bar",
4216
+ "declaration": {
4217
+ "name": "BmProgressBar",
4218
+ "module": "libs/web-components/src/lib/ProgressBar/ProgressBar.ts"
4219
+ }
4220
+ }
4221
+ ]
4222
+ },
4223
+ {
4224
+ "kind": "javascript-module",
4225
+ "path": "libs/web-components/src/lib/ProgressBar/index.ts",
4226
+ "declarations": [],
4227
+ "exports": [
4228
+ {
4229
+ "kind": "js",
4230
+ "name": "*",
4231
+ "declaration": {
4232
+ "name": "*",
4233
+ "package": "./ProgressBar"
4234
+ }
4235
+ }
4236
+ ]
4237
+ },
4238
4238
  {
4239
4239
  "kind": "javascript-module",
4240
4240
  "path": "libs/web-components/src/lib/SegmentedControl/SegmentedControl.context.ts",
@@ -5208,7 +5208,7 @@
5208
5208
  "declarations": [
5209
5209
  {
5210
5210
  "kind": "class",
5211
- "description": "### Attributes:\n- **placeholder** - Specify placeholder text for TextField\n- **required** - Specify if TextField is a required input\n- **hideRequiredMarker** - Specify if the TextField displays with an asterisk\n- **error** - Specify error text and display error state of a TextField\n- **readOnly** - Specify if TextField displays in a read-only state\n- **disabled** - Specify if TextField displays in a disabled state\n- **fluid** - Specify if TextField is fluid\n- **width** - Specify the width of TextField\n- **ellipse** - Specify if overflow displays ellipsis\n- **theme** - Specify the theme of the TextField. By default it inherits the theme from the parent\n- **type** - Specify the input type (e.g. text, email, password, number, tel, url)\n- **inputMode** - Specify the virtual keyboard type for mobile browsers (e.g. numeric, tel, url)",
5211
+ "description": "### Attributes:\n- **placeholder** - Specify placeholder text for TextField\n- **required** - Specify if TextField is a required input\n- **hideRequiredMarker** - Specify if the TextField displays with an asterisk\n- **error** - Specify error text and display error state of a TextField\n- **readOnly** - Specify if TextField displays in a read-only state\n- **disabled** - Specify if TextField displays in a disabled state\n- **fluid** - Specify if TextField is fluid\n- **size** - Specify the size of TextField\n- **width** - Specify the width of TextField\n- **ellipse** - Specify if overflow displays ellipsis\n- **theme** - Specify the theme of the TextField. By default it inherits the theme from the parent\n- **type** - Specify the input type (e.g. text, email, password, number, tel, url)\n- **inputMode** - Specify the virtual keyboard type for mobile browsers (e.g. numeric, tel, url)",
5212
5212
  "name": "BmTextField",
5213
5213
  "slots": [
5214
5214
  {
@@ -5297,6 +5297,16 @@
5297
5297
  "description": "Specify if TextField is fluid",
5298
5298
  "attribute": "fluid"
5299
5299
  },
5300
+ {
5301
+ "kind": "field",
5302
+ "name": "size",
5303
+ "type": {
5304
+ "text": "'sm' | 'md' | 'lg'"
5305
+ },
5306
+ "default": "defaultInputSize",
5307
+ "description": "Specify the size of TextField",
5308
+ "attribute": "size"
5309
+ },
5300
5310
  {
5301
5311
  "kind": "field",
5302
5312
  "name": "width",
@@ -5543,6 +5553,15 @@
5543
5553
  "description": "Specify if TextField is fluid",
5544
5554
  "fieldName": "fluid"
5545
5555
  },
5556
+ {
5557
+ "name": "size",
5558
+ "type": {
5559
+ "text": "'sm' | 'md' | 'lg'"
5560
+ },
5561
+ "default": "defaultInputSize",
5562
+ "description": "Specify the size of TextField",
5563
+ "fieldName": "size"
5564
+ },
5546
5565
  {
5547
5566
  "name": "width",
5548
5567
  "type": {
@@ -8367,7 +8386,7 @@
8367
8386
  "declarations": [
8368
8387
  {
8369
8388
  "kind": "class",
8370
- "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- **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",
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",
8371
8390
  "name": "BmNativeSelect",
8372
8391
  "slots": [
8373
8392
  {
@@ -8433,6 +8452,16 @@
8433
8452
  "description": "Specify if NativeSelect is fluid",
8434
8453
  "attribute": "fluid"
8435
8454
  },
8455
+ {
8456
+ "kind": "field",
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
+ },
8436
8465
  {
8437
8466
  "kind": "field",
8438
8467
  "name": "width",
@@ -8652,6 +8681,15 @@
8652
8681
  "description": "Specify if NativeSelect is fluid",
8653
8682
  "fieldName": "fluid"
8654
8683
  },
8684
+ {
8685
+ "name": "size",
8686
+ "type": {
8687
+ "text": "'sm' | 'md' | 'lg'"
8688
+ },
8689
+ "default": "defaultInputSize",
8690
+ "description": "Specify the size of NativeSelect",
8691
+ "fieldName": "size"
8692
+ },
8655
8693
  {
8656
8694
  "name": "width",
8657
8695
  "type": {