@viasat/beam-web-components 2.64.0 → 2.66.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.
@@ -61,185 +61,6 @@
61
61
  }
62
62
  ]
63
63
  },
64
- {
65
- "name": "bm-badge",
66
- "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",
67
- "attributes": [
68
- {
69
- "name": "appearance",
70
- "description": "Specify the appearance of the Badge",
71
- "values": [
72
- { "name": "infoPrimary" },
73
- { "name": "infoSecondary" },
74
- { "name": "positive" },
75
- { "name": "warning" },
76
- { "name": "negative" }
77
- ]
78
- },
79
- {
80
- "name": "theme",
81
- "description": "Theme of the Badge",
82
- "values": [{ "name": "light" }, { "name": "dark" }]
83
- },
84
- {
85
- "name": "size",
86
- "description": "Specify the size of the Badge",
87
- "values": [{ "name": "sm" }, { "name": "md" }]
88
- },
89
- {
90
- "name": "emphasis",
91
- "description": "Specify the emphasis of the Badge",
92
- "values": [
93
- { "name": "strong" },
94
- { "name": "medium" },
95
- { "name": "subtle" }
96
- ]
97
- },
98
- { "name": "hideIcon", "description": "Hides Badge icon", "values": [] }
99
- ],
100
- "references": [
101
- {
102
- "name": "Storybook",
103
- "url": "https://web-components.beam.viasat.com/?path=/docs/components-badge"
104
- }
105
- ]
106
- },
107
- {
108
- "name": "bm-badge-dot",
109
- "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\n---\n\n\n### **Slots:**\n - **default** - Provide text for the BadgeDot",
110
- "attributes": [
111
- {
112
- "name": "theme",
113
- "description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
114
- "values": [{ "name": "light" }, { "name": "dark" }]
115
- },
116
- {
117
- "name": "appearance",
118
- "description": "Specify the appearance of the BadgeDot",
119
- "values": [
120
- { "name": "infoPrimary" },
121
- { "name": "infoSecondary" },
122
- { "name": "positive" },
123
- { "name": "warning" },
124
- { "name": "negative" }
125
- ]
126
- },
127
- {
128
- "name": "emphasis",
129
- "description": "Specify the emphasis of the BadgeDot",
130
- "values": [{ "name": "strong" }, { "name": "subtle" }]
131
- },
132
- {
133
- "name": "overrideDotColor",
134
- "description": "Overrides default dot color",
135
- "values": []
136
- }
137
- ],
138
- "references": [
139
- {
140
- "name": "Storybook",
141
- "url": "https://web-components.beam.viasat.com/?path=/docs/components-badgedot"
142
- }
143
- ]
144
- },
145
- {
146
- "name": "bm-avatar",
147
- "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",
148
- "attributes": [
149
- {
150
- "name": "appearance",
151
- "description": "Specify the appearance of the Avatar",
152
- "values": [{ "name": "accent" }, { "name": "neutral" }]
153
- },
154
- {
155
- "name": "name",
156
- "description": "Specify a name to display initials in the Avatar",
157
- "values": []
158
- },
159
- {
160
- "name": "src",
161
- "description": "Pass an image to the Avatar",
162
- "values": []
163
- },
164
- { "name": "alt", "description": "Specify alt for image", "values": [] },
165
- {
166
- "name": "size",
167
- "description": "Specify the size of the Avatar",
168
- "values": [
169
- { "name": "xs" },
170
- { "name": "sm" },
171
- { "name": "md" },
172
- { "name": "lg" },
173
- { "name": "xl" }
174
- ]
175
- },
176
- {
177
- "name": "disabled",
178
- "description": "Specify if the Avatar is disabled",
179
- "values": []
180
- },
181
- {
182
- "name": "shape",
183
- "description": "Specify the shape of the Avatar",
184
- "values": [{ "name": "circle" }, { "name": "square" }]
185
- },
186
- {
187
- "name": "isInteractive",
188
- "description": "If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer",
189
- "values": []
190
- },
191
- {
192
- "name": "isFocusable",
193
- "description": "If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable",
194
- "values": []
195
- },
196
- { "name": "withBorder", "values": [] }
197
- ],
198
- "references": [
199
- {
200
- "name": "Storybook",
201
- "url": "https://web-components.beam.viasat.com/?path=/docs/components-avatar"
202
- }
203
- ]
204
- },
205
- {
206
- "name": "bm-avatar-group",
207
- "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",
208
- "attributes": [
209
- {
210
- "name": "wrapping",
211
- "description": "Specify if the AvatarGroup wraps",
212
- "values": []
213
- },
214
- {
215
- "name": "maxCount",
216
- "description": "Specify the max number of avatars displayed in the group.",
217
- "values": []
218
- },
219
- {
220
- "name": "size",
221
- "description": "Specify the size of all Avatars",
222
- "values": [
223
- { "name": "xs" },
224
- { "name": "sm" },
225
- { "name": "md" },
226
- { "name": "lg" },
227
- { "name": "xl" }
228
- ]
229
- },
230
- {
231
- "name": "layout",
232
- "description": "Specify the kind of the group.",
233
- "values": [{ "name": "stacked" }, { "name": "spaced" }]
234
- }
235
- ],
236
- "references": [
237
- {
238
- "name": "Storybook",
239
- "url": "https://web-components.beam.viasat.com/?path=/docs/components-avatar"
240
- }
241
- ]
242
- },
243
64
  {
244
65
  "name": "bm-alert",
245
66
  "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",
@@ -313,6 +134,49 @@
313
134
  }
