@viasat/beam-web-components 2.29.1 → 2.30.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.
@@ -142,177 +142,6 @@
142
142
  }
143
143
  ]
144
144
  },
145
- {
146
- "name": "bm-alert",
147
- "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",
148
- "attributes": [
149
- {
150
- "name": "heading",
151
- "description": "Specify the heading text for Alert",
152
- "values": []
153
- },
154
- {
155
- "name": "body",
156
- "description": "Specify the body text for Alert",
157
- "values": []
158
- },
159
- {
160
- "name": "size",
161
- "description": "Specify the size of the Alert",
162
- "values": [{ "name": "sm" }, { "name": "md" }]
163
- },
164
- {
165
- "name": "fullWidth",
166
- "description": "Specify if the Alert has no border radius",
167
- "values": []
168
- },
169
- {
170
- "name": "theme",
171
- "description": "Specify the theme of the Alert. By default it inherits the theme from the parent",
172
- "values": [{ "name": "light" }, { "name": "dark" }]
173
- },
174
- {
175
- "name": "appearance",
176
- "description": "Specify the appearance of the Alert",
177
- "values": [
178
- { "name": "infoPrimary" },
179
- { "name": "infoSecondary" },
180
- { "name": "positive" },
181
- { "name": "warning" },
182
- { "name": "negative" }
183
- ]
184
- },
185
- {
186
- "name": "hidden",
187
- "description": "Specify if the Alert is hidden",
188
- "values": []
189
- },
190
- {
191
- "name": "hideIcon",
192
- "description": "Specify if the icon displays on the Alert",
193
- "values": []
194
- },
195
- {
196
- "name": "dismissible",
197
- "description": "Specify if the Alert can be dismissed",
198
- "values": []
199
- },
200
- {
201
- "name": "disableAutoFocus",
202
- "description": "Prevent autofocus on show",
203
- "values": []
204
- },
205
- {
206
- "name": "disableCloseOnEscape",
207
- "description": "Prevent Escape from closing",
208
- "values": []
209
- }
210
- ],
211
- "references": [
212
- {
213
- "name": "Storybook",
214
- "url": "https://web-components.beam.viasat.com/?path=/docs/components-alert"
215
- }
216
- ]
217
- },
218
- {
219
- "name": "bm-avatar",
220
- "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",
221
- "attributes": [
222
- {
223
- "name": "appearance",
224
- "description": "Specify the appearance of the Avatar",
225
- "values": [{ "name": "accent" }, { "name": "neutral" }]
226
- },
227
- {
228
- "name": "name",
229
- "description": "Specify a name to display initials in the Avatar",
230
- "values": []
231
- },
232
- {
233
- "name": "src",
234
- "description": "Pass an image to the Avatar",
235
- "values": []
236
- },
237
- { "name": "alt", "description": "Specify alt for image", "values": [] },
238
- {
239
- "name": "size",
240
- "description": "Specify the size of the Avatar",
241
- "values": [
242
- { "name": "xs" },
243
- { "name": "sm" },
244
- { "name": "md" },
245
- { "name": "lg" },
246
- { "name": "xl" }
247
- ]
248
- },
249
- {
250
- "name": "disabled",
251
- "description": "Specify if the Avatar is disabled",
252
- "values": []
253
- },
254
- {
255
- "name": "shape",
256
- "description": "Specify the shape of the Avatar",
257
- "values": [{ "name": "circle" }, { "name": "square" }]
258
- },
259
- {
260
- "name": "isInteractive",
261
- "description": "If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer",
262
- "values": []
263
- },
264
- {
265
- "name": "isFocusable",
266
- "description": "If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable",
267
- "values": []
268
- },
269
- { "name": "withBorder", "values": [] }
270
- ],
271
- "references": [
272
- {
273
- "name": "Storybook",
274
- "url": "https://web-components.beam.viasat.com/?path=/docs/components-avatar"
275
- }
276
- ]
277
- },
278
- {
279
- "name": "bm-avatar-group",
280
- "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",
281
- "attributes": [
282
- {
283
- "name": "wrapping",
284
- "description": "Specify if the AvatarGroup wraps",
285
- "values": []
286
- },
287
- {
288
- "name": "maxCount",
289
- "description": "Specify the max number of avatars displayed in the group.",
290
- "values": []
291
- },
292
- {
293
- "name": "size",
294
- "description": "Specify the size of all Avatars",
295
- "values": [
296
- { "name": "xs" },
297
- { "name": "sm" },
298
- { "name": "md" },
299
- { "name": "lg" },
300
- { "name": "xl" }
301
- ]
302
- },
303
- {
304
- "name": "layout",
305
- "description": "Specify the kind of the group.",
306
- "values": [{ "name": "stacked" }, { "name": "spaced" }]
307
- }
308
- ],
309
- "references": [
310
- {
311
- "name": "Storybook",
312
- "url": "https://web-components.beam.viasat.com/?path=/docs/components-avatar"
313
- }
314
- ]
315
- },
316
145
  {
317
146
  "name": "bm-box",
318
147
  "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",
@@ -704,15 +533,186 @@
704
533
  { "name": "sm" },
705
534
  { "name": "md" },
706
535
  { "name": "lg" },
707
- { "name": "none" },
708
- { "name": "overlay" }
536
+ { "name": "none" },
537
+ { "name": "overlay" }
538
+ ]
539
+ }
540
+ ],
541
+ "references": [
542
+ {
543
+ "name": "Storybook",
544
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-box"
545
+ }
546
+ ]
547
+ },
548
+ {
549
+ "name": "bm-alert",
550
+ "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",
551
+ "attributes": [
552
+ {
553
+ "name": "heading",
554
+ "description": "Specify the heading text for Alert",
555
+ "values": []
556
+ },
557
+ {
558
+ "name": "body",
559
+ "description": "Specify the body text for Alert",
560
+ "values": []
561
+ },
562
+ {
563
+ "name": "size",
564
+ "description": "Specify the size of the Alert",
565
+ "values": [{ "name": "sm" }, { "name": "md" }]
566
+ },
567
+ {
568
+ "name": "fullWidth",
569
+ "description": "Specify if the Alert has no border radius",
570
+ "values": []
571
+ },
572
+ {
573
+ "name": "theme",
574
+ "description": "Specify the theme of the Alert. By default it inherits the theme from the parent",
575
+ "values": [{ "name": "light" }, { "name": "dark" }]
576
+ },
577
+ {
578
+ "name": "appearance",
579
+ "description": "Specify the appearance of the Alert",
580
+ "values": [
581
+ { "name": "infoPrimary" },
582
+ { "name": "infoSecondary" },
583
+ { "name": "positive" },
584
+ { "name": "warning" },
585
+ { "name": "negative" }
586
+ ]
587
+ },
588
+ {
589
+ "name": "hidden",
590
+ "description": "Specify if the Alert is hidden",
591
+ "values": []
592
+ },
593
+ {
594
+ "name": "hideIcon",
595
+ "description": "Specify if the icon displays on the Alert",
596
+ "values": []
597
+ },
598
+ {
599
+ "name": "dismissible",
600
+ "description": "Specify if the Alert can be dismissed",
601
+ "values": []
602
+ },
603
+ {
604
+ "name": "disableAutoFocus",
605
+ "description": "Prevent autofocus on show",
606
+ "values": []
607
+ },
608
+ {
609
+ "name": "disableCloseOnEscape",
610
+ "description": "Prevent Escape from closing",
611
+ "values": []
612
+ }
613
+ ],
614
+ "references": [
615
+ {
616
+ "name": "Storybook",
617
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-alert"
618
+ }
619
+ ]
620
+ },
621
+ {
622
+ "name": "bm-avatar",
623
+ "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",
624
+ "attributes": [
625
+ {
626
+ "name": "appearance",
627
+ "description": "Specify the appearance of the Avatar",
628
+ "values": [{ "name": "accent" }, { "name": "neutral" }]
629
+ },
630
+ {
631
+ "name": "name",
632
+ "description": "Specify a name to display initials in the Avatar",
633
+ "values": []
634
+ },
635
+ {
636
+ "name": "src",
637
+ "description": "Pass an image to the Avatar",
638
+ "values": []
639
+ },
640
+ { "name": "alt", "description": "Specify alt for image", "values": [] },
641
+ {
642
+ "name": "size",
643
+ "description": "Specify the size of the Avatar",
644
+ "values": [
645
+ { "name": "xs" },
646
+ { "name": "sm" },
647
+ { "name": "md" },
648
+ { "name": "lg" },
649
+ { "name": "xl" }
650
+ ]
651
+ },
652
+ {
653
+ "name": "disabled",
654
+ "description": "Specify if the Avatar is disabled",
655
+ "values": []
656
+ },
657
+ {
658
+ "name": "shape",
659
+ "description": "Specify the shape of the Avatar",
660
+ "values": [{ "name": "circle" }, { "name": "square" }]
661
+ },
662
+ {
663
+ "name": "isInteractive",
664
+ "description": "If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer",
665
+ "values": []
666
+ },
667
+ {
668
+ "name": "isFocusable",
669
+ "description": "If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable",
670
+ "values": []
671
+ },
672
+ { "name": "withBorder", "values": [] }
673
+ ],
674
+ "references": [
675
+ {
676
+ "name": "Storybook",
677
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-avatar"
678
+ }
679
+ ]
680
+ },
681
+ {
682
+ "name": "bm-avatar-group",
683
+ "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",
684
+ "attributes": [
685
+ {
686
+ "name": "wrapping",
687
+ "description": "Specify if the AvatarGroup wraps",
688
+ "values": []
689
+ },
690
+ {
691
+ "name": "maxCount",
692
+ "description": "Specify the max number of avatars displayed in the group.",
693
+ "values": []
694
+ },
695
+ {
696
+ "name": "size",
697
+ "description": "Specify the size of all Avatars",
698
+ "values": [
699
+ { "name": "xs" },
700
+ { "name": "sm" },
701
+ { "name": "md" },
702
+ { "name": "lg" },
703
+ { "name": "xl" }
709
704
  ]
705
+ },
706
+ {
707
+ "name": "layout",
708
+ "description": "Specify the kind of the group.",
709
+ "values": [{ "name": "stacked" }, { "name": "spaced" }]
710
710
  }
711
711
  ],
712
712
  "references": [
713
713
  {
714
714
  "name": "Storybook",
715
- "url": "https://web-components.beam.viasat.com/?path=/docs/components-box"
715
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-avatar"
716
716
  }
717
717
  ]
718
718
  },
