@viasat/beam-web-components 2.48.1 → 2.48.2

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,160 +61,6 @@
61
61
  }
62
62
  ]
63
63
  },
64
- {
65
- "name": "bm-alert",
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",
67
- "attributes": [
68
- {
69
- "name": "heading",
70
- "description": "Specify the heading text for Alert",
71
- "values": []
72
- },
73
- {
74
- "name": "body",
75
- "description": "Specify the body text for Alert",
76
- "values": []
77
- },
78
- {
79
- "name": "size",
80
- "description": "Specify the size of the Alert",
81
- "values": [{ "name": "sm" }, { "name": "md" }]
82
- },
83
- {
84
- "name": "fullWidth",
85
- "description": "Specify if the Alert has no border radius",
86
- "values": []
87
- },
88
- {
89
- "name": "theme",
90
- "description": "Specify the theme of the Alert. By default it inherits the theme from the parent",
91
- "values": [{ "name": "light" }, { "name": "dark" }]
92
- },
93
- {
94
- "name": "appearance",
95
- "description": "Specify the appearance of the Alert",
96
- "values": [
97
- { "name": "infoPrimary" },
98
- { "name": "infoSecondary" },
99
- { "name": "positive" },
100
- { "name": "warning" },
101
- { "name": "negative" }
102
- ]
103
- },
104
- {
105
- "name": "hidden",
106
- "description": "Specify if the Alert is hidden",
107
- "values": []
108
- },
109
- {
110
- "name": "hideIcon",
111
- "description": "Specify if the icon displays on the Alert",
112
- "values": []
113
- },
114
- {
115
- "name": "dismissible",
116
- "description": "Specify if the Alert can be dismissed",
117
- "values": []
118
- },
119
- {
120
- "name": "disableAutoFocus",
121
- "description": "Prevent autofocus on show",
122
- "values": []
123
- },
124
- {
125
- "name": "disableCloseOnEscape",
126
- "description": "Prevent Escape from closing",
127
- "values": []
128
- }
129
- ],
130
- "references": [
131
- {
132
- "name": "Storybook",
133
- "url": "https://web-components.beam.viasat.com/?path=/docs/components-alert"
134
- }
135
- ]
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
- },
180
- {
181
- "name": "bm-badge-dot",
182
- "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",
183
- "attributes": [
184
- {
185
- "name": "theme",
186
- "description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
187
- "values": [{ "name": "light" }, { "name": "dark" }]
188
- },
189
- {
190
- "name": "appearance",
191
- "description": "Specify the appearance of the BadgeDot",
192
- "values": [
193
- { "name": "infoPrimary" },
194
- { "name": "infoSecondary" },
195
- { "name": "positive" },
196
- { "name": "warning" },
197
- { "name": "negative" }
198
- ]
199
- },
200
- {
201
- "name": "emphasis",
202
- "description": "Specify the emphasis of the BadgeDot",
203
- "values": [{ "name": "strong" }, { "name": "subtle" }]
204
- },
205
- {
206
- "name": "overrideDotColor",
207
- "description": "Overrides default dot color",
208
- "values": []
209
- }
210
- ],
211
- "references": [
212
- {
213
- "name": "Storybook",
214
- "url": "https://web-components.beam.viasat.com/?path=/docs/components-badgedot"
215
- }
216
- ]
217
- },
218
64
  {
219
65
  "name": "bm-avatar",
220
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",
@@ -314,63 +160,118 @@
314
160
  ]
315
161
  },
