@viasat/beam-web-components 2.8.0 → 2.10.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.
@@ -611,75 +611,100 @@
611
611
  ]
612
612
  },
613
613
  {
614
- "name": "bm-alert",
615
- "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",
614
+ "name": "bm-avatar",
615
+ "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",
616
616
  "attributes": [
617
617
  {
618
- "name": "heading",
619
- "description": "Specify the heading text for Alert",
618
+ "name": "appearance",
619
+ "description": "Specify the appearance of the Avatar",
620
+ "values": [{ "name": "accent" }, { "name": "neutral" }]
621
+ },
622
+ {
623
+ "name": "name",
624
+ "description": "Specify a name to display initials in the Avatar",
620
625
  "values": []
621
626
  },
622
627
  {
623
- "name": "body",
624
- "description": "Specify the body text for Alert",
628
+ "name": "src",
629
+ "description": "Pass an image to the Avatar",
625
630
  "values": []
626
631
  },
632
+ { "name": "alt", "description": "Specify alt for image", "values": [] },
627
633
  {
628
634
  "name": "size",
629
- "description": "Specify the size of the Alert",
630
- "values": [{ "name": "sm" }, { "name": "md" }]
635
+ "description": "Specify the size of the Avatar",
636
+ "values": [
637
+ { "name": "xs" },
638
+ { "name": "sm" },
639
+ { "name": "md" },
640
+ { "name": "lg" },
641
+ { "name": "xl" }
642
+ ]
631
643
  },
632
644
  {
633
- "name": "fullWidth",
634
- "description": "Specify if the Alert has no border radius",
645
+ "name": "disabled",
646
+ "description": "Specify if the Avatar is disabled",
635
647
  "values": []
636
648
  },
637
649
  {
638
- "name": "theme",
639
- "description": "Specify the theme of the Alert. By default it inherits the theme from the parent",
640
- "values": [{ "name": "light" }, { "name": "dark" }]
650
+ "name": "shape",
651
+ "description": "Specify the shape of the Avatar",
652
+ "values": [{ "name": "circle" }, { "name": "square" }]
641
653
  },
642
654
  {
643
- "name": "appearance",
644
- "description": "Specify the appearance of the Alert",
645
- "values": [
646
- { "name": "infoPrimary" },
647
- { "name": "infoSecondary" },
648
- { "name": "positive" },
649
- { "name": "warning" },
650
- { "name": "negative" }
651
- ]
655
+ "name": "isInteractive",
656
+ "description": "If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer",
657
+ "values": []
652
658
  },
653
659
  {
654
- "name": "hidden",
655
- "description": "Specify if the Alert is hidden",
660
+ "name": "isFocusable",
661
+ "description": "If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable",
656
662
  "values": []
657
663
  },
664
+ { "name": "withBorder", "values": [] }
665
+ ],
666
+ "references": [
658
667
  {
659
- "name": "hideIcon",
660
- "description": "Specify if the icon displays on the Alert",
668
+ "name": "Storybook",
669
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-avatar"
670
+ }
671
+ ]
672
+ },
673
+ {
674
+ "name": "bm-avatar-group",
675
+ "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",
676
+ "attributes": [
677
+ {
678
+ "name": "wrapping",
679
+ "description": "Specify if the AvatarGroup wraps",
661
680
  "values": []
662
681
  },
663
682
  {
664
- "name": "dismissible",
665
- "description": "Specify if the Alert can be dismissed",
683
+ "name": "maxCount",
684
+ "description": "Specify the max number of avatars displayed in the group.",
666
685
  "values": []
667
686
  },
668
687
  {
669
- "name": "disableAutoFocus",
670
- "description": "Prevent autofocus on show",
671
- "values": []
688
+ "name": "size",
689
+ "description": "Specify the size of all Avatars",
690
+ "values": [
691
+ { "name": "xs" },
692
+ { "name": "sm" },
693
+ { "name": "md" },
694
+ { "name": "lg" },
695
+ { "name": "xl" }
696
+ ]
672
697
  },
673
698
  {
674
- "name": "disableCloseOnEscape",
675
- "description": "Prevent Escape from closing",
676
- "values": []
699
+ "name": "layout",
700
+ "description": "Specify the kind of the group.",
701
+ "values": [{ "name": "stacked" }, { "name": "spaced" }]
677
702
  }
678
703
  ],
679
704
  "references": [
680
705
  {
681
706
  "name": "Storybook",
682
- "url": "https://web-components.beam.viasat.com/?path=/docs/components-alert"
707
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-avatar"
683
708
  }
684
709
  ]
685
710
  },
@@ -752,100 +777,75 @@
752
777
  ]
753
778
  },
