@viasat/beam-web-components 2.55.2 → 2.56.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/custom-elements.json +597 -597
- package/package.json +6 -6
- package/vscode.html-custom-data.json +164 -164
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@viasat/beam-web-components",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.56.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.
|
|
68
|
-
"@viasat/beam-shared": "2.
|
|
69
|
-
"@viasat/beam-styles": "2.
|
|
70
|
-
"@viasat/beam-tokens": "2.
|
|
71
|
-
"@viasat/beam-icons": "2.
|
|
67
|
+
"@viasat/beam-fonts": "2.56.0",
|
|
68
|
+
"@viasat/beam-shared": "2.56.0",
|
|
69
|
+
"@viasat/beam-styles": "2.56.0",
|
|
70
|
+
"@viasat/beam-tokens": "2.56.0",
|
|
71
|
+
"@viasat/beam-icons": "2.56.0",
|
|
72
72
|
"clsx": "^1.2.1",
|
|
73
73
|
"lit": "^3.1.0",
|
|
74
74
|
"@lit/context": "^1.1.1",
|
|
@@ -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",
|
|
@@ -716,6 +580,142 @@
|
|
|
716
580
|
}
|
|
717
581
|
]
|
|
718
582
|
},
|
|
583
|
+
{
|
|
584
|
+
"name": "bm-badge-dot",
|
|
585
|
+
"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",
|
|
586
|
+
"attributes": [
|
|
587
|
+
{
|
|
588
|
+
"name": "theme",
|
|
589
|
+
"description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
|
|
590
|
+
"values": [{ "name": "light" }, { "name": "dark" }]
|
|
591
|
+
},
|
|
592
|
+
{
|
|
593
|
+
"name": "appearance",
|
|
594
|
+
"description": "Specify the appearance of the BadgeDot",
|
|
595
|
+
"values": [
|
|
596
|
+
{ "name": "infoPrimary" },
|
|
597
|
+
{ "name": "infoSecondary" },
|
|
598
|
+
{ "name": "positive" },
|
|
599
|
+
{ "name": "warning" },
|
|
600
|
+
{ "name": "negative" }
|
|
601
|
+
]
|
|
602
|
+
},
|
|
603
|
+
{
|
|
604
|
+
"name": "emphasis",
|
|
605
|
+
"description": "Specify the emphasis of the BadgeDot",
|
|
606
|
+
"values": [{ "name": "strong" }, { "name": "subtle" }]
|
|
607
|
+
},
|
|
608
|
+
{
|
|
609
|
+
"name": "overrideDotColor",
|
|
610
|
+
"description": "Overrides default dot color",
|
|
611
|
+
"values": []
|
|
612
|
+
}
|
|
613
|
+
],
|
|
614
|
+
"references": [
|
|
615
|
+
{
|
|
616
|
+
"name": "Storybook",
|
|
617
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/components-badgedot"
|
|
618
|
+
}
|
|
619
|
+
]
|
|
620
|
+
},
|
|
621
|
+
{
|
|
622
|
+
"name": "bm-avatar",
|
|
623
|
+
"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",
|
|
624
|
+
"attributes": [
|
|
625
|
+
{
|
|
626
|
+
"name": "appearance",
|
|
627
|
+
"description": "Specify the appearance of the Avatar",
|
|
628
|
+
"values": [{ "name": "accent" }, { "name": "neutral" }]
|
|
629
|
+
},
|
|
630
|
+
{
|
|
631
|
+
"name": "name",
|
|
632
|
+
"description": "Specify a name to display initials in the Avatar",
|
|
633
|
+
"values": []
|
|
634
|
+
},
|
|
635
|
+
{
|
|
636
|
+
"name": "src",
|
|
637
|
+
"description": "Pass an image to the Avatar",
|
|
638
|
+
"values": []
|
|
639
|
+
},
|
|
640
|
+
{ "name": "alt", "description": "Specify alt for image", "values": [] },
|
|
641
|
+
{
|
|
642
|
+
"name": "size",
|
|
643
|
+
"description": "Specify the size of the Avatar",
|
|
644
|
+
"values": [
|
|
645
|
+
{ "name": "xs" },
|
|
646
|
+
{ "name": "sm" },
|
|
647
|
+
{ "name": "md" },
|
|
648
|
+
{ "name": "lg" },
|
|
649
|
+
{ "name": "xl" }
|
|
650
|
+
]
|
|
651
|
+
},
|
|
652
|
+
{
|
|
653
|
+
"name": "disabled",
|
|
654
|
+
"description": "Specify if the Avatar is disabled",
|
|
655
|
+
"values": []
|
|
656
|
+
},
|
|
657
|
+
{
|
|
658
|
+
"name": "shape",
|
|
659
|
+
"description": "Specify the shape of the Avatar",
|
|
660
|
+
"values": [{ "name": "circle" }, { "name": "square" }]
|
|
661
|
+
},
|
|
662
|
+
{
|
|
663
|
+
"name": "isInteractive",
|
|
664
|
+
"description": "If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer",
|
|
665
|
+
"values": []
|
|
666
|
+
},
|
|
667
|
+
{
|
|
668
|
+
"name": "isFocusable",
|
|
669
|
+
"description": "If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable",
|
|
670
|
+
"values": []
|
|
671
|
+
},
|
|
672
|
+
{ "name": "withBorder", "values": [] }
|
|
673
|
+
],
|
|
674
|
+
"references": [
|
|
675
|
+
{
|
|
676
|
+
"name": "Storybook",
|
|
677
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/components-avatar"
|
|
678
|
+
}
|
|
679
|
+
]
|
|
680
|
+
},
|
|
681
|
+
{
|
|
682
|
+
"name": "bm-avatar-group",
|
|
683
|
+
"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",
|
|
684
|
+
"attributes": [
|
|
685
|
+
{
|
|
686
|
+
"name": "wrapping",
|
|
687
|
+
"description": "Specify if the AvatarGroup wraps",
|
|
688
|
+
"values": []
|
|
689
|
+
},
|
|
690
|
+
{
|
|
691
|
+
"name": "maxCount",
|
|
692
|
+
"description": "Specify the max number of avatars displayed in the group.",
|
|
693
|
+
"values": []
|
|
694
|
+
},
|
|
695
|
+
{
|
|
696
|
+
"name": "size",
|
|
697
|
+
"description": "Specify the size of all Avatars",
|
|
698
|
+
"values": [
|
|
699
|
+
{ "name": "xs" },
|
|
700
|
+
{ "name": "sm" },
|
|
701
|
+
{ "name": "md" },
|
|
702
|
+
{ "name": "lg" },
|
|
703
|
+
{ "name": "xl" }
|
|
704
|
+
]
|
|
705
|
+
},
|
|
706
|
+
{
|
|
707
|
+
"name": "layout",
|
|
708
|
+
"description": "Specify the kind of the group.",
|
|
709
|
+
"values": [{ "name": "stacked" }, { "name": "spaced" }]
|
|
710
|
+
}
|
|
711
|
+
],
|
|
712
|
+
"references": [
|
|
713
|
+
{
|
|
714
|
+
"name": "Storybook",
|
|
715
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/components-avatar"
|
|
716
|
+
}
|
|
717
|
+
]
|
|
718
|
+
},
|
|
719
719
|
{
|
|
720
720
|
"name": "bm-breadcrumb",
|
|
721
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",
|
|
@@ -845,6 +845,34 @@
|
|
|
845
845
|
}
|
|
846
846
|
]
|
|
847
847
|
},
|
|
848
|
+
{
|
|
849
|
+
"name": "bm-close-button",
|
|
850
|
+
"description": "`bm-close-button`\n\n### Attributes:\n- **size** - Specify the size of the CloseButton\n- **disabled** - Specify if the CloseButton is disabled\n---\n",
|
|
851
|
+
"attributes": [
|
|
852
|
+
{
|
|
853
|
+
"name": "size",
|
|
854
|
+
"description": "Specify the size of the CloseButton",
|
|
855
|
+
"values": [
|
|
856
|
+
{ "name": "xs" },
|
|
857
|
+
{ "name": "sm" },
|
|
858
|
+
{ "name": "md" },
|
|
859
|
+
{ "name": "lg" },
|
|
860
|
+
{ "name": "xl" }
|
|
861
|
+
]
|
|
862
|
+
},
|
|
863
|
+
{
|
|
864
|
+
"name": "disabled",
|
|
865
|
+
"description": "Specify if the CloseButton is disabled",
|
|
866
|
+
"values": []
|
|
867
|
+
}
|
|
868
|
+
],
|
|
869
|
+
"references": [
|
|
870
|
+
{
|
|
871
|
+
"name": "Storybook",
|
|
872
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/components-closebutton"
|
|
873
|
+
}
|
|
874
|
+
]
|
|
875
|
+
},
|
|
848
876
|
{
|
|
849
877
|
"name": "bm-divider",
|
|
850
878
|
"description": "`bm-divider`\n\n### Attributes:\n- **orientation** - Specify the direction of the Divider\n- **borderColor** - Specify the border color of the divider line\n- **borderWidth** - Specify the width of the divider line\n- **borderStyle** - Specify the style of the divider line\n- **alignContent** - Align content to the divider line\n- **length** \n- **inset** - Add equal padding to each side of the Divider\n---\n\n\n### **Slots:**\n - **default** - Add text to the Divider\n- **icon** - Add an icon to the Divider",
|
|
@@ -929,34 +957,6 @@
|
|
|
929
957
|
}
|
|
930
958
|
]
|
|
931
959
|
},
|
|
932
|
-
{
|
|
933
|
-
"name": "bm-close-button",
|
|
934
|
-
"description": "`bm-close-button`\n\n### Attributes:\n- **size** - Specify the size of the CloseButton\n- **disabled** - Specify if the CloseButton is disabled\n---\n",
|
|
935
|
-
"attributes": [
|
|
936
|
-
{
|
|
937
|
-
"name": "size",
|
|
938
|
-
"description": "Specify the size of the CloseButton",
|
|
939
|
-
"values": [
|
|
940
|
-
{ "name": "xs" },
|
|
941
|
-
{ "name": "sm" },
|
|
942
|
-
{ "name": "md" },
|
|
943
|
-
{ "name": "lg" },
|
|
944
|
-
{ "name": "xl" }
|
|
945
|
-
]
|
|
946
|
-
},
|
|
947
|
-
{
|
|
948
|
-
"name": "disabled",
|
|
949
|
-
"description": "Specify if the CloseButton is disabled",
|
|
950
|
-
"values": []
|
|
951
|
-
}
|
|
952
|
-
],
|
|
953
|
-
"references": [
|
|
954
|
-
{
|
|
955
|
-
"name": "Storybook",
|
|
956
|
-
"url": "https://web-components.beam.viasat.com/?path=/docs/components-closebutton"
|
|
957
|
-
}
|
|
958
|
-
]
|
|
959
|
-
},
|
|
960
960
|
{
|
|
961
961
|
"name": "bm-empty-state",
|
|
962
962
|
"description": "`bm-empty-state`\n\n### Attributes:\n- **heading** - Specify heading text for EmptyState\n- **body** - Specify body text for EmptyState\n- **actions** - Specify action for EmptyState\n- **theme** - Specify the theme of EmptyState. By default it inherits the theme from the parent\n---\n\n\n### **Slots:**\n - **icon** - Specify an icon for EmptyState\n- **heading** - Specify heading text for EmptyState\n- **body** - Specify body text for EmptyState\n- **actions** - Add actions to EmptyState",
|