316
162
  {
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",
163
+ "name": "bm-badge",
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",
319
165
  "attributes": [
320
166
  {
321
- "name": "wrap",
322
- "description": "Specify if items wrap or collapse to an ellipsis",
323
- "values": []
167
+ "name": "appearance",
168
+ "description": "Specify the appearance of the Badge",
169
+ "values": [
170
+ { "name": "infoPrimary" },
171
+ { "name": "infoSecondary" },
172
+ { "name": "positive" },
173
+ { "name": "warning" },
174
+ { "name": "negative" }
175
+ ]
324
176
  },
325
177
  {
326
- "name": "itemsBeforeCollapse",
327
- "description": "Specify how many items show before ellipsis",
328
- "values": []
178
+ "name": "theme",
179
+ "description": "Theme of the Badge",
180
+ "values": [{ "name": "light" }, { "name": "dark" }]
329
181
  },
330
182
  {
331
- "name": "itemsAfterCollapse",
332
- "description": "Specify how many items show after ellipsis",
333
- "values": []
183
+ "name": "size",
184
+ "description": "Specify the size of the Badge",
185
+ "values": [{ "name": "sm" }, { "name": "md" }]
334
186
  },
335
187
  {
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
- }
188
+ "name": "emphasis",
189
+ "description": "Specify the emphasis of the Badge",
190
+ "values": [
191
+ { "name": "strong" },
192
+ { "name": "medium" },
193
+ { "name": "subtle" }
194
+ ]
195
+ },
196
+ { "name": "hideIcon", "description": "Hides Badge icon", "values": [] }
340
197
  ],
341
198
  "references": [
342
199
  {
343
200
  "name": "Storybook",
344
- "url": "https://web-components.beam.viasat.com/?path=/docs/components-breadcrumb"
201
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-badge"
345
202
  }
346
203
  ]
347
204
  },
348
205
  {
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",
206
+ "name": "bm-alert",
207
+ "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",
351
208
  "attributes": [
352
- { "name": "href", "description": "Pass href to an item", "values": [] },
353
209
  {
354
- "name": "clickable",
355
- "description": "Specify if the item is interactive without an href",
210
+ "name": "heading",
211
+ "description": "Specify the heading text for Alert",
356
212
  "values": []
357
213
  },
358
214
  {
359
- "name": "truncationWidth",
360
- "description": "Specify truncation width of the items. Sets max-width for all items but the last.",
215
+ "name": "body",
216
+ "description": "Specify the body text for Alert",
361
217
  "values": []
362
218
  },
363
219
  {
364
- "name": "isCurrent",
365
- "description": "Specify explicitly if the item is the last one",
220
+ "name": "size",
221
+ "description": "Specify the size of the Alert",
222
+ "values": [{ "name": "sm" }, { "name": "md" }]
223
+ },
224
+ {
225
+ "name": "fullWidth",
226
+ "description": "Specify if the Alert has no border radius",
366
227
  "values": []
367
228
  },
368
- { "name": "isCollapsed", "values": [] }
229
+ {
230
+ "name": "theme",
231
+ "description": "Specify the theme of the Alert. By default it inherits the theme from the parent",
232
+ "values": [{ "name": "light" }, { "name": "dark" }]
233
+ },
234
+ {
235
+ "name": "appearance",
236
+ "description": "Specify the appearance of the Alert",
237
+ "values": [
238
+ { "name": "infoPrimary" },
239
+ { "name": "infoSecondary" },
240
+ { "name": "positive" },
241
+ { "name": "warning" },
242
+ { "name": "negative" }
243
+ ]
244
+ },
245
+ {
246
+ "name": "hidden",
247
+ "description": "Specify if the Alert is hidden",
248
+ "values": []
249
+ },
250
+ {
251
+ "name": "hideIcon",
252
+ "description": "Specify if the icon displays on the Alert",
253
+ "values": []
254
+ },
255
+ {
256
+ "name": "dismissible",
257
+ "description": "Specify if the Alert can be dismissed",
258
+ "values": []
259
+ },
260
+ {
261
+ "name": "disableAutoFocus",
262
+ "description": "Prevent autofocus on show",
263
+ "values": []
264
+ },
265
+ {
266
+ "name": "disableCloseOnEscape",
267
+ "description": "Prevent Escape from closing",
268
+ "values": []
269
+ }
369
270
  ],
370
271
  "references": [
371
272
  {
372
273
  "name": "Storybook",
373
- "url": "https://web-components.beam.viasat.com/?path=/docs/components-breadcrumb"
274
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-alert"
374
275
  }
375
276
  ]
376
277
  },
@@ -699,81 +600,180 @@
699
600
  ]
700
601
  },