754
779
  {
755
- "name": "bm-avatar",
756
- "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",
780
+ "name": "bm-alert",
781
+ "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",
757
782
  "attributes": [
758
783
  {
759
- "name": "appearance",
760
- "description": "Specify the appearance of the Avatar",
761
- "values": [{ "name": "accent" }, { "name": "neutral" }]
762
- },
763
- {
764
- "name": "name",
765
- "description": "Specify a name to display initials in the Avatar",
784
+ "name": "heading",
785
+ "description": "Specify the heading text for Alert",
766
786
  "values": []
767
787
  },
768
788
  {
769
- "name": "src",
770
- "description": "Pass an image to the Avatar",
789
+ "name": "body",
790
+ "description": "Specify the body text for Alert",
771
791
  "values": []
772
792
  },
773
- { "name": "alt", "description": "Specify alt for image", "values": [] },
774
793
  {
775
794
  "name": "size",
776
- "description": "Specify the size of the Avatar",
777
- "values": [
778
- { "name": "xs" },
779
- { "name": "sm" },
780
- { "name": "md" },
781
- { "name": "lg" },
782
- { "name": "xl" }
783
- ]
795
+ "description": "Specify the size of the Alert",
796
+ "values": [{ "name": "sm" }, { "name": "md" }]
784
797
  },
785
798
  {
786
- "name": "disabled",
787
- "description": "Specify if the Avatar is disabled",
799
+ "name": "fullWidth",
800
+ "description": "Specify if the Alert has no border radius",
788
801
  "values": []
789
802
  },
790
803
  {
791
- "name": "shape",
792
- "description": "Specify the shape of the Avatar",
793
- "values": [{ "name": "circle" }, { "name": "square" }]
804
+ "name": "theme",
805
+ "description": "Specify the theme of the Alert. By default it inherits the theme from the parent",
806
+ "values": [{ "name": "light" }, { "name": "dark" }]
794
807
  },
795
808
  {
796
- "name": "isInteractive",
797
- "description": "If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer",
798
- "values": []
809
+ "name": "appearance",
810
+ "description": "Specify the appearance of the Alert",
811
+ "values": [
812
+ { "name": "infoPrimary" },
813
+ { "name": "infoSecondary" },
814
+ { "name": "positive" },
815
+ { "name": "warning" },
816
+ { "name": "negative" }
817
+ ]
799
818
  },
800
819
  {
801
- "name": "isFocusable",
802
- "description": "If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable",
820
+ "name": "hidden",
821
+ "description": "Specify if the Alert is hidden",
803
822
  "values": []
804
823
  },
805
- { "name": "withBorder", "values": [] }
806
- ],
807
- "references": [
808
- {
809
- "name": "Storybook",
810
- "url": "https://web-components.beam.viasat.com/?path=/docs/components-avatar"
811
- }
812
- ]
813
- },
814
- {
815
- "name": "bm-avatar-group",
816
- "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",
817
- "attributes": [
818
824
  {
819
- "name": "wrapping",
820
- "description": "Specify if the AvatarGroup wraps",
825
+ "name": "hideIcon",
826
+ "description": "Specify if the icon displays on the Alert",
821
827
  "values": []
822
828
  },
823
829
  {
824
- "name": "maxCount",
825
- "description": "Specify the max number of avatars displayed in the group.",
830
+ "name": "dismissible",
831
+ "description": "Specify if the Alert can be dismissed",
826
832
  "values": []
827
833
  },
828
834
  {
829
- "name": "size",
830
- "description": "Specify the size of all Avatars",
831
- "values": [
832
- { "name": "xs" },
833
- { "name": "sm" },
834
- { "name": "md" },
835
- { "name": "lg" },
836
- { "name": "xl" }
837
- ]
835
+ "name": "disableAutoFocus",
836
+ "description": "Prevent autofocus on show",
837
+ "values": []
838
838
  },
839
839
  {
840
- "name": "layout",
841
- "description": "Specify the kind of the group.",
842
- "values": [{ "name": "stacked" }, { "name": "spaced" }]
840
+ "name": "disableCloseOnEscape",
841
+ "description": "Prevent Escape from closing",
842
+ "values": []
843
843
  }
844
844
  ],
845
845
  "references": [
846
846
  {
847
847
  "name": "Storybook",
848
- "url": "https://web-components.beam.viasat.com/?path=/docs/components-avatar"
848
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-alert"
849
849
  }
850
850
  ]
851
851
  },
@@ -2072,47 +2072,39 @@
2072
2072
  ]
2073
2073
  },
