@viasat/beam-web-components 2.70.0 → 2.71.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@viasat/beam-web-components",
3
- "version": "2.70.0",
3
+ "version": "2.71.0",
4
4
  "description": "Framework-agnostic web components for the Beam Design System built with Lit, compatible with Angular, Vue, Svelte, and vanilla JavaScript",
5
5
  "license": "MIT",
6
6
  "author": "Viasat",
@@ -64,11 +64,11 @@
64
64
  "access": "public"
65
65
  },
66
66
  "dependencies": {
67
- "@viasat/beam-fonts": "2.70.0",
68
- "@viasat/beam-shared": "2.70.0",
69
- "@viasat/beam-styles": "2.70.0",
70
- "@viasat/beam-tokens": "2.70.0",
71
- "@viasat/beam-icons": "2.70.0",
67
+ "@viasat/beam-fonts": "2.71.0",
68
+ "@viasat/beam-shared": "2.71.0",
69
+ "@viasat/beam-styles": "2.71.0",
70
+ "@viasat/beam-tokens": "2.71.0",
71
+ "@viasat/beam-icons": "2.71.0",
72
72
  "clsx": "^1.2.1",
73
73
  "lit": "^3.1.0",
74
74
  "@lit/context": "^1.1.1",
@@ -61,6 +61,104 @@
61
61
  }
62
62
  ]
63
63
  },
64
+ {
65
+ "name": "bm-avatar",
66
+ "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** \n---\n\n\n### **Slots:**\n - **icon** - Customize the default icon",
67
+ "attributes": [
68
+ {
69
+ "name": "appearance",
70
+ "description": "Specify the appearance of the Avatar",
71
+ "values": [{ "name": "accent" }, { "name": "neutral" }]
72
+ },
73
+ {
74
+ "name": "name",
75
+ "description": "Specify a name to display initials in the Avatar",
76
+ "values": []
77
+ },
78
+ {
79
+ "name": "src",
80
+ "description": "Pass an image to the Avatar",
81
+ "values": []
82
+ },
83
+ { "name": "alt", "description": "Specify alt for image", "values": [] },
84
+ {
85
+ "name": "size",
86
+ "description": "Specify the size of the Avatar",
87
+ "values": [
88
+ { "name": "xs" },
89
+ { "name": "sm" },
90
+ { "name": "md" },
91
+ { "name": "lg" },
92
+ { "name": "xl" }
93
+ ]
94
+ },
95
+ {
96
+ "name": "disabled",
97
+ "description": "Specify if the Avatar is disabled",
98
+ "values": []
99
+ },
100
+ {
101
+ "name": "shape",
102
+ "description": "Specify the shape of the Avatar",
103
+ "values": [{ "name": "circle" }, { "name": "square" }]
104
+ },
105
+ {
106
+ "name": "isInteractive",
107
+ "description": "If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer",
108
+ "values": []
109
+ },
110
+ {
111
+ "name": "isFocusable",
112
+ "description": "If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable",
113
+ "values": []
114
+ },
115
+ { "name": "withBorder", "values": [] }
116
+ ],
117
+ "references": [
118
+ {
119
+ "name": "Storybook",
120
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-avatar"
121
+ }
122
+ ]
123
+ },
124
+ {
125
+ "name": "bm-avatar-group",
126
+ "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.\n---\n\n\n### **Slots:**\n - **default** - Add Avatars to create a group",
127
+ "attributes": [
128
+ {
129
+ "name": "wrapping",
130
+ "description": "Specify if the AvatarGroup wraps",
131
+ "values": []
132
+ },
133
+ {
134
+ "name": "maxCount",
135
+ "description": "Specify the max number of avatars displayed in the group.",
136
+ "values": []
137
+ },
138
+ {
139
+ "name": "size",
140
+ "description": "Specify the size of all Avatars",
141
+ "values": [
142
+ { "name": "xs" },
143
+ { "name": "sm" },
144
+ { "name": "md" },
145
+ { "name": "lg" },
146
+ { "name": "xl" }
147
+ ]
148
+ },
149
+ {
150
+ "name": "layout",
151
+ "description": "Specify the kind of the group.",
152
+ "values": [{ "name": "stacked" }, { "name": "spaced" }]
153
+ }
154
+ ],
155
+ "references": [
156
+ {
157
+ "name": "Storybook",
158
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-avatar"
159
+ }
160
+ ]
161
+ },
64
162
  {
65
163
  "name": "bm-badge",
66
164
  "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\n---\n\n\n### **Slots:**\n - **default** - Provide text for the Badge\n- **icon** - Specify a different icon for the Badge",
@@ -142,6 +240,140 @@
142
240
  }