701
602
  {
702
- "name": "m",
703
- "description": "Specify all margin",
704
- "values": [
705
- { "name": "0" },
706
- { "name": "12" },
707
- { "name": "25" },
708
- { "name": "50" },
709
- { "name": "75" },
710
- { "name": "100" },
711
- { "name": "125" },
712
- { "name": "150" },
713
- { "name": "200" },
714
- { "name": "300" },
715
- { "name": "400" },
716
- { "name": "500" },
717
- { "name": "700" },
718
- { "name": "800" }
719
- ]
603
+ "name": "m",
604
+ "description": "Specify all margin",
605
+ "values": [
606
+ { "name": "0" },
607
+ { "name": "12" },
608
+ { "name": "25" },
609
+ { "name": "50" },
610
+ { "name": "75" },
611
+ { "name": "100" },
612
+ { "name": "125" },
613
+ { "name": "150" },
614
+ { "name": "200" },
615
+ { "name": "300" },
616
+ { "name": "400" },
617
+ { "name": "500" },
618
+ { "name": "700" },
619
+ { "name": "800" }
620
+ ]
621
+ },
622
+ {
623
+ "name": "p",
624
+ "description": "Specify all padding",
625
+ "values": [
626
+ { "name": "0" },
627
+ { "name": "12" },
628
+ { "name": "25" },
629
+ { "name": "50" },
630
+ { "name": "75" },
631
+ { "name": "100" },
632
+ { "name": "125" },
633
+ { "name": "150" },
634
+ { "name": "200" },
635
+ { "name": "300" },
636
+ { "name": "400" },
637
+ { "name": "500" },
638
+ { "name": "700" },
639
+ { "name": "800" }
640
+ ]
641
+ },
642
+ {
643
+ "name": "gap",
644
+ "description": "Specify gap between child elements",
645
+ "values": [
646
+ { "name": "0" },
647
+ { "name": "12" },
648
+ { "name": "25" },
649
+ { "name": "50" },
650
+ { "name": "75" },
651
+ { "name": "100" },
652
+ { "name": "125" },
653
+ { "name": "150" },
654
+ { "name": "200" },
655
+ { "name": "300" },
656
+ { "name": "400" },
657
+ { "name": "500" },
658
+ { "name": "700" },
659
+ { "name": "800" }
660
+ ]
661
+ },
662
+ {
663
+ "name": "shadow",
664
+ "description": "Specify if a Box has a shadow",
665
+ "values": [
666
+ { "name": "sm" },
667
+ { "name": "md" },
668
+ { "name": "lg" },
669
+ { "name": "none" },
670
+ { "name": "overlay" }
671
+ ]
672
+ }
673
+ ],
674
+ "references": [
675
+ {
676
+ "name": "Storybook",
677
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-box"
678
+ }
679
+ ]
680
+ },
681
+ {
682
+ "name": "bm-breadcrumb",
683
+ "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",
684
+ "attributes": [
685
+ {
686
+ "name": "wrap",
687
+ "description": "Specify if items wrap or collapse to an ellipsis",
688
+ "values": []
689
+ },
690
+ {
691
+ "name": "itemsBeforeCollapse",
692
+ "description": "Specify how many items show before ellipsis",
693
+ "values": []
694
+ },
695
+ {
696
+ "name": "itemsAfterCollapse",
697
+ "description": "Specify how many items show after ellipsis",
698
+ "values": []
699
+ },
700
+ {
701
+ "name": "theme",
702
+ "description": "Specify the theme of the Breadcrumbs. By default, it inherits the theme from the parent",
703
+ "values": [{ "name": "light" }, { "name": "dark" }]
704
+ }
705
+ ],
706
+ "references": [
707
+ {
708
+ "name": "Storybook",
709
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-breadcrumb"
710
+ }
711
+ ]
712
+ },
713
+ {
714
+ "name": "bm-breadcrumb-item",
715
+ "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",
716
+ "attributes": [
717
+ { "name": "href", "description": "Pass href to an item", "values": [] },
718
+ {
719
+ "name": "clickable",
720
+ "description": "Specify if the item is interactive without an href",
721
+ "values": []
722
+ },
723
+ {
724
+ "name": "truncationWidth",
725
+ "description": "Specify truncation width of the items. Sets max-width for all items but the last.",
726
+ "values": []
727
+ },
728
+ {
729
+ "name": "isCurrent",
730
+ "description": "Specify explicitly if the item is the last one",
731
+ "values": []
732
+ },
733
+ { "name": "isCollapsed", "values": [] }
734
+ ],
735
+ "references": [
736
+ {
737
+ "name": "Storybook",
738
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-breadcrumb"
739
+ }
740
+ ]
741
+ },
742
+ {
743
+ "name": "bm-badge-dot",
744
+ "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",
745
+ "attributes": [
746
+ {
747
+ "name": "theme",
748
+ "description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
749
+ "values": [{ "name": "light" }, { "name": "dark" }]
720
750
  },
721
751
  {
722
- "name": "p",
723
- "description": "Specify all padding",
752
+ "name": "appearance",
753
+ "description": "Specify the appearance of the BadgeDot",
724
754
  "values": [
725
- { "name": "0" },
726
- { "name": "12" },
727
- { "name": "25" },
728
- { "name": "50" },
729
- { "name": "75" },
730
- { "name": "100" },
731
- { "name": "125" },
732
- { "name": "150" },
733
- { "name": "200" },
734
- { "name": "300" },
735
- { "name": "400" },
736
- { "name": "500" },
737
- { "name": "700" },
738
- { "name": "800" }
755
+ { "name": "infoPrimary" },
756
+ { "name": "infoSecondary" },
757
+ { "name": "positive" },
758
+ { "name": "warning" },
759
+ { "name": "negative" }
739
760
  ]
740
761
  },
741
762
  {
742
- "name": "gap",
743
- "description": "Specify gap between child elements",
744
- "values": [
745
- { "name": "0" },
746
- { "name": "12" },
747
- { "name": "25" },
748
- { "name": "50" },
749
- { "name": "75" },
750
- { "name": "100" },
751
- { "name": "125" },
752
- { "name": "150" },
753
- { "name": "200" },
754
- { "name": "300" },
755
- { "name": "400" },
756
- { "name": "500" },
757
- { "name": "700" },
758
- { "name": "800" }
759
- ]
763
+ "name": "emphasis",
764
+ "description": "Specify the emphasis of the BadgeDot",
765
+ "values": [{ "name": "strong" }, { "name": "subtle" }]
760
766
  },
761
767
  {
762
- "name": "shadow",
763
- "description": "Specify if a Box has a shadow",
764
- "values": [
765
- { "name": "sm" },
766
- { "name": "md" },
767
- { "name": "lg" },
768
- { "name": "none" },
769
- { "name": "overlay" }
770
- ]
768
+ "name": "overrideDotColor",
769
+ "description": "Overrides default dot color",
770
+ "values": []
771
771
  }
772
772
  ],
773
773
  "references": [
774
774
  {
775
775
  "name": "Storybook",
776
- "url": "https://web-components.beam.viasat.com/?path=/docs/components-box"
776
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-badgedot"
777
777
  }
778
778
  ]
779
779
  },
