@viasat/beam-web-components 2.50.0 → 2.51.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.50.0",
3
+ "version": "2.51.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.50.0",
68
- "@viasat/beam-shared": "2.50.0",
69
- "@viasat/beam-styles": "2.50.0",
70
- "@viasat/beam-tokens": "2.50.0",
71
- "@viasat/beam-icons": "2.50.0",
67
+ "@viasat/beam-fonts": "2.51.0",
68
+ "@viasat/beam-shared": "2.51.0",
69
+ "@viasat/beam-styles": "2.51.0",
70
+ "@viasat/beam-tokens": "2.51.0",
71
+ "@viasat/beam-icons": "2.51.0",
72
72
  "clsx": "^1.2.1",
73
73
  "lit": "^3.1.0",
74
74
  "@lit/context": "^1.1.1",
@@ -61,6 +61,79 @@
61
61
  }
62
62
  ]
63
63
  },
64
+ {
65
+ "name": "bm-alert",
66
+ "description": "`bm-alert`\n\n### Attributes:\n- **heading** - Specify the heading text for Alert\n- **body** - Specify the body text for Alert\n- **size** - Specify the size of the Alert\n- **fullWidth** - Specify if the Alert has no border radius\n- **theme** - Specify the theme of the Alert. By default it inherits the theme from the parent\n- **appearance** - Specify the appearance of the Alert\n- **hidden** - Specify if the Alert is hidden\n- **hideIcon** - Specify if the icon displays on the Alert\n- **dismissible** - Specify if the Alert can be dismissed\n- **disableAutoFocus** - Prevent autofocus on show\n- **disableCloseOnEscape** - Prevent Escape from closing\n---\n\n\n### **Events:**\n - **bm-dismiss** - Dispatched when the Alert has been dismissed\n\n### **Slots:**\n - **icon** - Specify a different icon for the Alert\n- **heading** - Specify the heading text for Alert or pass the `heading` attribute to set the heading\n- **body** - Specify the body text for Alert or pass the `body` attribute to set the body\n- **actions** - Specify if actions display on the Alert",
67
+ "attributes": [
68
+ {
69
+ "name": "heading",
70
+ "description": "Specify the heading text for Alert",
71
+ "values": []
72
+ },
73
+ {
74
+ "name": "body",
75
+ "description": "Specify the body text for Alert",
76
+ "values": []
77
+ },
78
+ {
79
+ "name": "size",
80
+ "description": "Specify the size of the Alert",
81
+ "values": [{ "name": "sm" }, { "name": "md" }]
82
+ },
83
+ {
84
+ "name": "fullWidth",
85
+ "description": "Specify if the Alert has no border radius",
86
+ "values": []
87
+ },
88
+ {
89
+ "name": "theme",
90
+ "description": "Specify the theme of the Alert. By default it inherits the theme from the parent",
91
+ "values": [{ "name": "light" }, { "name": "dark" }]
92
+ },
93
+ {
94
+ "name": "appearance",
95
+ "description": "Specify the appearance of the Alert",
96
+ "values": [
97
+ { "name": "infoPrimary" },
98
+ { "name": "infoSecondary" },
99
+ { "name": "positive" },
100
+ { "name": "warning" },
101
+ { "name": "negative" }
102
+ ]
103
+ },
104
+ {
105
+ "name": "hidden",
106
+ "description": "Specify if the Alert is hidden",
107
+ "values": []
108
+ },
109
+ {
110
+ "name": "hideIcon",
111
+ "description": "Specify if the icon displays on the Alert",
112
+ "values": []
113
+ },
114
+ {
115
+ "name": "dismissible",
116
+ "description": "Specify if the Alert can be dismissed",
117
+ "values": []
118
+ },
119
+ {
120
+ "name": "disableAutoFocus",
121
+ "description": "Prevent autofocus on show",
122
+ "values": []
123
+ },
124
+ {
125
+ "name": "disableCloseOnEscape",
126
+ "description": "Prevent Escape from closing",
127
+ "values": []
128
+ }
129
+ ],
130
+ "references": [
131
+ {
132
+ "name": "Storybook",
133
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-alert"
134
+ }
135
+ ]
136
+ },
64
137
  {
65
138
  "name": "bm-badge",
66
139
  "description": "`bm-badge`\n\n### Attributes:\n- **appearance** - Specify the appearance of the Badge\n- **theme** - Theme of the Badge\n- **size** - Specify the size of the Badge\n- **emphasis** - Specify the emphasis of the Badge\n- **hideIcon** - Hides Badge icon\n---\n\n\n### **Slots:**\n - **default** - Provide text for the Badge\n- **icon** - Specify a different icon for the Badge",
@@ -142,6 +215,104 @@
142
215
  }
