@viasat/beam-web-components 2.48.2 → 2.49.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@viasat/beam-web-components",
3
- "version": "2.48.2",
3
+ "version": "2.49.0",
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.48.2",
68
- "@viasat/beam-shared": "2.48.2",
69
- "@viasat/beam-styles": "2.48.2",
70
- "@viasat/beam-tokens": "2.48.2",
71
- "@viasat/beam-icons": "2.48.2",
67
+ "@viasat/beam-fonts": "2.49.0",
68
+ "@viasat/beam-shared": "2.49.0",
69
+ "@viasat/beam-styles": "2.49.0",
70
+ "@viasat/beam-tokens": "2.49.0",
71
+ "@viasat/beam-icons": "2.49.0",
72
72
  "clsx": "^1.2.1",
73
73
  "lit": "^3.1.0",
74
74
  "@lit/context": "^1.1.1",
@@ -159,49 +159,6 @@
159
159
  }
160
160
  ]
161
161
  },
162
- {
163
- "name": "bm-badge",
164
- "description": "`bm-badge`\n\n### Attributes:\n- **appearance** - Specify the appearance of the Badge\n- **theme** - Theme of the Badge\n- **size** - Specify the size of the Badge\n- **emphasis** - Specify the emphasis of the Badge\n- **hideIcon** - Hides Badge icon\n---\n\n\n### **Slots:**\n - **default** - Provide text for the Badge\n- **icon** - Specify a different icon for the Badge",
165
- "attributes": [
166
- {
167
- "name": "appearance",
168
- "description": "Specify the appearance of the Badge",
169
- "values": [
170
- { "name": "infoPrimary" },
171
- { "name": "infoSecondary" },
172
- { "name": "positive" },
173
- { "name": "warning" },
174
- { "name": "negative" }
175
- ]
176
- },
177
- {
178
- "name": "theme",
179
- "description": "Theme of the Badge",
180
- "values": [{ "name": "light" }, { "name": "dark" }]
181
- },
182
- {
183
- "name": "size",
184
- "description": "Specify the size of the Badge",
185
- "values": [{ "name": "sm" }, { "name": "md" }]
186
- },
187
- {
188
- "name": "emphasis",
189
- "description": "Specify the emphasis of the Badge",
190
- "values": [
191
- { "name": "strong" },
192
- { "name": "medium" },
193
- { "name": "subtle" }
194
- ]
195
- },
196
- { "name": "hideIcon", "description": "Hides Badge icon", "values": [] }
197
- ],
198
- "references": [
199
- {
200
- "name": "Storybook",
201
- "url": "https://web-components.beam.viasat.com/?path=/docs/components-badge"
202
- }
203
- ]
204
- },
205
162
  {
206
163
  "name": "bm-alert",
207
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",
@@ -275,6 +232,87 @@
275
232
  }
276
233
  ]
277
234
  },
235
+ {
236
+ "name": "bm-badge",
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",
238
+ "attributes": [
239
+ {
240
+ "name": "appearance",
241
+ "description": "Specify the appearance of the Badge",
242
+ "values": [
243
+ { "name": "infoPrimary" },
244
+ { "name": "infoSecondary" },
245
+ { "name": "positive" },
246
+ { "name": "warning" },
247
+ { "name": "negative" }
248
+ ]
249
+ },
250
+ {
251
+ "name": "theme",
252
+ "description": "Theme of the Badge",
253
+ "values": [{ "name": "light" }, { "name": "dark" }]
254
+ },
255
+ {
256
+ "name": "size",
257
+ "description": "Specify the size of the Badge",
258
+ "values": [{ "name": "sm" }, { "name": "md" }]
259
+ },
260
+ {
261
+ "name": "emphasis",
262
+ "description": "Specify the emphasis of the Badge",
263
+ "values": [
264
+ { "name": "strong" },
265
+ { "name": "medium" },
266
+ { "name": "subtle" }
267
+ ]
268
+ },
269
+ { "name": "hideIcon", "description": "Hides Badge icon", "values": [] }
270
+ ],
271
+ "references": [
272
+ {
273
+ "name": "Storybook",
274
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-badge"
275
+ }
276
+ ]
277
+ },
278
+ {
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",
281
+ "attributes": [
282
+ {
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" }]
286
+ },
287
+ {
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
+ },
278
316
  {
279
317
  "name": "bm-box",
280
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",
@@ -739,44 +777,6 @@
739
777
  }
740
778
  ]
741
779
  },
