@viasat/beam-web-components 2.46.0 → 2.47.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.
@@ -61,104 +61,6 @@
61
61
  }
62
62
  ]
63
63
  },
64
- {
65
- "name": "bm-avatar",
66
- "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",
67
- "attributes": [
68
- {
69
- "name": "appearance",
70
- "description": "Specify the appearance of the Avatar",
71
- "values": [{ "name": "accent" }, { "name": "neutral" }]
72
- },
73
- {
74
- "name": "name",
75
- "description": "Specify a name to display initials in the Avatar",
76
- "values": []
77
- },
78
- {
79
- "name": "src",
80
- "description": "Pass an image to the Avatar",
81
- "values": []
82
- },
83
- { "name": "alt", "description": "Specify alt for image", "values": [] },
84
- {
85
- "name": "size",
86
- "description": "Specify the size of the Avatar",
87
- "values": [
88
- { "name": "xs" },
89
- { "name": "sm" },
90
- { "name": "md" },
91
- { "name": "lg" },
92
- { "name": "xl" }
93
- ]
94
- },
95
- {
96
- "name": "disabled",
97
- "description": "Specify if the Avatar is disabled",
98
- "values": []
99
- },
100
- {
101
- "name": "shape",
102
- "description": "Specify the shape of the Avatar",
103
- "values": [{ "name": "circle" }, { "name": "square" }]
104
- },
105
- {
106
- "name": "isInteractive",
107
- "description": "If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer",
108
- "values": []
109
- },
110
- {
111
- "name": "isFocusable",
112
- "description": "If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable",
113
- "values": []
114
- },
115
- { "name": "withBorder", "values": [] }
116
- ],
117
- "references": [
118
- {
119
- "name": "Storybook",
120
- "url": "https://web-components.beam.viasat.com/?path=/docs/components-avatar"
121
- }
122
- ]
123
- },
124
- {
125
- "name": "bm-avatar-group",
126
- "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",
127
- "attributes": [
128
- {
129
- "name": "wrapping",
130
- "description": "Specify if the AvatarGroup wraps",
131
- "values": []
132
- },
133
- {
134
- "name": "maxCount",
135
- "description": "Specify the max number of avatars displayed in the group.",
136
- "values": []
137
- },
138
- {
139
- "name": "size",
140
- "description": "Specify the size of all Avatars",
141
- "values": [
142
- { "name": "xs" },
143
- { "name": "sm" },
144
- { "name": "md" },
145
- { "name": "lg" },
146
- { "name": "xl" }
147
- ]
148
- },
149
- {
150
- "name": "layout",
151
- "description": "Specify the kind of the group.",
152
- "values": [{ "name": "stacked" }, { "name": "spaced" }]
153
- }
154
- ],
155
- "references": [
156
- {
157
- "name": "Storybook",
158
- "url": "https://web-components.beam.viasat.com/?path=/docs/components-avatar"
159
- }
160
- ]
161
- },
162
64
  {
163
65
  "name": "bm-alert",
164
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",
@@ -233,339 +135,129 @@
233
135
  ]
234
136
  },