143
241
  ]
144
242
  },
243
+ {
244
+ "name": "bm-alert",
245
+ "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\n---\n\n\n### **Events:**\n - **bm-dismiss** - Dispatched when the Alert has been dismissed\n\n### **Slots:**\n - **icon** - Specify a different icon for the Alert\n- **heading** - Specify the heading text for Alert or pass the `heading` attribute to set the heading\n- **body** - Specify the body text for Alert or pass the `body` attribute to set the body\n- **actions** - Specify if actions display on the Alert",
246
+ "attributes": [
247
+ {
248
+ "name": "heading",
249
+ "description": "Specify the heading text for Alert",
250
+ "values": []
251
+ },
252
+ {
253
+ "name": "body",
254
+ "description": "Specify the body text for Alert",
255
+ "values": []
256
+ },
257
+ {
258
+ "name": "size",
259
+ "description": "Specify the size of the Alert",
260
+ "values": [{ "name": "sm" }, { "name": "md" }]
261
+ },
262
+ {
263
+ "name": "fullWidth",
264
+ "description": "Specify if the Alert has no border radius",
265
+ "values": []
266
+ },
267
+ {
268
+ "name": "theme",
269
+ "description": "Specify the theme of the Alert. By default it inherits the theme from the parent",
270
+ "values": [{ "name": "light" }, { "name": "dark" }]
271
+ },
272
+ {
273
+ "name": "appearance",
274
+ "description": "Specify the appearance of the Alert",
275
+ "values": [
276
+ { "name": "infoPrimary" },
277
+ { "name": "infoSecondary" },
278
+ { "name": "positive" },
279
+ { "name": "warning" },
280
+ { "name": "negative" }
281
+ ]
282
+ },
283
+ {
284
+ "name": "hidden",
285
+ "description": "Specify if the Alert is hidden",
286
+ "values": []
287
+ },
288
+ {
289
+ "name": "hideIcon",
290
+ "description": "Specify if the icon displays on the Alert",
291
+ "values": []
292
+ },
293
+ {
294
+ "name": "dismissible",
295
+ "description": "Specify if the Alert can be dismissed",
296
+ "values": []
297
+ },
298
+ {
299
+ "name": "disableAutoFocus",
300
+ "description": "Prevent autofocus on show",
301
+ "values": []
302
+ },
303
+ {
304
+ "name": "disableCloseOnEscape",
305
+ "description": "Prevent Escape from closing",
306
+ "values": []
307
+ }
308
+ ],
309
+ "references": [
310
+ {
311
+ "name": "Storybook",
312
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-alert"
313
+ }
314
+ ]
315
+ },
316
+ {
317
+ "name": "bm-breadcrumb",
318
+ "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\n---\n\n\n### **Slots:**\n - **default** - Pass items to the Breadcrumb",
319
+ "attributes": [
320
+ {
321
+ "name": "wrap",
322
+ "description": "Specify if items wrap or collapse to an ellipsis",
323
+ "values": []
324
+ },
325
+ {
326
+ "name": "itemsBeforeCollapse",
327
+ "description": "Specify how many items show before ellipsis",
328
+ "values": []
329
+ },
330
+ {
331
+ "name": "itemsAfterCollapse",
332
+ "description": "Specify how many items show after ellipsis",
333
+ "values": []
334
+ },
335
+ {
336
+ "name": "theme",
337
+ "description": "Specify the theme of the Breadcrumbs. By default, it inherits the theme from the parent",
338
+ "values": [{ "name": "light" }, { "name": "dark" }]
339
+ }
340
+ ],
341
+ "references": [
342
+ {
343
+ "name": "Storybook",
344
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-breadcrumb"
345
+ }
346
+ ]
347
+ },
348
+ {
349
+ "name": "bm-breadcrumb-item",
350
+ "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** \n---\n\n\n### **Slots:**\n - **default** - Pass text to an item\n- **icon** - Pass icon to an item",
351
+ "attributes": [
352
+ { "name": "href", "description": "Pass href to an item", "values": [] },
353
+ {
354
+ "name": "clickable",
355
+ "description": "Specify if the item is interactive without an href",
356
+ "values": []
357
+ },
358
+ {
359
+ "name": "truncationWidth",
360
+ "description": "Specify truncation width of the items. Sets max-width for all items but the last.",
361
+ "values": []
362
+ },
363
+ {
364
+ "name": "isCurrent",
365
+ "description": "Specify explicitly if the item is the last one",
366
+ "values": []
367
+ },
368
+ { "name": "isCollapsed", "values": [] }
369
+ ],
370
+ "references": [
371
+ {
372
+ "name": "Storybook",
373
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-breadcrumb"
374
+ }
375
+ ]
376
+ },
145
377
  {
146
378
  "name": "bm-box",
147
379
  "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\n---\n\n\n### **Slots:**\n - **default** - Provide content for the Box",
@@ -546,79 +778,18 @@
546
778
  ]