742
- {
743
- "name": "bm-badge-dot",
744
- "description": "`bm-badge-dot`\n\n### Attributes:\n- **theme** - Specify the theme of the BadgeDot. By default it inherits the theme from the parent\n- **appearance** - Specify the appearance of the BadgeDot\n- **emphasis** - Specify the emphasis of the BadgeDot\n- **overrideDotColor** - Overrides default dot color\n---\n\n\n### **Slots:**\n - **default** - Provide text for the BadgeDot",
745
- "attributes": [
746
- {
747
- "name": "theme",
748
- "description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
749
- "values": [{ "name": "light" }, { "name": "dark" }]
750
- },
751
- {
752
- "name": "appearance",
753
- "description": "Specify the appearance of the BadgeDot",
754
- "values": [
755
- { "name": "infoPrimary" },
756
- { "name": "infoSecondary" },
757
- { "name": "positive" },
758
- { "name": "warning" },
759
- { "name": "negative" }
760
- ]
761
- },
762
- {
763
- "name": "emphasis",
764
- "description": "Specify the emphasis of the BadgeDot",
765
- "values": [{ "name": "strong" }, { "name": "subtle" }]
766
- },
767
- {
768
- "name": "overrideDotColor",
769
- "description": "Overrides default dot color",
770
- "values": []
771
- }
772
- ],
773
- "references": [
774
- {
775
- "name": "Storybook",
776
- "url": "https://web-components.beam.viasat.com/?path=/docs/components-badgedot"
777
- }
778
- ]
779
- },
780
780
  {
781
781
  "name": "bm-button",
782
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",
@@ -1909,121 +1909,6 @@
1909
1909
  }
1910
1910
  ]
1911
1911
  },
1912
- {
1913
- "name": "bm-form",
1914
- "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",
1915
- "attributes": [
1916
- {
1917
- "name": "validationMode",
1918
- "description": "Specify if validation runs on change or when loosing focus",
1919
- "values": [
1920
- { "name": "onChange" },
1921
- { "name": "onBlur" },
1922
- { "name": "onSubmit" }
1923
- ]
1924
- },
1925
- {
1926
- "name": "initialValues",
1927
- "description": "Specify initial values on Form controls based on their names",
1928
- "values": [{ "name": "Record<string" }, { "name": "FormValue>" }]
1929
- },
1930
- {
1931
- "name": "required",
1932
- "description": "Specify if input is a required",
1933
- "values": []
1934
- },
1935
- {
1936
- "name": "disabled",
1937
- "description": "Specify if input is a disabled",
1938
- "values": []
1939
- },
1940
- {
1941
- "name": "readOnly",
1942
- "description": "Specify if input is a read only",
1943
- "values": []
1944
- },
1945
- { "name": "action", "values": [] },
1946
- { "name": "method", "values": [] },
1947
- { "name": "target", "values": [] },
1948
- { "name": "enctype", "values": [] }
1949
- ],
1950
- "references": [
1951
- {
1952
- "name": "Storybook",
1953
- "url": "https://web-components.beam.viasat.com/?path=/docs/forms-form"
1954
- }
1955
- ]
1956
- },
1957
- {
1958
- "name": "bm-native-select",
1959
- "description": "`bm-native-select`\n---\n\n\n### **Slots:**\n - **slot** - Specify Options for NativeSelect\n- **label** - Specify Label for NativeSelect\n- **helper-text** - Specify HelperText for NativeSelect",
1960
- "attributes": [
1961
- {
1962
- "name": "required",
1963
- "description": "Specify if NativeSelect is a required input",
1964
- "values": []
1965
- },
1966
- {
1967
- "name": "readOnly",
1968
- "description": "Specify if NativeSelect displays in a read-only state",
1969
- "values": []
1970
- },
1971
- {
1972
- "name": "disabled",
1973
- "description": "Specify if NativeSelect displays in a disabled state",
1974
- "values": []
1975
- },
1976
- {
1977
- "name": "error",
1978
- "description": "Specify error text and display error state of a NativeSelect",
1979
- "values": []
1980
- },
1981
- {
1982
- "name": "fluid",
1983
- "description": "Specify if NativeSelect is fluid",
1984
- "values": []
1985
- },
1986
- {
1987
- "name": "size",
1988
- "description": "Specify the size of NativeSelect",
1989
- "values": [{ "name": "sm" }, { "name": "md" }, { "name": "lg" }]
1990
- },
1991
- {
1992
- "name": "width",
1993
- "description": "Specify the width of NativeSelect",
1994
- "values": []
1995
- },
1996
- {
1997
- "name": "ellipse",
1998
- "description": "Specify if overflow displays ellipsis",
1999
- "values": []
2000
- },
2001
- {
2002
- "name": "hideRequiredMarker",
2003
- "description": "Specify if the NativeSelect displays with an asterisk",
2004
- "values": []
2005
- },
2006
- {
2007
- "name": "theme",
2008
- "description": "Specify the theme of the NativeSelect. By default it inherits the theme from the parent",
2009
- "values": [{ "name": "light" }, { "name": "dark" }]
2010
- },
2011
- { "name": "id", "values": [] },
2012
- { "name": "name", "values": [] },
2013
- { "name": "value", "values": [] },
2014
- {
2015
- "name": "validationRules",
2016
- "values": [{ "name": "Array<FormValidator>" }]
2017
- },
2018
- { "name": "input-aria-label", "values": [] }
2019
- ],
2020
- "references": [
2021
- {
2022
- "name": "Storybook",
2023
- "url": "https://web-components.beam.viasat.com/?path=/docs/forms-nativeselect"
2024
- }
2025
- ]
2026
- },
2027
1912
  {
2028
1913
  "name": "bm-file-upload-button",
2029
1914
  "description": "`bm-file-upload-button`\n\n### Attributes:\n- **error** - Specify if FileUpload is in error state\n- **accept** - Specify the accepted file types\n- **multiple** - Specify if multiple files can be uploaded\n---\n\n\n### **Slots:**\n - **default** - Specify text for the Button\n- **iconBefore** - Specify if the Button displays icon before the text\n- **iconAfter** - Specify if the Button displays icon after the text",
@@ -2332,54 +2217,117 @@
2332
2217
  ]
