@viasat/beam-web-components 2.45.1 → 2.46.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.
@@ -159,6 +159,79 @@
159
159
  }
160
160
  ]
161
161
  },
162
+ {
163
+ "name": "bm-alert",
164
+ "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",
165
+ "attributes": [
166
+ {
167
+ "name": "heading",
168
+ "description": "Specify the heading text for Alert",
169
+ "values": []
170
+ },
171
+ {
172
+ "name": "body",
173
+ "description": "Specify the body text for Alert",
174
+ "values": []
175
+ },
176
+ {
177
+ "name": "size",
178
+ "description": "Specify the size of the Alert",
179
+ "values": [{ "name": "sm" }, { "name": "md" }]
180
+ },
181
+ {
182
+ "name": "fullWidth",
183
+ "description": "Specify if the Alert has no border radius",
184
+ "values": []
185
+ },
186
+ {
187
+ "name": "theme",
188
+ "description": "Specify the theme of the Alert. By default it inherits the theme from the parent",
189
+ "values": [{ "name": "light" }, { "name": "dark" }]
190
+ },
191
+ {
192
+ "name": "appearance",
193
+ "description": "Specify the appearance of the Alert",
194
+ "values": [
195
+ { "name": "infoPrimary" },
196
+ { "name": "infoSecondary" },
197
+ { "name": "positive" },
198
+ { "name": "warning" },
199
+ { "name": "negative" }
200
+ ]
201
+ },
202
+ {
203
+ "name": "hidden",
204
+ "description": "Specify if the Alert is hidden",
205
+ "values": []
206
+ },
207
+ {
208
+ "name": "hideIcon",
209
+ "description": "Specify if the icon displays on the Alert",
210
+ "values": []
211
+ },
212
+ {
213
+ "name": "dismissible",
214
+ "description": "Specify if the Alert can be dismissed",
215
+ "values": []
216
+ },
217
+ {
218
+ "name": "disableAutoFocus",
219
+ "description": "Prevent autofocus on show",
220
+ "values": []
221
+ },
222
+ {
223
+ "name": "disableCloseOnEscape",
224
+ "description": "Prevent Escape from closing",
225
+ "values": []
226
+ }
227
+ ],
228
+ "references": [
229
+ {
230
+ "name": "Storybook",
231
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-alert"
232
+ }
233
+ ]
234
+ },
162
235
  {
163
236
  "name": "bm-badge",
164
237
  "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",
@@ -203,75 +276,169 @@
203
276
  ]
204
277
  },