143
216
  ]
144
217
  },
218
+ {
219
+ "name": "bm-avatar",
220
+ "description": "`bm-avatar`\n\n### Attributes:\n- **appearance** - Specify the appearance of the Avatar\n- **name** - Specify a name to display initials in the Avatar\n- **src** - Pass an image to the Avatar\n- **alt** - Specify alt for image\n- **size** - Specify the size of the Avatar\n- **disabled** - Specify if the Avatar is disabled\n- **shape** - Specify the shape of the Avatar\n- **isInteractive** - If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer\n- **isFocusable** - If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable\n- **withBorder** \n---\n\n\n### **Slots:**\n - **icon** - Customize the default icon",
221
+ "attributes": [
222
+ {
223
+ "name": "appearance",
224
+ "description": "Specify the appearance of the Avatar",
225
+ "values": [{ "name": "accent" }, { "name": "neutral" }]
226
+ },
227
+ {
228
+ "name": "name",
229
+ "description": "Specify a name to display initials in the Avatar",
230
+ "values": []
231
+ },
232
+ {
233
+ "name": "src",
234
+ "description": "Pass an image to the Avatar",
235
+ "values": []
236
+ },
237
+ { "name": "alt", "description": "Specify alt for image", "values": [] },
238
+ {
239
+ "name": "size",
240
+ "description": "Specify the size of the Avatar",
241
+ "values": [
242
+ { "name": "xs" },
243
+ { "name": "sm" },
244
+ { "name": "md" },
245
+ { "name": "lg" },
246
+ { "name": "xl" }
247
+ ]
248
+ },
249
+ {
250
+ "name": "disabled",
251
+ "description": "Specify if the Avatar is disabled",
252
+ "values": []
253
+ },
254
+ {
255
+ "name": "shape",
256
+ "description": "Specify the shape of the Avatar",
257
+ "values": [{ "name": "circle" }, { "name": "square" }]
258
+ },
259
+ {
260
+ "name": "isInteractive",
261
+ "description": "If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer",
262
+ "values": []
263
+ },
264
+ {
265
+ "name": "isFocusable",
266
+ "description": "If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable",
267
+ "values": []
268
+ },
269
+ { "name": "withBorder", "values": [] }
270
+ ],
271
+ "references": [
272
+ {
273
+ "name": "Storybook",
274
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-avatar"
275
+ }
276
+ ]
277
+ },
278
+ {
279
+ "name": "bm-avatar-group",
280
+ "description": "`bm-avatar-group`\n\n### Attributes:\n- **wrapping** - Specify if the AvatarGroup wraps\n- **maxCount** - Specify the max number of avatars displayed in the group.\n- **size** - Specify the size of all Avatars\n- **layout** - Specify the kind of the group.\n---\n\n\n### **Slots:**\n - **default** - Add Avatars to create a group",
281
+ "attributes": [
282
+ {
283
+ "name": "wrapping",
284
+ "description": "Specify if the AvatarGroup wraps",
285
+ "values": []
286
+ },
287
+ {
288
+ "name": "maxCount",
289
+ "description": "Specify the max number of avatars displayed in the group.",
290
+ "values": []
291
+ },
292
+ {
293
+ "name": "size",
294
+ "description": "Specify the size of all Avatars",
295
+ "values": [
296
+ { "name": "xs" },
297
+ { "name": "sm" },
298
+ { "name": "md" },
299
+ { "name": "lg" },
300
+ { "name": "xl" }
301
+ ]
302
+ },
303
+ {
304
+ "name": "layout",
305
+ "description": "Specify the kind of the group.",
306
+ "values": [{ "name": "stacked" }, { "name": "spaced" }]
307
+ }
308
+ ],
309
+ "references": [
310
+ {
311
+ "name": "Storybook",
312
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-avatar"
313
+ }
314
+ ]
315
+ },
145
316
  {
146
317
  "name": "bm-box",
147
318
  "description": "`bm-box`\n\n### Attributes:\n- **backgroundColor** - Specify the background color of a Box\n- **borderColor** - Specify the border color of a Box\n- **borderWidth** - Specify the border width of a Box\n- **borderRadius** - Specify the border radius of a Box\n- **px** - Specify before and after padding of a Box\n- **py** - Specify top and bottom padding of a Box\n- **pTop** - Specify top padding of a Box\n- **pBottom** - Specify bottom padding of a Box\n- **pBefore** - Specify before padding of a Box\n- **pAfter** - Specify after padding of a Box\n- **mx** - Specify before and after margin of a Box\n- **my** - Specify top and bottom margin of a Box\n- **mTop** - Specify top margin of a Box\n- **mBottom** - Specify bottom margin of a Box\n- **mBefore** - Specify before margin of a Box\n- **mAfter** - Specify after margin of a Box\n- **m** - Specify all margin\n- **p** - Specify all padding\n- **gap** - Specify gap between child elements\n- **shadow** - Specify if a Box has a shadow\n---\n\n\n### **Slots:**\n - **default** - Provide content for the Box",
@@ -545,79 +716,6 @@
545
716
  }
