@viasat/beam-web-components 2.55.2 → 2.57.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 +858 -858
- package/package.json +6 -6
- package/vscode.html-custom-data.json +203 -203
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@viasat/beam-web-components",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.57.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.57.0",
|
|
68
|
+
"@viasat/beam-shared": "2.57.0",
|
|
69
|
+
"@viasat/beam-styles": "2.57.0",
|
|
70
|
+
"@viasat/beam-tokens": "2.57.0",
|
|
71
|
+
"@viasat/beam-icons": "2.57.0",
|
|
72
72
|
"clsx": "^1.2.1",
|
|
73
73
|
"lit": "^3.1.0",
|
|
74
74
|
"@lit/context": "^1.1.1",
|
|
@@ -62,75 +62,100 @@
|
|
|
62
62
|
]
|
|
63
63
|
},
|
|
64
64
|
{
|
|
65
|
-
"name": "bm-
|
|
66
|
-
"description": "`bm-
|
|
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
67
|
"attributes": [
|
|
68
68
|
{
|
|
69
|
-
"name": "
|
|
70
|
-
"description": "Specify the
|
|
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",
|
|
71
76
|
"values": []
|
|
72
77
|
},
|
|
73
78
|
{
|
|
74
|
-
"name": "
|
|
75
|
-
"description": "
|
|
79
|
+
"name": "src",
|
|
80
|
+
"description": "Pass an image to the Avatar",
|
|
76
81
|
"values": []
|
|
77
82
|
},
|
|
83
|
+
{ "name": "alt", "description": "Specify alt for image", "values": [] },
|
|
78
84
|
{
|
|
79
85
|
"name": "size",
|
|
80
|
-
"description": "Specify the size of the
|
|
81
|
-
"values": [
|
|
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
|
+
]
|
|
82
94
|
},
|
|
83
95
|
{
|
|
84
|
-
"name": "
|
|
85
|
-
"description": "Specify if the
|
|
96
|
+
"name": "disabled",
|
|
97
|
+
"description": "Specify if the Avatar is disabled",
|
|
86
98
|
"values": []
|
|
87
99
|
},
|
|
88
100
|
{
|
|
89
|
-
"name": "
|
|
90
|
-
"description": "Specify the
|
|
91
|
-
"values": [{ "name": "
|
|
101
|
+
"name": "shape",
|
|
102
|
+
"description": "Specify the shape of the Avatar",
|
|
103
|
+
"values": [{ "name": "circle" }, { "name": "square" }]
|
|
92
104
|
},
|
|
93
105
|
{
|
|
94
|
-
"name": "
|
|
95
|
-
"description": "
|
|
96
|
-
"values": [
|
|
97
|
-
{ "name": "infoPrimary" },
|
|
98
|
-
{ "name": "infoSecondary" },
|
|
99
|
-
{ "name": "positive" },
|
|
100
|
-
{ "name": "warning" },
|
|
101
|
-
{ "name": "negative" }
|
|
102
|
-
]
|
|
106
|
+
"name": "isInteractive",
|
|
107
|
+
"description": "If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer",
|
|
108
|
+
"values": []
|
|
103
109
|
},
|
|
104
110
|
{
|
|
105
|
-
"name": "
|
|
106
|
-
"description": "
|
|
111
|
+
"name": "isFocusable",
|
|
112
|
+
"description": "If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable",
|
|
107
113
|
"values": []
|
|
108
114
|
},
|
|
115
|
+
{ "name": "withBorder", "values": [] }
|
|
116
|
+
],
|
|
117
|
+
"references": [
|
|
109
118
|
{
|
|
110
|
-
"name": "
|
|
111
|
-
"
|
|
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",
|
|
112
131
|
"values": []
|
|
113
132
|
},
|
|
114
133
|
{
|
|
115
|
-
"name": "
|
|
116
|
-
"description": "Specify
|
|
134
|
+
"name": "maxCount",
|
|
135
|
+
"description": "Specify the max number of avatars displayed in the group.",
|
|
117
136
|
"values": []
|
|
118
137
|
},
|
|
119
138
|
{
|
|
120
|
-
"name": "
|
|
121
|
-
"description": "
|
|
122
|
-
"values": [
|
|
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
|
+
]
|
|
123
148
|
},
|
|
124
149
|
{
|
|
125
|
-
"name": "
|
|
126
|
-
"description": "
|
|
127
|
-
"values": []
|
|
150
|
+
"name": "layout",
|
|
151
|
+
"description": "Specify the kind of the group.",
|
|
152
|
+
"values": [{ "name": "stacked" }, { "name": "spaced" }]
|
|
128
153
|
}
|
|
129
154
|
],
|
|
130
155
|
"references": [
|
|
131
156
|
{
|
|
132
157
|
"name": "Storybook",
|
|
133
|
-
"url": "https://web-components.beam.viasat.com/?path=/docs/components-
|
|
158
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/components-avatar"
|
|
134
159
|
}
|
|
135
160
|
]
|
|
136
161
|
},
|
|
@@ -178,138 +203,75 @@
|
|
|
178
203
|
]
|
|
179
204
|
},
|
|
180
205
|
{
|
|
181
|
-
"name": "bm-
|
|
182
|
-
"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",
|
|
183
208
|
"attributes": [
|
|
184
209
|
{
|
|
185
|
-
"name": "
|
|
186
|
-
"description": "Specify the
|
|
187
|
-
"values": [
|
|
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" }]
|
|
210
|
+
"name": "heading",
|
|
211
|
+
"description": "Specify the heading text for Alert",
|
|
212
|
+
"values": []
|
|
204
213
|
},
|
|
205
214
|
{
|
|
206
|
-
"name": "
|
|
207
|
-
"description": "
|
|
215
|
+
"name": "body",
|
|
216
|
+
"description": "Specify the body text for Alert",
|
|
208
217
|
"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": [
|
|
218
|
+
},
|
|
222
219
|
{
|
|
223
|
-
"name": "
|
|
224
|
-
"description": "Specify the
|
|
225
|
-
"values": [{ "name": "
|
|
220
|
+
"name": "size",
|
|
221
|
+
"description": "Specify the size of the Alert",
|
|
222
|
+
"values": [{ "name": "sm" }, { "name": "md" }]
|
|
226
223
|
},
|
|
227
224
|
{
|
|
228
|
-
"name": "
|
|
229
|
-
"description": "Specify
|
|
225
|
+
"name": "fullWidth",
|
|
226
|
+
"description": "Specify if the Alert has no border radius",
|
|
230
227
|
"values": []
|
|
231
228
|
},
|
|
232
229
|
{
|
|
233
|
-
"name": "
|
|
234
|
-
"description": "
|
|
235
|
-
"values": []
|
|
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" }]
|
|
236
233
|
},
|
|
237
|
-
{ "name": "alt", "description": "Specify alt for image", "values": [] },
|
|
238
234
|
{
|
|
239
|
-
"name": "
|
|
240
|
-
"description": "Specify the
|
|
235
|
+
"name": "appearance",
|
|
236
|
+
"description": "Specify the appearance of the Alert",
|
|
241
237
|
"values": [
|
|
242
|
-
{ "name": "
|
|
243
|
-
{ "name": "
|
|
244
|
-
{ "name": "
|
|
245
|
-
{ "name": "
|
|
246
|
-
{ "name": "
|
|
238
|
+
{ "name": "infoPrimary" },
|
|
239
|
+
{ "name": "infoSecondary" },
|
|
240
|
+
{ "name": "positive" },
|
|
241
|
+
{ "name": "warning" },
|
|
242
|
+
{ "name": "negative" }
|
|
247
243
|
]
|
|
248
244
|
},
|
|
249
245
|
{
|
|
250
|
-
"name": "
|
|
251
|
-
"description": "Specify if the
|
|
246
|
+
"name": "hidden",
|
|
247
|
+
"description": "Specify if the Alert is hidden",
|
|
252
248
|
"values": []
|
|
253
249
|
},
|
|
254
250
|
{
|
|
255
|
-
"name": "
|
|
256
|
-
"description": "Specify the
|
|
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",
|
|
251
|
+
"name": "hideIcon",
|
|
252
|
+
"description": "Specify if the icon displays on the Alert",
|
|
262
253
|
"values": []
|
|
263
254
|
},
|
|
264
255
|
{
|
|
265
|
-
"name": "
|
|
266
|
-
"description": "
|
|
256
|
+
"name": "dismissible",
|
|
257
|
+
"description": "Specify if the Alert can be dismissed",
|
|
267
258
|
"values": []
|
|
268
259
|
},
|
|
269
|
-
{ "name": "withBorder", "values": [] }
|
|
270
|
-
],
|
|
271
|
-
"references": [
|
|
272
260
|
{
|
|
273
|
-
"name": "
|
|
274
|
-
"
|
|
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",
|
|
261
|
+
"name": "disableAutoFocus",
|
|
262
|
+
"description": "Prevent autofocus on show",
|
|
285
263
|
"values": []
|
|
286
264
|
},
|
|
287
265
|
{
|
|
288
|
-
"name": "
|
|
289
|
-
"description": "
|
|
266
|
+
"name": "disableCloseOnEscape",
|
|
267
|
+
"description": "Prevent Escape from closing",
|
|
290
268
|
"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
269
|
}
|
|
308
270
|
],
|
|
309
271
|
"references": [
|
|
310
272
|
{
|
|
311
273
|
"name": "Storybook",
|
|
312
|
-
"url": "https://web-components.beam.viasat.com/?path=/docs/components-
|
|
274
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/components-alert"
|
|
313
275
|
}
|
|
314
276
|
]
|
|
315
277
|
},
|
|
@@ -716,6 +678,44 @@
|
|
|
716
678
|
}
|
|
717
679
|
]
|
|
718
680
|
},
|
|
681
|
+
{
|
|
682
|
+
"name": "bm-badge-dot",
|
|
683
|
+
"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",
|
|
684
|
+
"attributes": [
|
|
685
|
+
{
|
|
686
|
+
"name": "theme",
|
|
687
|
+
"description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
|
|
688
|
+
"values": [{ "name": "light" }, { "name": "dark" }]
|
|
689
|
+
},
|
|
690
|
+
{
|
|
691
|
+
"name": "appearance",
|
|
692
|
+
"description": "Specify the appearance of the BadgeDot",
|
|
693
|
+
"values": [
|
|
694
|
+
{ "name": "infoPrimary" },
|
|
695
|
+
{ "name": "infoSecondary" },
|
|
696
|
+
{ "name": "positive" },
|
|
697
|
+
{ "name": "warning" },
|
|
698
|
+
{ "name": "negative" }
|
|
699
|
+
]
|
|
700
|
+
},
|
|
701
|
+
{
|
|
702
|
+
"name": "emphasis",
|
|
703
|
+
"description": "Specify the emphasis of the BadgeDot",
|
|
704
|
+
"values": [{ "name": "strong" }, { "name": "subtle" }]
|
|
705
|
+
},
|
|
706
|
+
{
|
|
707
|
+
"name": "overrideDotColor",
|
|
708
|
+
"description": "Overrides default dot color",
|
|
709
|
+
"values": []
|
|
710
|
+
}
|
|
711
|
+
],
|
|
712
|
+
"references": [
|
|
713
|
+
{
|
|
714
|
+
"name": "Storybook",
|
|
715
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/components-badgedot"
|
|
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",
|
|
@@ -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",
|