@viasat/beam-web-components 2.39.2 → 2.39.3
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 +1329 -1329
- package/package.json +6 -6
- package/vscode.html-custom-data.json +294 -294
|
@@ -61,6 +61,104 @@
|
|
|
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
|
+
},
|
|
64
162
|
{
|
|
65
163
|
"name": "bm-badge",
|
|
66
164
|
"description": "`bm-badge`\n\n### Attributes:\n- **appearance** - Specify the appearance of the Badge\n- **theme** - Theme of the Badge\n- **size** - Specify the size of the Badge\n- **emphasis** - Specify the emphasis of the Badge\n- **hideIcon** - Hides Badge icon\n---\n\n\n### **Slots:**\n - **default** - Provide text for the Badge\n- **icon** - Specify a different icon for the Badge",
|
|
@@ -105,17 +203,37 @@
|
|
|
105
203
|
]
|
|
106
204
|
},
|
|
107
205
|
{
|
|
108
|
-
"name": "bm-
|
|
109
|
-
"description": "`bm-
|
|
206
|
+
"name": "bm-alert",
|
|
207
|
+
"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",
|
|
110
208
|
"attributes": [
|
|
209
|
+
{
|
|
210
|
+
"name": "heading",
|
|
211
|
+
"description": "Specify the heading text for Alert",
|
|
212
|
+
"values": []
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"name": "body",
|
|
216
|
+
"description": "Specify the body text for Alert",
|
|
217
|
+
"values": []
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
"name": "size",
|
|
221
|
+
"description": "Specify the size of the Alert",
|
|
222
|
+
"values": [{ "name": "sm" }, { "name": "md" }]
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
"name": "fullWidth",
|
|
226
|
+
"description": "Specify if the Alert has no border radius",
|
|
227
|
+
"values": []
|
|
228
|
+
},
|
|
111
229
|
{
|
|
112
230
|
"name": "theme",
|
|
113
|
-
"description": "Specify the theme of the
|
|
231
|
+
"description": "Specify the theme of the Alert. By default it inherits the theme from the parent",
|
|
114
232
|
"values": [{ "name": "light" }, { "name": "dark" }]
|
|
115
233
|
},
|
|
116
234
|
{
|
|
117
235
|
"name": "appearance",
|
|
118
|
-
"description": "Specify the appearance of the
|
|
236
|
+
"description": "Specify the appearance of the Alert",
|
|
119
237
|
"values": [
|
|
120
238
|
{ "name": "infoPrimary" },
|
|
121
239
|
{ "name": "infoSecondary" },
|
|
@@ -125,20 +243,35 @@
|
|
|
125
243
|
]
|
|
126
244
|
},
|
|
127
245
|
{
|
|
128
|
-
"name": "
|
|
129
|
-
"description": "Specify the
|
|
130
|
-
"values": [
|
|
246
|
+
"name": "hidden",
|
|
247
|
+
"description": "Specify if the Alert is hidden",
|
|
248
|
+
"values": []
|
|
131
249
|
},
|
|
132
250
|
{
|
|
133
|
-
"name": "
|
|
134
|
-
"description": "
|
|
251
|
+
"name": "hideIcon",
|
|
252
|
+
"description": "Specify if the icon displays on the Alert",
|
|
253
|
+
"values": []
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
"name": "dismissible",
|
|
257
|
+
"description": "Specify if the Alert can be dismissed",
|
|
258
|
+
"values": []
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
"name": "disableAutoFocus",
|
|
262
|
+
"description": "Prevent autofocus on show",
|
|
263
|
+
"values": []
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
"name": "disableCloseOnEscape",
|
|
267
|
+
"description": "Prevent Escape from closing",
|
|
135
268
|
"values": []
|
|
136
269
|
}
|
|
137
270
|
],
|
|
138
271
|
"references": [
|
|
139
272
|
{
|
|
140
273
|
"name": "Storybook",
|
|
141
|
-
"url": "https://web-components.beam.viasat.com/?path=/docs/components-
|
|
274
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/components-alert"
|
|
142
275
|
}
|
|
143
276
|
]
|
|
144
277
|
},
|
|
@@ -512,207 +645,36 @@
|
|
|
512
645
|
"values": [
|
|
513
646
|
{ "name": "0" },
|
|
514
647
|
{ "name": "12" },
|
|
515
|
-
{ "name": "25" },
|
|
516
|
-
{ "name": "50" },
|
|
517
|
-
{ "name": "75" },
|
|
518
|
-
{ "name": "100" },
|
|
519
|
-
{ "name": "125" },
|
|
520
|
-
{ "name": "150" },
|
|
521
|
-
{ "name": "200" },
|
|
522
|
-
{ "name": "300" },
|
|
523
|
-
{ "name": "400" },
|
|
524
|
-
{ "name": "500" },
|
|
525
|
-
{ "name": "700" },
|
|
526
|
-
{ "name": "800" }
|
|
527
|
-
]
|
|
528
|
-
},
|
|
529
|
-
{
|
|
530
|
-
"name": "shadow",
|
|
531
|
-
"description": "Specify if a Box has a shadow",
|
|
532
|
-
"values": [
|
|
533
|
-
{ "name": "sm" },
|
|
534
|
-
{ "name": "md" },
|
|
535
|
-
{ "name": "lg" },
|
|
536
|
-
{ "name": "none" },
|
|
537
|
-
{ "name": "overlay" }
|
|
538
|
-
]
|
|
539
|
-
}
|
|
540
|
-
],
|
|
541
|
-
"references": [
|
|
542
|
-
{
|
|
543
|
-
"name": "Storybook",
|
|
544
|
-
"url": "https://web-components.beam.viasat.com/?path=/docs/components-box"
|
|
545
|
-
}
|
|
546
|
-
]
|
|
547
|
-
},
|
|
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
|
-
{
|
|
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": []
|
|
648
|
+
{ "name": "25" },
|
|
649
|
+
{ "name": "50" },
|
|
650
|
+
{ "name": "75" },
|
|
651
|
+
{ "name": "100" },
|
|
652
|
+
{ "name": "125" },
|
|
653
|
+
{ "name": "150" },
|
|
654
|
+
{ "name": "200" },
|
|
655
|
+
{ "name": "300" },
|
|
656
|
+
{ "name": "400" },
|
|
657
|
+
{ "name": "500" },
|
|
658
|
+
{ "name": "700" },
|
|
659
|
+
{ "name": "800" }
|
|
660
|
+
]
|
|
694
661
|
},
|
|
695
662
|
{
|
|
696
|
-
"name": "
|
|
697
|
-
"description": "Specify
|
|
663
|
+
"name": "shadow",
|
|
664
|
+
"description": "Specify if a Box has a shadow",
|
|
698
665
|
"values": [
|
|
699
|
-
{ "name": "xs" },
|
|
700
666
|
{ "name": "sm" },
|
|
701
667
|
{ "name": "md" },
|
|
702
668
|
{ "name": "lg" },
|
|
703
|
-
{ "name": "
|
|
669
|
+
{ "name": "none" },
|
|
670
|
+
{ "name": "overlay" }
|
|
704
671
|
]
|
|
705
|
-
},
|
|
706
|
-
{
|
|
707
|
-
"name": "layout",
|
|
708
|
-
"description": "Specify the kind of the group.",
|
|
709
|
-
"values": [{ "name": "stacked" }, { "name": "spaced" }]
|
|
710
672
|
}
|
|
711
673
|
],
|
|
712
674
|
"references": [
|
|
713
675
|
{
|
|
714
676
|
"name": "Storybook",
|
|
715
|
-
"url": "https://web-components.beam.viasat.com/?path=/docs/components-
|
|
677
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/components-box"
|
|
716
678
|
}
|
|
717
679
|
]
|
|
718
680
|
},
|
|
@@ -777,6 +739,44 @@
|
|
|
777
739
|
}
|
|
778
740
|
]
|
|
779
741
|
},
|
|
742
|
+
{
|
|
743
|
+
"name": "bm-badge-dot",
|
|
744
|
+
"description": "`bm-badge-dot`\n\n### Attributes:\n- **theme** - Specify the theme of the BadgeDot. By default it inherits the theme from the parent\n- **appearance** - Specify the appearance of the BadgeDot\n- **emphasis** - Specify the emphasis of the BadgeDot\n- **overrideDotColor** - Overrides default dot color\n---\n\n\n### **Slots:**\n - **default** - Provide text for the BadgeDot",
|
|
745
|
+
"attributes": [
|
|
746
|
+
{
|
|
747
|
+
"name": "theme",
|
|
748
|
+
"description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
|
|
749
|
+
"values": [{ "name": "light" }, { "name": "dark" }]
|
|
750
|
+
},
|
|
751
|
+
{
|
|
752
|
+
"name": "appearance",
|
|
753
|
+
"description": "Specify the appearance of the BadgeDot",
|
|
754
|
+
"values": [
|
|
755
|
+
{ "name": "infoPrimary" },
|
|
756
|
+
{ "name": "infoSecondary" },
|
|
757
|
+
{ "name": "positive" },
|
|
758
|
+
{ "name": "warning" },
|
|
759
|
+
{ "name": "negative" }
|
|
760
|
+
]
|
|
761
|
+
},
|
|
762
|
+
{
|
|
763
|
+
"name": "emphasis",
|
|
764
|
+
"description": "Specify the emphasis of the BadgeDot",
|
|
765
|
+
"values": [{ "name": "strong" }, { "name": "subtle" }]
|
|
766
|
+
},
|
|
767
|
+
{
|
|
768
|
+
"name": "overrideDotColor",
|
|
769
|
+
"description": "Overrides default dot color",
|
|
770
|
+
"values": []
|
|
771
|
+
}
|
|
772
|
+
],
|
|
773
|
+
"references": [
|
|
774
|
+
{
|
|
775
|
+
"name": "Storybook",
|
|
776
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/components-badgedot"
|
|
777
|
+
}
|
|
778
|
+
]
|
|
779
|
+
},
|
|
780
780
|
{
|
|
781
781
|
"name": "bm-button",
|
|
782
782
|
"description": "`bm-button`\n\n### Attributes:\n- **appearance** - Specify the appearance of a Button\n- **kind** - Specify the kind of Button\n- **size** - Specify the size of a Button\n- **disabled** - Specify if the Button is disabled\n- **fluid** - Specify if Button is fluid\n- **width** - Specify the width of a Button\n- **height** - Specify the height of a Button\n- **theme** - Specify the theme of the Button\n- **iconOnly** - Specify if the icon displays without text\n- **type** \n---\n\n\n### **Slots:**\n - **default** - Provide content for the Button\n- **iconBefore** - Specify if the Button displays icon before the text\n- **iconAfter** - Specify if the Button displays icon after the text",
|
|
@@ -2261,6 +2261,101 @@
|
|
|
2261
2261
|
}
|
|
2262
2262
|
]
|
|
2263
2263
|
},
|
|
2264
|
+
{
|
|
2265
|
+
"name": "bm-radio-button",
|
|
2266
|
+
"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",
|
|
2267
|
+
"attributes": [
|
|
2268
|
+
{
|
|
2269
|
+
"name": "label",
|
|
2270
|
+
"description": "Specify the text for the label",
|
|
2271
|
+
"values": []
|
|
2272
|
+
},
|
|
2273
|
+
{
|
|
2274
|
+
"name": "error",
|
|
2275
|
+
"description": "Specify error text and display error state of a RadioButton",
|
|
2276
|
+
"values": []
|
|
2277
|
+
},
|
|
2278
|
+
{
|
|
2279
|
+
"name": "readOnly",
|
|
2280
|
+
"description": "Specify if RadioButton displays in a read-only state",
|
|
2281
|
+
"values": []
|
|
2282
|
+
},
|
|
2283
|
+
{
|
|
2284
|
+
"name": "disabled",
|
|
2285
|
+
"description": "Specify if RadioButton displays in a disabled state",
|
|
2286
|
+
"values": []
|
|
2287
|
+
},
|
|
2288
|
+
{
|
|
2289
|
+
"name": "theme",
|
|
2290
|
+
"description": "Specify the theme of the RadioButton. By default it inherits the theme from the parent",
|
|
2291
|
+
"values": [{ "name": "light" }, { "name": "dark" }]
|
|
2292
|
+
},
|
|
2293
|
+
{
|
|
2294
|
+
"name": "value",
|
|
2295
|
+
"description": "The value attribute for the input element",
|
|
2296
|
+
"values": []
|
|
2297
|
+
},
|
|
2298
|
+
{
|
|
2299
|
+
"name": "checked",
|
|
2300
|
+
"description": "The checked attribute for the input element",
|
|
2301
|
+
"values": []
|
|
2302
|
+
},
|
|
2303
|
+
{
|
|
2304
|
+
"name": "onKeyDown",
|
|
2305
|
+
"description": "A user-defined function to handle keydown events",
|
|
2306
|
+
"values": [{ "name": "(event: KeyboardEvent) => void" }]
|
|
2307
|
+
}
|
|
2308
|
+
],
|
|
2309
|
+
"references": [
|
|
2310
|
+
{
|
|
2311
|
+
"name": "Storybook",
|
|
2312
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/forms-radiobutton"
|
|
2313
|
+
}
|
|
2314
|
+
]
|
|
2315
|
+
},
|
|
2316
|
+
{
|
|
2317
|
+
"name": "bm-switch",
|
|
2318
|
+
"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.",
|
|
2319
|
+
"attributes": [
|
|
2320
|
+
{
|
|
2321
|
+
"name": "onText",
|
|
2322
|
+
"description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
|
|
2323
|
+
"values": []
|
|
2324
|
+
},
|
|
2325
|
+
{
|
|
2326
|
+
"name": "offText",
|
|
2327
|
+
"description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
|
|
2328
|
+
"values": []
|
|
2329
|
+
},
|
|
2330
|
+
{
|
|
2331
|
+
"name": "textPosition",
|
|
2332
|
+
"description": "Specify the position of the side label",
|
|
2333
|
+
"values": [{ "name": "before" }, { "name": "after" }]
|
|
2334
|
+
},
|
|
2335
|
+
{
|
|
2336
|
+
"name": "readOnly",
|
|
2337
|
+
"description": "Specify if Switch displays in a read-only state",
|
|
2338
|
+
"values": []
|
|
2339
|
+
},
|
|
2340
|
+
{
|
|
2341
|
+
"name": "disabled",
|
|
2342
|
+
"description": "Specify if Switch displays in a disabled state",
|
|
2343
|
+
"values": []
|
|
2344
|
+
},
|
|
2345
|
+
{ "name": "checked", "values": [] },
|
|
2346
|
+
{
|
|
2347
|
+
"name": "value",
|
|
2348
|
+
"description": "The value attribute for the input element",
|
|
2349
|
+
"values": []
|
|
2350
|
+
}
|
|
2351
|
+
],
|
|
2352
|
+
"references": [
|
|
2353
|
+
{
|
|
2354
|
+
"name": "Storybook",
|
|
2355
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/forms-switch"
|
|
2356
|
+
}
|
|
2357
|
+
]
|
|
2358
|
+
},
|
|
2264
2359
|
{
|
|
2265
2360
|
"name": "bm-native-select",
|
|
2266
2361
|
"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",
|
|
@@ -2331,58 +2426,6 @@
|
|
|
2331
2426
|
}
|
|
2332
2427
|
]
|
|
2333
2428
|
},
|
|
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",
|
|
2337
|
-
"attributes": [
|
|
2338
|
-
{
|
|
2339
|
-
"name": "label",
|
|
2340
|
-
"description": "Specify the text for the label",
|
|
2341
|
-
"values": []
|
|
2342
|
-
},
|
|
2343
|
-
{
|
|
2344
|
-
"name": "error",
|
|
2345
|
-
"description": "Specify error text and display error state of a RadioButton",
|
|
2346
|
-
"values": []
|
|
2347
|
-
},
|
|
2348
|
-
{
|
|
2349
|
-
"name": "readOnly",
|
|
2350
|
-
"description": "Specify if RadioButton displays in a read-only state",
|
|
2351
|
-
"values": []
|
|
2352
|
-
},
|
|
2353
|
-
{
|
|
2354
|
-
"name": "disabled",
|
|
2355
|
-
"description": "Specify if RadioButton displays in a disabled state",
|
|
2356
|
-
"values": []
|
|
2357
|
-
},
|
|
2358
|
-
{
|
|
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" }]
|
|
2362
|
-
},
|
|
2363
|
-
{
|
|
2364
|
-
"name": "value",
|
|
2365
|
-
"description": "The value attribute for the input element",
|
|
2366
|
-
"values": []
|
|
2367
|
-
},
|
|
2368
|
-
{
|
|
2369
|
-
"name": "checked",
|
|
2370
|
-
"description": "The checked attribute for the input element",
|
|
2371
|
-
"values": []
|
|
2372
|
-
},
|
|
2373
|
-
{
|
|
2374
|
-
"name": "onKeyDown",
|
|
2375
|
-
"description": "A user-defined function to handle keydown events",
|
|
2376
|
-
"values": [{ "name": "(event: KeyboardEvent) => void" }]
|
|
2377
|
-
}
|
|
2378
|
-
],
|
|
2379
|
-
"references": [
|
|
2380
|
-
{
|
|
2381
|
-
"name": "Storybook",
|
|
2382
|
-
"url": "https://web-components.beam.viasat.com/?path=/docs/forms-radiobutton"
|
|
2383
|
-
}
|
|
2384
|
-
]
|
|
2385
|
-
},
|
|
2386
2429
|
{
|
|
2387
2430
|
"name": "bm-text-area",
|
|
2388
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",
|
|
@@ -2473,49 +2516,6 @@
|
|
|
2473
2516
|
}
|
|
2474
2517
|
]
|
|
2475
2518
|
},
|
|
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",
|