@@ -1954,6 +1954,76 @@
1954
1954
  }
1955
1955
  ]
1956
1956
  },
1957
+ {
1958
+ "name": "bm-native-select",
1959
+ "description": "`bm-native-select`\n---\n\n\n### **Slots:**\n - **slot** - Specify Options for NativeSelect\n- **label** - Specify Label for NativeSelect\n- **helper-text** - Specify HelperText for NativeSelect",
1960
+ "attributes": [
1961
+ {
1962
+ "name": "required",
1963
+ "description": "Specify if NativeSelect is a required input",
1964
+ "values": []
1965
+ },
1966
+ {
1967
+ "name": "readOnly",
1968
+ "description": "Specify if NativeSelect displays in a read-only state",
1969
+ "values": []
1970
+ },
1971
+ {
1972
+ "name": "disabled",
1973
+ "description": "Specify if NativeSelect displays in a disabled state",
1974
+ "values": []
1975
+ },
1976
+ {
1977
+ "name": "error",
1978
+ "description": "Specify error text and display error state of a NativeSelect",
1979
+ "values": []
1980
+ },
1981
+ {
1982
+ "name": "fluid",
1983
+ "description": "Specify if NativeSelect is fluid",
1984
+ "values": []
1985
+ },
1986
+ {
1987
+ "name": "size",
1988
+ "description": "Specify the size of NativeSelect",
1989
+ "values": [{ "name": "sm" }, { "name": "md" }, { "name": "lg" }]
1990
+ },
1991
+ {
1992
+ "name": "width",
1993
+ "description": "Specify the width of NativeSelect",
1994
+ "values": []
1995
+ },
1996
+ {
1997
+ "name": "ellipse",
1998
+ "description": "Specify if overflow displays ellipsis",
1999
+ "values": []
2000
+ },
2001
+ {
2002
+ "name": "hideRequiredMarker",
2003
+ "description": "Specify if the NativeSelect displays with an asterisk",
2004
+ "values": []
2005
+ },
2006
+ {
2007
+ "name": "theme",
2008
+ "description": "Specify the theme of the NativeSelect. By default it inherits the theme from the parent",
2009
+ "values": [{ "name": "light" }, { "name": "dark" }]
2010
+ },
2011
+ { "name": "id", "values": [] },
2012
+ { "name": "name", "values": [] },
2013
+ { "name": "value", "values": [] },
2014
+ {
2015
+ "name": "validationRules",
2016
+ "values": [{ "name": "Array<FormValidator>" }]
2017
+ },
2018
+ { "name": "input-aria-label", "values": [] }
2019
+ ],
2020
+ "references": [
2021
+ {
2022
+ "name": "Storybook",
2023
+ "url": "https://web-components.beam.viasat.com/?path=/docs/forms-nativeselect"
2024
+ }
2025
+ ]
2026
+ },
1957
2027
  {
1958
2028
  "name": "bm-file-upload-button",
1959
2029
  "description": "`bm-file-upload-button`\n\n### Attributes:\n- **error** - Specify if FileUpload is in error state\n- **accept** - Specify the accepted file types\n- **multiple** - Specify if multiple files can be uploaded\n---\n\n\n### **Slots:**\n - **default** - Specify text 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",
@@ -2314,72 +2384,45 @@
2314
2384
  ]