547
779
  },
548
780
  {
549
- "name": "bm-breadcrumb",
550
- "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\n---\n\n\n### **Slots:**\n - **default** - Pass items to the Breadcrumb",
781
+ "name": "bm-button",
782
+ "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** \n---\n\n\n### **Slots:**\n - **default** - Provide content for the Button\n- **iconBefore** - Specify if the Button displays icon before the text\n- **iconAfter** - Specify if the Button displays icon after the text",
551
783
  "attributes": [
552
784
  {
553
- "name": "wrap",
554
- "description": "Specify if items wrap or collapse to an ellipsis",
555
- "values": []
556
- },
557
- {
558
- "name": "itemsBeforeCollapse",
559
- "description": "Specify how many items show before ellipsis",
560
- "values": []
561
- },
562
- {
563
- "name": "itemsAfterCollapse",
564
- "description": "Specify how many items show after ellipsis",
565
- "values": []
566
- },
567
- {
568
- "name": "theme",
569
- "description": "Specify the theme of the Breadcrumbs. By default, it inherits the theme from the parent",
570
- "values": [{ "name": "light" }, { "name": "dark" }]
571
- }
572
- ],
573
- "references": [
574
- {
575
- "name": "Storybook",
576
- "url": "https://web-components.beam.viasat.com/?path=/docs/components-breadcrumb"
577
- }
578
- ]
579
- },
580
- {
581
- "name": "bm-breadcrumb-item",
582
- "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** \n---\n\n\n### **Slots:**\n - **default** - Pass text to an item\n- **icon** - Pass icon to an item",
583
- "attributes": [
584
- { "name": "href", "description": "Pass href to an item", "values": [] },
585
- {
586
- "name": "clickable",
587
- "description": "Specify if the item is interactive without an href",
588
- "values": []
589
- },
590
- {
591
- "name": "truncationWidth",
592
- "description": "Specify truncation width of the items. Sets max-width for all items but the last.",
593
- "values": []
594
- },
595
- {
596
- "name": "isCurrent",
597
- "description": "Specify explicitly if the item is the last one",
598
- "values": []
599
- },
600
- { "name": "isCollapsed", "values": [] }
601
- ],
602
- "references": [
603
- {
604
- "name": "Storybook",
605
- "url": "https://web-components.beam.viasat.com/?path=/docs/components-breadcrumb"
606
- }
607
- ]
608
- },
609
- {
610
- "name": "bm-button",
611
- "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** \n---\n\n\n### **Slots:**\n - **default** - Provide content for the Button\n- **iconBefore** - Specify if the Button displays icon before the text\n- **iconAfter** - Specify if the Button displays icon after the text",
612
- "attributes": [
613
- {
614
- "name": "appearance",
615
- "description": "Specify the appearance of a Button",
616
- "values": [
617
- { "name": "accent" },
618
- { "name": "neutral" },
619
- { "name": "neutral-subtle" },
620
- { "name": "destructive" }
621
- ]
785
+ "name": "appearance",
786
+ "description": "Specify the appearance of a Button",
787
+ "values": [
788
+ { "name": "accent" },
789
+ { "name": "neutral" },
790
+ { "name": "neutral-subtle" },
791
+ { "name": "destructive" }
792
+ ]
622
793
  },
623
794
  {
624
795
  "name": "kind",
@@ -674,177 +845,6 @@
674
845
  }
675
846
  ]
676
847
  },