314
135
  ]
315
136
  },
137
+ {
138
+ "name": "bm-badge",
139
+ "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",
140
+ "attributes": [
141
+ {
142
+ "name": "appearance",
143
+ "description": "Specify the appearance of the Badge",
144
+ "values": [
145
+ { "name": "infoPrimary" },
146
+ { "name": "infoSecondary" },
147
+ { "name": "positive" },
148
+ { "name": "warning" },
149
+ { "name": "negative" }
150
+ ]
151
+ },
152
+ {
153
+ "name": "theme",
154
+ "description": "Theme of the Badge",
155
+ "values": [{ "name": "light" }, { "name": "dark" }]
156
+ },
157
+ {
158
+ "name": "size",
159
+ "description": "Specify the size of the Badge",
160
+ "values": [{ "name": "sm" }, { "name": "md" }]
161
+ },
162
+ {
163
+ "name": "emphasis",
164
+ "description": "Specify the emphasis of the Badge",
165
+ "values": [
166
+ { "name": "strong" },
167
+ { "name": "medium" },
168
+ { "name": "subtle" }
169
+ ]
170
+ },
171
+ { "name": "hideIcon", "description": "Hides Badge icon", "values": [] }
172
+ ],
173
+ "references": [
174
+ {
175
+ "name": "Storybook",
176
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-badge"
177
+ }
178
+ ]
179
+ },
316
180
  {
317
181
  "name": "bm-box",
318
182
  "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",
@@ -759,89 +623,225 @@
759
623
  "values": []
760
624
  },