@@ -2211,71 +2211,6 @@
2211
2211
  }
2212
2212
  ]
2213
2213
  },
2214
- {
2215
- "name": "bm-native-select",
2216
- "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",
2217
- "attributes": [
2218
- {
2219
- "name": "required",
2220
- "description": "Specify if NativeSelect is a required input",
2221
- "values": []
2222
- },
2223
- {
2224
- "name": "readOnly",
2225
- "description": "Specify if NativeSelect displays in a read-only state",
2226
- "values": []
2227
- },
2228
- {
2229
- "name": "disabled",
2230
- "description": "Specify if NativeSelect displays in a disabled state",
2231
- "values": []
2232
- },
2233
- {
2234
- "name": "error",
2235
- "description": "Specify error text and display error state of a NativeSelect",
2236
- "values": []
2237
- },
2238
- {
2239
- "name": "fluid",
2240
- "description": "Specify if NativeSelect is fluid",
2241
- "values": []
2242
- },
2243
- {
2244
- "name": "width",
2245
- "description": "Specify the width of NativeSelect",
2246
- "values": []
2247
- },
2248
- {
2249
- "name": "ellipse",
2250
- "description": "Specify if overflow displays ellipsis",
2251
- "values": []
2252
- },
2253
- {
2254
- "name": "hideRequiredMarker",
2255
- "description": "Specify if the NativeSelect displays with an asterisk",
2256
- "values": []
2257
- },
2258
- {
2259
- "name": "theme",
2260
- "description": "Specify the theme of the NativeSelect. By default it inherits the theme from the parent",
2261
- "values": [{ "name": "light" }, { "name": "dark" }]
2262
- },
2263
- { "name": "id", "values": [] },
2264
- { "name": "name", "values": [] },
2265
- { "name": "value", "values": [] },
2266
- {
2267
- "name": "validationRules",
2268
- "values": [{ "name": "Array<FormValidator>" }]
2269
- },
2270
- { "name": "input-aria-label", "values": [] }
2271
- ],
2272
- "references": [
2273
- {
2274
- "name": "Storybook",
2275
- "url": "https://web-components.beam.viasat.com/?path=/docs/forms-nativeselect"
2276
- }
2277
- ]
2278
- },
2279
2214
  {
2280
2215
  "name": "bm-form",
2281
2216
  "description": "`bm-form`\n---\n\n\n### **Events:**\n - **submit** - Validates the inputs and submits the form\n\n### **Slots:**\n - **slot** - Add controls to the Form",
@@ -2321,58 +2256,6 @@
2321
2256
  }