677
- {
678
- "name": "bm-alert",
679
- "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\n---\n\n\n### **Events:**\n - **bm-dismiss** - Dispatched when the Alert has been dismissed\n\n### **Slots:**\n - **icon** - Specify a different icon for the Alert\n- **heading** - Specify the heading text for Alert or pass the `heading` attribute to set the heading\n- **body** - Specify the body text for Alert or pass the `body` attribute to set the body\n- **actions** - Specify if actions display on the Alert",
680
- "attributes": [
681
- {
682
- "name": "heading",
683
- "description": "Specify the heading text for Alert",
684
- "values": []
685
- },
686
- {
687
- "name": "body",
688
- "description": "Specify the body text for Alert",
689
- "values": []
690
- },
691
- {
692
- "name": "size",
693
- "description": "Specify the size of the Alert",
694
- "values": [{ "name": "sm" }, { "name": "md" }]
695
- },
696
- {
697
- "name": "fullWidth",
698
- "description": "Specify if the Alert has no border radius",
699
- "values": []
700
- },
701
- {
702
- "name": "theme",
703
- "description": "Specify the theme of the Alert. By default it inherits the theme from the parent",
704
- "values": [{ "name": "light" }, { "name": "dark" }]
705
- },
706
- {
707
- "name": "appearance",
708
- "description": "Specify the appearance of the Alert",
709
- "values": [
710
- { "name": "infoPrimary" },
711
- { "name": "infoSecondary" },
712
- { "name": "positive" },
713
- { "name": "warning" },
714
- { "name": "negative" }
715
- ]
716
- },
717
- {
718
- "name": "hidden",
719
- "description": "Specify if the Alert is hidden",
720
- "values": []
721
- },
722
- {
723
- "name": "hideIcon",
724
- "description": "Specify if the icon displays on the Alert",
725
- "values": []
726
- },
727
- {
728
- "name": "dismissible",
729
- "description": "Specify if the Alert can be dismissed",
730
- "values": []
731
- },
732
- {
733
- "name": "disableAutoFocus",
734
- "description": "Prevent autofocus on show",
735
- "values": []
736
- },
737
- {
738
- "name": "disableCloseOnEscape",
739
- "description": "Prevent Escape from closing",
740
- "values": []
741
- }
742
- ],
743
- "references": [
744
- {
745
- "name": "Storybook",
746
- "url": "https://web-components.beam.viasat.com/?path=/docs/components-alert"
747
- }
748
- ]
749
- },
750
- {
751
- "name": "bm-avatar",
752
- "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** \n---\n\n\n### **Slots:**\n - **icon** - Customize the default icon",
753
- "attributes": [
754
- {
755
- "name": "appearance",
756
- "description": "Specify the appearance of the Avatar",
757
- "values": [{ "name": "accent" }, { "name": "neutral" }]
758
- },
759
- {
760
- "name": "name",
761
- "description": "Specify a name to display initials in the Avatar",
762
- "values": []
763
- },
764
- {
765
- "name": "src",
766
- "description": "Pass an image to the Avatar",
767
- "values": []
768
- },
769
- { "name": "alt", "description": "Specify alt for image", "values": [] },
770
- {
771
- "name": "size",
772
- "description": "Specify the size of the Avatar",
773
- "values": [
774
- { "name": "xs" },
775
- { "name": "sm" },
776
- { "name": "md" },
777
- { "name": "lg" },
778
- { "name": "xl" }
779
- ]
780
- },
781
- {
782
- "name": "disabled",
783
- "description": "Specify if the Avatar is disabled",
784
- "values": []
785
- },
786
- {
787
- "name": "shape",
788
- "description": "Specify the shape of the Avatar",
789
- "values": [{ "name": "circle" }, { "name": "square" }]
790
- },
791
- {
792
- "name": "isInteractive",
793
- "description": "If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer",
794
- "values": []
795
- },
796
- {
797
- "name": "isFocusable",
798
- "description": "If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable",
799
- "values": []
800
- },
801
- { "name": "withBorder", "values": [] }
802
- ],
803
- "references": [
804
- {
805
- "name": "Storybook",
806
- "url": "https://web-components.beam.viasat.com/?path=/docs/components-avatar"
807
- }
808
- ]
809
- },
810
- {
811
- "name": "bm-avatar-group",
812
- "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.\n---\n\n\n### **Slots:**\n - **default** - Add Avatars to create a group",
813
- "attributes": [
814
- {
815
- "name": "wrapping",
816
- "description": "Specify if the AvatarGroup wraps",
817
- "values": []
818
- },
819
- {
820
- "name": "maxCount",
821
- "description": "Specify the max number of avatars displayed in the group.",
822
- "values": []
823
- },
824
- {
825
- "name": "size",
826
- "description": "Specify the size of all Avatars",
827
- "values": [
828
- { "name": "xs" },
829
- { "name": "sm" },
830
- { "name": "md" },
831
- { "name": "lg" },
832
- { "name": "xl" }
833
- ]
834
- },
835
- {
836
- "name": "layout",
837
- "description": "Specify the kind of the group.",
838
- "values": [{ "name": "stacked" }, { "name": "spaced" }]
839
- }
840
- ],
841
- "references": [
842
- {
843
- "name": "Storybook",
844
- "url": "https://web-components.beam.viasat.com/?path=/docs/components-avatar"
845
- }
846
- ]
847
- },
848
848
  {
849
849
  "name": "bm-close-button",
850
850
  "description": "`bm-close-button`\n\n### Attributes:\n- **size** - Specify the size of the CloseButton\n- **disabled** - Specify if the CloseButton is disabled\n---\n",
@@ -989,6 +989,53 @@
989
989
  }