761
625
  {
762
- "name": "truncationWidth",
763
- "description": "Specify truncation width of the items. Sets max-width for all items but the last.",
626
+ "name": "truncationWidth",
627
+ "description": "Specify truncation width of the items. Sets max-width for all items but the last.",
628
+ "values": []
629
+ },
630
+ {
631
+ "name": "isCurrent",
632
+ "description": "Specify explicitly if the item is the last one",
633
+ "values": []
634
+ },
635
+ { "name": "isCollapsed", "values": [] }
636
+ ],
637
+ "references": [
638
+ {
639
+ "name": "Storybook",
640
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-breadcrumb"
641
+ }
642
+ ]
643
+ },
644
+ {
645
+ "name": "bm-button",
646
+ "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",
647
+ "attributes": [
648
+ {
649
+ "name": "appearance",
650
+ "description": "Specify the appearance of a Button",
651
+ "values": [
652
+ { "name": "accent" },
653
+ { "name": "neutral" },
654
+ { "name": "neutral-subtle" },
655
+ { "name": "destructive" }
656
+ ]
657
+ },
658
+ {
659
+ "name": "kind",
660
+ "description": "Specify the kind of Button",
661
+ "values": [
662
+ { "name": "filled" },
663
+ { "name": "outline" },
664
+ { "name": "ghost" },
665
+ { "name": "bare" }
666
+ ]
667
+ },
668
+ {
669
+ "name": "size",
670
+ "description": "Specify the size of a Button",
671
+ "values": [{ "name": "sm" }, { "name": "md" }, { "name": "lg" }]
672
+ },
673
+ {
674
+ "name": "disabled",
675
+ "description": "Specify if the Button is disabled",
676
+ "values": []
677
+ },
678
+ {
679
+ "name": "fluid",
680
+ "description": "Specify if Button is fluid",
681
+ "values": []
682
+ },
683
+ {
684
+ "name": "width",
685
+ "description": "Specify the width of a Button",
686
+ "values": []
687
+ },
688
+ {
689
+ "name": "height",
690
+ "description": "Specify the height of a Button",
691
+ "values": []
692
+ },
693
+ {
694
+ "name": "theme",
695
+ "description": "Specify the theme of the Button",
696
+ "values": [{ "name": "light" }, { "name": "dark" }]
697
+ },
698
+ {
699
+ "name": "iconOnly",
700
+ "description": "Specify if the icon displays without text",
701
+ "values": []
702
+ },
703
+ { "name": "type", "values": [] }
704
+ ],
705
+ "references": [
706
+ {
707
+ "name": "Storybook",
708
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-button"
709
+ }
710
+ ]
711
+ },
712
+ {
713
+ "name": "bm-avatar",
714
+ "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",
715
+ "attributes": [
716
+ {
717
+ "name": "appearance",
718
+ "description": "Specify the appearance of the Avatar",
719
+ "values": [{ "name": "accent" }, { "name": "neutral" }]
720
+ },
721
+ {
722
+ "name": "name",
723
+ "description": "Specify a name to display initials in the Avatar",
724
+ "values": []
725
+ },
726
+ {
727
+ "name": "src",
728
+ "description": "Pass an image to the Avatar",
729
+ "values": []
730
+ },
731
+ { "name": "alt", "description": "Specify alt for image", "values": [] },
732
+ {
733
+ "name": "size",
734
+ "description": "Specify the size of the Avatar",
735
+ "values": [
736
+ { "name": "xs" },
737
+ { "name": "sm" },
738
+ { "name": "md" },
739
+ { "name": "lg" },
740
+ { "name": "xl" }
741
+ ]
742
+ },
743
+ {
744
+ "name": "disabled",
745
+ "description": "Specify if the Avatar is disabled",
746
+ "values": []
747
+ },
748
+ {
749
+ "name": "shape",
750
+ "description": "Specify the shape of the Avatar",
751
+ "values": [{ "name": "circle" }, { "name": "square" }]
752
+ },
753
+ {
754
+ "name": "isInteractive",
755
+ "description": "If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer",
756
+ "values": []
757
+ },
758
+ {
759
+ "name": "isFocusable",
760
+ "description": "If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable",
761
+ "values": []
762
+ },
763
+ { "name": "withBorder", "values": [] }
764
+ ],
765
+ "references": [
766
+ {
767
+ "name": "Storybook",
768
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-avatar"
769
+ }
770
+ ]
771
+ },
772
+ {
773
+ "name": "bm-avatar-group",
774
+ "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",
775
+ "attributes": [
776
+ {
777
+ "name": "wrapping",
778
+ "description": "Specify if the AvatarGroup wraps",
779
+ "values": []
780
+ },
781
+ {
782
+ "name": "maxCount",
783
+ "description": "Specify the max number of avatars displayed in the group.",
764
784
  "values": []
765
785
  },
766
786
  {
767
- "name": "isCurrent",
768
- "description": "Specify explicitly if the item is the last one",
769
- "values": []
787
+ "name": "size",
788
+ "description": "Specify the size of all Avatars",
789
+ "values": [
790
+ { "name": "xs" },
791
+ { "name": "sm" },
792
+ { "name": "md" },
793
+ { "name": "lg" },
794
+ { "name": "xl" }
795
+ ]
770
796
  },
771
- { "name": "isCollapsed", "values": [] }
797
+ {
798
+ "name": "layout",
799
+ "description": "Specify the kind of the group.",
800
+ "values": [{ "name": "stacked" }, { "name": "spaced" }]
801
+ }
772
802
  ],
773
803
  "references": [
774
804
  {
775
805
  "name": "Storybook",
776
- "url": "https://web-components.beam.viasat.com/?path=/docs/components-breadcrumb"
806
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-avatar"
777
807
  }
778
808
  ]
779
809
  },