205
278
  {
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",
279
+ "name": "bm-badge-dot",
280
+ "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",
208
281
  "attributes": [
209
282
  {
210
- "name": "heading",
211
- "description": "Specify the heading text for Alert",
212
- "values": []
283
+ "name": "theme",
284
+ "description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
285
+ "values": [{ "name": "light" }, { "name": "dark" }]
213
286
  },
214
287
  {
215
- "name": "body",
216
- "description": "Specify the body text for Alert",
288
+ "name": "appearance",
289
+ "description": "Specify the appearance of the BadgeDot",
290
+ "values": [
291
+ { "name": "infoPrimary" },
292
+ { "name": "infoSecondary" },
293
+ { "name": "positive" },
294
+ { "name": "warning" },
295
+ { "name": "negative" }
296
+ ]
297
+ },
298
+ {
299
+ "name": "emphasis",
300
+ "description": "Specify the emphasis of the BadgeDot",
301
+ "values": [{ "name": "strong" }, { "name": "subtle" }]
302
+ },
303
+ {
304
+ "name": "overrideDotColor",
305
+ "description": "Overrides default dot color",
306
+ "values": []
307
+ }
308
+ ],
309
+ "references": [
310
+ {
311
+ "name": "Storybook",
312
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-badgedot"
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",
217
323
  "values": []
218
324
  },
219
325
  {
220
- "name": "size",
221
- "description": "Specify the size of the Alert",
222
- "values": [{ "name": "sm" }, { "name": "md" }]
326
+ "name": "itemsBeforeCollapse",
327
+ "description": "Specify how many items show before ellipsis",
328
+ "values": []
223
329
  },
224
330
  {
225
- "name": "fullWidth",
226
- "description": "Specify if the Alert has no border radius",
331
+ "name": "itemsAfterCollapse",
332
+ "description": "Specify how many items show after ellipsis",
227
333
  "values": []
228
334
  },
229
335
  {
230
336
  "name": "theme",
231
- "description": "Specify the theme of the Alert. By default it inherits the theme from the parent",
337
+ "description": "Specify the theme of the Breadcrumbs. By default, it inherits the theme from the parent",
232
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": []
233
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
+ },
377
+ {
378
+ "name": "bm-button",
379
+ "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",
380
+ "attributes": [
234
381
  {
235
382
  "name": "appearance",
236
- "description": "Specify the appearance of the Alert",
383
+ "description": "Specify the appearance of a Button",
237
384
  "values": [
238
- { "name": "infoPrimary" },
239
- { "name": "infoSecondary" },
240
- { "name": "positive" },
241
- { "name": "warning" },
242
- { "name": "negative" }
385
+ { "name": "accent" },
386
+ { "name": "neutral" },
387
+ { "name": "neutral-subtle" },
388
+ { "name": "destructive" }
243
389
  ]
244
390
  },
245
391
  {
246
- "name": "hidden",
247
- "description": "Specify if the Alert is hidden",
392
+ "name": "kind",
393
+ "description": "Specify the kind of Button",
394
+ "values": [
395
+ { "name": "filled" },
396
+ { "name": "outline" },
397
+ { "name": "ghost" },
398
+ { "name": "bare" }
399
+ ]
400
+ },
401
+ {
402
+ "name": "size",
403
+ "description": "Specify the size of a Button",
404
+ "values": [{ "name": "sm" }, { "name": "md" }, { "name": "lg" }]
405
+ },
406
+ {
407
+ "name": "disabled",
408
+ "description": "Specify if the Button is disabled",
248
409
  "values": []
249
410
  },
250
411
  {
251
- "name": "hideIcon",
252
- "description": "Specify if the icon displays on the Alert",
412
+ "name": "fluid",
413
+ "description": "Specify if Button is fluid",
253
414
  "values": []
254
415
  },
255
416
  {
256
- "name": "dismissible",
257
- "description": "Specify if the Alert can be dismissed",
417
+ "name": "width",
418
+ "description": "Specify the width of a Button",
258
419
  "values": []
259
420
  },
260
421
  {
261
- "name": "disableAutoFocus",
262
- "description": "Prevent autofocus on show",
422
+ "name": "height",
423
+ "description": "Specify the height of a Button",
263
424
  "values": []
264
425
  },
265
426
  {
266
- "name": "disableCloseOnEscape",
267
- "description": "Prevent Escape from closing",
427
+ "name": "theme",
428
+ "description": "Specify the theme of the Button",
429
+ "values": [{ "name": "light" }, { "name": "dark" }]
430
+ },
431
+ {
432
+ "name": "iconOnly",
433
+ "description": "Specify if the icon displays without text",
268
434
  "values": []
269
- }
435
+ },
436
+ { "name": "type", "values": [] }
270
437
  ],
271
438
  "references": [
272
439
  {
273
440
  "name": "Storybook",
274
- "url": "https://web-components.beam.viasat.com/?path=/docs/components-alert"
441
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-button"
275
442
  }
276
443
  ]
277
444
  },
@@ -600,248 +767,81 @@
600
767
  ]
601
768
  },