990
990
  ]
991
991
  },
992
+ {
993
+ "name": "bm-helper-text",
994
+ "description": "### Attributes:\n- **appearance** - Specify the appearance of the HelperText\n- **size** - Specify the size of the HelperText\n- **disabled** - Specify if the message is disabled for HelpText\n- **hideIcon** - Specify if the icon displays on the HelperText\n- **text** - Add or customize content in the HelperText\n- **theme** - Specify the theme of the HelperText. By default it inherits the theme from the parent\n---\n\n\n### **Slots:**\n - **default** - Add or customize content in the HelperText\n- **icon** - Specify a different icon for the HelperText",
995
+ "attributes": [
996
+ {
997
+ "name": "appearance",
998
+ "description": "Specify the appearance of the HelperText",
999
+ "values": [
1000
+ { "name": "positive" },
1001
+ { "name": "warning" },
1002
+ { "name": "negative" },
1003
+ { "name": "info" }
1004
+ ]
1005
+ },
1006
+ {
1007
+ "name": "size",
1008
+ "description": "Specify the size of the HelperText",
1009
+ "values": [{ "name": "sm" }, { "name": "md" }]
1010
+ },
1011
+ {
1012
+ "name": "disabled",
1013
+ "description": "Specify if the message is disabled for HelpText",
1014
+ "values": []
1015
+ },
1016
+ {
1017
+ "name": "hideIcon",
1018
+ "description": "Specify if the icon displays on the HelperText",
1019
+ "values": []
1020
+ },
1021
+ {
1022
+ "name": "text",
1023
+ "description": "Add or customize content in the HelperText",
1024
+ "values": []
1025
+ },
1026
+ {
1027
+ "name": "theme",
1028
+ "description": "Specify the theme of the HelperText. By default it inherits the theme from the parent",
1029
+ "values": [{ "name": "light" }, { "name": "dark" }]
1030
+ }
1031
+ ],
1032
+ "references": [
1033
+ {
1034
+ "name": "Storybook",
1035
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-helpertext"
1036
+ }
1037
+ ]
1038
+ },
992
1039
  {
993
1040
  "name": "bm-icon",
994
1041
  "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\n---\n\n\n### **Slots:**\n - **default** - Specify which Icon to display",
@@ -1042,53 +1089,6 @@
1042
1089
  }
