@viasat/beam-web-components 2.55.0 → 2.55.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@viasat/beam-web-components",
3
- "version": "2.55.0",
3
+ "version": "2.55.2",
4
4
  "description": "Framework-agnostic web components for the Beam Design System built with Lit, compatible with Angular, Vue, Svelte, and vanilla JavaScript",
5
5
  "license": "MIT",
6
6
  "author": "Viasat",
@@ -64,11 +64,11 @@
64
64
  "access": "public"
65
65
  },
66
66
  "dependencies": {
67
- "@viasat/beam-fonts": "2.55.0",
68
- "@viasat/beam-shared": "2.55.0",
69
- "@viasat/beam-styles": "2.55.0",
70
- "@viasat/beam-tokens": "2.55.0",
71
- "@viasat/beam-icons": "2.55.0",
67
+ "@viasat/beam-fonts": "2.55.2",
68
+ "@viasat/beam-shared": "2.55.2",
69
+ "@viasat/beam-styles": "2.55.2",
70
+ "@viasat/beam-tokens": "2.55.2",
71
+ "@viasat/beam-icons": "2.55.2",
72
72
  "clsx": "^1.2.1",
73
73
  "lit": "^3.1.0",
74
74
  "@lit/context": "^1.1.1",
@@ -61,6 +61,79 @@
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
+ },
64
137
  {
65
138
  "name": "bm-badge",
66
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",
@@ -142,6 +215,104 @@
142
215
  }
143
216
  ]
144
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
+ },
145
316
  {
146
317
  "name": "bm-box",
147
318
  "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",
@@ -545,177 +716,6 @@
545
716
  }
546
717
  ]
547
718
  },
548
- {
549
- "name": "bm-avatar",
550
- "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",
551
- "attributes": [
552
- {
553
- "name": "appearance",
554
- "description": "Specify the appearance of the Avatar",
555
- "values": [{ "name": "accent" }, { "name": "neutral" }]
556
- },
557
- {
558
- "name": "name",
559
- "description": "Specify a name to display initials in the Avatar",
560
- "values": []
561
- },
562
- {
563
- "name": "src",
564
- "description": "Pass an image to the Avatar",
565
- "values": []
566
- },
567
- { "name": "alt", "description": "Specify alt for image", "values": [] },
568
- {
569
- "name": "size",
570
- "description": "Specify the size of the Avatar",
571
- "values": [
572
- { "name": "xs" },
573
- { "name": "sm" },
574
- { "name": "md" },
575
- { "name": "lg" },
576
- { "name": "xl" }
577
- ]
578
- },
579
- {
580
- "name": "disabled",
581
- "description": "Specify if the Avatar is disabled",
582
- "values": []
583
- },
584
- {
585
- "name": "shape",
586
- "description": "Specify the shape of the Avatar",
587
- "values": [{ "name": "circle" }, { "name": "square" }]
588
- },
589
- {
590
- "name": "isInteractive",
591
- "description": "If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer",
592
- "values": []
593
- },
594
- {
595
- "name": "isFocusable",
596
- "description": "If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable",
597
- "values": []
598
- },
599
- { "name": "withBorder", "values": [] }
600
- ],
601
- "references": [
602
- {
603
- "name": "Storybook",
604
- "url": "https://web-components.beam.viasat.com/?path=/docs/components-avatar"
605
- }
606
- ]
607
- },
608
- {
609
- "name": "bm-avatar-group",
610
- "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",
611
- "attributes": [
612
- {
613
- "name": "wrapping",
614
- "description": "Specify if the AvatarGroup wraps",
615
- "values": []
616
- },
617
- {
618
- "name": "maxCount",
619
- "description": "Specify the max number of avatars displayed in the group.",
620
- "values": []
621
- },
622
- {
623
- "name": "size",
624
- "description": "Specify the size of all Avatars",
625
- "values": [
626
- { "name": "xs" },
627
- { "name": "sm" },
628
- { "name": "md" },
629
- { "name": "lg" },
630
- { "name": "xl" }
631
- ]
632
- },
633
- {
634
- "name": "layout",
635
- "description": "Specify the kind of the group.",
636
- "values": [{ "name": "stacked" }, { "name": "spaced" }]
637
- }
638
- ],
639
- "references": [
640
- {
641
- "name": "Storybook",
642
- "url": "https://web-components.beam.viasat.com/?path=/docs/components-avatar"
643
- }
644
- ]
645
- },
646
- {
647
- "name": "bm-alert",
648
- "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",
649
- "attributes": [
650
- {
651
- "name": "heading",
652
- "description": "Specify the heading text for Alert",
653
- "values": []
654
- },
655
- {
656
- "name": "body",
657
- "description": "Specify the body text for Alert",
658
- "values": []
659
- },
660
- {
661
- "name": "size",
662
- "description": "Specify the size of the Alert",
663
- "values": [{ "name": "sm" }, { "name": "md" }]
664
- },
665
- {
666
- "name": "fullWidth",
667
- "description": "Specify if the Alert has no border radius",
668
- "values": []
669
- },
670
- {
671
- "name": "theme",
672
- "description": "Specify the theme of the Alert. By default it inherits the theme from the parent",
673
- "values": [{ "name": "light" }, { "name": "dark" }]
674
- },
675
- {
676
- "name": "appearance",
677
- "description": "Specify the appearance of the Alert",
678
- "values": [
679
- { "name": "infoPrimary" },
680
- { "name": "infoSecondary" },
681
- { "name": "positive" },
682
- { "name": "warning" },
683
- { "name": "negative" }
684
- ]
685
- },
686
- {
687
- "name": "hidden",
688
- "description": "Specify if the Alert is hidden",
689
- "values": []
690
- },
691
- {
692
- "name": "hideIcon",
693
- "description": "Specify if the icon displays on the Alert",
694
- "values": []
695
- },
696
- {
697
- "name": "dismissible",
698
- "description": "Specify if the Alert can be dismissed",
699
- "values": []
700
- },
701
- {
702
- "name": "disableAutoFocus",
703
- "description": "Prevent autofocus on show",
704
- "values": []
705
- },
706
- {
707
- "name": "disableCloseOnEscape",
708
- "description": "Prevent Escape from closing",
709
- "values": []
710
- }
711
- ],
712
- "references": [
713
- {
714
- "name": "Storybook",
715
- "url": "https://web-components.beam.viasat.com/?path=/docs/components-alert"
716
- }
717
- ]
718
- },
719
719
  {
720
720
  "name": "bm-breadcrumb",
721
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",
@@ -845,34 +845,6 @@
845
845
  }