602
769
  {
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-badge-dot",
683
- "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",
684
- "attributes": [
685
- {
686
- "name": "theme",
687
- "description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
688
- "values": [{ "name": "light" }, { "name": "dark" }]
689
- },
690
- {
691
- "name": "appearance",
692
- "description": "Specify the appearance of the BadgeDot",
693
- "values": [
694
- { "name": "infoPrimary" },
695
- { "name": "infoSecondary" },
696
- { "name": "positive" },
697
- { "name": "warning" },
698
- { "name": "negative" }
699
- ]
700
- },
701
- {
702
- "name": "emphasis",
703
- "description": "Specify the emphasis of the BadgeDot",
704
- "values": [{ "name": "strong" }, { "name": "subtle" }]
705
- },
706
- {
707
- "name": "overrideDotColor",
708
- "description": "Overrides default dot color",
709
- "values": []
710
- }
711
- ],
712
- "references": [
713
- {
714
- "name": "Storybook",
715
- "url": "https://web-components.beam.viasat.com/?path=/docs/components-badgedot"
716
- }
717
- ]
718
- },
719
- {
720
- "name": "bm-breadcrumb",
721
- "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",
722
- "attributes": [
723
- {
724
- "name": "wrap",
725
- "description": "Specify if items wrap or collapse to an ellipsis",
726
- "values": []
727
- },
728
- {
729
- "name": "itemsBeforeCollapse",
730
- "description": "Specify how many items show before ellipsis",
731
- "values": []
732
- },
733
- {
734
- "name": "itemsAfterCollapse",
735
- "description": "Specify how many items show after ellipsis",
736
- "values": []
737
- },
738
- {
739
- "name": "theme",
740
- "description": "Specify the theme of the Breadcrumbs. By default, it inherits the theme from the parent",
741
- "values": [{ "name": "light" }, { "name": "dark" }]
742
- }
743
- ],
744
- "references": [
745
- {
746
- "name": "Storybook",
747
- "url": "https://web-components.beam.viasat.com/?path=/docs/components-breadcrumb"
748
- }
749
- ]
750
- },
751
- {
752
- "name": "bm-breadcrumb-item",
753
- "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",
754
- "attributes": [
755
- { "name": "href", "description": "Pass href to an item", "values": [] },
756
- {
757
- "name": "clickable",
758
- "description": "Specify if the item is interactive without an href",
759
- "values": []
760
- },
761
- {
762
- "name": "truncationWidth",
763
- "description": "Specify truncation width of the items. Sets max-width for all items but the last.",
764
- "values": []
765
- },
766
- {
767
- "name": "isCurrent",
768
- "description": "Specify explicitly if the item is the last one",
769
- "values": []
770
- },
771
- { "name": "isCollapsed", "values": [] }
772
- ],
773
- "references": [
774
- {
775
- "name": "Storybook",
776
- "url": "https://web-components.beam.viasat.com/?path=/docs/components-breadcrumb"
777
- }
778
- ]
779
- },
780
- {
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",
783
- "attributes": [
784
- {
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
- ]
793
- },
794
- {
795
- "name": "kind",
796
- "description": "Specify the kind of Button",
797
- "values": [
798
- { "name": "filled" },
799
- { "name": "outline" },
800
- { "name": "ghost" },
801
- { "name": "bare" }
802
- ]
803
- },
804
- {
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": []
770
+ "name": "m",
771
+ "description": "Specify all margin",
772
+ "values": [
773
+ { "name": "0" },
774
+ { "name": "12" },
775
+ { "name": "25" },
776
+ { "name": "50" },
777
+ { "name": "75" },
778
+ { "name": "100" },
779
+ { "name": "125" },
780
+ { "name": "150" },
781
+ { "name": "200" },
782
+ { "name": "300" },
783
+ { "name": "400" },
784
+ { "name": "500" },
785
+ { "name": "700" },
786
+ { "name": "800" }
787
+ ]
823
788
  },
824
789
  {
825
- "name": "height",
826
- "description": "Specify the height of a Button",
827
- "values": []
790
+ "name": "p",
791
+ "description": "Specify all padding",
792
+ "values": [
793
+ { "name": "0" },
794
+ { "name": "12" },
795
+ { "name": "25" },
796
+ { "name": "50" },
797
+ { "name": "75" },
798
+ { "name": "100" },
799
+ { "name": "125" },
800
+ { "name": "150" },
801
+ { "name": "200" },
802
+ { "name": "300" },
803
+ { "name": "400" },
804
+ { "name": "500" },
805
+ { "name": "700" },
806
+ { "name": "800" }
807
+ ]
828
808
  },
829
809
  {
830
- "name": "theme",
831
- "description": "Specify the theme of the Button",
832
- "values": [{ "name": "light" }, { "name": "dark" }]
810
+ "name": "gap",
811
+ "description": "Specify gap between child elements",
812
+ "values": [
813
+ { "name": "0" },
814
+ { "name": "12" },
815
+ { "name": "25" },
816
+ { "name": "50" },
817
+ { "name": "75" },
818
+ { "name": "100" },
819
+ { "name": "125" },
820
+ { "name": "150" },
821
+ { "name": "200" },
822
+ { "name": "300" },
823
+ { "name": "400" },
824
+ { "name": "500" },
825
+ { "name": "700" },
826
+ { "name": "800" }
827
+ ]
833
828
  },
834
829
  {
835
- "name": "iconOnly",
836
- "description": "Specify if the icon displays without text",
837
- "values": []
838
- },
839
- { "name": "type", "values": [] }
830
+ "name": "shadow",
831
+ "description": "Specify if a Box has a shadow",
832
+ "values": [
833
+ { "name": "sm" },
834
+ { "name": "md" },
835
+ { "name": "lg" },
836
+ { "name": "none" },
837
+ { "name": "overlay" }
838
+ ]
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-box"
845
845
  }
846
846
  ]
847
847
  },
@@ -2216,51 +2216,6 @@
2216
2216
  }
2217
2217
  ]
2218
2218
  },