546
717
  ]
547
718
  },
548
- {
549
- "name": "bm-alert",
550
- "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",
551
- "attributes": [
552
- {
553
- "name": "heading",
554
- "description": "Specify the heading text for Alert",
555
- "values": []
556
- },
557
- {
558
- "name": "body",
559
- "description": "Specify the body text for Alert",
560
- "values": []
561
- },
562
- {
563
- "name": "size",
564
- "description": "Specify the size of the Alert",
565
- "values": [{ "name": "sm" }, { "name": "md" }]
566
- },
567
- {
568
- "name": "fullWidth",
569
- "description": "Specify if the Alert has no border radius",
570
- "values": []
571
- },
572
- {
573
- "name": "theme",
574
- "description": "Specify the theme of the Alert. By default it inherits the theme from the parent",
575
- "values": [{ "name": "light" }, { "name": "dark" }]
576
- },
577
- {
578
- "name": "appearance",
579
- "description": "Specify the appearance of the Alert",
580
- "values": [
581
- { "name": "infoPrimary" },
582
- { "name": "infoSecondary" },
583
- { "name": "positive" },
584
- { "name": "warning" },
585
- { "name": "negative" }
586
- ]
587
- },
588
- {
589
- "name": "hidden",
590
- "description": "Specify if the Alert is hidden",
591
- "values": []
592
- },
593
- {
594
- "name": "hideIcon",
595
- "description": "Specify if the icon displays on the Alert",
596
- "values": []
597
- },
598
- {
599
- "name": "dismissible",
600
- "description": "Specify if the Alert can be dismissed",
601
- "values": []
602
- },
603
- {
604
- "name": "disableAutoFocus",
605
- "description": "Prevent autofocus on show",
606
- "values": []
607
- },
608
- {
609
- "name": "disableCloseOnEscape",
610
- "description": "Prevent Escape from closing",
611
- "values": []
612
- }
613
- ],
614
- "references": [
615
- {
616
- "name": "Storybook",
617
- "url": "https://web-components.beam.viasat.com/?path=/docs/components-alert"
618
- }
619
- ]
620
- },
621
719
  {
622
720
  "name": "bm-breadcrumb",
623
721
  "description": "`bm-breadcrumb`\n\n### Attributes:\n- **wrap** - Specify if items wrap or collapse to an ellipsis\n- **itemsBeforeCollapse** - Specify how many items show before ellipsis\n- **itemsAfterCollapse** - Specify how many items show after ellipsis\n- **theme** - Specify the theme of the Breadcrumbs. By default, it inherits the theme from the parent\n---\n\n\n### **Slots:**\n - **default** - Pass items to the Breadcrumb",
@@ -679,104 +777,6 @@
679
777
  }
680
778
  ]
681
779
  },
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
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",
@@ -2383,49 +2383,6 @@
2383
2383
  }
2384
2384
  ]
2385
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
- },
2429
2386
  {
2430
2387
  "name": "bm-text-area",
2431
2388
  "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",
@@ -2516,6 +2473,49 @@
2516
2473
  }
2517
2474
  ]
2518
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",