1043
1090
  ]
1044
1091
  },
1045
- {
1046
- "name": "bm-helper-text",
1047
- "description": "### Attributes:\n- **appearance** - Specify the appearance of the HelperText\n- **size** - Specify the size of the HelperText\n- **disabled** - Specify if the message is disabled for HelpText\n- **hideIcon** - Specify if the icon displays on the HelperText\n- **text** - Add or customize content in the HelperText\n- **theme** - Specify the theme of the HelperText. By default it inherits the theme from the parent\n---\n\n\n### **Slots:**\n - **default** - Add or customize content in the HelperText\n- **icon** - Specify a different icon for the HelperText",
1048
- "attributes": [
1049
- {
1050
- "name": "appearance",
1051
- "description": "Specify the appearance of the HelperText",
1052
- "values": [
1053
- { "name": "positive" },
1054
- { "name": "warning" },
1055
- { "name": "negative" },
1056
- { "name": "info" }
1057
- ]
1058
- },
1059
- {
1060
- "name": "size",
1061
- "description": "Specify the size of the HelperText",
1062
- "values": [{ "name": "sm" }, { "name": "md" }]
1063
- },
1064
- {
1065
- "name": "disabled",
1066
- "description": "Specify if the message is disabled for HelpText",
1067
- "values": []
1068
- },
1069
- {
1070
- "name": "hideIcon",
1071
- "description": "Specify if the icon displays on the HelperText",
1072
- "values": []
1073
- },
1074
- {
1075
- "name": "text",
1076
- "description": "Add or customize content in the HelperText",
1077
- "values": []
1078
- },
1079
- {
1080
- "name": "theme",
1081
- "description": "Specify the theme of the HelperText. By default it inherits the theme from the parent",
1082
- "values": [{ "name": "light" }, { "name": "dark" }]
1083
- }
1084
- ],
1085
- "references": [
1086
- {
1087
- "name": "Storybook",
1088
- "url": "https://web-components.beam.viasat.com/?path=/docs/components-helpertext"
1089
- }
1090
- ]
1091
- },
1092
1092
  {
1093
1093
  "name": "bm-input-choice-group",
1094
1094
  "description": "`bm-input-choice-group`\n\n### Attributes:\n- **theme** - Specify the theme of the InputChoiceGroup. By default it inherits the theme from the parent\n- **layout** - Specify InputChoiceGroup orientation\n\n**Deprecated**: use `orientation` and `fluid` instead\n- **orientation** - Specify InputChoiceGroup orientation\n- **fluid** - Specify if InputChoiceGroup should take the full width of its container\n- **required** - Specify if InputChoiceGroup is a required input\n- **hideRequiredMarker** - Specify if the InputChoiceGroup displays with an asterisk\n- **error** - Specify error text and display error state of a InputChoiceGroup\n- **readOnly** - Specify if InputChoiceGroup displays in a read-only state\n- **disabled** - Specify if InputChoiceGroup displays in a disabled state\n---\n\n\n### **Slots:**\n - **label** - Add label text to the InputChoiceGroup\n- **helperText** - Add helper text to the InputChoiceGroup",