780
810
  {
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",
811
+ "name": "bm-badge-dot",
812
+ "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\n---\n\n\n### **Slots:**\n - **default** - Provide text for the BadgeDot",
783
813
  "attributes": [
784
814
  {
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
- ]
815
+ "name": "theme",
816
+ "description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
817
+ "values": [{ "name": "light" }, { "name": "dark" }]
793
818
  },
794
819
  {
795
- "name": "kind",
796
- "description": "Specify the kind of Button",
820
+ "name": "appearance",
821
+ "description": "Specify the appearance of the BadgeDot",
797
822
  "values": [
798
- { "name": "filled" },
799
- { "name": "outline" },
800
- { "name": "ghost" },
801
- { "name": "bare" }
823
+ { "name": "infoPrimary" },
824
+ { "name": "infoSecondary" },
825
+ { "name": "positive" },
826
+ { "name": "warning" },
827
+ { "name": "negative" }
802
828
  ]
803
829
  },
804
830
  {
805
- "name": "size",
806
- "description": "Specify the size of a Button",
807
- "values": [{ "name": "sm" }, { "name": "md" }, { "name": "lg" }]
808
- },
809
- {
810
- "name": "disabled",
811
- "description": "Specify if the Button is disabled",
812
- "values": []
813
- },
814
- {
815
- "name": "fluid",
816
- "description": "Specify if Button is fluid",
817
- "values": []
818
- },
819
- {
820
- "name": "width",
821
- "description": "Specify the width of a Button",
822
- "values": []
823
- },
824
- {
825
- "name": "height",
826
- "description": "Specify the height of a Button",
827
- "values": []
828
- },
829
- {
830
- "name": "theme",
831
- "description": "Specify the theme of the Button",
832
- "values": [{ "name": "light" }, { "name": "dark" }]
831
+ "name": "emphasis",
832
+ "description": "Specify the emphasis of the BadgeDot",
833
+ "values": [{ "name": "strong" }, { "name": "subtle" }]
833
834
  },
834
835
  {
835
- "name": "iconOnly",
836
- "description": "Specify if the icon displays without text",
836
+ "name": "overrideDotColor",
837
+ "description": "Overrides default dot color",
837
838
  "values": []
838
- },
839
- { "name": "type", "values": [] }
839
+ }
840
840
  ],
841
841
  "references": [
842
842
  {
843
843
  "name": "Storybook",
844
- "url": "https://web-components.beam.viasat.com/?path=/docs/components-button"
844
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-badgedot"
845
845
  }
846
846
  ]
847
847
  },
@@ -2332,54 +2332,92 @@
2332
2332
  ]
2333
2333
  },
