@viasat/beam-web-components 2.65.0 → 2.66.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.
@@ -177,142 +177,6 @@
177
177
  }
178
178
  ]
179
179
  },
180
- {
181
- "name": "bm-badge-dot",
182
- "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",
183
- "attributes": [
184
- {
185
- "name": "theme",
186
- "description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
187
- "values": [{ "name": "light" }, { "name": "dark" }]
188
- },
189
- {
190
- "name": "appearance",
191
- "description": "Specify the appearance of the BadgeDot",
192
- "values": [
193
- { "name": "infoPrimary" },
194
- { "name": "infoSecondary" },
195
- { "name": "positive" },
196
- { "name": "warning" },
197
- { "name": "negative" }
198
- ]
199
- },
200
- {
201
- "name": "emphasis",
202
- "description": "Specify the emphasis of the BadgeDot",
203
- "values": [{ "name": "strong" }, { "name": "subtle" }]
204
- },
205
- {
206
- "name": "overrideDotColor",
207
- "description": "Overrides default dot color",
208
- "values": []
209
- }
210
- ],
211
- "references": [
212
- {
213
- "name": "Storybook",
214
- "url": "https://web-components.beam.viasat.com/?path=/docs/components-badgedot"
215
- }
216
- ]
217
- },
218
- {
219
- "name": "bm-avatar",
220
- "description": "`bm-avatar`\n\n### Attributes:\n- **appearance** - Specify the appearance of the Avatar\n- **name** - Specify a name to display initials in the Avatar\n- **src** - Pass an image to the Avatar\n- **alt** - Specify alt for image\n- **size** - Specify the size of the Avatar\n- **disabled** - Specify if the Avatar is disabled\n- **shape** - Specify the shape of the Avatar\n- **isInteractive** - If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer\n- **isFocusable** - If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable\n- **withBorder** \n---\n\n\n### **Slots:**\n - **icon** - Customize the default icon",
221
- "attributes": [
222
- {
223
- "name": "appearance",
224
- "description": "Specify the appearance of the Avatar",
225
- "values": [{ "name": "accent" }, { "name": "neutral" }]
226
- },
227
- {
228
- "name": "name",
229
- "description": "Specify a name to display initials in the Avatar",
230
- "values": []
231
- },
232
- {
233
- "name": "src",
234
- "description": "Pass an image to the Avatar",
235
- "values": []
236
- },
237
- { "name": "alt", "description": "Specify alt for image", "values": [] },
238
- {
239
- "name": "size",
240
- "description": "Specify the size of the Avatar",
241
- "values": [
242
- { "name": "xs" },
243
- { "name": "sm" },
244
- { "name": "md" },
245
- { "name": "lg" },
246
- { "name": "xl" }
247
- ]
248
- },
249
- {
250
- "name": "disabled",
251
- "description": "Specify if the Avatar is disabled",
252
- "values": []
253
- },
254
- {
255
- "name": "shape",
256
- "description": "Specify the shape of the Avatar",
257
- "values": [{ "name": "circle" }, { "name": "square" }]
258
- },
259
- {
260
- "name": "isInteractive",
261
- "description": "If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer",
262
- "values": []
263
- },
264
- {
265
- "name": "isFocusable",
266
- "description": "If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable",
267
- "values": []
268
- },
269
- { "name": "withBorder", "values": [] }
270
- ],
271
- "references": [
272
- {
273
- "name": "Storybook",
274
- "url": "https://web-components.beam.viasat.com/?path=/docs/components-avatar"
275
- }
276
- ]
277
- },
278
- {
279
- "name": "bm-avatar-group",
280
- "description": "`bm-avatar-group`\n\n### Attributes:\n- **wrapping** - Specify if the AvatarGroup wraps\n- **maxCount** - Specify the max number of avatars displayed in the group.\n- **size** - Specify the size of all Avatars\n- **layout** - Specify the kind of the group.\n---\n\n\n### **Slots:**\n - **default** - Add Avatars to create a group",
281
- "attributes": [
282
- {
283
- "name": "wrapping",
284
- "description": "Specify if the AvatarGroup wraps",
285
- "values": []
286
- },
287
- {
288
- "name": "maxCount",
289
- "description": "Specify the max number of avatars displayed in the group.",
290
- "values": []
291
- },
292
- {
293
- "name": "size",
294
- "description": "Specify the size of all Avatars",
295
- "values": [
296
- { "name": "xs" },
297
- { "name": "sm" },
298
- { "name": "md" },
299
- { "name": "lg" },
300
- { "name": "xl" }
301
- ]
302
- },
303
- {
304
- "name": "layout",
305
- "description": "Specify the kind of the group.",
306
- "values": [{ "name": "stacked" }, { "name": "spaced" }]
307
- }
308
- ],
309
- "references": [
310
- {
311
- "name": "Storybook",
312
- "url": "https://web-components.beam.viasat.com/?path=/docs/components-avatar"
313
- }
314
- ]
315
- },
316
180
  {
317
181
  "name": "bm-box",
318
182
  "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",
@@ -841,7 +705,143 @@
841
705
  "references": [
842
706
  {
843
707
  "name": "Storybook",
844
- "url": "https://web-components.beam.viasat.com/?path=/docs/components-button"
708
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-button"
709
+ }
710
+ ]
711
+ },
712
+ {
713
+ "name": "bm-avatar",
714
+ "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",
715
+ "attributes": [
716
+ {
717
+ "name": "appearance",
718
+ "description": "Specify the appearance of the Avatar",
719
+ "values": [{ "name": "accent" }, { "name": "neutral" }]
720
+ },
721
+ {
722
+ "name": "name",
723
+ "description": "Specify a name to display initials in the Avatar",
724
+ "values": []
725
+ },
726
+ {
727
+ "name": "src",
728
+ "description": "Pass an image to the Avatar",
729
+ "values": []
730
+ },
731
+ { "name": "alt", "description": "Specify alt for image", "values": [] },
732
+ {
733
+ "name": "size",
734
+ "description": "Specify the size of the Avatar",
735
+ "values": [
736
+ { "name": "xs" },
737
+ { "name": "sm" },
738
+ { "name": "md" },
739
+ { "name": "lg" },
740
+ { "name": "xl" }
741
+ ]
742
+ },
743
+ {
744
+ "name": "disabled",
745
+ "description": "Specify if the Avatar is disabled",
746
+ "values": []
747
+ },
748
+ {
749
+ "name": "shape",
750
+ "description": "Specify the shape of the Avatar",
751
+ "values": [{ "name": "circle" }, { "name": "square" }]
752
+ },
753
+ {
754
+ "name": "isInteractive",
755
+ "description": "If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer",
756
+ "values": []
757
+ },
758
+ {
759
+ "name": "isFocusable",
760
+ "description": "If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable",
761
+ "values": []
762
+ },
763
+ { "name": "withBorder", "values": [] }
764
+ ],
765
+ "references": [
766
+ {
767
+ "name": "Storybook",
768
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-avatar"
769
+ }
770
+ ]
771
+ },
772
+ {
773
+ "name": "bm-avatar-group",
774
+ "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",
775
+ "attributes": [
776
+ {
777
+ "name": "wrapping",
778
+ "description": "Specify if the AvatarGroup wraps",
779
+ "values": []
780
+ },
781
+ {
782
+ "name": "maxCount",
783
+ "description": "Specify the max number of avatars displayed in the group.",
784
+ "values": []
785
+ },
786
+ {
787
+ "name": "size",
788
+ "description": "Specify the size of all Avatars",
789
+ "values": [
790
+ { "name": "xs" },
791
+ { "name": "sm" },
792
+ { "name": "md" },
793
+ { "name": "lg" },
794
+ { "name": "xl" }
795
+ ]
796
+ },
797
+ {
798
+ "name": "layout",
799
+ "description": "Specify the kind of the group.",
800
+ "values": [{ "name": "stacked" }, { "name": "spaced" }]
801
+ }
802
+ ],
803
+ "references": [
804
+ {
805
+ "name": "Storybook",
806
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-avatar"
807
+ }
808
+ ]
809
+ },
810
+ {
811
+ "name": "bm-badge-dot",
812
+ "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",
813
+ "attributes": [
814
+ {
815
+ "name": "theme",
816
+ "description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
817
+ "values": [{ "name": "light" }, { "name": "dark" }]
818
+ },
819
+ {
820
+ "name": "appearance",
821
+ "description": "Specify the appearance of the BadgeDot",
822
+ "values": [
823
+ { "name": "infoPrimary" },
824
+ { "name": "infoSecondary" },
825
+ { "name": "positive" },
826
+ { "name": "warning" },
827
+ { "name": "negative" }
828
+ ]
829
+ },
830
+ {
831
+ "name": "emphasis",
832
+ "description": "Specify the emphasis of the BadgeDot",
833
+ "values": [{ "name": "strong" }, { "name": "subtle" }]
834
+ },
835
+ {
836
+ "name": "overrideDotColor",
837
+ "description": "Overrides default dot color",
838
+ "values": []
839
+ }
840
+ ],
841
+ "references": [
842
+ {
843
+ "name": "Storybook",
844
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-badgedot"
845
845
  }
846
846
  ]
847
847
  },