2074
2074
  {
2075
- "name": "bm-form",
2076
- "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",
2075
+ "name": "bm-label",
2076
+ "description": "`bm-label`\n---\n\n\n### **Slots:**\n - **text** - Specify the text for Label\n- **optional** - Specify if the Label displays as optional\n- **tooltip** - Specify if the icon displays to add a Tooltip",
2077
2077
  "attributes": [
2078
2078
  {
2079
- "name": "validationMode",
2080
- "description": "Specify if validation runs on change or when loosing focus",
2081
- "values": [
2082
- { "name": "onChange" },
2083
- { "name": "onBlur" },
2084
- { "name": "onSubmit" }
2085
- ]
2086
- },
2087
- {
2088
- "name": "initialValues",
2089
- "description": "Specify initial values on Form controls based on their names",
2090
- "values": [{ "name": "Record<string" }, { "name": "FormValue>" }]
2079
+ "name": "disabled",
2080
+ "description": "Specify if the Label displays disabled",
2081
+ "values": []
2091
2082
  },
2092
2083
  {
2093
2084
  "name": "required",
2094
- "description": "Specify if input is a required",
2085
+ "description": "Specify if the Label displays as required",
2095
2086
  "values": []
2096
2087
  },
2097
2088
  {
2098
- "name": "disabled",
2099
- "description": "Specify if input is a disabled",
2100
- "values": []
2089
+ "name": "text",
2090
+ "description": "Specify the text for Label",
2091
+ "values": [{ "name": "Optional<string>" }]
2101
2092
  },
2102
2093
  {
2103
- "name": "readOnly",
2104
- "description": "Specify if input is a read only",
2105
- "values": []
2094
+ "name": "optional",
2095
+ "description": "Specify the text for Label",
2096
+ "values": [{ "name": "Optional<string>" }]
2106
2097
  },
2107
- { "name": "action", "values": [{ "name": "Optional<string>" }] },
2108
- { "name": "method", "values": [{ "name": "Optional<string>" }] },
2109
- { "name": "target", "values": [{ "name": "Optional<string>" }] },
2110
- { "name": "enctype", "values": [{ "name": "Optional<string>" }] }
2098
+ {
2099
+ "name": "theme",
2100
+ "description": "Specify the theme of the Label. By default it inherits the theme from the parent",
2101
+ "values": [{ "name": "Optional<ThemeTypes>" }]
2102
+ }
2111
2103
  ],
2112
2104
  "references": [
2113
2105
  {
2114
2106
  "name": "Storybook",
2115
- "url": "https://web-components.beam.viasat.com/?path=/docs/forms-form"
2107
+ "url": "https://web-components.beam.viasat.com/?path=/docs/forms-label"
2116
2108
  }
2117
2109
  ]
2118
2110
  },
@@ -2184,49 +2176,6 @@
2184
2176
  }
2185
2177
  ]
2186
2178
  },
2187
- {
2188
- "name": "bm-switch",
2189
- "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.",
2190
- "attributes": [
2191
- {
2192
- "name": "onText",
2193
- "description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
2194
- "values": []
2195
- },
2196
- {
2197
- "name": "offText",
2198
- "description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
2199
- "values": []
2200
- },
2201
- {
2202
- "name": "textPosition",
2203
- "description": "Specify the position of the side label",
2204
- "values": [{ "name": "before" }, { "name": "after" }]
2205
- },
2206
- {
2207
- "name": "readOnly",
2208
- "description": "Specify if Switch displays in a read-only state",
2209
- "values": []
2210
- },
2211
- {
2212
- "name": "disabled",
2213
- "description": "Specify if Switch displays in a disabled state",
2214
- "values": []
2215
- },
2216
- { "name": "checked", "values": [] },
2217
- {
2218
- "name": "value",
2219
- "description": "The value attribute for the input element",
2220
- "values": []
2221
- }
2222
- ],
2223
- "references": [
2224
- {
2225
- "name": "Storybook",
2226
- "url": "https://web-components.beam.viasat.com/?path=/docs/forms-switch"
2227
- }
2228
- ]
2229
- },
2230
2179
  {
2231
2180
  "name": "bm-radio-button",
2232
2181
  "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",
@@ -2280,39 +2229,90 @@
2280
2229
  ]
2281
2230
  },