235
137
  {
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",
138
+ "name": "bm-box",
139
+ "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",
238
140
  "attributes": [
239
141
  {
240
- "name": "appearance",
241
- "description": "Specify the appearance of the Badge",
142
+ "name": "backgroundColor",
143
+ "description": "Specify the background color of a Box",
242
144
  "values": [
243
- { "name": "infoPrimary" },
244
- { "name": "infoSecondary" },
245
145
  { "name": "positive" },
246
146
  { "name": "warning" },
247
- { "name": "negative" }
147
+ { "name": "negative" },
148
+ { "name": "inverse" },
149
+ { "name": "selected" },
150
+ { "name": "expressive" },
151
+ { "name": "00" },
152
+ { "name": "00-alt" },
153
+ { "name": "01" },
154
+ { "name": "02" },
155
+ { "name": "03" },
156
+ { "name": "info-primary" },
157
+ { "name": "info-secondary" },
158
+ { "name": "positive-strong" },
159
+ { "name": "warning-strong" },
160
+ { "name": "negative-strong" },
161
+ { "name": "info-primary-strong" },
162
+ { "name": "info-secondary-strong" },
163
+ { "name": "selected-subtle" },
164
+ { "name": "highlight" },
165
+ { "name": "transparent" },
166
+ { "name": "expressive-stronger" },
167
+ { "name": "expressive-inverse" }
248
168
  ]
249
169
  },
250
170
  {
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",
171
+ "name": "borderColor",
172
+ "description": "Specify the border color of a Box",
263
173
  "values": [
174
+ { "name": "positive" },
175
+ { "name": "warning" },
176
+ { "name": "negative" },
177
+ { "name": "inverse" },
178
+ { "name": "selected" },
179
+ { "name": "expressive" },
264
180
  { "name": "strong" },
265
- { "name": "medium" },
266
- { "name": "subtle" }
181
+ { "name": "00" },
182
+ { "name": "00-alt" },
183
+ { "name": "01" },
184
+ { "name": "02" },
185
+ { "name": "03" },
186
+ { "name": "info-primary" },
187
+ { "name": "info-secondary" },
188
+ { "name": "positive-strong" },
189
+ { "name": "warning-strong" },
190
+ { "name": "negative-strong" },
191
+ { "name": "info-primary-strong" },
192
+ { "name": "info-secondary-strong" },
193
+ { "name": "transparent" },
194
+ { "name": "expressive-stronger" },
195
+ { "name": "focus" }
267
196
  ]
268
197
  },
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
198
  {
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" }]
199
+ "name": "borderWidth",
200
+ "description": "Specify the border width of a Box",
201
+ "values": [
202
+ { "name": "md" },
203
+ { "name": "lg" },
204
+ { "name": "xl" },
205
+ { "name": "none" },
206
+ { "name": "divider" }
207
+ ]
286
208
  },
287
209
  {
288
- "name": "appearance",
289
- "description": "Specify the appearance of the BadgeDot",
210
+ "name": "borderRadius",
211
+ "description": "Specify the border radius of a Box",
290
212
  "values": [
291
- { "name": "infoPrimary" },
292
- { "name": "infoSecondary" },
293
- { "name": "positive" },
294
- { "name": "warning" },
295
- { "name": "negative" }
213
+ { "name": "xs" },
214
+ { "name": "sm" },
215
+ { "name": "md" },
216
+ { "name": "lg" },
217
+ { "name": "none" },
218
+ { "name": "round" }
296
219
  ]
297
220
  },
298
221
  {
299
- "name": "emphasis",
300
- "description": "Specify the emphasis of the BadgeDot",
301
- "values": [{ "name": "strong" }, { "name": "subtle" }]
222
+ "name": "px",
223
+ "description": "Specify before and after padding of a Box",
224
+ "values": [
225
+ { "name": "0" },
226
+ { "name": "12" },
227
+ { "name": "25" },
228
+ { "name": "50" },
229
+ { "name": "75" },
230
+ { "name": "100" },
231
+ { "name": "125" },
232
+ { "name": "150" },
233
+ { "name": "200" },
234
+ { "name": "300" },
235
+ { "name": "400" },
236
+ { "name": "500" },
237
+ { "name": "700" },
238
+ { "name": "800" }
239
+ ]
302
240
  },
303
241
  {
304
- "name": "overrideDotColor",
305
- "description": "Overrides default dot color",
306
- "values": []
307
- }
308
- ],
309
- "references": [
310
- {
311
- "name": "Storybook",
312
- "url": "https://web-components.beam.viasat.com/?path=/docs/components-badgedot"
313
- }
314
- ]
315
- },
316
- {
317
- "name": "bm-breadcrumb",
318
- "description": "`bm-breadcrumb`\n\n### Attributes:\n- **wrap** - Specify if items wrap or collapse to an ellipsis\n- **itemsBeforeCollapse** - Specify how many items show before ellipsis\n- **itemsAfterCollapse** - Specify how many items show after ellipsis\n- **theme** - Specify the theme of the Breadcrumbs. By default, it inherits the theme from the parent\n---\n\n\n### **Slots:**\n - **default** - Pass items to the Breadcrumb",
319
- "attributes": [
320
- {
321
- "name": "wrap",
322
- "description": "Specify if items wrap or collapse to an ellipsis",
323
- "values": []
324
- },
325
- {
326
- "name": "itemsBeforeCollapse",
327
- "description": "Specify how many items show before ellipsis",
328
- "values": []
329
- },
330
- {
331
- "name": "itemsAfterCollapse",
332
- "description": "Specify how many items show after ellipsis",
333
- "values": []
334
- },
335
- {
336
- "name": "theme",
337
- "description": "Specify the theme of the Breadcrumbs. By default, it inherits the theme from the parent",
338
- "values": [{ "name": "light" }, { "name": "dark" }]
339
- }
340
- ],
341
- "references": [
342
- {
343
- "name": "Storybook",
344
- "url": "https://web-components.beam.viasat.com/?path=/docs/components-breadcrumb"
345
- }
346
- ]
347
- },
348
- {
349
- "name": "bm-breadcrumb-item",
350
- "description": "`bm-breadcrumb-item`\n\n### Attributes:\n- **href** - Pass href to an item\n- **clickable** - Specify if the item is interactive without an href\n- **truncationWidth** - Specify truncation width of the items. Sets max-width for all items but the last.\n- **isCurrent** - Specify explicitly if the item is the last one\n- **isCollapsed** \n---\n\n\n### **Slots:**\n - **default** - Pass text to an item\n- **icon** - Pass icon to an item",
351
- "attributes": [
352
- { "name": "href", "description": "Pass href to an item", "values": [] },
353
- {
354
- "name": "clickable",
355
- "description": "Specify if the item is interactive without an href",
356
- "values": []
357
- },
358
- {
359
- "name": "truncationWidth",
360
- "description": "Specify truncation width of the items. Sets max-width for all items but the last.",
361
- "values": []
362
- },
363
- {
364
- "name": "isCurrent",
365
- "description": "Specify explicitly if the item is the last one",
366
- "values": []
367
- },
368
- { "name": "isCollapsed", "values": [] }
369
- ],
370
- "references": [
371
- {
372
- "name": "Storybook",
373
- "url": "https://web-components.beam.viasat.com/?path=/docs/components-breadcrumb"
374
- }
375
- ]
376
- },
377
- {
378
- "name": "bm-button",
379
- "description": "`bm-button`\n\n### Attributes:\n- **appearance** - Specify the appearance of a Button\n- **kind** - Specify the kind of Button\n- **size** - Specify the size of a Button\n- **disabled** - Specify if the Button is disabled\n- **fluid** - Specify if Button is fluid\n- **width** - Specify the width of a Button\n- **height** - Specify the height of a Button\n- **theme** - Specify the theme of the Button\n- **iconOnly** - Specify if the icon displays without text\n- **type** \n---\n\n\n### **Slots:**\n - **default** - Provide content for the Button\n- **iconBefore** - Specify if the Button displays icon before the text\n- **iconAfter** - Specify if the Button displays icon after the text",
380
- "attributes": [
381
- {
382
- "name": "appearance",
383
- "description": "Specify the appearance of a Button",
384
- "values": [
385
- { "name": "accent" },
386
- { "name": "neutral" },
387
- { "name": "neutral-subtle" },
388
- { "name": "destructive" }
389
- ]
390
- },
391
- {
392
- "name": "kind",
393
- "description": "Specify the kind of Button",
394
- "values": [
395
- { "name": "filled" },
396
- { "name": "outline" },
397
- { "name": "ghost" },
398
- { "name": "bare" }
399
- ]
400
- },
401
- {
402
- "name": "size",
403
- "description": "Specify the size of a Button",
404
- "values": [{ "name": "sm" }, { "name": "md" }, { "name": "lg" }]
405
- },
406
- {
407
- "name": "disabled",
408
- "description": "Specify if the Button is disabled",
409
- "values": []
410
- },
411
- {
412
- "name": "fluid",
413
- "description": "Specify if Button is fluid",
414
- "values": []
415
- },
416
- {
417
- "name": "width",
418
- "description": "Specify the width of a Button",
419
- "values": []
420
- },
421
- {
422
- "name": "height",
423
- "description": "Specify the height of a Button",
424
- "values": []
425
- },
426
- {
427
- "name": "theme",
428
- "description": "Specify the theme of the Button",
429
- "values": [{ "name": "light" }, { "name": "dark" }]
430
- },
431
- {
432
- "name": "iconOnly",
433
- "description": "Specify if the icon displays without text",
434
- "values": []
435
- },
436
- { "name": "type", "values": [] }
437
- ],
438
- "references": [
439
- {
440
- "name": "Storybook",
441
- "url": "https://web-components.beam.viasat.com/?path=/docs/components-button"
442
- }
443
- ]
444
- },
445
- {
446
- "name": "bm-box",
447
- "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",
448
- "attributes": [
449
- {
450
- "name": "backgroundColor",
451
- "description": "Specify the background color of a Box",
452
- "values": [
453
- { "name": "positive" },
454
- { "name": "warning" },
455
- { "name": "negative" },
456
- { "name": "inverse" },
457
- { "name": "selected" },
458
- { "name": "expressive" },
459
- { "name": "00" },
460
- { "name": "00-alt" },
461
- { "name": "01" },
462
- { "name": "02" },
463
- { "name": "03" },
464
- { "name": "info-primary" },
465
- { "name": "info-secondary" },
466
- { "name": "positive-strong" },
467
- { "name": "warning-strong" },
468
- { "name": "negative-strong" },
469
- { "name": "info-primary-strong" },
470
- { "name": "info-secondary-strong" },
471
- { "name": "selected-subtle" },
472
- { "name": "highlight" },
473
- { "name": "transparent" },
474
- { "name": "expressive-stronger" },
475
- { "name": "expressive-inverse" }
476
- ]
477
- },
478
- {
479
- "name": "borderColor",
480
- "description": "Specify the border color of a Box",
481
- "values": [
482
- { "name": "positive" },
483
- { "name": "warning" },
484
- { "name": "negative" },
485
- { "name": "inverse" },
486
- { "name": "selected" },
487
- { "name": "expressive" },
488
- { "name": "strong" },
489
- { "name": "00" },
490
- { "name": "00-alt" },
491
- { "name": "01" },
492
- { "name": "02" },
493
- { "name": "03" },
494
- { "name": "info-primary" },
495
- { "name": "info-secondary" },
496
- { "name": "positive-strong" },
497
- { "name": "warning-strong" },
498
- { "name": "negative-strong" },
499
- { "name": "info-primary-strong" },
500
- { "name": "info-secondary-strong" },
501
- { "name": "transparent" },
502
- { "name": "expressive-stronger" },
503
- { "name": "focus" }
504
- ]
505
- },
506
- {
507
- "name": "borderWidth",
508
- "description": "Specify the border width of a Box",
509
- "values": [
510
- { "name": "md" },
511
- { "name": "lg" },
512
- { "name": "xl" },
513
- { "name": "none" },
514
- { "name": "divider" }
515
- ]
516
- },
517
- {
518
- "name": "borderRadius",
519
- "description": "Specify the border radius of a Box",
520
- "values": [
521
- { "name": "xs" },
522
- { "name": "sm" },
523
- { "name": "md" },
524
- { "name": "lg" },
525
- { "name": "none" },
526
- { "name": "round" }
527
- ]
528
- },
529
- {
530
- "name": "px",
531
- "description": "Specify before and after padding of a Box",
532
- "values": [
533
- { "name": "0" },
534
- { "name": "12" },
535
- { "name": "25" },
536
- { "name": "50" },
537
- { "name": "75" },
538
- { "name": "100" },
539
- { "name": "125" },
540
- { "name": "150" },
541
- { "name": "200" },
542
- { "name": "300" },
543
- { "name": "400" },
544
- { "name": "500" },
545
- { "name": "700" },
546
- { "name": "800" }
547
- ]
548
- },
549
- {
550
- "name": "py",
551
- "description": "Specify top and bottom padding of a Box",
552
- "values": [
553
- { "name": "0" },
554
- { "name": "12" },
555
- { "name": "25" },
556
- { "name": "50" },
557
- { "name": "75" },
558
- { "name": "100" },
559
- { "name": "125" },
560
- { "name": "150" },
561
- { "name": "200" },
562
- { "name": "300" },
563
- { "name": "400" },
564
- { "name": "500" },
565
- { "name": "700" },
566
- { "name": "800" }
567
- ]
568
- },
242
+ "name": "py",
243
+ "description": "Specify top and bottom padding of a Box",
244
+ "values": [
245
+ { "name": "0" },
246
+ { "name": "12" },
247
+ { "name": "25" },
248
+ { "name": "50" },
249
+ { "name": "75" },
250
+ { "name": "100" },
251
+ { "name": "125" },
252
+ { "name": "150" },
253
+ { "name": "200" },
254
+ { "name": "300" },
255
+ { "name": "400" },
256
+ { "name": "500" },
257
+ { "name": "700" },
258
+ { "name": "800" }
259
+ ]
260
+ },
569
261
  {
570
262
  "name": "pTop",
571
263
  "description": "Specify top padding of a Box",
@@ -767,81 +459,389 @@
767
459
  ]
768
460
  },