2219
- {
2220
- "name": "bm-form",
2221
- "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",
2222
- "attributes": [
2223
- {
2224
- "name": "validationMode",
2225
- "description": "Specify if validation runs on change or when loosing focus",
2226
- "values": [
2227
- { "name": "onChange" },
2228
- { "name": "onBlur" },
2229
- { "name": "onSubmit" }
2230
- ]
2231
- },
2232
- {
2233
- "name": "initialValues",
2234
- "description": "Specify initial values on Form controls based on their names",
2235
- "values": [{ "name": "Record<string" }, { "name": "FormValue>" }]
2236
- },
2237
- {
2238
- "name": "required",
2239
- "description": "Specify if input is a required",
2240
- "values": []
2241
- },
2242
- {
2243
- "name": "disabled",
2244
- "description": "Specify if input is a disabled",
2245
- "values": []
2246
- },
2247
- {
2248
- "name": "readOnly",
2249
- "description": "Specify if input is a read only",
2250
- "values": []
2251
- },
2252
- { "name": "action", "values": [] },
2253
- { "name": "method", "values": [] },
2254
- { "name": "target", "values": [] },
2255
- { "name": "enctype", "values": [] }
2256
- ],
2257
- "references": [
2258
- {
2259
- "name": "Storybook",
2260
- "url": "https://web-components.beam.viasat.com/?path=/docs/forms-form"
2261
- }
2262
- ]
2263
- },
2264
2219
  {
2265
2220
  "name": "bm-native-select",
2266
2221
  "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",
@@ -2383,49 +2338,6 @@
2383
2338
  }
2384
2339
  ]
2385
2340
  },
2386
- {
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.",
2389
- "attributes": [
2390
- {
2391
- "name": "onText",
2392
- "description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
2393
- "values": []
2394
- },
2395
- {
2396
- "name": "offText",
2397
- "description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
2398
- "values": []
2399
- },
2400
- {
2401
- "name": "textPosition",
2402
- "description": "Specify the position of the side label",
2403
- "values": [{ "name": "before" }, { "name": "after" }]
2404
- },
2405
- {
2406
- "name": "readOnly",
2407
- "description": "Specify if Switch displays in a read-only state",
2408
- "values": []
2409
- },
2410
- {
2411
- "name": "disabled",
2412
- "description": "Specify if Switch displays in a disabled state",
2413
- "values": []
2414
- },
2415
- { "name": "checked", "values": [] },
2416
- {
2417
- "name": "value",
2418
- "description": "The value attribute for the input element",
2419
- "values": []
2420
- }
2421
- ],
2422
- "references": [
2423
- {
2424
- "name": "Storybook",
2425
- "url": "https://web-components.beam.viasat.com/?path=/docs/forms-switch"
2426
- }
2427
- ]
2428
- },
2429
2341
  {
2430
2342
  "name": "bm-text-area",
2431
2343
  "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",
@@ -2516,6 +2428,94 @@
2516
2428
  }
2517
2429
  ]
2518
2430
  },
2431
+ {
2432
+ "name": "bm-form",
2433
+ "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",
2434
+ "attributes": [
2435
+ {
2436
+ "name": "validationMode",
2437
+ "description": "Specify if validation runs on change or when loosing focus",
2438
+ "values": [
2439
+ { "name": "onChange" },
2440
+ { "name": "onBlur" },
2441
+ { "name": "onSubmit" }
2442
+ ]
2443
+ },
2444
+ {
2445
+ "name": "initialValues",
2446
+ "description": "Specify initial values on Form controls based on their names",
2447
+ "values": [{ "name": "Record<string" }, { "name": "FormValue>" }]
2448
+ },
2449
+ {
2450
+ "name": "required",
2451
+ "description": "Specify if input is a required",
2452
+ "values": []
2453
+ },
2454
+ {
2455
+ "name": "disabled",
2456
+ "description": "Specify if input is a disabled",
2457
+ "values": []
2458
+ },
2459
+ {
2460
+ "name": "readOnly",
2461
+ "description": "Specify if input is a read only",
2462
+ "values": []
2463
+ },
2464
+ { "name": "action", "values": [] },
2465
+ { "name": "method", "values": [] },
2466
+ { "name": "target", "values": [] },
2467
+ { "name": "enctype", "values": [] }
2468
+ ],
2469
+ "references": [
2470
+ {
2471
+ "name": "Storybook",
2472
+ "url": "https://web-components.beam.viasat.com/?path=/docs/forms-form"
2473
+ }
2474
+ ]
2475
+ },
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",