@@ -1909,51 +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
1912
  {
1958
1913
  "name": "bm-file-upload-button",
1959
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",
@@ -2261,6 +2216,51 @@
2261
2216
  }
2262
2217
  ]
2263
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
2264
  {
2265
2265
  "name": "bm-native-select",
2266
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",
@@ -2332,54 +2332,92 @@
2332
2332
  ]
2333
2333
  },
2334
2334
  {
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",
2335
+ "name": "bm-text-area",
2336
+ "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",
2337
2337
  "attributes": [
2338
2338
  {
2339
- "name": "label",
2340
- "description": "Specify the text for the label",
2339
+ "name": "rows",
2340
+ "description": "Specify the height of TextArea",
2341
+ "values": []
2342
+ },
2343
+ {
2344
+ "name": "cols",
2345
+ "description": "Specify the width of TextArea",
2346
+ "values": []
2347
+ },
2348
+ {
2349
+ "name": "placeholder",
2350
+ "description": "Specify placeholder text for TextArea",
2351
+ "values": []
2352
+ },
2353
+ {
2354
+ "name": "required",
2355
+ "description": "Specify if TextArea is a required input",
2356
+ "values": []
2357
+ },
2358
+ {
2359
+ "name": "hideRequiredMarker",
2360
+ "description": "Specify if the TextArea displays with an asterisk",
2341
2361
  "values": []
2342
2362
  },
2343
2363
  {
2344
2364
  "name": "error",
2345
- "description": "Specify error text and display error state of a RadioButton",
2365
+ "description": "Specify error text and display error state of a TextArea",
2346
2366
  "values": []
2347
2367
  },
2348
2368
  {
2349
2369
  "name": "readOnly",
2350
- "description": "Specify if RadioButton displays in a read-only state",
2370
+ "description": "Specify if TextArea displays in a read-only state",
2351
2371
  "values": []
2352
2372
  },
2353
2373
  {
2354
2374
  "name": "disabled",
2355
- "description": "Specify if RadioButton displays in a disabled state",
2375
+ "description": "Specify if TextArea displays in a disabled state",
2356
2376
  "values": []
2357
2377
  },
2358
2378
  {
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" }]
2379
+ "name": "fluid",
2380
+ "description": "Specify if TextArea is fluid",
2381
+ "values": []
2362
2382
  },
2363
2383
  {
2364
- "name": "value",
2365
- "description": "The value attribute for the input element",
2384
+ "name": "width",
2385
+ "description": "Specify the width of TextArea",
2366
2386
  "values": []
2367
2387
  },
2368
2388
  {
2369
- "name": "checked",
2370
- "description": "The checked attribute for the input element",
2389
+ "name": "hideResize",
2390
+ "description": "Specify if TextArea can be manually resized",
2371
2391
  "values": []
2372
2392
  },
2373
2393
  {
2374
- "name": "onKeyDown",
2375
- "description": "A user-defined function to handle keydown events",
2376
- "values": [{ "name": "(event: KeyboardEvent) => void" }]
2377
- }
2394
+ "name": "maxCount",
2395
+ "description": "Specify the maximum character count for the TextArea",
2396
+ "values": []
2397
+ },
2398
+ {
2399
+ "name": "autoResize",
2400
+ "description": "Specify if the TextArea automatically resizes to fit the text",
2401
+ "values": []
2402
+ },
2403
+ {
2404
+ "name": "theme",
2405
+ "description": "Specify the theme of the TextArea. By default it inherits the theme from the parent",
2406
+ "values": [{ "name": "light" }, { "name": "dark" }]
2407
+ },
2408
+ { "name": "id", "values": [] },
2409
+ { "name": "name", "values": [] },
2410
+ { "name": "value", "values": [] },
2411
+ {
2412
+ "name": "validationRules",
2413
+ "values": [{ "name": "Array<FormValidator>" }]
2414
+ },
2415
+ { "name": "input-aria-label", "values": [] }
2378
2416
  ],