2334
2334
  {
2335
- "name": "bm-radio-button",
2336
- "description": "`bm-radio-button`\n\n### Attributes:\n- **label** - Specify the text for the label\n- **error** - Specify error text and display error state of a RadioButton\n- **readOnly** - Specify if RadioButton displays in a read-only state\n- **disabled** - Specify if RadioButton displays in a disabled state\n- **theme** - Specify the theme of the RadioButton. By default it inherits the theme from the parent\n- **value** - The value attribute for the input element\n- **checked** - The checked attribute for the input element\n- **onKeyDown** - A user-defined function to handle keydown events\n---\n",
2335
+ "name": "bm-text-area",
2336
+ "description": "`bm-text-area`\n---\n\n\n### **Slots:**\n - **label** - Specify the label for TextArea\n- **helper-text** - Specify the helper text for TextArea",
2337
2337
  "attributes": [
2338
2338
  {
2339
- "name": "label",
2340
- "description": "Specify the text for the label",
2339
+ "name": "rows",
2340
+ "description": "Specify the height of TextArea",
2341
+ "values": []
2342
+ },
2343
+ {
2344
+ "name": "cols",
2345
+ "description": "Specify the width of TextArea",
2346
+ "values": []
2347
+ },
2348
+ {
2349
+ "name": "placeholder",
2350
+ "description": "Specify placeholder text for TextArea",
2351
+ "values": []
2352
+ },
2353
+ {
2354
+ "name": "required",
2355
+ "description": "Specify if TextArea is a required input",
2356
+ "values": []
2357
+ },
2358
+ {
2359
+ "name": "hideRequiredMarker",
2360
+ "description": "Specify if the TextArea displays with an asterisk",
2341
2361
  "values": []
2342
2362
  },
2343
2363
  {
2344
2364
  "name": "error",
2345
- "description": "Specify error text and display error state of a RadioButton",
2365
+ "description": "Specify error text and display error state of a TextArea",
2346
2366
  "values": []
2347
2367
  },
2348
2368
  {
2349
2369
  "name": "readOnly",
2350
- "description": "Specify if RadioButton displays in a read-only state",
2370
+ "description": "Specify if TextArea displays in a read-only state",
2351
2371
  "values": []
2352
2372
  },
2353
2373
  {
2354
2374
  "name": "disabled",
2355
- "description": "Specify if RadioButton displays in a disabled state",
2375
+ "description": "Specify if TextArea displays in a disabled state",
2356
2376
  "values": []
2357
2377
  },
2358
2378
  {
2359
- "name": "theme",
2360
- "description": "Specify the theme of the RadioButton. By default it inherits the theme from the parent",
2361
- "values": [{ "name": "light" }, { "name": "dark" }]
2379
+ "name": "fluid",
2380
+ "description": "Specify if TextArea is fluid",
2381
+ "values": []
2362
2382
  },
2363
2383
  {
2364
- "name": "value",
2365
- "description": "The value attribute for the input element",
2384
+ "name": "width",
2385
+ "description": "Specify the width of TextArea",
2366
2386
  "values": []
2367
2387
  },
2368
2388
  {
2369
- "name": "checked",
2370
- "description": "The checked attribute for the input element",
2389
+ "name": "hideResize",
2390
+ "description": "Specify if TextArea can be manually resized",
2371
2391
  "values": []
2372
2392
  },
2373
2393
  {
2374
- "name": "onKeyDown",
2375
- "description": "A user-defined function to handle keydown events",
2376
- "values": [{ "name": "(event: KeyboardEvent) => void" }]
2377
- }
2394
+ "name": "maxCount",
2395
+ "description": "Specify the maximum character count for the TextArea",
2396
+ "values": []
2397
+ },
2398
+ {
2399
+ "name": "autoResize",
2400
+ "description": "Specify if the TextArea automatically resizes to fit the text",
2401
+ "values": []
2402
+ },
2403
+ {
2404
+ "name": "theme",
2405
+ "description": "Specify the theme of the TextArea. By default it inherits the theme from the parent",
2406
+ "values": [{ "name": "light" }, { "name": "dark" }]
2407
+ },
2408
+ { "name": "id", "values": [] },
2409
+ { "name": "name", "values": [] },
2410
+ { "name": "value", "values": [] },
2411
+ {
2412
+ "name": "validationRules",
2413
+ "values": [{ "name": "Array<FormValidator>" }]
2414
+ },
2415
+ { "name": "input-aria-label", "values": [] }
2378
2416
  ],