2333
2218
  },
2334
2219
  {
2335
- "name": "bm-radio-button",
2336
- "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",
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",
2337
2222
  "attributes": [
2338
2223
  {
2339
- "name": "label",
2340
- "description": "Specify the text for the label",
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",
2341
2240
  "values": []
2342
2241
  },
2343
2242
  {
2344
- "name": "error",
2345
- "description": "Specify error text and display error state of a RadioButton",
2243
+ "name": "disabled",
2244
+ "description": "Specify if input is a disabled",
2346
2245
  "values": []
2347
2246
  },
2348
2247
  {
2349
2248
  "name": "readOnly",
2350
- "description": "Specify if RadioButton displays in a read-only state",
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
+ {
2265
+ "name": "bm-native-select",
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",
2267
+ "attributes": [
2268
+ {
2269
+ "name": "required",
2270
+ "description": "Specify if NativeSelect is a required input",
2271
+ "values": []
2272
+ },
2273
+ {
2274
+ "name": "readOnly",
2275
+ "description": "Specify if NativeSelect displays in a read-only state",
2351
2276
  "values": []
2352
2277
  },
2353
2278
  {
2354
2279
  "name": "disabled",
2355
- "description": "Specify if RadioButton displays in a disabled state",
2280
+ "description": "Specify if NativeSelect displays in a disabled state",
2356
2281
  "values": []
2357
2282
  },
2358
2283
  {
2359
- "name": "theme",
2360
- "description": "Specify the theme of the RadioButton. By default it inherits the theme from the parent",
2361
- "values": [{ "name": "light" }, { "name": "dark" }]
2284
+ "name": "error",
2285
+ "description": "Specify error text and display error state of a NativeSelect",
2286
+ "values": []
2362
2287
  },
2363
2288
  {
2364
- "name": "value",
2365
- "description": "The value attribute for the input element",
2289
+ "name": "fluid",
2290
+ "description": "Specify if NativeSelect is fluid",
2366
2291
  "values": []
2367
2292
  },
2368
2293
  {
2369
- "name": "checked",
2370
- "description": "The checked attribute for the input element",
2294
+ "name": "size",
2295
+ "description": "Specify the size of NativeSelect",
2296
+ "values": [{ "name": "sm" }, { "name": "md" }, { "name": "lg" }]
2297
+ },
2298
+ {
2299
+ "name": "width",
2300
+ "description": "Specify the width of NativeSelect",
2371
2301
  "values": []
2372
2302
  },
2373
2303
  {
2374
- "name": "onKeyDown",
2375
- "description": "A user-defined function to handle keydown events",
2376
- "values": [{ "name": "(event: KeyboardEvent) => void" }]
2377
- }
2304
+ "name": "ellipse",
2305
+ "description": "Specify if overflow displays ellipsis",
2306
+ "values": []
2307
+ },
2308
+ {
2309
+ "name": "hideRequiredMarker",
2310
+ "description": "Specify if the NativeSelect displays with an asterisk",
2311
+ "values": []
2312
+ },
2313
+ {
2314
+ "name": "theme",
2315
+ "description": "Specify the theme of the NativeSelect. By default it inherits the theme from the parent",
2316
+ "values": [{ "name": "light" }, { "name": "dark" }]
2317
+ },
2318
+ { "name": "id", "values": [] },
2319
+ { "name": "name", "values": [] },
2320
+ { "name": "value", "values": [] },
2321
+ {
2322
+ "name": "validationRules",
2323
+ "values": [{ "name": "Array<FormValidator>" }]
2324
+ },
2325
+ { "name": "input-aria-label", "values": [] }
2378
2326
  ],
2379
2327
  "references": [
2380
2328
  {
2381
2329
  "name": "Storybook",
2382
- "url": "https://web-components.beam.viasat.com/?path=/docs/forms-radiobutton"
2330
+ "url": "https://web-components.beam.viasat.com/?path=/docs/forms-nativeselect"
2383
2331
  }
2384
2332
  ]
2385
2333
  },
@@ -2516,6 +2464,58 @@
2516
2464
  }
2517
2465
  ]