2379
2417
  "references": [
2380
2418
  {
2381
2419
  "name": "Storybook",
2382
- "url": "https://web-components.beam.viasat.com/?path=/docs/forms-radiobutton"
2420
+ "url": "https://web-components.beam.viasat.com/?path=/docs/forms-textarea"
2383
2421
  }
2384
2422
  ]
2385
2423
  },
@@ -2427,92 +2465,54 @@
2427
2465
  ]
2428
2466
  },
2429
2467
  {
2430
- "name": "bm-text-area",
2431
- "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",
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",
2432
2470
  "attributes": [
2433
2471
  {
2434
- "name": "rows",
2435
- "description": "Specify the height of TextArea",
2436
- "values": []
2437
- },
2438
- {
2439
- "name": "cols",
2440
- "description": "Specify the width of TextArea",
2441
- "values": []
2442
- },
2443
- {
2444
- "name": "placeholder",
2445
- "description": "Specify placeholder text for TextArea",
2446
- "values": []
2447
- },
2448
- {
2449
- "name": "required",
2450
- "description": "Specify if TextArea is a required input",
2451
- "values": []
2452
- },
2453
- {
2454
- "name": "hideRequiredMarker",
2455
- "description": "Specify if the TextArea displays with an asterisk",
2472
+ "name": "label",
2473
+ "description": "Specify the text for the label",
2456
2474
  "values": []
2457
2475
  },
2458
2476
  {
2459
2477
  "name": "error",
2460
- "description": "Specify error text and display error state of a TextArea",
2478
+ "description": "Specify error text and display error state of a RadioButton",
2461
2479
  "values": []
2462
2480
  },
2463
2481
  {
2464
2482
  "name": "readOnly",
2465
- "description": "Specify if TextArea displays in a read-only state",
2483
+ "description": "Specify if RadioButton displays in a read-only state",
2466
2484
  "values": []
2467
2485
  },
2468
2486
  {
2469
2487
  "name": "disabled",
2470
- "description": "Specify if TextArea displays in a disabled state",
2471
- "values": []
2472
- },
2473
- {
2474
- "name": "fluid",
2475
- "description": "Specify if TextArea is fluid",
2476
- "values": []
2477
- },
2478
- {
2479
- "name": "width",
2480
- "description": "Specify the width of TextArea",
2488
+ "description": "Specify if RadioButton displays in a disabled state",
2481
2489
  "values": []
2482
2490
  },
2483
2491
  {
2484
- "name": "hideResize",
2485
- "description": "Specify if TextArea can be manually resized",
2486
- "values": []
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" }]
2487
2495
  },
2488
2496
  {
2489
- "name": "maxCount",
2490
- "description": "Specify the maximum character count for the TextArea",
2497
+ "name": "value",
2498
+ "description": "The value attribute for the input element",
2491
2499
  "values": []
2492
2500
  },
2493
2501
  {
2494
- "name": "autoResize",
2495
- "description": "Specify if the TextArea automatically resizes to fit the text",
2502
+ "name": "checked",
2503
+ "description": "The checked attribute for the input element",
2496
2504
  "values": []
2497
2505
  },
2498
2506
  {
2499
- "name": "theme",
2500
- "description": "Specify the theme of the TextArea. By default it inherits the theme from the parent",
2501
- "values": [{ "name": "light" }, { "name": "dark" }]
2502
- },
2503
- { "name": "id", "values": [] },
2504
- { "name": "name", "values": [] },
2505
- { "name": "value", "values": [] },
2506
- {
2507
- "name": "validationRules",
2508
- "values": [{ "name": "Array<FormValidator>" }]
2509
- },
2510
- { "name": "input-aria-label", "values": [] }
2507
+ "name": "onKeyDown",
2508
+ "description": "A user-defined function to handle keydown events",
2509
+ "values": [{ "name": "(event: KeyboardEvent) => void" }]
2510
+ }
2511
2511
  ],
2512
2512
  "references": [
2513
2513
  {
2514
2514
  "name": "Storybook",
2515
- "url": "https://web-components.beam.viasat.com/?path=/docs/forms-textarea"
2515
+ "url": "https://web-components.beam.viasat.com/?path=/docs/forms-radiobutton"
2516
2516
  }
2517
2517
  ]
2518
2518
  },
@@ -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
  }