2379
2417
  "references": [
2380
2418
  {
2381
2419
  "name": "Storybook",
2382
- "url": "https://web-components.beam.viasat.com/?path=/docs/forms-radiobutton"
2420
+ "url": "https://web-components.beam.viasat.com/?path=/docs/forms-textarea"
2383
2421
  }
2384
2422
  ]
2385
2423
  },
@@ -2427,92 +2465,54 @@
2427
2465
  ]
2428
2466
  },
2429
2467
  {
2430
- "name": "bm-text-area",
2431
- "description": "`bm-text-area`\n---\n\n\n### **Slots:**\n - **label** - Specify the label for TextArea\n- **helper-text** - Specify the helper text for TextArea",
2468
+ "name": "bm-radio-button",
2469
+ "description": "`bm-radio-button`\n\n### Attributes:\n- **label** - Specify the text for the label\n- **error** - Specify error text and display error state of a RadioButton\n- **readOnly** - Specify if RadioButton displays in a read-only state\n- **disabled** - Specify if RadioButton displays in a disabled state\n- **theme** - Specify the theme of the RadioButton. By default it inherits the theme from the parent\n- **value** - The value attribute for the input element\n- **checked** - The checked attribute for the input element\n- **onKeyDown** - A user-defined function to handle keydown events\n---\n",
2432
2470
  "attributes": [
2433
2471
  {
2434
- "name": "rows",
2435
- "description": "Specify the height of TextArea",
2436
- "values": []
2437
- },
2438
- {
2439
- "name": "cols",
2440
- "description": "Specify the width of TextArea",
2441
- "values": []
2442
- },
2443
- {
2444
- "name": "placeholder",
2445
- "description": "Specify placeholder text for TextArea",
2446
- "values": []
2447
- },
2448
- {
2449
- "name": "required",
2450
- "description": "Specify if TextArea is a required input",
2451
- "values": []
2452
- },
2453
- {
2454
- "name": "hideRequiredMarker",
2455
- "description": "Specify if the TextArea displays with an asterisk",
2472
+ "name": "label",
2473
+ "description": "Specify the text for the label",
2456
2474
  "values": []
2457
2475
  },
2458
2476
  {
2459
2477
  "name": "error",
2460
- "description": "Specify error text and display error state of a TextArea",
2478
+ "description": "Specify error text and display error state of a RadioButton",
2461
2479
  "values": []
2462
2480
  },
2463
2481
  {
2464
2482
  "name": "readOnly",
2465
- "description": "Specify if TextArea displays in a read-only state",
2483
+ "description": "Specify if RadioButton displays in a read-only state",
2466
2484
  "values": []
2467
2485
  },
2468
2486
  {
2469
2487
  "name": "disabled",
2470
- "description": "Specify if TextArea displays in a disabled state",
2471
- "values": []
2472
- },
2473
- {
2474
- "name": "fluid",
2475
- "description": "Specify if TextArea is fluid",
2476
- "values": []
2477
- },
2478
- {
2479
- "name": "width",
2480
- "description": "Specify the width of TextArea",
2488
+ "description": "Specify if RadioButton displays in a disabled state",
2481
2489
  "values": []
2482
2490
  },
2483
2491
  {
2484
- "name": "hideResize",
2485
- "description": "Specify if TextArea can be manually resized",
2486
- "values": []
2492
+ "name": "theme",
2493
+ "description": "Specify the theme of the RadioButton. By default it inherits the theme from the parent",
2494
+ "values": [{ "name": "light" }, { "name": "dark" }]
2487
2495
  },
2488
2496
  {
2489
- "name": "maxCount",
2490
- "description": "Specify the maximum character count for the TextArea",
2497
+ "name": "value",
2498
+ "description": "The value attribute for the input element",
2491
2499
  "values": []
2492
2500
  },
2493
2501
  {
2494
- "name": "autoResize",
2495
- "description": "Specify if the TextArea automatically resizes to fit the text",
2502
+ "name": "checked",
2503
+ "description": "The checked attribute for the input element",
2496
2504
  "values": []
2497
2505
  },
2498
2506
  {
2499
- "name": "theme",
2500
- "description": "Specify the theme of the TextArea. By default it inherits the theme from the parent",
2501
- "values": [{ "name": "light" }, { "name": "dark" }]
2502
- },
2503
- { "name": "id", "values": [] },
2504
- { "name": "name", "values": [] },
2505
- { "name": "value", "values": [] },
2506
- {
2507
- "name": "validationRules",
2508
- "values": [{ "name": "Array<FormValidator>" }]
2509
- },
2510
- { "name": "input-aria-label", "values": [] }
2507
+ "name": "onKeyDown",
2508
+ "description": "A user-defined function to handle keydown events",
2509
+ "values": [{ "name": "(event: KeyboardEvent) => void" }]
2510
+ }
2511
2511
  ],