769
461
  {
770
- "name": "m",
771
- "description": "Specify all margin",
772
- "values": [
773
- { "name": "0" },
774
- { "name": "12" },
775
- { "name": "25" },
776
- { "name": "50" },
777
- { "name": "75" },
778
- { "name": "100" },
779
- { "name": "125" },
780
- { "name": "150" },
781
- { "name": "200" },
782
- { "name": "300" },
783
- { "name": "400" },
784
- { "name": "500" },
785
- { "name": "700" },
786
- { "name": "800" }
787
- ]
462
+ "name": "m",
463
+ "description": "Specify all margin",
464
+ "values": [
465
+ { "name": "0" },
466
+ { "name": "12" },
467
+ { "name": "25" },
468
+ { "name": "50" },
469
+ { "name": "75" },
470
+ { "name": "100" },
471
+ { "name": "125" },
472
+ { "name": "150" },
473
+ { "name": "200" },
474
+ { "name": "300" },
475
+ { "name": "400" },
476
+ { "name": "500" },
477
+ { "name": "700" },
478
+ { "name": "800" }
479
+ ]
480
+ },
481
+ {
482
+ "name": "p",
483
+ "description": "Specify all padding",
484
+ "values": [
485
+ { "name": "0" },
486
+ { "name": "12" },
487
+ { "name": "25" },
488
+ { "name": "50" },
489
+ { "name": "75" },
490
+ { "name": "100" },
491
+ { "name": "125" },
492
+ { "name": "150" },
493
+ { "name": "200" },
494
+ { "name": "300" },
495
+ { "name": "400" },
496
+ { "name": "500" },
497
+ { "name": "700" },
498
+ { "name": "800" }
499
+ ]
500
+ },
501
+ {
502
+ "name": "gap",
503
+ "description": "Specify gap between child elements",
504
+ "values": [
505
+ { "name": "0" },
506
+ { "name": "12" },
507
+ { "name": "25" },
508
+ { "name": "50" },
509
+ { "name": "75" },
510
+ { "name": "100" },
511
+ { "name": "125" },
512
+ { "name": "150" },
513
+ { "name": "200" },
514
+ { "name": "300" },
515
+ { "name": "400" },
516
+ { "name": "500" },
517
+ { "name": "700" },
518
+ { "name": "800" }
519
+ ]
520
+ },
521
+ {
522
+ "name": "shadow",
523
+ "description": "Specify if a Box has a shadow",
524
+ "values": [
525
+ { "name": "sm" },
526
+ { "name": "md" },
527
+ { "name": "lg" },
528
+ { "name": "none" },
529
+ { "name": "overlay" }
530
+ ]
531
+ }
532
+ ],
533
+ "references": [
534
+ {
535
+ "name": "Storybook",
536
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-box"
537
+ }
538
+ ]
539
+ },
540
+ {
541
+ "name": "bm-badge-dot",
542
+ "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",
543
+ "attributes": [
544
+ {
545
+ "name": "theme",
546
+ "description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
547
+ "values": [{ "name": "light" }, { "name": "dark" }]
548
+ },
549
+ {
550
+ "name": "appearance",
551
+ "description": "Specify the appearance of the BadgeDot",
552
+ "values": [
553
+ { "name": "infoPrimary" },
554
+ { "name": "infoSecondary" },
555
+ { "name": "positive" },
556
+ { "name": "warning" },
557
+ { "name": "negative" }
558
+ ]
559
+ },
560
+ {
561
+ "name": "emphasis",
562
+ "description": "Specify the emphasis of the BadgeDot",
563
+ "values": [{ "name": "strong" }, { "name": "subtle" }]
564
+ },
565
+ {
566
+ "name": "overrideDotColor",
567
+ "description": "Overrides default dot color",
568
+ "values": []
569
+ }
570
+ ],
571
+ "references": [
572
+ {
573
+ "name": "Storybook",
574
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-badgedot"
575
+ }
576
+ ]
577
+ },
578
+ {
579
+ "name": "bm-badge",
580
+ "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",
581
+ "attributes": [
582
+ {
583
+ "name": "appearance",
584
+ "description": "Specify the appearance of the Badge",
585
+ "values": [
586
+ { "name": "infoPrimary" },
587
+ { "name": "infoSecondary" },
588
+ { "name": "positive" },
589
+ { "name": "warning" },
590
+ { "name": "negative" }
591
+ ]
592
+ },
593
+ {
594
+ "name": "theme",
595
+ "description": "Theme of the Badge",
596
+ "values": [{ "name": "light" }, { "name": "dark" }]
597
+ },
598
+ {
599
+ "name": "size",
600
+ "description": "Specify the size of the Badge",
601
+ "values": [{ "name": "sm" }, { "name": "md" }]
602
+ },
603
+ {
604
+ "name": "emphasis",
605
+ "description": "Specify the emphasis of the Badge",
606
+ "values": [
607
+ { "name": "strong" },
608
+ { "name": "medium" },
609
+ { "name": "subtle" }
610
+ ]
611
+ },
612
+ { "name": "hideIcon", "description": "Hides Badge icon", "values": [] }
613
+ ],
614
+ "references": [
615
+ {
616
+ "name": "Storybook",
617
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-badge"
618
+ }
619
+ ]
620
+ },
621
+ {
622
+ "name": "bm-breadcrumb",
623
+ "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",
624
+ "attributes": [
625
+ {
626
+ "name": "wrap",
627
+ "description": "Specify if items wrap or collapse to an ellipsis",
628
+ "values": []
629
+ },
630
+ {
631
+ "name": "itemsBeforeCollapse",
632
+ "description": "Specify how many items show before ellipsis",
633
+ "values": []
634
+ },
635
+ {
636
+ "name": "itemsAfterCollapse",
637
+ "description": "Specify how many items show after ellipsis",
638
+ "values": []
639
+ },
640
+ {
641
+ "name": "theme",
642
+ "description": "Specify the theme of the Breadcrumbs. By default, it inherits the theme from the parent",
643
+ "values": [{ "name": "light" }, { "name": "dark" }]
644
+ }
645
+ ],
646
+ "references": [
647
+ {
648
+ "name": "Storybook",
649
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-breadcrumb"
650
+ }
651
+ ]
652
+ },
653
+ {
654
+ "name": "bm-breadcrumb-item",
655
+ "description": "`bm-breadcrumb-item`\n\n### Attributes:\n- **href** - Pass href to an item\n- **clickable** - Specify if the item is interactive without an href\n- **truncationWidth** - Specify truncation width of the items. Sets max-width for all items but the last.\n- **isCurrent** - Specify explicitly if the item is the last one\n- **isCollapsed** \n---\n\n\n### **Slots:**\n - **default** - Pass text to an item\n- **icon** - Pass icon to an item",
656
+ "attributes": [
657
+ { "name": "href", "description": "Pass href to an item", "values": [] },
658
+ {
659
+ "name": "clickable",
660
+ "description": "Specify if the item is interactive without an href",
661
+ "values": []
662
+ },
663
+ {
664
+ "name": "truncationWidth",
665
+ "description": "Specify truncation width of the items. Sets max-width for all items but the last.",
666
+ "values": []
667
+ },
668
+ {
669
+ "name": "isCurrent",
670
+ "description": "Specify explicitly if the item is the last one",
671
+ "values": []
672
+ },
673
+ { "name": "isCollapsed", "values": [] }
674
+ ],
675
+ "references": [
676
+ {
677
+ "name": "Storybook",
678
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-breadcrumb"
679
+ }
680
+ ]
681
+ },
682
+ {
683
+ "name": "bm-avatar",
684
+ "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",
685
+ "attributes": [
686
+ {
687
+ "name": "appearance",
688
+ "description": "Specify the appearance of the Avatar",
689
+ "values": [{ "name": "accent" }, { "name": "neutral" }]
690
+ },
691
+ {
692
+ "name": "name",
693
+ "description": "Specify a name to display initials in the Avatar",
694
+ "values": []
695
+ },
696
+ {
697
+ "name": "src",
698
+ "description": "Pass an image to the Avatar",
699
+ "values": []
700
+ },
701
+ { "name": "alt", "description": "Specify alt for image", "values": [] },
702
+ {
703
+ "name": "size",
704
+ "description": "Specify the size of the Avatar",
705
+ "values": [
706
+ { "name": "xs" },
707
+ { "name": "sm" },
708
+ { "name": "md" },
709
+ { "name": "lg" },
710
+ { "name": "xl" }
711
+ ]
712
+ },
713
+ {
714
+ "name": "disabled",
715
+ "description": "Specify if the Avatar is disabled",
716
+ "values": []
717
+ },
718
+ {
719
+ "name": "shape",
720
+ "description": "Specify the shape of the Avatar",
721
+ "values": [{ "name": "circle" }, { "name": "square" }]
722
+ },
723
+ {
724
+ "name": "isInteractive",
725
+ "description": "If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer",
726
+ "values": []
727
+ },
728
+ {
729
+ "name": "isFocusable",
730
+ "description": "If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable",
731
+ "values": []
732
+ },
733
+ { "name": "withBorder", "values": [] }
734
+ ],
735
+ "references": [
736
+ {
737
+ "name": "Storybook",
738
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-avatar"
739
+ }
740
+ ]
741
+ },
742
+ {
743
+ "name": "bm-avatar-group",
744
+ "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",
745
+ "attributes": [
746
+ {
747
+ "name": "wrapping",
748
+ "description": "Specify if the AvatarGroup wraps",
749
+ "values": []
750
+ },
751
+ {
752
+ "name": "maxCount",
753
+ "description": "Specify the max number of avatars displayed in the group.",
754
+ "values": []
755
+ },
756
+ {
757
+ "name": "size",
758
+ "description": "Specify the size of all Avatars",
759
+ "values": [
760
+ { "name": "xs" },
761
+ { "name": "sm" },
762
+ { "name": "md" },
763
+ { "name": "lg" },
764
+ { "name": "xl" }
765
+ ]
766
+ },
767
+ {
768
+ "name": "layout",
769
+ "description": "Specify the kind of the group.",
770
+ "values": [{ "name": "stacked" }, { "name": "spaced" }]
771
+ }
772
+ ],
773
+ "references": [
774
+ {
775
+ "name": "Storybook",
776
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-avatar"
777
+ }
778
+ ]
779
+ },
780
+ {
781
+ "name": "bm-button",
782
+ "description": "`bm-button`\n\n### Attributes:\n- **appearance** - Specify the appearance of a Button\n- **kind** - Specify the kind of Button\n- **size** - Specify the size of a Button\n- **disabled** - Specify if the Button is disabled\n- **fluid** - Specify if Button is fluid\n- **width** - Specify the width of a Button\n- **height** - Specify the height of a Button\n- **theme** - Specify the theme of the Button\n- **iconOnly** - Specify if the icon displays without text\n- **type** \n---\n\n\n### **Slots:**\n - **default** - Provide content for the Button\n- **iconBefore** - Specify if the Button displays icon before the text\n- **iconAfter** - Specify if the Button displays icon after the text",
783
+ "attributes": [
784
+ {
785
+ "name": "appearance",
786
+ "description": "Specify the appearance of a Button",
787
+ "values": [
788
+ { "name": "accent" },
789
+ { "name": "neutral" },
790
+ { "name": "neutral-subtle" },
791
+ { "name": "destructive" }
792
+ ]
793
+ },
794
+ {
795
+ "name": "kind",
796
+ "description": "Specify the kind of Button",
797
+ "values": [
798
+ { "name": "filled" },
799
+ { "name": "outline" },
800
+ { "name": "ghost" },
801
+ { "name": "bare" }
802
+ ]
803
+ },
804
+ {
805
+ "name": "size",
806
+ "description": "Specify the size of a Button",
807
+ "values": [{ "name": "sm" }, { "name": "md" }, { "name": "lg" }]
808
+ },
809
+ {
810
+ "name": "disabled",
811
+ "description": "Specify if the Button is disabled",
812
+ "values": []
813
+ },
814
+ {
815
+ "name": "fluid",
816
+ "description": "Specify if Button is fluid",
817
+ "values": []
818
+ },
819
+ {
820
+ "name": "width",
821
+ "description": "Specify the width of a Button",
822
+ "values": []
788
823
  },
789
824
  {
790
- "name": "p",
791
- "description": "Specify all padding",
792
- "values": [
793
- { "name": "0" },
794
- { "name": "12" },
795
- { "name": "25" },
796
- { "name": "50" },
797
- { "name": "75" },
798
- { "name": "100" },
799
- { "name": "125" },
800
- { "name": "150" },
801
- { "name": "200" },
802
- { "name": "300" },
803
- { "name": "400" },
804
- { "name": "500" },
805
- { "name": "700" },
806
- { "name": "800" }
807
- ]
825
+ "name": "height",
826
+ "description": "Specify the height of a Button",
827
+ "values": []
808
828
  },
809
829
  {
810
- "name": "gap",
811
- "description": "Specify gap between child elements",
812
- "values": [
813
- { "name": "0" },
814
- { "name": "12" },
815
- { "name": "25" },
816
- { "name": "50" },
817
- { "name": "75" },
818
- { "name": "100" },
819
- { "name": "125" },
820
- { "name": "150" },
821
- { "name": "200" },
822
- { "name": "300" },
823
- { "name": "400" },
824
- { "name": "500" },
825
- { "name": "700" },
826
- { "name": "800" }
827
- ]
830
+ "name": "theme",
831
+ "description": "Specify the theme of the Button",
832
+ "values": [{ "name": "light" }, { "name": "dark" }]
828
833
  },
829
834
  {
830
- "name": "shadow",
831
- "description": "Specify if a Box has a shadow",
832
- "values": [
833
- { "name": "sm" },
834
- { "name": "md" },
835
- { "name": "lg" },
836
- { "name": "none" },
837
- { "name": "overlay" }
838
- ]
839
- }
835
+ "name": "iconOnly",
836
+ "description": "Specify if the icon displays without text",
837
+ "values": []
838
+ },
839
+ { "name": "type", "values": [] }
840
840
  ],