2315
2385
  },
2316
2386
  {
2317
- "name": "bm-native-select",
2318
- "description": "`bm-native-select`\n---\n\n\n### **Slots:**\n - **slot** - Specify Options for NativeSelect\n- **label** - Specify Label for NativeSelect\n- **helper-text** - Specify HelperText for NativeSelect",
2387
+ "name": "bm-switch",
2388
+ "description": "`bm-switch`\n\n### Attributes:\n- **onText** - Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.\n- **offText** - Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.\n- **textPosition** - Specify the position of the side label\n- **readOnly** - Specify if Switch displays in a read-only state\n- **disabled** - Specify if Switch displays in a disabled state\n- **checked** \n- **value** - The value attribute for the input element\n---\n\n\n### **Slots:**\n - **onText** - Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.\n- **offText** - Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
2319
2389
  "attributes": [
2320
2390
  {
2321
- "name": "required",
2322
- "description": "Specify if NativeSelect is a required input",
2323
- "values": []
2324
- },
2325
- {
2326
- "name": "readOnly",
2327
- "description": "Specify if NativeSelect displays in a read-only state",
2328
- "values": []
2329
- },
2330
- {
2331
- "name": "disabled",
2332
- "description": "Specify if NativeSelect displays in a disabled state",
2333
- "values": []
2334
- },
2335
- {
2336
- "name": "error",
2337
- "description": "Specify error text and display error state of a NativeSelect",
2391
+ "name": "onText",
2392
+ "description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
2338
2393
  "values": []
2339
2394
  },
2340
2395
  {
2341
- "name": "fluid",
2342
- "description": "Specify if NativeSelect is fluid",
2396
+ "name": "offText",
2397
+ "description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
2343
2398
  "values": []
2344
2399
  },
2345
2400
  {
2346
- "name": "size",
2347
- "description": "Specify the size of NativeSelect",
2348
- "values": [{ "name": "sm" }, { "name": "md" }, { "name": "lg" }]
2401
+ "name": "textPosition",
2402
+ "description": "Specify the position of the side label",
2403
+ "values": [{ "name": "before" }, { "name": "after" }]
2349
2404
  },
2350
2405
  {
2351
- "name": "width",
2352
- "description": "Specify the width of NativeSelect",
2406
+ "name": "readOnly",
2407
+ "description": "Specify if Switch displays in a read-only state",
2353
2408
  "values": []
2354
2409
  },
2355
2410
  {
2356
- "name": "ellipse",
2357
- "description": "Specify if overflow displays ellipsis",
2411
+ "name": "disabled",
2412
+ "description": "Specify if Switch displays in a disabled state",
2358
2413
  "values": []
2359
2414
  },
2415
+ { "name": "checked", "values": [] },
2360
2416
  {
2361
- "name": "hideRequiredMarker",
2362
- "description": "Specify if the NativeSelect displays with an asterisk",
2417
+ "name": "value",
2418
+ "description": "The value attribute for the input element",
2363
2419
  "values": []
2364
- },
2365
- {
2366
- "name": "theme",
2367
- "description": "Specify the theme of the NativeSelect. By default it inherits the theme from the parent",
2368
- "values": [{ "name": "light" }, { "name": "dark" }]
2369
- },
2370
- { "name": "id", "values": [] },
2371
- { "name": "name", "values": [] },
2372
- { "name": "value", "values": [] },
2373
- {
2374
- "name": "validationRules",
2375
- "values": [{ "name": "Array<FormValidator>" }]
2376
- },
2377
- { "name": "input-aria-label", "values": [] }
2420
+ }
2378
2421
  ],