2518
2466
  },
2467
+ {
2468
+ "name": "bm-radio-button",
2469
+ "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",
2470
+ "attributes": [
2471
+ {
2472
+ "name": "label",
2473
+ "description": "Specify the text for the label",
2474
+ "values": []
2475
+ },
2476
+ {
2477
+ "name": "error",
2478
+ "description": "Specify error text and display error state of a RadioButton",
2479
+ "values": []
2480
+ },
2481
+ {
2482
+ "name": "readOnly",
2483
+ "description": "Specify if RadioButton displays in a read-only state",
2484
+ "values": []
2485
+ },
2486
+ {
2487
+ "name": "disabled",
2488
+ "description": "Specify if RadioButton displays in a disabled state",
2489
+ "values": []
2490
+ },
2491
+ {
2492
+ "name": "theme",
2493
+ "description": "Specify the theme of the RadioButton. By default it inherits the theme from the parent",
2494
+ "values": [{ "name": "light" }, { "name": "dark" }]
2495
+ },
2496
+ {
2497
+ "name": "value",
2498
+ "description": "The value attribute for the input element",
2499
+ "values": []
2500
+ },
2501
+ {
2502
+ "name": "checked",
2503
+ "description": "The checked attribute for the input element",
2504
+ "values": []
2505
+ },
2506
+ {
2507
+ "name": "onKeyDown",
2508
+ "description": "A user-defined function to handle keydown events",
2509
+ "values": [{ "name": "(event: KeyboardEvent) => void" }]
2510
+ }
2511
+ ],
2512
+ "references": [
2513
+ {
2514
+ "name": "Storybook",
2515
+ "url": "https://web-components.beam.viasat.com/?path=/docs/forms-radiobutton"
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",
@@ -2586,8 +2586,8 @@
2586
2586
  ]
2587
2587
  },
2588
2588
  {
2589
- "name": "bm-radio-button-group",
2590
- "description": "\n---\n\n\n### **Slots:**\n - **label** - Add label text to the InputChoiceGroup\n- **helperText** - Add helper text to the InputChoiceGroup",
2589
+ "name": "bm-switch-group",
2590
+ "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",
2591
2591
  "attributes": [
2592
2592
  {
2593
2593
  "name": "theme",
@@ -2650,13 +2650,13 @@
2650
2650
  "references": [
2651
2651
  {
2652
2652
  "name": "Storybook",
2653
- "url": "https://web-components.beam.viasat.com/?path=/docs/forms-radiobutton"
2653
+ "url": "https://web-components.beam.viasat.com/?path=/docs/forms-switch"
2654
2654
  }
2655
2655
  ]
2656
2656
  },
2657
2657
  {
2658
- "name": "bm-switch-group",
2659
- "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",
2658
+ "name": "bm-radio-button-group",
2659
+ "description": "\n---\n\n\n### **Slots:**\n - **label** - Add label text to the InputChoiceGroup\n- **helperText** - Add helper text to the InputChoiceGroup",
2660
2660
  "attributes": [
2661
2661
  {
2662
2662
  "name": "theme",
@@ -2719,7 +2719,7 @@
2719
2719
  "references": [
2720
2720
  {
2721
2721
  "name": "Storybook",
2722
- "url": "https://web-components.beam.viasat.com/?path=/docs/forms-switch"
2722
+ "url": "https://web-components.beam.viasat.com/?path=/docs/forms-radiobutton"
2723
2723
  }
2724
2724
  ]
2725
2725
  }