841
841
  "references": [
842
842
  {
843
843
  "name": "Storybook",
844
- "url": "https://web-components.beam.viasat.com/?path=/docs/components-box"
844
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-button"
845
845
  }
846
846
  ]
847
847
  },
@@ -2286,6 +2286,51 @@
2286
2286
  }
2287
2287
  ]
2288
2288
  },
2289
+ {
2290
+ "name": "bm-form",
2291
+ "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",
2292
+ "attributes": [
2293
+ {
2294
+ "name": "validationMode",
2295
+ "description": "Specify if validation runs on change or when loosing focus",
2296
+ "values": [
2297
+ { "name": "onChange" },
2298
+ { "name": "onBlur" },
2299
+ { "name": "onSubmit" }
2300
+ ]
2301
+ },
2302
+ {
2303
+ "name": "initialValues",
2304
+ "description": "Specify initial values on Form controls based on their names",
2305
+ "values": [{ "name": "Record<string" }, { "name": "FormValue>" }]
2306
+ },
2307
+ {
2308
+ "name": "required",
2309
+ "description": "Specify if input is a required",
2310
+ "values": []
2311
+ },
2312
+ {
2313
+ "name": "disabled",
2314
+ "description": "Specify if input is a disabled",
2315
+ "values": []
2316
+ },
2317
+ {
2318
+ "name": "readOnly",
2319
+ "description": "Specify if input is a read only",
2320
+ "values": []
2321
+ },
2322
+ { "name": "action", "values": [] },
2323
+ { "name": "method", "values": [] },
2324
+ { "name": "target", "values": [] },
2325
+ { "name": "enctype", "values": [] }
2326
+ ],
2327
+ "references": [
2328
+ {
2329
+ "name": "Storybook",
2330
+ "url": "https://web-components.beam.viasat.com/?path=/docs/forms-form"
2331
+ }
2332
+ ]
2333
+ },
2289
2334
  {
2290
2335
  "name": "bm-radio-button",
2291
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",
@@ -2338,6 +2383,49 @@
2338
2383
  }