2322
2257
  ]
2323
2258
  },
2324
- {
2325
- "name": "bm-radio-button",
2326
- "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",
2327
- "attributes": [
2328
- {
2329
- "name": "label",
2330
- "description": "Specify the text for the label",
2331
- "values": []
2332
- },
2333
- {
2334
- "name": "error",
2335
- "description": "Specify error text and display error state of a RadioButton",
2336
- "values": []
2337
- },
2338
- {
2339
- "name": "readOnly",
2340
- "description": "Specify if RadioButton displays in a read-only state",
2341
- "values": []
2342
- },
2343
- {
2344
- "name": "disabled",
2345
- "description": "Specify if RadioButton displays in a disabled state",
2346
- "values": []
2347
- },
2348
- {
2349
- "name": "theme",
2350
- "description": "Specify the theme of the RadioButton. By default it inherits the theme from the parent",
2351
- "values": [{ "name": "light" }, { "name": "dark" }]
2352
- },
2353
- {
2354
- "name": "value",
2355
- "description": "The value attribute for the input element",
2356
- "values": []
2357
- },
2358
- {
2359
- "name": "checked",
2360
- "description": "The checked attribute for the input element",
2361
- "values": []
2362
- },
2363
- {
2364
- "name": "onKeyDown",
2365
- "description": "A user-defined function to handle keydown events",
2366
- "values": [{ "name": "(event: KeyboardEvent) => void" }]
2367
- }
2368
- ],
2369
- "references": [
2370
- {
2371
- "name": "Storybook",
2372
- "url": "https://web-components.beam.viasat.com/?path=/docs/forms-radiobutton"
2373
- }
2374
- ]
2375
- },
2376
2259
  {
2377
2260
  "name": "bm-switch",
2378
2261
  "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.",
@@ -2506,6 +2389,123 @@
2506
2389
  }