2282
2231
  {
2283
- "name": "bm-label",
2284
- "description": "`bm-label`\n---\n\n\n### **Slots:**\n - **text** - Specify the text for Label\n- **optional** - Specify if the Label displays as optional\n- **tooltip** - Specify if the icon displays to add a Tooltip",
2232
+ "name": "bm-form",
2233
+ "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",
2285
2234
  "attributes": [
2235
+ {
2236
+ "name": "validationMode",
2237
+ "description": "Specify if validation runs on change or when loosing focus",
2238
+ "values": [
2239
+ { "name": "onChange" },
2240
+ { "name": "onBlur" },
2241
+ { "name": "onSubmit" }
2242
+ ]
2243
+ },
2244
+ {
2245
+ "name": "initialValues",
2246
+ "description": "Specify initial values on Form controls based on their names",
2247
+ "values": [{ "name": "Record<string" }, { "name": "FormValue>" }]
2248
+ },
2249
+ {
2250
+ "name": "required",
2251
+ "description": "Specify if input is a required",
2252
+ "values": []
2253
+ },
2286
2254
  {
2287
2255
  "name": "disabled",
2288
- "description": "Specify if the Label displays disabled",
2256
+ "description": "Specify if input is a disabled",
2289
2257
  "values": []
2290
2258
  },
2291
2259
  {
2292
- "name": "required",
2293
- "description": "Specify if the Label displays as required",
2260
+ "name": "readOnly",
2261
+ "description": "Specify if input is a read only",
2294
2262
  "values": []
2295
2263
  },
2264
+ { "name": "action", "values": [{ "name": "Optional<string>" }] },
2265
+ { "name": "method", "values": [{ "name": "Optional<string>" }] },
2266
+ { "name": "target", "values": [{ "name": "Optional<string>" }] },
2267
+ { "name": "enctype", "values": [{ "name": "Optional<string>" }] }
2268
+ ],
2269
+ "references": [
2296
2270
  {
2297
- "name": "text",
2298
- "description": "Specify the text for Label",
2299
- "values": [{ "name": "Optional<string>" }]
2271
+ "name": "Storybook",
2272
+ "url": "https://web-components.beam.viasat.com/?path=/docs/forms-form"
2273
+ }
2274
+ ]
2275
+ },
2276
+ {
2277
+ "name": "bm-switch",
2278
+ "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.",
2279
+ "attributes": [
2280
+ {
2281
+ "name": "onText",
2282
+ "description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
2283
+ "values": []
2300
2284
  },
2301
2285
  {
2302
- "name": "optional",
2303
- "description": "Specify the text for Label",
2304
- "values": [{ "name": "Optional<string>" }]
2286
+ "name": "offText",
2287
+ "description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
2288
+ "values": []
2305
2289
  },
2306
2290
  {
2307
- "name": "theme",
2308
- "description": "Specify the theme of the Label. By default it inherits the theme from the parent",
2309
- "values": [{ "name": "Optional<ThemeTypes>" }]
2291
+ "name": "textPosition",
2292
+ "description": "Specify the position of the side label",
2293
+ "values": [{ "name": "before" }, { "name": "after" }]
2294
+ },
2295
+ {
2296
+ "name": "readOnly",
2297
+ "description": "Specify if Switch displays in a read-only state",
2298
+ "values": []
2299
+ },
2300
+ {
2301
+ "name": "disabled",
2302
+ "description": "Specify if Switch displays in a disabled state",
2303
+ "values": []
2304
+ },
2305
+ { "name": "checked", "values": [] },
2306
+ {
2307
+ "name": "value",
2308
+ "description": "The value attribute for the input element",
2309
+ "values": []
2310
2310
  }
2311
2311
  ],
2312
2312
  "references": [
2313
2313
  {
2314
2314
  "name": "Storybook",
2315
- "url": "https://web-components.beam.viasat.com/?path=/docs/forms-label"
2315
+ "url": "https://web-components.beam.viasat.com/?path=/docs/forms-switch"
2316
2316
  }
2317
2317
  ]
2318
2318
  },
@@ -2557,8 +2557,8 @@
2557
2557
  ]
2558
2558
  },
2559
2559
  {
2560
- "name": "bm-switch-group",
2561
- "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",
2560
+ "name": "bm-radio-button-group",
2561
+ "description": "\n---\n\n\n### **Slots:**\n - **label** - Add label text to the InputChoiceGroup\n- **helperText** - Add helper text to the InputChoiceGroup",
2562
2562
  "attributes": [
2563
2563
  {
2564
2564
  "name": "theme",
@@ -2624,13 +2624,13 @@
2624
2624
  "references": [
2625
2625
  {
2626
2626
  "name": "Storybook",
2627
- "url": "https://web-components.beam.viasat.com/?path=/docs/forms-switch"
2627
+ "url": "https://web-components.beam.viasat.com/?path=/docs/forms-radiobutton"
2628
2628
  }
2629
2629
  ]
2630
2630
  },
2631
2631
  {
2632
- "name": "bm-radio-button-group",
2633
- "description": "\n---\n\n\n### **Slots:**\n - **label** - Add label text to the InputChoiceGroup\n- **helperText** - Add helper text to the InputChoiceGroup",
2632
+ "name": "bm-switch-group",
2633
+ "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",
2634
2634
  "attributes": [
2635
2635
  {
2636
2636
  "name": "theme",
@@ -2696,7 +2696,7 @@
2696
2696
  "references": [
2697
2697
  {
2698
2698
  "name": "Storybook",
2699
- "url": "https://web-components.beam.viasat.com/?path=/docs/forms-radiobutton"
2699
+ "url": "https://web-components.beam.viasat.com/?path=/docs/forms-switch"
2700
2700
  }
2701
2701
  ]
2702
2702
  }