2339
2384
  ]
2340
2385
  },
2386
+ {
2387
+ "name": "bm-switch",
2388
+ "description": "`bm-switch`\n\n### Attributes:\n- **onText** - Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.\n- **offText** - Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.\n- **textPosition** - Specify the position of the side label\n- **readOnly** - Specify if Switch displays in a read-only state\n- **disabled** - Specify if Switch displays in a disabled state\n- **checked** \n- **value** - The value attribute for the input element\n---\n\n\n### **Slots:**\n - **onText** - Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.\n- **offText** - Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
2389
+ "attributes": [
2390
+ {
2391
+ "name": "onText",
2392
+ "description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
2393
+ "values": []
2394
+ },
2395
+ {
2396
+ "name": "offText",
2397
+ "description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
2398
+ "values": []
2399
+ },
2400
+ {
2401
+ "name": "textPosition",
2402
+ "description": "Specify the position of the side label",
2403
+ "values": [{ "name": "before" }, { "name": "after" }]
2404
+ },
2405
+ {
2406
+ "name": "readOnly",
2407
+ "description": "Specify if Switch displays in a read-only state",
2408
+ "values": []
2409
+ },
2410
+ {
2411
+ "name": "disabled",
2412
+ "description": "Specify if Switch displays in a disabled state",
2413
+ "values": []
2414
+ },
2415
+ { "name": "checked", "values": [] },
2416
+ {
2417
+ "name": "value",
2418
+ "description": "The value attribute for the input element",
2419
+ "values": []
2420
+ }
2421
+ ],
2422
+ "references": [
2423
+ {
2424
+ "name": "Storybook",
2425
+ "url": "https://web-components.beam.viasat.com/?path=/docs/forms-switch"
2426
+ }
2427
+ ]
2428
+ },
2341
2429
  {
2342
2430
  "name": "bm-text-area",
2343
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",
@@ -2428,94 +2516,6 @@
2428
2516
  }
