@viasat/beam-web-components 2.19.0 → 2.20.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 +1595 -1595
- package/package.json +6 -6
- package/vscode.html-custom-data.json +297 -297
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@viasat/beam-web-components",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.20.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.20.0",
|
|
68
|
+
"@viasat/beam-shared": "2.20.0",
|
|
69
|
+
"@viasat/beam-styles": "2.20.0",
|
|
70
|
+
"@viasat/beam-tokens": "2.20.0",
|
|
71
|
+
"@viasat/beam-icons": "2.20.0",
|
|
72
72
|
"clsx": "^1.2.1",
|
|
73
73
|
"lit": "^3.1.0",
|
|
74
74
|
"@lit/context": "^1.1.1",
|
|
@@ -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-badge",
|
|
164
66
|
"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",
|
|
@@ -202,79 +104,6 @@
|
|
|
202
104
|
}
|
|
203
105
|
]
|
|
204
106
|
},
|
|
205
|
-
{
|
|
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",
|
|
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
|
-
},
|
|
229
|
-
{
|
|
230
|
-
"name": "theme",
|
|
231
|
-
"description": "Specify the theme of the Alert. By default it inherits the theme from the parent",
|
|
232
|
-
"values": [{ "name": "light" }, { "name": "dark" }]
|
|
233
|
-
},
|
|
234
|
-
{
|
|
235
|
-
"name": "appearance",
|
|
236
|
-
"description": "Specify the appearance of the Alert",
|
|
237
|
-
"values": [
|
|
238
|
-
{ "name": "infoPrimary" },
|
|
239
|
-
{ "name": "infoSecondary" },
|
|
240
|
-
{ "name": "positive" },
|
|
241
|
-
{ "name": "warning" },
|
|
242
|
-
{ "name": "negative" }
|
|
243
|
-
]
|
|
244
|
-
},
|
|
245
|
-
{
|
|
246
|
-
"name": "hidden",
|
|
247
|
-
"description": "Specify if the Alert is hidden",
|
|
248
|
-
"values": []
|
|
249
|
-
},
|
|
250
|
-
{
|
|
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",
|
|
268
|
-
"values": []
|
|
269
|
-
}
|
|
270
|
-
],
|
|
271
|
-
"references": [
|
|
272
|
-
{
|
|
273
|
-
"name": "Storybook",
|
|
274
|
-
"url": "https://web-components.beam.viasat.com/?path=/docs/components-alert"
|
|
275
|
-
}
|
|
276
|
-
]
|
|
277
|
-
},
|
|
278
107
|
{
|
|
279
108
|
"name": "bm-badge-dot",
|
|
280
109
|
"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",
|
|
@@ -764,16 +593,187 @@
|
|
|
764
593
|
"values": []
|
|
765
594
|
},
|
|
766
595
|
{
|
|
767
|
-
"name": "isCurrent",
|
|
768
|
-
"description": "Specify explicitly if the item is the last one",
|
|
596
|
+
"name": "isCurrent",
|
|
597
|
+
"description": "Specify explicitly if the item is the last one",
|
|
598
|
+
"values": []
|
|
599
|
+
},
|
|
600
|
+
{ "name": "isCollapsed", "values": [] }
|
|
601
|
+
],
|
|
602
|
+
"references": [
|
|
603
|
+
{
|
|
604
|
+
"name": "Storybook",
|
|
605
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/components-breadcrumb"
|
|
606
|
+
}
|
|
607
|
+
]
|
|
608
|
+
},
|
|
609
|
+
{
|
|
610
|
+
"name": "bm-avatar",
|
|
611
|
+
"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",
|
|
612
|
+
"attributes": [
|
|
613
|
+
{
|
|
614
|
+
"name": "appearance",
|
|
615
|
+
"description": "Specify the appearance of the Avatar",
|
|
616
|
+
"values": [{ "name": "accent" }, { "name": "neutral" }]
|
|
617
|
+
},
|
|
618
|
+
{
|
|
619
|
+
"name": "name",
|
|
620
|
+
"description": "Specify a name to display initials in the Avatar",
|
|
621
|
+
"values": []
|
|
622
|
+
},
|
|
623
|
+
{
|
|
624
|
+
"name": "src",
|
|
625
|
+
"description": "Pass an image to the Avatar",
|
|
626
|
+
"values": []
|
|
627
|
+
},
|
|
628
|
+
{ "name": "alt", "description": "Specify alt for image", "values": [] },
|
|
629
|
+
{
|
|
630
|
+
"name": "size",
|
|
631
|
+
"description": "Specify the size of the Avatar",
|
|
632
|
+
"values": [
|
|
633
|
+
{ "name": "xs" },
|
|
634
|
+
{ "name": "sm" },
|
|
635
|
+
{ "name": "md" },
|
|
636
|
+
{ "name": "lg" },
|
|
637
|
+
{ "name": "xl" }
|
|
638
|
+
]
|
|
639
|
+
},
|
|
640
|
+
{
|
|
641
|
+
"name": "disabled",
|
|
642
|
+
"description": "Specify if the Avatar is disabled",
|
|
643
|
+
"values": []
|
|
644
|
+
},
|
|
645
|
+
{
|
|
646
|
+
"name": "shape",
|
|
647
|
+
"description": "Specify the shape of the Avatar",
|
|
648
|
+
"values": [{ "name": "circle" }, { "name": "square" }]
|
|
649
|
+
},
|
|
650
|
+
{
|
|
651
|
+
"name": "isInteractive",
|
|
652
|
+
"description": "If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer",
|
|
653
|
+
"values": []
|
|
654
|
+
},
|
|
655
|
+
{
|
|
656
|
+
"name": "isFocusable",
|
|
657
|
+
"description": "If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable",
|
|
658
|
+
"values": []
|
|
659
|
+
},
|
|
660
|
+
{ "name": "withBorder", "values": [] }
|
|
661
|
+
],
|
|
662
|
+
"references": [
|
|
663
|
+
{
|
|
664
|
+
"name": "Storybook",
|
|
665
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/components-avatar"
|
|
666
|
+
}
|
|
667
|
+
]
|
|
668
|
+
},
|
|
669
|
+
{
|
|
670
|
+
"name": "bm-avatar-group",
|
|
671
|
+
"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",
|
|
672
|
+
"attributes": [
|
|
673
|
+
{
|
|
674
|
+
"name": "wrapping",
|
|
675
|
+
"description": "Specify if the AvatarGroup wraps",
|
|
676
|
+
"values": []
|
|
677
|
+
},
|
|
678
|
+
{
|
|
679
|
+
"name": "maxCount",
|
|
680
|
+
"description": "Specify the max number of avatars displayed in the group.",
|
|
681
|
+
"values": []
|
|
682
|
+
},
|
|
683
|
+
{
|
|
684
|
+
"name": "size",
|
|
685
|
+
"description": "Specify the size of all Avatars",
|
|
686
|
+
"values": [
|
|
687
|
+
{ "name": "xs" },
|
|
688
|
+
{ "name": "sm" },
|
|
689
|
+
{ "name": "md" },
|
|
690
|
+
{ "name": "lg" },
|
|
691
|
+
{ "name": "xl" }
|
|
692
|
+
]
|
|
693
|
+
},
|
|
694
|
+
{
|
|
695
|
+
"name": "layout",
|
|
696
|
+
"description": "Specify the kind of the group.",
|
|
697
|
+
"values": [{ "name": "stacked" }, { "name": "spaced" }]
|
|
698
|
+
}
|
|
699
|
+
],
|
|
700
|
+
"references": [
|
|
701
|
+
{
|
|
702
|
+
"name": "Storybook",
|
|
703
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/components-avatar"
|
|
704
|
+
}
|
|
705
|
+
]
|
|
706
|
+
},
|
|
707
|
+
{
|
|
708
|
+
"name": "bm-alert",
|
|
709
|
+
"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",
|
|
710
|
+
"attributes": [
|
|
711
|
+
{
|
|
712
|
+
"name": "heading",
|
|
713
|
+
"description": "Specify the heading text for Alert",
|
|
714
|
+
"values": []
|
|
715
|
+
},
|
|
716
|
+
{
|
|
717
|
+
"name": "body",
|
|
718
|
+
"description": "Specify the body text for Alert",
|
|
719
|
+
"values": []
|
|
720
|
+
},
|
|
721
|
+
{
|
|
722
|
+
"name": "size",
|
|
723
|
+
"description": "Specify the size of the Alert",
|
|
724
|
+
"values": [{ "name": "sm" }, { "name": "md" }]
|
|
725
|
+
},
|
|
726
|
+
{
|
|
727
|
+
"name": "fullWidth",
|
|
728
|
+
"description": "Specify if the Alert has no border radius",
|
|
729
|
+
"values": []
|
|
730
|
+
},
|
|
731
|
+
{
|
|
732
|
+
"name": "theme",
|
|
733
|
+
"description": "Specify the theme of the Alert. By default it inherits the theme from the parent",
|
|
734
|
+
"values": [{ "name": "light" }, { "name": "dark" }]
|
|
735
|
+
},
|
|
736
|
+
{
|
|
737
|
+
"name": "appearance",
|
|
738
|
+
"description": "Specify the appearance of the Alert",
|
|
739
|
+
"values": [
|
|
740
|
+
{ "name": "infoPrimary" },
|
|
741
|
+
{ "name": "infoSecondary" },
|
|
742
|
+
{ "name": "positive" },
|
|
743
|
+
{ "name": "warning" },
|
|
744
|
+
{ "name": "negative" }
|
|
745
|
+
]
|
|
746
|
+
},
|
|
747
|
+
{
|
|
748
|
+
"name": "hidden",
|
|
749
|
+
"description": "Specify if the Alert is hidden",
|
|
750
|
+
"values": []
|
|
751
|
+
},
|
|
752
|
+
{
|
|
753
|
+
"name": "hideIcon",
|
|
754
|
+
"description": "Specify if the icon displays on the Alert",
|
|
755
|
+
"values": []
|
|
756
|
+
},
|
|
757
|
+
{
|
|
758
|
+
"name": "dismissible",
|
|
759
|
+
"description": "Specify if the Alert can be dismissed",
|
|
760
|
+
"values": []
|
|
761
|
+
},
|
|
762
|
+
{
|
|
763
|
+
"name": "disableAutoFocus",
|
|
764
|
+
"description": "Prevent autofocus on show",
|
|
769
765
|
"values": []
|
|
770
766
|
},
|
|
771
|
-
{
|
|
767
|
+
{
|
|
768
|
+
"name": "disableCloseOnEscape",
|
|
769
|
+
"description": "Prevent Escape from closing",
|
|
770
|
+
"values": []
|
|
771
|
+
}
|
|
772
772
|
],
|
|
773
773
|
"references": [
|
|
774
774
|
{
|
|
775
775
|
"name": "Storybook",
|
|
776
|
-
"url": "https://web-components.beam.viasat.com/?path=/docs/components-
|
|
776
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/components-alert"
|
|
777
777
|
}
|
|
778
778
|
]
|
|
779
779
|
},
|
|
@@ -873,38 +873,6 @@
|
|
|
873
873
|
}
|
|
874
874
|
]
|
|
875
875
|
},
|
|
876
|
-
{
|
|
877
|
-
"name": "bm-empty-state",
|
|
878
|
-
"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",
|
|
879
|
-
"attributes": [
|
|
880
|
-
{
|
|
881
|
-
"name": "heading",
|
|
882
|
-
"description": "Specify heading text for EmptyState",
|
|
883
|
-
"values": []
|
|
884
|
-
},
|
|
885
|
-
{
|
|
886
|
-
"name": "body",
|
|
887
|
-
"description": "Specify body text for EmptyState",
|
|
888
|
-
"values": []
|
|
889
|
-
},
|
|
890
|
-
{
|
|
891
|
-
"name": "actions",
|
|
892
|
-
"description": "Specify action for EmptyState",
|
|
893
|
-
"values": [{ "name": "HTMLSlotElement" }]
|
|
894
|
-
},
|
|
895
|
-
{
|
|
896
|
-
"name": "theme",
|
|
897
|
-
"description": "Specify the theme of EmptyState. By default it inherits the theme from the parent",
|
|
898
|
-
"values": [{ "name": "light" }, { "name": "dark" }]
|
|
899
|
-
}
|
|
900
|
-
],
|
|
901
|
-
"references": [
|
|
902
|
-
{
|
|
903
|
-
"name": "Storybook",
|
|
904
|
-
"url": "https://web-components.beam.viasat.com/?path=/docs/components-emptystate"
|
|
905
|
-
}
|
|
906
|
-
]
|
|
907
|
-
},
|
|
908
876
|
{
|
|
909
877
|
"name": "bm-divider",
|
|
910
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",
|
|
@@ -989,6 +957,38 @@
|
|
|
989
957
|
}
|
|
990
958
|
]
|
|
991
959
|
},
|
|
960
|
+
{
|
|
961
|
+
"name": "bm-empty-state",
|
|
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",
|
|
963
|
+
"attributes": [
|
|
964
|
+
{
|
|
965
|
+
"name": "heading",
|
|
966
|
+
"description": "Specify heading text for EmptyState",
|
|
967
|
+
"values": []
|
|
968
|
+
},
|
|
969
|
+
{
|
|
970
|
+
"name": "body",
|
|
971
|
+
"description": "Specify body text for EmptyState",
|
|
972
|
+
"values": []
|
|
973
|
+
},
|
|
974
|
+
{
|
|
975
|
+
"name": "actions",
|
|
976
|
+
"description": "Specify action for EmptyState",
|
|
977
|
+
"values": [{ "name": "HTMLSlotElement" }]
|
|
978
|
+
},
|
|
979
|
+
{
|
|
980
|
+
"name": "theme",
|
|
981
|
+
"description": "Specify the theme of EmptyState. By default it inherits the theme from the parent",
|
|
982
|
+
"values": [{ "name": "light" }, { "name": "dark" }]
|
|
983
|
+
}
|
|
984
|
+
],
|
|
985
|
+
"references": [
|
|
986
|
+
{
|
|
987
|
+
"name": "Storybook",
|
|
988
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/components-emptystate"
|
|
989
|
+
}
|
|
990
|
+
]
|
|
991
|
+
},
|
|
992
992
|
{
|
|
993
993
|
"name": "bm-helper-text",
|
|
994
994
|
"description": "### Attributes:\n- **appearance** - Specify the appearance of the HelperText\n- **size** - Specify the size of the HelperText\n- **disabled** - Specify if the message is disabled for HelpText\n- **hideIcon** - Specify if the icon displays on the HelperText\n- **text** - Add or customize content in the HelperText\n- **theme** - Specify the theme of the HelperText. By default it inherits the theme from the parent\n---\n\n\n### **Slots:**\n - **default** - Add or customize content in the HelperText\n- **icon** - Specify a different icon for the HelperText",
|
|
@@ -2236,6 +2236,96 @@
|
|
|
2236
2236
|
}
|
|
2237
2237
|
]
|
|
2238
2238
|
},
|
|
2239
|
+
{
|
|
2240
|
+
"name": "bm-text-area",
|
|
2241
|
+
"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",
|
|
2242
|
+
"attributes": [
|
|
2243
|
+
{
|
|
2244
|
+
"name": "rows",
|
|
2245
|
+
"description": "Specify the height of TextArea",
|
|
2246
|
+
"values": []
|
|
2247
|
+
},
|
|
2248
|
+
{
|
|
2249
|
+
"name": "cols",
|
|
2250
|
+
"description": "Specify the width of TextArea",
|
|
2251
|
+
"values": []
|
|
2252
|
+
},
|
|
2253
|
+
{
|
|
2254
|
+
"name": "placeholder",
|
|
2255
|
+
"description": "Specify placeholder text for TextArea",
|
|
2256
|
+
"values": []
|
|
2257
|
+
},
|
|
2258
|
+
{
|
|
2259
|
+
"name": "required",
|
|
2260
|
+
"description": "Specify if TextArea is a required input",
|
|
2261
|
+
"values": []
|
|
2262
|
+
},
|
|
2263
|
+
{
|
|
2264
|
+
"name": "hideRequiredMarker",
|
|
2265
|
+
"description": "Specify if the TextArea displays with an asterisk",
|
|
2266
|
+
"values": []
|
|
2267
|
+
},
|
|
2268
|
+
{
|
|
2269
|
+
"name": "error",
|
|
2270
|
+
"description": "Specify error text and display error state of a TextArea",
|
|
2271
|
+
"values": []
|
|
2272
|
+
},
|
|
2273
|
+
{
|
|
2274
|
+
"name": "readOnly",
|
|
2275
|
+
"description": "Specify if TextArea displays in a read-only state",
|
|
2276
|
+
"values": []
|
|
2277
|
+
},
|
|
2278
|
+
{
|
|
2279
|
+
"name": "disabled",
|
|
2280
|
+
"description": "Specify if TextArea displays in a disabled state",
|
|
2281
|
+
"values": []
|
|
2282
|
+
},
|
|
2283
|
+
{
|
|
2284
|
+
"name": "fluid",
|
|
2285
|
+
"description": "Specify if TextArea is fluid",
|
|
2286
|
+
"values": []
|
|
2287
|
+
},
|
|
2288
|
+
{
|
|
2289
|
+
"name": "width",
|
|
2290
|
+
"description": "Specify the width of TextArea",
|
|
2291
|
+
"values": []
|
|
2292
|
+
},
|
|
2293
|
+
{
|
|
2294
|
+
"name": "hideResize",
|
|
2295
|
+
"description": "Specify if TextArea can be manually resized",
|
|
2296
|
+
"values": []
|
|
2297
|
+
},
|
|
2298
|
+
{
|
|
2299
|
+
"name": "maxCount",
|
|
2300
|
+
"description": "Specify the maximum character count for the TextArea",
|
|
2301
|
+
"values": []
|
|
2302
|
+
},
|
|
2303
|
+
{
|
|
2304
|
+
"name": "autoResize",
|
|
2305
|
+
"description": "Specify if the TextArea automatically resizes to fit the text",
|
|
2306
|
+
"values": []
|
|
2307
|
+
},
|
|
2308
|
+
{
|
|
2309
|
+
"name": "theme",
|
|
2310
|
+
"description": "Specify the theme of the TextArea. By default it inherits the theme from the parent",
|
|
2311
|
+
"values": [{ "name": "light" }, { "name": "dark" }]
|
|
2312
|
+
},
|
|
2313
|
+
{ "name": "id", "values": [] },
|
|
2314
|
+
{ "name": "name", "values": [] },
|
|
2315
|
+
{ "name": "value", "values": [] },
|
|
2316
|
+
{
|
|
2317
|
+
"name": "validationRules",
|
|
2318
|
+
"values": [{ "name": "Array<FormValidator>" }]
|
|
2319
|
+
},
|
|
2320
|
+
{ "name": "input-aria-label", "values": [] }
|
|
2321
|
+
],
|
|
2322
|
+
"references": [
|
|
2323
|
+
{
|
|
2324
|
+
"name": "Storybook",
|
|
2325
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/forms-textarea"
|
|
2326
|
+
}
|
|
2327
|
+
]
|
|
2328
|
+
},
|
|
2239
2329
|
{
|
|
2240
2330
|
"name": "bm-radio-button",
|
|
2241
2331
|
"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",
|
|
@@ -2331,96 +2421,6 @@
|
|
|
2331
2421
|
}
|
|
2332
2422
|
]
|
|
2333
2423
|
},
|
|
2334
|
-
{
|
|
2335
|
-
"name": "bm-text-area",
|
|
2336
|
-
"description": "`bm-text-area`\n---\n\n\n### **Slots:**\n - **label** - Specify the label for TextArea\n- **helper-text** - Specify the helper text for TextArea",
|
|
2337
|
-
"attributes": [
|
|
2338
|
-
{
|
|
2339
|
-
"name": "rows",
|
|
2340
|
-
"description": "Specify the height of TextArea",
|
|
2341
|
-
"values": []
|
|
2342
|
-
},
|
|
2343
|
-
{
|
|
2344
|
-
"name": "cols",
|
|
2345
|
-
"description": "Specify the width of TextArea",
|
|
2346
|
-
"values": []
|
|
2347
|
-
},
|
|
2348
|
-
{
|
|
2349
|
-
"name": "placeholder",
|
|
2350
|
-
"description": "Specify placeholder text for TextArea",
|
|
2351
|
-
"values": []
|
|
2352
|
-
},
|
|
2353
|
-
{
|
|
2354
|
-
"name": "required",
|
|
2355
|
-
"description": "Specify if TextArea is a required input",
|
|
2356
|
-
"values": []
|
|
2357
|
-
},
|
|
2358
|
-
{
|
|
2359
|
-
"name": "hideRequiredMarker",
|
|
2360
|
-
"description": "Specify if the TextArea displays with an asterisk",
|
|
2361
|
-
"values": []
|
|
2362
|
-
},
|
|
2363
|
-
{
|
|
2364
|
-
"name": "error",
|
|
2365
|
-
"description": "Specify error text and display error state of a TextArea",
|
|
2366
|
-
"values": []
|
|
2367
|
-
},
|
|
2368
|
-
{
|
|
2369
|
-
"name": "readOnly",
|
|
2370
|
-
"description": "Specify if TextArea displays in a read-only state",
|
|
2371
|
-
"values": []
|
|
2372
|
-
},
|
|
2373
|
-
{
|
|
2374
|
-
"name": "disabled",
|
|
2375
|
-
"description": "Specify if TextArea displays in a disabled state",
|
|
2376
|
-
"values": []
|
|
2377
|
-
},
|
|
2378
|
-
{
|
|
2379
|
-
"name": "fluid",
|
|
2380
|
-
"description": "Specify if TextArea is fluid",
|
|
2381
|
-
"values": []
|
|
2382
|
-
},
|
|
2383
|
-
{
|
|
2384
|
-
"name": "width",
|
|
2385
|
-
"description": "Specify the width of TextArea",
|
|
2386
|
-
"values": []
|
|
2387
|
-
},
|
|
2388
|
-
{
|
|
2389
|
-
"name": "hideResize",
|
|
2390
|
-
"description": "Specify if TextArea can be manually resized",
|
|
2391
|
-
"values": []
|
|
2392
|
-
},
|
|
2393
|
-
{
|
|
2394
|
-
"name": "maxCount",
|
|
2395
|
-
"description": "Specify the maximum character count for the TextArea",
|
|
2396
|
-
"values": []
|
|
2397
|
-
},
|
|
2398
|
-
{
|
|
2399
|
-
"name": "autoResize",
|
|
2400
|
-
"description": "Specify if the TextArea automatically resizes to fit the text",
|
|
2401
|
-
"values": []
|
|
2402
|
-
},
|
|
2403
|
-
{
|
|
2404
|
-
"name": "theme",
|
|
2405
|
-
"description": "Specify the theme of the TextArea. By default it inherits the theme from the parent",
|
|
2406
|
-
"values": [{ "name": "light" }, { "name": "dark" }]
|
|
2407
|
-
},
|
|
2408
|
-
{ "name": "id", "values": [] },
|
|
2409
|
-
{ "name": "name", "values": [] },
|
|
2410
|
-
{ "name": "value", "values": [] },
|
|
2411
|
-
{
|
|
2412
|
-
"name": "validationRules",
|
|
2413
|
-
"values": [{ "name": "Array<FormValidator>" }]
|
|
2414
|
-
},
|
|
2415
|
-
{ "name": "input-aria-label", "values": [] }
|
|
2416
|
-
],
|
|
2417
|
-
"references": [
|
|
2418
|
-
{
|
|
2419
|
-
"name": "Storybook",
|
|
2420
|
-
"url": "https://web-components.beam.viasat.com/?path=/docs/forms-textarea"
|
|
2421
|
-
}
|
|
2422
|
-
]
|
|
2423
|
-
},
|
|
2424
2424
|
{
|
|
2425
2425
|
"name": "bm-text-field",
|
|
2426
2426
|
"description": "`bm-text-field`\n---\n\n\n### **Slots:**\n - **label** - Specify the label for TextField\n- **helper-text** - Specify the helper text for TextField\n- **content-after** - Specify content to display after input\n- **content-before** - Specify content to display before input",
|