2379
2422
  "references": [
2380
2423
  {
2381
2424
  "name": "Storybook",
2382
- "url": "https://web-components.beam.viasat.com/?path=/docs/forms-nativeselect"
2425
+ "url": "https://web-components.beam.viasat.com/?path=/docs/forms-switch"
2383
2426
  }
2384
2427
  ]
2385
2428
  },
@@ -2473,49 +2516,6 @@
2473
2516
  }
2474
2517
  ]
2475
2518
  },
2476
- {
2477
- "name": "bm-switch",
2478
- "description": "`bm-switch`\n\n### Attributes:\n- **onText** - Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.\n- **offText** - Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.\n- **textPosition** - Specify the position of the side label\n- **readOnly** - Specify if Switch displays in a read-only state\n- **disabled** - Specify if Switch displays in a disabled state\n- **checked** \n- **value** - The value attribute for the input element\n---\n\n\n### **Slots:**\n - **onText** - Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.\n- **offText** - Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
2479
- "attributes": [
2480
- {
2481
- "name": "onText",
2482
- "description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
2483
- "values": []
2484
- },
2485
- {
2486
- "name": "offText",
2487
- "description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
2488
- "values": []
2489
- },
2490
- {
2491
- "name": "textPosition",
2492
- "description": "Specify the position of the side label",
2493
- "values": [{ "name": "before" }, { "name": "after" }]
2494
- },
2495
- {
2496
- "name": "readOnly",
2497
- "description": "Specify if Switch displays in a read-only state",
2498
- "values": []
2499
- },
2500
- {
2501
- "name": "disabled",
2502
- "description": "Specify if Switch displays in a disabled state",
2503
- "values": []
2504
- },
2505
- { "name": "checked", "values": [] },
2506
- {
2507
- "name": "value",
2508
- "description": "The value attribute for the input element",
2509
- "values": []
2510
- }
2511
- ],
2512
- "references": [
2513
- {
2514
- "name": "Storybook",
2515
- "url": "https://web-components.beam.viasat.com/?path=/docs/forms-switch"
2516
- }
2517
- ]
2518
- },
2519
2519
  {
2520
2520
  "name": "bm-checkbox-group",
2521
2521
  "description": "\n---\n\n\n### **Slots:**\n - **label** - Add label text to the InputChoiceGroup\n- **helperText** - Add helper text to the InputChoiceGroup",