2429
2517
  ]
2430
2518
  },
2431
- {
2432
- "name": "bm-form",
2433
- "description": "`bm-form`\n---\n\n\n### **Events:**\n - **submit** - Validates the inputs and submits the form\n\n### **Slots:**\n - **slot** - Add controls to the Form",
2434
- "attributes": [
2435
- {
2436
- "name": "validationMode",
2437
- "description": "Specify if validation runs on change or when loosing focus",
2438
- "values": [
2439
- { "name": "onChange" },
2440
- { "name": "onBlur" },
2441
- { "name": "onSubmit" }
2442
- ]
2443
- },
2444
- {
2445
- "name": "initialValues",
2446
- "description": "Specify initial values on Form controls based on their names",
2447
- "values": [{ "name": "Record<string" }, { "name": "FormValue>" }]
2448
- },
2449
- {
2450
- "name": "required",
2451
- "description": "Specify if input is a required",
2452
- "values": []
2453
- },
2454
- {
2455
- "name": "disabled",
2456
- "description": "Specify if input is a disabled",
2457
- "values": []
2458
- },
2459
- {
2460
- "name": "readOnly",
2461
- "description": "Specify if input is a read only",
2462
- "values": []
2463
- },
2464
- { "name": "action", "values": [] },
2465
- { "name": "method", "values": [] },
2466
- { "name": "target", "values": [] },
2467
- { "name": "enctype", "values": [] }
2468
- ],
2469
- "references": [
2470
- {
2471
- "name": "Storybook",
2472
- "url": "https://web-components.beam.viasat.com/?path=/docs/forms-form"
2473
- }
2474
- ]
2475
- },
2476
- {
2477
- "name": "bm-switch",
2478
- "description": "`bm-switch`\n\n### Attributes:\n- **onText** - Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.\n- **offText** - Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.\n- **textPosition** - Specify the position of the side label\n- **readOnly** - Specify if Switch displays in a read-only state\n- **disabled** - Specify if Switch displays in a disabled state\n- **checked** \n- **value** - The value attribute for the input element\n---\n\n\n### **Slots:**\n - **onText** - Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.\n- **offText** - Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
2479
- "attributes": [
2480
- {
2481
- "name": "onText",
2482
- "description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
2483
- "values": []
2484
- },
2485
- {
2486
- "name": "offText",
2487
- "description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
2488
- "values": []
2489
- },
2490
- {
2491
- "name": "textPosition",
2492
- "description": "Specify the position of the side label",
2493
- "values": [{ "name": "before" }, { "name": "after" }]
2494
- },
2495
- {
2496
- "name": "readOnly",
2497
- "description": "Specify if Switch displays in a read-only state",
2498
- "values": []
2499
- },
2500
- {
2501
- "name": "disabled",
2502
- "description": "Specify if Switch displays in a disabled state",
2503
- "values": []
2504
- },
2505
- { "name": "checked", "values": [] },
2506
- {
2507
- "name": "value",
2508
- "description": "The value attribute for the input element",
2509
- "values": []
2510
- }
2511
- ],
2512
- "references": [
2513
- {
2514
- "name": "Storybook",
2515
- "url": "https://web-components.beam.viasat.com/?path=/docs/forms-switch"
2516
- }
2517
- ]
2518
- },
2519
2519
  {
2520
2520
  "name": "bm-checkbox-group",
2521
2521
  "description": "\n---\n\n\n### **Slots:**\n - **label** - Add label text to the InputChoiceGroup\n- **helperText** - Add helper text to the InputChoiceGroup",