2507
2390
  ]
2508
2391
  },
2392
+ {
2393
+ "name": "bm-radio-button",
2394
+ "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",
2395
+ "attributes": [
2396
+ {
2397
+ "name": "label",
2398
+ "description": "Specify the text for the label",
2399
+ "values": []
2400
+ },
2401
+ {
2402
+ "name": "error",
2403
+ "description": "Specify error text and display error state of a RadioButton",
2404
+ "values": []
2405
+ },
2406
+ {
2407
+ "name": "readOnly",
2408
+ "description": "Specify if RadioButton displays in a read-only state",
2409
+ "values": []
2410
+ },
2411
+ {
2412
+ "name": "disabled",
2413
+ "description": "Specify if RadioButton displays in a disabled state",
2414
+ "values": []
2415
+ },
2416
+ {
2417
+ "name": "theme",
2418
+ "description": "Specify the theme of the RadioButton. By default it inherits the theme from the parent",
2419
+ "values": [{ "name": "light" }, { "name": "dark" }]
2420
+ },
2421
+ {
2422
+ "name": "value",
2423
+ "description": "The value attribute for the input element",
2424
+ "values": []
2425
+ },
2426
+ {
2427
+ "name": "checked",
2428
+ "description": "The checked attribute for the input element",
2429
+ "values": []
2430
+ },
2431
+ {
2432
+ "name": "onKeyDown",
2433
+ "description": "A user-defined function to handle keydown events",
2434
+ "values": [{ "name": "(event: KeyboardEvent) => void" }]
2435
+ }
2436
+ ],
2437
+ "references": [
2438
+ {
2439
+ "name": "Storybook",
2440
+ "url": "https://web-components.beam.viasat.com/?path=/docs/forms-radiobutton"
2441
+ }
2442
+ ]
2443
+ },
2444
+ {
2445
+ "name": "bm-native-select",
2446
+ "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",
2447
+ "attributes": [
2448
+ {
2449
+ "name": "required",
2450
+ "description": "Specify if NativeSelect is a required input",
2451
+ "values": []
2452
+ },
2453
+ {
2454
+ "name": "readOnly",
2455
+ "description": "Specify if NativeSelect displays in a read-only state",
2456
+ "values": []
2457
+ },
2458
+ {
2459
+ "name": "disabled",
2460
+ "description": "Specify if NativeSelect displays in a disabled state",
2461
+ "values": []
2462
+ },
2463
+ {
2464
+ "name": "error",
2465
+ "description": "Specify error text and display error state of a NativeSelect",
2466
+ "values": []
2467
+ },
2468
+ {
2469
+ "name": "fluid",
2470
+ "description": "Specify if NativeSelect is fluid",
2471
+ "values": []
2472
+ },
2473
+ {
2474
+ "name": "width",
2475
+ "description": "Specify the width of NativeSelect",
2476
+ "values": []
2477
+ },
2478
+ {
2479
+ "name": "ellipse",
2480
+ "description": "Specify if overflow displays ellipsis",
2481
+ "values": []
2482
+ },
2483
+ {
2484
+ "name": "hideRequiredMarker",
2485
+ "description": "Specify if the NativeSelect displays with an asterisk",
2486
+ "values": []
2487
+ },
2488
+ {
2489
+ "name": "theme",
2490
+ "description": "Specify the theme of the NativeSelect. By default it inherits the theme from the parent",
2491
+ "values": [{ "name": "light" }, { "name": "dark" }]
2492
+ },
2493
+ { "name": "id", "values": [] },
2494
+ { "name": "name", "values": [] },
2495
+ { "name": "value", "values": [] },
2496
+ {
2497
+ "name": "validationRules",
2498
+ "values": [{ "name": "Array<FormValidator>" }]
2499
+ },
2500
+ { "name": "input-aria-label", "values": [] }
2501
+ ],
2502
+ "references": [
2503
+ {
2504
+ "name": "Storybook",
2505
+ "url": "https://web-components.beam.viasat.com/?path=/docs/forms-nativeselect"
2506
+ }
2507
+ ]
2508
+ },
2509
2509
  {
2510
2510
  "name": "bm-checkbox-group",
2511
2511
  "description": "\n---\n\n\n### **Slots:**\n - **label** - Add label text to the InputChoiceGroup\n- **helperText** - Add helper text to the InputChoiceGroup",
@@ -2576,8 +2576,8 @@
2576
2576
  ]