846
846
  ]
847
847
  },
848
- {
849
- "name": "bm-close-button",
850
- "description": "`bm-close-button`\n\n### Attributes:\n- **size** - Specify the size of the CloseButton\n- **disabled** - Specify if the CloseButton is disabled\n---\n",
851
- "attributes": [
852
- {
853
- "name": "size",
854
- "description": "Specify the size of the CloseButton",
855
- "values": [
856
- { "name": "xs" },
857
- { "name": "sm" },
858
- { "name": "md" },
859
- { "name": "lg" },
860
- { "name": "xl" }
861
- ]
862
- },
863
- {
864
- "name": "disabled",
865
- "description": "Specify if the CloseButton is disabled",
866
- "values": []
867
- }
868
- ],
869
- "references": [
870
- {
871
- "name": "Storybook",
872
- "url": "https://web-components.beam.viasat.com/?path=/docs/components-closebutton"
873
- }
874
- ]
875
- },
876
848
  {
877
849
  "name": "bm-divider",
878
850
  "description": "`bm-divider`\n\n### Attributes:\n- **orientation** - Specify the direction of the Divider\n- **borderColor** - Specify the border color of the divider line\n- **borderWidth** - Specify the width of the divider line\n- **borderStyle** - Specify the style of the divider line\n- **alignContent** - Align content to the divider line\n- **length** \n- **inset** - Add equal padding to each side of the Divider\n---\n\n\n### **Slots:**\n - **default** - Add text to the Divider\n- **icon** - Add an icon to the Divider",
@@ -957,6 +929,34 @@
957
929
  }
958
930
  ]
959
931
  },
932
+ {
933
+ "name": "bm-close-button",
934
+ "description": "`bm-close-button`\n\n### Attributes:\n- **size** - Specify the size of the CloseButton\n- **disabled** - Specify if the CloseButton is disabled\n---\n",
935
+ "attributes": [
936
+ {
937
+ "name": "size",
938
+ "description": "Specify the size of the CloseButton",
939
+ "values": [
940
+ { "name": "xs" },
941
+ { "name": "sm" },
942
+ { "name": "md" },
943
+ { "name": "lg" },
944
+ { "name": "xl" }
945
+ ]
946
+ },
947
+ {
948
+ "name": "disabled",
949
+ "description": "Specify if the CloseButton is disabled",
950
+ "values": []
951
+ }
952
+ ],
953
+ "references": [
954
+ {
955
+ "name": "Storybook",
956
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-closebutton"
957
+ }
958
+ ]
959
+ },
960
960
  {
961
961
  "name": "bm-empty-state",
962
962
  "description": "`bm-empty-state`\n\n### Attributes:\n- **heading** - Specify heading text for EmptyState\n- **body** - Specify body text for EmptyState\n- **actions** - Specify action for EmptyState\n- **theme** - Specify the theme of EmptyState. By default it inherits the theme from the parent\n---\n\n\n### **Slots:**\n - **icon** - Specify an icon for EmptyState\n- **heading** - Specify heading text for EmptyState\n- **body** - Specify body text for EmptyState\n- **actions** - Add actions to EmptyState",
@@ -2216,6 +2216,51 @@
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
+ },
2219
2264
  {
2220
2265
  "name": "bm-native-select",
2221
2266
  "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",
@@ -2338,51 +2383,6 @@
2338
2383
  }
2339
2384
  ]
2340
2385
  },
2341
- {
2342
- "name": "bm-form",
2343
- "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",
2344
- "attributes": [
2345
- {
2346
- "name": "validationMode",
2347
- "description": "Specify if validation runs on change or when loosing focus",
2348
- "values": [
2349
- { "name": "onChange" },
2350
- { "name": "onBlur" },
2351
- { "name": "onSubmit" }
2352
- ]
2353
- },
2354
- {
2355
- "name": "initialValues",
2356
- "description": "Specify initial values on Form controls based on their names",
2357
- "values": [{ "name": "Record<string" }, { "name": "FormValue>" }]
2358
- },
2359
- {
2360
- "name": "required",
2361
- "description": "Specify if input is a required",
2362
- "values": []
2363
- },
2364
- {
2365
- "name": "disabled",
2366
- "description": "Specify if input is a disabled",
2367
- "values": []
2368
- },
2369
- {
2370
- "name": "readOnly",
2371
- "description": "Specify if input is a read only",
2372
- "values": []
2373
- },
2374
- { "name": "action", "values": [] },
2375
- { "name": "method", "values": [] },
2376
- { "name": "target", "values": [] },
2377
- { "name": "enctype", "values": [] }
2378
- ],
2379
- "references": [
2380
- {
2381
- "name": "Storybook",
2382
- "url": "https://web-components.beam.viasat.com/?path=/docs/forms-form"
2383
- }
2384
- ]
2385
- },
2386
2386
  {
2387
2387
  "name": "bm-switch",
2388
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.",