2512
2512
  "references": [
2513
2513
  {
2514
2514
  "name": "Storybook",
2515
- "url": "https://web-components.beam.viasat.com/?path=/docs/forms-textarea"
2515
+ "url": "https://web-components.beam.viasat.com/?path=/docs/forms-radiobutton"
2516
2516
  }
2517
2517
  ]
2518
2518
  },
@@ -2586,8 +2586,8 @@
2586
2586
  ]
2587
2587
  },
2588
2588
  {
2589
- "name": "bm-radio-button-group",
2590
- "description": "\n---\n\n\n### **Slots:**\n - **label** - Add label text to the InputChoiceGroup\n- **helperText** - Add helper text to the InputChoiceGroup",
2589
+ "name": "bm-switch-group",
2590
+ "description": "`bm-switch-group`\n---\n\n\n### **Slots:**\n - **label** - Slot for the label of the SwitchGroup\n- **helperText** - Slot for the helper text of the SwitchGroup",
2591
2591
  "attributes": [
2592
2592
  {
2593
2593
  "name": "theme",
@@ -2650,13 +2650,13 @@
2650
2650
  "references": [
2651
2651
  {
2652
2652
  "name": "Storybook",
2653
- "url": "https://web-components.beam.viasat.com/?path=/docs/forms-radiobutton"
2653
+ "url": "https://web-components.beam.viasat.com/?path=/docs/forms-switch"
2654
2654
  }
2655
2655
  ]
2656
2656
  },
2657
2657
  {
2658
- "name": "bm-switch-group",
2659
- "description": "`bm-switch-group`\n---\n\n\n### **Slots:**\n - **label** - Slot for the label of the SwitchGroup\n- **helperText** - Slot for the helper text of the SwitchGroup",
2658
+ "name": "bm-radio-button-group",
2659
+ "description": "\n---\n\n\n### **Slots:**\n - **label** - Add label text to the InputChoiceGroup\n- **helperText** - Add helper text to the InputChoiceGroup",
2660
2660
  "attributes": [
2661
2661
  {
2662
2662
  "name": "theme",
@@ -2719,7 +2719,7 @@
2719
2719
  "references": [
2720
2720
  {
2721
2721
  "name": "Storybook",
2722
- "url": "https://web-components.beam.viasat.com/?path=/docs/forms-switch"
2722
+ "url": "https://web-components.beam.viasat.com/?path=/docs/forms-radiobutton"
2723
2723
  }
2724
2724
  ]
2725
2725
  }