2577
2577
  },
2578
2578
  {
2579
- "name": "bm-radio-button-group",
2580
- "description": "\n---\n\n\n### **Slots:**\n - **label** - Add label text to the InputChoiceGroup\n- **helperText** - Add helper text to the InputChoiceGroup",
2579
+ "name": "bm-switch-group",
2580
+ "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",
2581
2581
  "attributes": [
2582
2582
  {
2583
2583
  "name": "theme",
@@ -2640,13 +2640,13 @@
2640
2640
  "references": [
2641
2641
  {
2642
2642
  "name": "Storybook",
2643
- "url": "https://web-components.beam.viasat.com/?path=/docs/forms-radiobutton"
2643
+ "url": "https://web-components.beam.viasat.com/?path=/docs/forms-switch"
2644
2644
  }
2645
2645
  ]
2646
2646
  },
2647
2647
  {
2648
- "name": "bm-switch-group",
2649
- "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",
2648
+ "name": "bm-radio-button-group",
2649
+ "description": "\n---\n\n\n### **Slots:**\n - **label** - Add label text to the InputChoiceGroup\n- **helperText** - Add helper text to the InputChoiceGroup",
2650
2650
  "attributes": [
2651
2651
  {
2652
2652
  "name": "theme",
@@ -2709,7 +2709,7 @@
2709
2709
  "references": [
2710
2710
  {
2711
2711
  "name": "Storybook",
2712
- "url": "https://web-components.beam.viasat.com/?path=/docs/forms-switch"
2712
+ "url": "https://web-components.beam.viasat.com/?path=/docs/forms-radiobutton"
2713
2713
  }
2714
2714
  ]
2715
2715
  }