@viasat/beam-web-components 2.30.0 → 2.36.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/Avatar/Avatar.js +1 -1
- package/Avatar/AvatarGroup.js +1 -1
- package/Avatar/index.js +1 -1
- package/Badge/Badge.js +1 -1
- package/Button/Button.js +43 -43
- package/CloseButton/CloseButton.js +12 -12
- package/EmptyState/EmptyState.js +3 -3
- package/InputChoiceGroup/InputChoiceGroup.js +20 -20
- package/Link/Link.js +25 -25
- package/ProgressBar/ProgressBar.js +22 -22
- package/SegmentedControl/SegmentedControl.js +1 -1
- package/SegmentedControl/SegmentedControlItem.js +1 -1
- package/SegmentedControl/SegmentedControlList.js +1 -1
- package/SegmentedControl/SegmentedControlPanel.js +1 -1
- package/Spinner/Spinner.js +35 -35
- package/TextField/TextField.js +40 -40
- package/Tooltip/Tooltip.js +25 -25
- package/chunks/Avatar.BKgI1H4m.js +174 -0
- package/chunks/fileUpload.module.WyOEuxoP.js +4 -0
- package/chunks/segmentedControl.module.DUw6nBfH.js +4 -0
- package/custom-elements.json +2384 -2384
- package/local/Avatar/Avatar.js +1 -1
- package/local/Avatar/AvatarGroup.js +1 -1
- package/local/Avatar/index.js +1 -1
- package/local/Badge/Badge.js +7 -7
- package/local/Button/Button.js +19 -19
- package/local/CloseButton/CloseButton.js +10 -10
- package/local/EmptyState/EmptyState.js +1 -1
- package/local/InputChoiceGroup/InputChoiceGroup.js +20 -20
- package/local/Link/Link.js +36 -36
- package/local/ProgressBar/ProgressBar.js +22 -22
- package/local/SegmentedControl/SegmentedControl.js +1 -1
- package/local/SegmentedControl/SegmentedControlItem.js +1 -1
- package/local/SegmentedControl/SegmentedControlList.js +1 -1
- package/local/SegmentedControl/SegmentedControlPanel.js +1 -1
- package/local/Spinner/Spinner.js +28 -28
- package/local/TextField/TextField.js +40 -40
- package/local/Tooltip/Tooltip.js +39 -39
- package/local/chunks/Avatar.GyYNA9m6.js +172 -0
- package/local/chunks/fileUpload.module.WyOEuxoP.js +4 -0
- package/local/chunks/segmentedControl.module.DUw6nBfH.js +4 -0
- package/local/wip/Checkbox/Checkbox.js +52 -52
- package/local/wip/FileUpload/FileUpload.Button.js +1 -1
- package/local/wip/FileUpload/FileUpload.Dropzone.js +1 -1
- package/local/wip/FileUpload/FileUpload.List.Item.js +1 -1
- package/local/wip/FileUpload/FileUpload.List.js +1 -1
- package/local/wip/FileUpload/FileUpload.js +1 -1
- package/local/wip/NativeSelect/NativeSelect.js +25 -25
- package/local/wip/RadioButton/RadioButton.js +17 -17
- package/local/wip/Switch/Switch.js +37 -37
- package/local/wip/TextArea/TextArea.js +18 -18
- package/package.json +6 -6
- package/vscode.html-custom-data.json +426 -426
- package/wip/Checkbox/Checkbox.js +15 -15
- package/wip/FileUpload/FileUpload.Button.js +1 -1
- package/wip/FileUpload/FileUpload.Dropzone.js +1 -1
- package/wip/FileUpload/FileUpload.List.Item.js +1 -1
- package/wip/FileUpload/FileUpload.List.js +1 -1
- package/wip/FileUpload/FileUpload.js +1 -1
- package/wip/NativeSelect/NativeSelect.js +47 -47
- package/wip/RadioButton/RadioButton.js +21 -21
- package/wip/Switch/Switch.js +37 -37
- package/wip/TextArea/TextArea.js +18 -18
- package/chunks/Avatar.BgufO4-1.js +0 -174
- package/chunks/fileUpload.module.CNe9mg2f.js +0 -4
- package/chunks/segmentedControl.module.5EsIjpJa.js +0 -4
- package/local/chunks/Avatar.CEb3Se7H.js +0 -172
- package/local/chunks/fileUpload.module.CNe9mg2f.js +0 -4
- package/local/chunks/segmentedControl.module.5EsIjpJa.js +0 -4
|
@@ -62,12 +62,37 @@
|
|
|
62
62
|
]
|
|
63
63
|
},
|
|
64
64
|
{
|
|
65
|
-
"name": "bm-
|
|
66
|
-
"description": "`bm-
|
|
65
|
+
"name": "bm-alert",
|
|
66
|
+
"description": "`bm-alert`\n\n### Attributes:\n- **heading** - Specify the heading text for Alert\n- **body** - Specify the body text for Alert\n- **size** - Specify the size of the Alert\n- **fullWidth** - Specify if the Alert has no border radius\n- **theme** - Specify the theme of the Alert. By default it inherits the theme from the parent\n- **appearance** - Specify the appearance of the Alert\n- **hidden** - Specify if the Alert is hidden\n- **hideIcon** - Specify if the icon displays on the Alert\n- **dismissible** - Specify if the Alert can be dismissed\n- **disableAutoFocus** - Prevent autofocus on show\n- **disableCloseOnEscape** - Prevent Escape from closing\n---\n\n\n### **Events:**\n - **bm-dismiss** - Dispatched when the Alert has been dismissed\n\n### **Slots:**\n - **icon** - Specify a different icon for the Alert\n- **heading** - Specify the heading text for Alert or pass the `heading` attribute to set the heading\n- **body** - Specify the body text for Alert or pass the `body` attribute to set the body\n- **actions** - Specify if actions display on the Alert",
|
|
67
67
|
"attributes": [
|
|
68
|
+
{
|
|
69
|
+
"name": "heading",
|
|
70
|
+
"description": "Specify the heading text for Alert",
|
|
71
|
+
"values": []
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"name": "body",
|
|
75
|
+
"description": "Specify the body text for Alert",
|
|
76
|
+
"values": []
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"name": "size",
|
|
80
|
+
"description": "Specify the size of the Alert",
|
|
81
|
+
"values": [{ "name": "sm" }, { "name": "md" }]
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"name": "fullWidth",
|
|
85
|
+
"description": "Specify if the Alert has no border radius",
|
|
86
|
+
"values": []
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"name": "theme",
|
|
90
|
+
"description": "Specify the theme of the Alert. By default it inherits the theme from the parent",
|
|
91
|
+
"values": [{ "name": "light" }, { "name": "dark" }]
|
|
92
|
+
},
|
|
68
93
|
{
|
|
69
94
|
"name": "appearance",
|
|
70
|
-
"description": "Specify the appearance of the
|
|
95
|
+
"description": "Specify the appearance of the Alert",
|
|
71
96
|
"values": [
|
|
72
97
|
{ "name": "infoPrimary" },
|
|
73
98
|
{ "name": "infoSecondary" },
|
|
@@ -77,45 +102,143 @@
|
|
|
77
102
|
]
|
|
78
103
|
},
|
|
79
104
|
{
|
|
80
|
-
"name": "
|
|
81
|
-
"description": "
|
|
82
|
-
"values": [
|
|
105
|
+
"name": "hidden",
|
|
106
|
+
"description": "Specify if the Alert is hidden",
|
|
107
|
+
"values": []
|
|
83
108
|
},
|
|
84
109
|
{
|
|
85
|
-
"name": "
|
|
86
|
-
"description": "Specify the
|
|
87
|
-
"values": [
|
|
110
|
+
"name": "hideIcon",
|
|
111
|
+
"description": "Specify if the icon displays on the Alert",
|
|
112
|
+
"values": []
|
|
88
113
|
},
|
|
89
114
|
{
|
|
90
|
-
"name": "
|
|
91
|
-
"description": "Specify the
|
|
115
|
+
"name": "dismissible",
|
|
116
|
+
"description": "Specify if the Alert can be dismissed",
|
|
117
|
+
"values": []
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"name": "disableAutoFocus",
|
|
121
|
+
"description": "Prevent autofocus on show",
|
|
122
|
+
"values": []
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"name": "disableCloseOnEscape",
|
|
126
|
+
"description": "Prevent Escape from closing",
|
|
127
|
+
"values": []
|
|
128
|
+
}
|
|
129
|
+
],
|
|
130
|
+
"references": [
|
|
131
|
+
{
|
|
132
|
+
"name": "Storybook",
|
|
133
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/components-alert"
|
|
134
|
+
}
|
|
135
|
+
]
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"name": "bm-avatar",
|
|
139
|
+
"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",
|
|
140
|
+
"attributes": [
|
|
141
|
+
{
|
|
142
|
+
"name": "appearance",
|
|
143
|
+
"description": "Specify the appearance of the Avatar",
|
|
144
|
+
"values": [{ "name": "accent" }, { "name": "neutral" }]
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"name": "name",
|
|
148
|
+
"description": "Specify a name to display initials in the Avatar",
|
|
149
|
+
"values": []
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
"name": "src",
|
|
153
|
+
"description": "Pass an image to the Avatar",
|
|
154
|
+
"values": []
|
|
155
|
+
},
|
|
156
|
+
{ "name": "alt", "description": "Specify alt for image", "values": [] },
|
|
157
|
+
{
|
|
158
|
+
"name": "size",
|
|
159
|
+
"description": "Specify the size of the Avatar",
|
|
92
160
|
"values": [
|
|
93
|
-
{ "name": "
|
|
94
|
-
{ "name": "
|
|
95
|
-
{ "name": "
|
|
161
|
+
{ "name": "xs" },
|
|
162
|
+
{ "name": "sm" },
|
|
163
|
+
{ "name": "md" },
|
|
164
|
+
{ "name": "lg" },
|
|
165
|
+
{ "name": "xl" }
|
|
96
166
|
]
|
|
97
167
|
},
|
|
98
|
-
{
|
|
168
|
+
{
|
|
169
|
+
"name": "disabled",
|
|
170
|
+
"description": "Specify if the Avatar is disabled",
|
|
171
|
+
"values": []
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"name": "shape",
|
|
175
|
+
"description": "Specify the shape of the Avatar",
|
|
176
|
+
"values": [{ "name": "circle" }, { "name": "square" }]
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"name": "isInteractive",
|
|
180
|
+
"description": "If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer",
|
|
181
|
+
"values": []
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
"name": "isFocusable",
|
|
185
|
+
"description": "If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable",
|
|
186
|
+
"values": []
|
|
187
|
+
},
|
|
188
|
+
{ "name": "withBorder", "values": [] }
|
|
99
189
|
],
|
|
100
190
|
"references": [
|
|
101
191
|
{
|
|
102
192
|
"name": "Storybook",
|
|
103
|
-
"url": "https://web-components.beam.viasat.com/?path=/docs/components-
|
|
193
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/components-avatar"
|
|
104
194
|
}
|
|
105
195
|
]
|
|
106
196
|
},
|
|
107
197
|
{
|
|
108
|
-
"name": "bm-
|
|
109
|
-
"description": "`bm-
|
|
198
|
+
"name": "bm-avatar-group",
|
|
199
|
+
"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",
|
|
110
200
|
"attributes": [
|
|
111
201
|
{
|
|
112
|
-
"name": "
|
|
113
|
-
"description": "Specify
|
|
114
|
-
"values": [
|
|
202
|
+
"name": "wrapping",
|
|
203
|
+
"description": "Specify if the AvatarGroup wraps",
|
|
204
|
+
"values": []
|
|
115
205
|
},
|
|
206
|
+
{
|
|
207
|
+
"name": "maxCount",
|
|
208
|
+
"description": "Specify the max number of avatars displayed in the group.",
|
|
209
|
+
"values": []
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
"name": "size",
|
|
213
|
+
"description": "Specify the size of all Avatars",
|
|
214
|
+
"values": [
|
|
215
|
+
{ "name": "xs" },
|
|
216
|
+
{ "name": "sm" },
|
|
217
|
+
{ "name": "md" },
|
|
218
|
+
{ "name": "lg" },
|
|
219
|
+
{ "name": "xl" }
|
|
220
|
+
]
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
"name": "layout",
|
|
224
|
+
"description": "Specify the kind of the group.",
|
|
225
|
+
"values": [{ "name": "stacked" }, { "name": "spaced" }]
|
|
226
|
+
}
|
|
227
|
+
],
|
|
228
|
+
"references": [
|
|
229
|
+
{
|
|
230
|
+
"name": "Storybook",
|
|
231
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/components-avatar"
|
|
232
|
+
}
|
|
233
|
+
]
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
"name": "bm-badge",
|
|
237
|
+
"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",
|
|
238
|
+
"attributes": [
|
|
116
239
|
{
|
|
117
240
|
"name": "appearance",
|
|
118
|
-
"description": "Specify the appearance of the
|
|
241
|
+
"description": "Specify the appearance of the Badge",
|
|
119
242
|
"values": [
|
|
120
243
|
{ "name": "infoPrimary" },
|
|
121
244
|
{ "name": "infoSecondary" },
|
|
@@ -125,20 +248,30 @@
|
|
|
125
248
|
]
|
|
126
249
|
},
|
|
127
250
|
{
|
|
128
|
-
"name": "
|
|
129
|
-
"description": "
|
|
130
|
-
"values": [{ "name": "
|
|
251
|
+
"name": "theme",
|
|
252
|
+
"description": "Theme of the Badge",
|
|
253
|
+
"values": [{ "name": "light" }, { "name": "dark" }]
|
|
131
254
|
},
|
|
132
255
|
{
|
|
133
|
-
"name": "
|
|
134
|
-
"description": "
|
|
135
|
-
"values": []
|
|
136
|
-
}
|
|
256
|
+
"name": "size",
|
|
257
|
+
"description": "Specify the size of the Badge",
|
|
258
|
+
"values": [{ "name": "sm" }, { "name": "md" }]
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
"name": "emphasis",
|
|
262
|
+
"description": "Specify the emphasis of the Badge",
|
|
263
|
+
"values": [
|
|
264
|
+
{ "name": "strong" },
|
|
265
|
+
{ "name": "medium" },
|
|
266
|
+
{ "name": "subtle" }
|
|
267
|
+
]
|
|
268
|
+
},
|
|
269
|
+
{ "name": "hideIcon", "description": "Hides Badge icon", "values": [] }
|
|
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-badge"
|
|
142
275
|
}
|
|
143
276
|
]
|
|
144
277
|
},
|
|
@@ -516,203 +649,70 @@
|
|
|
516
649
|
{ "name": "50" },
|
|
517
650
|
{ "name": "75" },
|
|
518
651
|
{ "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": []
|
|
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
|
+
]
|
|
666
661
|
},
|
|
667
662
|
{
|
|
668
|
-
"name": "
|
|
669
|
-
"description": "
|
|
670
|
-
"values": [
|
|
671
|
-
|
|
672
|
-
|
|
663
|
+
"name": "shadow",
|
|
664
|
+
"description": "Specify if a Box has a shadow",
|
|
665
|
+
"values": [
|
|
666
|
+
{ "name": "sm" },
|
|
667
|
+
{ "name": "md" },
|
|
668
|
+
{ "name": "lg" },
|
|
669
|
+
{ "name": "none" },
|
|
670
|
+
{ "name": "overlay" }
|
|
671
|
+
]
|
|
672
|
+
}
|
|
673
673
|
],
|
|
674
674
|
"references": [
|
|
675
675
|
{
|
|
676
676
|
"name": "Storybook",
|
|
677
|
-
"url": "https://web-components.beam.viasat.com/?path=/docs/components-
|
|
677
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/components-box"
|
|
678
678
|
}
|
|
679
679
|
]
|
|
680
680
|
},
|
|
681
681
|
{
|
|
682
|
-
"name": "bm-
|
|
683
|
-
"description": "`bm-
|
|
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
684
|
"attributes": [
|
|
685
685
|
{
|
|
686
|
-
"name": "
|
|
687
|
-
"description": "Specify
|
|
688
|
-
"values": []
|
|
689
|
-
},
|
|
690
|
-
{
|
|
691
|
-
"name": "maxCount",
|
|
692
|
-
"description": "Specify the max number of avatars displayed in the group.",
|
|
693
|
-
"values": []
|
|
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" }]
|
|
694
689
|
},
|
|
695
690
|
{
|
|
696
|
-
"name": "
|
|
697
|
-
"description": "Specify the
|
|
691
|
+
"name": "appearance",
|
|
692
|
+
"description": "Specify the appearance of the BadgeDot",
|
|
698
693
|
"values": [
|
|
699
|
-
{ "name": "
|
|
700
|
-
{ "name": "
|
|
701
|
-
{ "name": "
|
|
702
|
-
{ "name": "
|
|
703
|
-
{ "name": "
|
|
694
|
+
{ "name": "infoPrimary" },
|
|
695
|
+
{ "name": "infoSecondary" },
|
|
696
|
+
{ "name": "positive" },
|
|
697
|
+
{ "name": "warning" },
|
|
698
|
+
{ "name": "negative" }
|
|
704
699
|
]
|
|
705
700
|
},
|
|
706
701
|
{
|
|
707
|
-
"name": "
|
|
708
|
-
"description": "Specify the
|
|
709
|
-
"values": [{ "name": "
|
|
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
710
|
}
|
|
711
711
|
],
|
|
712
712
|
"references": [
|
|
713
713
|
{
|
|
714
714
|
"name": "Storybook",
|
|
715
|
-
"url": "https://web-components.beam.viasat.com/?path=/docs/components-
|
|
715
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/components-badgedot"
|
|
716
716
|
}
|
|
717
717
|
]
|
|
718
718
|
},
|
|
@@ -1036,59 +1036,6 @@
|
|
|
1036
1036
|
}
|
|
1037
1037
|
]
|
|
1038
1038
|
},
|
|
1039
|
-
{
|
|
1040
|
-
"name": "bm-icon",
|
|
1041
|
-
"description": "`bm-icon`\n\n### Attributes:\n- **color** - Specify the color of Icon\n- **size** - Specify the size of Icon\n- **customIconSize** - Specify a custom size for the Icon\n- **customIconColor** - Specify a custom color for the Icon\n---\n\n\n### **Slots:**\n - **default** - Specify which Icon to display",
|
|
1042
|
-
"attributes": [
|
|
1043
|
-
{
|
|
1044
|
-
"name": "color",
|
|
1045
|
-
"description": "Specify the color of Icon",
|
|
1046
|
-
"values": [
|
|
1047
|
-
{ "name": "primary" },
|
|
1048
|
-
{ "name": "secondary" },
|
|
1049
|
-
{ "name": "infoPrimary" },
|
|
1050
|
-
{ "name": "infoSecondary" },
|
|
1051
|
-
{ "name": "positive" },
|
|
1052
|
-
{ "name": "warning" },
|
|
1053
|
-
{ "name": "negative" },
|
|
1054
|
-
{ "name": "secondaryInverse" },
|
|
1055
|
-
{ "name": "positiveStrong" },
|
|
1056
|
-
{ "name": "warningStrong" },
|
|
1057
|
-
{ "name": "negativeStrong" },
|
|
1058
|
-
{ "name": "infoPrimaryStrong" },
|
|
1059
|
-
{ "name": "infoSecondaryStrong" },
|
|
1060
|
-
{ "name": "primaryInverse" }
|
|
1061
|
-
]
|
|
1062
|
-
},
|
|
1063
|
-
{
|
|
1064
|
-
"name": "size",
|
|
1065
|
-
"description": "Specify the size of Icon",
|
|
1066
|
-
"values": [
|
|
1067
|
-
{ "name": "xs" },
|
|
1068
|
-
{ "name": "sm" },
|
|
1069
|
-
{ "name": "md" },
|
|
1070
|
-
{ "name": "lg" },
|
|
1071
|
-
{ "name": "xl" }
|
|
1072
|
-
]
|
|
1073
|
-
},
|
|
1074
|
-
{
|
|
1075
|
-
"name": "customIconSize",
|
|
1076
|
-
"description": "Specify a custom size for the Icon",
|
|
1077
|
-
"values": []
|
|
1078
|
-
},
|
|
1079
|
-
{
|
|
1080
|
-
"name": "customIconColor",
|
|
1081
|
-
"description": "Specify a custom color for the Icon",
|
|
1082
|
-
"values": []
|
|
1083
|
-
}
|
|
1084
|
-
],
|
|
1085
|
-
"references": [
|
|
1086
|
-
{
|
|
1087
|
-
"name": "Storybook",
|
|
1088
|
-
"url": "https://web-components.beam.viasat.com/?path=/docs/components-icon"
|
|
1089
|
-
}
|
|
1090
|
-
]
|
|
1091
|
-
},
|
|
1092
1039
|
{
|
|
1093
1040
|
"name": "bm-input-choice-group",
|
|
1094
1041
|
"description": "`bm-input-choice-group`\n\n### Attributes:\n- **theme** - Specify the theme of the InputChoiceGroup. By default it inherits the theme from the parent\n- **layout** - Specify InputChoiceGroup orientation\n\n**Deprecated**: use `orientation` and `fluid` instead\n- **orientation** - Specify InputChoiceGroup orientation\n- **fluid** - Specify if InputChoiceGroup should take the full width of its container\n- **required** - Specify if InputChoiceGroup is a required input\n- **hideRequiredMarker** - Specify if the InputChoiceGroup displays with an asterisk\n- **error** - Specify error text and display error state of a InputChoiceGroup\n- **readOnly** - Specify if InputChoiceGroup displays in a read-only state\n- **disabled** - Specify if InputChoiceGroup displays in a disabled state\n---\n\n\n### **Slots:**\n - **label** - Add label text to the InputChoiceGroup\n- **helperText** - Add helper text to the InputChoiceGroup",
|
|
@@ -1158,6 +1105,59 @@
|
|
|
1158
1105
|
}
|
|
1159
1106
|
]
|
|
1160
1107
|
},
|
|
1108
|
+
{
|
|
1109
|
+
"name": "bm-icon",
|
|
1110
|
+
"description": "`bm-icon`\n\n### Attributes:\n- **color** - Specify the color of Icon\n- **size** - Specify the size of Icon\n- **customIconSize** - Specify a custom size for the Icon\n- **customIconColor** - Specify a custom color for the Icon\n---\n\n\n### **Slots:**\n - **default** - Specify which Icon to display",
|
|
1111
|
+
"attributes": [
|
|
1112
|
+
{
|
|
1113
|
+
"name": "color",
|
|
1114
|
+
"description": "Specify the color of Icon",
|
|
1115
|
+
"values": [
|
|
1116
|
+
{ "name": "primary" },
|
|
1117
|
+
{ "name": "secondary" },
|
|
1118
|
+
{ "name": "infoPrimary" },
|
|
1119
|
+
{ "name": "infoSecondary" },
|
|
1120
|
+
{ "name": "positive" },
|
|
1121
|
+
{ "name": "warning" },
|
|
1122
|
+
{ "name": "negative" },
|
|
1123
|
+
{ "name": "secondaryInverse" },
|
|
1124
|
+
{ "name": "positiveStrong" },
|
|
1125
|
+
{ "name": "warningStrong" },
|
|
1126
|
+
{ "name": "negativeStrong" },
|
|
1127
|
+
{ "name": "infoPrimaryStrong" },
|
|
1128
|
+
{ "name": "infoSecondaryStrong" },
|
|
1129
|
+
{ "name": "primaryInverse" }
|
|
1130
|
+
]
|
|
1131
|
+
},
|
|
1132
|
+
{
|
|
1133
|
+
"name": "size",
|
|
1134
|
+
"description": "Specify the size of Icon",
|
|
1135
|
+
"values": [
|
|
1136
|
+
{ "name": "xs" },
|
|
1137
|
+
{ "name": "sm" },
|
|
1138
|
+
{ "name": "md" },
|
|
1139
|
+
{ "name": "lg" },
|
|
1140
|
+
{ "name": "xl" }
|
|
1141
|
+
]
|
|
1142
|
+
},
|
|
1143
|
+
{
|
|
1144
|
+
"name": "customIconSize",
|
|
1145
|
+
"description": "Specify a custom size for the Icon",
|
|
1146
|
+
"values": []
|
|
1147
|
+
},
|
|
1148
|
+
{
|
|
1149
|
+
"name": "customIconColor",
|
|
1150
|
+
"description": "Specify a custom color for the Icon",
|
|
1151
|
+
"values": []
|
|
1152
|
+
}
|
|
1153
|
+
],
|
|
1154
|
+
"references": [
|
|
1155
|
+
{
|
|
1156
|
+
"name": "Storybook",
|
|
1157
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/components-icon"
|
|
1158
|
+
}
|
|
1159
|
+
]
|
|
1160
|
+
},
|
|
1161
1161
|
{
|
|
1162
1162
|
"name": "bm-label",
|
|
1163
1163
|
"description": "`bm-label`\n---\n\n\n### **Slots:**\n - **text** - Specify the text for Label\n- **optional** - Specify if the Label displays as optional\n- **tooltip** - Specify if the icon displays to add a Tooltip",
|
|
@@ -1252,59 +1252,6 @@
|
|
|
1252
1252
|
}
|
|
1253
1253
|
]
|
|
1254
1254
|
},
|
|
1255
|
-
{
|
|
1256
|
-
"name": "bm-list",
|
|
1257
|
-
"description": "### Attributes:\n- **kind** - Specify the kind of List\n- **size** - Specify the size of List\n- **density** - Specify the density of the List\n- **indent** - Specify if the List has an indentation.\nValid only for `unstyled` and `withIcons` List kinds.\n---\n\n\n### **Slots:**\n - **default** - Add list items to create a List",
|
|
1258
|
-
"attributes": [
|
|
1259
|
-
{
|
|
1260
|
-
"name": "kind",
|
|
1261
|
-
"description": "Specify the kind of List",
|
|
1262
|
-
"values": [
|
|
1263
|
-
{ "name": "ordered" },
|
|
1264
|
-
{ "name": "unordered" },
|
|
1265
|
-
{ "name": "unstyled" },
|
|
1266
|
-
{ "name": "withIcons" }
|
|
1267
|
-
]
|
|
1268
|
-
},
|
|
1269
|
-
{
|
|
1270
|
-
"name": "size",
|
|
1271
|
-
"description": "Specify the size of List",
|
|
1272
|
-
"values": [
|
|
1273
|
-
{ "name": "sm" },
|
|
1274
|
-
{ "name": "md" },
|
|
1275
|
-
{ "name": "lg" },
|
|
1276
|
-
{ "name": "xl" }
|
|
1277
|
-
]
|
|
1278
|
-
},
|
|
1279
|
-
{
|
|
1280
|
-
"name": "density",
|
|
1281
|
-
"description": "Specify the density of the List",
|
|
1282
|
-
"values": [{ "name": "md" }, { "name": "lg" }]
|
|
1283
|
-
},
|
|
1284
|
-
{
|
|
1285
|
-
"name": "indent",
|
|
1286
|
-
"description": "Specify if the List has an indentation.\nValid only for `unstyled` and `withIcons` List kinds.",
|
|
1287
|
-
"values": []
|
|
1288
|
-
}
|
|
1289
|
-
],
|
|
1290
|
-
"references": [
|
|
1291
|
-
{
|
|
1292
|
-
"name": "Storybook",
|
|
1293
|
-
"url": "https://web-components.beam.viasat.com/?path=/docs/components-list"
|
|
1294
|
-
}
|
|
1295
|
-
]
|
|
1296
|
-
},
|
|
1297
|
-
{
|
|
1298
|
-
"name": "bm-list-item",
|
|
1299
|
-
"description": "\n---\n\n\n### **Slots:**\n - **icon** - Specify an Icon for the List.Item\n- **default** - Specify the text for List.Item",
|
|
1300
|
-
"attributes": [],
|
|
1301
|
-
"references": [
|
|
1302
|
-
{
|
|
1303
|
-
"name": "Storybook",
|
|
1304
|
-
"url": "https://web-components.beam.viasat.com/?path=/docs/components-list"
|
|
1305
|
-
}
|
|
1306
|
-
]
|
|
1307
|
-
},
|
|
1308
1255
|
{
|
|
1309
1256
|
"name": "bm-progress-bar",
|
|
1310
1257
|
"description": "`bm-progress-bar`\n\n### Attributes:\n- **state** - Specify the ProgressBar state\n- **size** - Specify the size of the ProgressBar\n- **label** - Provide text for the ProgressBar label\n- **helperText** - Specify helperText for ProgressBar. helperText is required for the Error state.\n- **fullWidth** - Specify if the ProgressBar has no corner radius\n- **theme** - Specify the theme of the ProgressBar. By default it inherits the theme from the parent\n- **value** - Specify if a ProgressBar is determinate by setting a value between 0 and 100.\n- **progressbarAriaLabel** - Specify the aria-label for the ProgressBar\n---\n",
|
|
@@ -1334,30 +1281,83 @@
|
|
|
1334
1281
|
"values": []
|
|
1335
1282
|
},
|
|
1336
1283
|
{
|
|
1337
|
-
"name": "fullWidth",
|
|
1338
|
-
"description": "Specify if the ProgressBar has no corner radius",
|
|
1339
|
-
"values": []
|
|
1284
|
+
"name": "fullWidth",
|
|
1285
|
+
"description": "Specify if the ProgressBar has no corner radius",
|
|
1286
|
+
"values": []
|
|
1287
|
+
},
|
|
1288
|
+
{
|
|
1289
|
+
"name": "theme",
|
|
1290
|
+
"description": "Specify the theme of the ProgressBar. By default it inherits the theme from the parent",
|
|
1291
|
+
"values": [{ "name": "light" }, { "name": "dark" }]
|
|
1292
|
+
},
|
|
1293
|
+
{
|
|
1294
|
+
"name": "value",
|
|
1295
|
+
"description": "Specify if a ProgressBar is determinate by setting a value between 0 and 100.",
|
|
1296
|
+
"values": []
|
|
1297
|
+
},
|
|
1298
|
+
{
|
|
1299
|
+
"name": "progressbarAriaLabel",
|
|
1300
|
+
"description": "Specify the aria-label for the ProgressBar",
|
|
1301
|
+
"values": []
|
|
1302
|
+
}
|
|
1303
|
+
],
|
|
1304
|
+
"references": [
|
|
1305
|
+
{
|
|
1306
|
+
"name": "Storybook",
|
|
1307
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/components-progressbar"
|
|
1308
|
+
}
|
|
1309
|
+
]
|
|
1310
|
+
},
|
|
1311
|
+
{
|
|
1312
|
+
"name": "bm-list",
|
|
1313
|
+
"description": "### Attributes:\n- **kind** - Specify the kind of List\n- **size** - Specify the size of List\n- **density** - Specify the density of the List\n- **indent** - Specify if the List has an indentation.\nValid only for `unstyled` and `withIcons` List kinds.\n---\n\n\n### **Slots:**\n - **default** - Add list items to create a List",
|
|
1314
|
+
"attributes": [
|
|
1315
|
+
{
|
|
1316
|
+
"name": "kind",
|
|
1317
|
+
"description": "Specify the kind of List",
|
|
1318
|
+
"values": [
|
|
1319
|
+
{ "name": "ordered" },
|
|
1320
|
+
{ "name": "unordered" },
|
|
1321
|
+
{ "name": "unstyled" },
|
|
1322
|
+
{ "name": "withIcons" }
|
|
1323
|
+
]
|
|
1340
1324
|
},
|
|
1341
1325
|
{
|
|
1342
|
-
"name": "
|
|
1343
|
-
"description": "Specify the
|
|
1344
|
-
"values": [
|
|
1326
|
+
"name": "size",
|
|
1327
|
+
"description": "Specify the size of List",
|
|
1328
|
+
"values": [
|
|
1329
|
+
{ "name": "sm" },
|
|
1330
|
+
{ "name": "md" },
|
|
1331
|
+
{ "name": "lg" },
|
|
1332
|
+
{ "name": "xl" }
|
|
1333
|
+
]
|
|
1345
1334
|
},
|
|
1346
1335
|
{
|
|
1347
|
-
"name": "
|
|
1348
|
-
"description": "Specify
|
|
1349
|
-
"values": []
|
|
1336
|
+
"name": "density",
|
|
1337
|
+
"description": "Specify the density of the List",
|
|
1338
|
+
"values": [{ "name": "md" }, { "name": "lg" }]
|
|
1350
1339
|
},
|
|
1351
1340
|
{
|
|
1352
|
-
"name": "
|
|
1353
|
-
"description": "Specify the
|
|
1341
|
+
"name": "indent",
|
|
1342
|
+
"description": "Specify if the List has an indentation.\nValid only for `unstyled` and `withIcons` List kinds.",
|
|
1354
1343
|
"values": []
|
|
1355
1344
|
}
|
|
1356
1345
|
],
|
|
1357
1346
|
"references": [
|
|
1358
1347
|
{
|
|
1359
1348
|
"name": "Storybook",
|
|
1360
|
-
"url": "https://web-components.beam.viasat.com/?path=/docs/components-
|
|
1349
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/components-list"
|
|
1350
|
+
}
|
|
1351
|
+
]
|
|
1352
|
+
},
|
|
1353
|
+
{
|
|
1354
|
+
"name": "bm-list-item",
|
|
1355
|
+
"description": "\n---\n\n\n### **Slots:**\n - **icon** - Specify an Icon for the List.Item\n- **default** - Specify the text for List.Item",
|
|
1356
|
+
"attributes": [],
|
|
1357
|
+
"references": [
|
|
1358
|
+
{
|
|
1359
|
+
"name": "Storybook",
|
|
1360
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/components-list"
|
|
1361
1361
|
}
|
|
1362
1362
|
]
|
|
1363
1363
|
},
|
|
@@ -2257,120 +2257,52 @@
|
|
|
2257
2257
|
]
|
|
2258
2258
|
},
|
|
2259
2259
|
{
|
|
2260
|
-
"name": "bm-
|
|
2261
|
-
"description": "`bm-
|
|
2260
|
+
"name": "bm-native-select",
|
|
2261
|
+
"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",
|
|
2262
2262
|
"attributes": [
|
|
2263
2263
|
{
|
|
2264
|
-
"name": "
|
|
2265
|
-
"description": "Specify
|
|
2266
|
-
"values": []
|
|
2267
|
-
},
|
|
2268
|
-
{
|
|
2269
|
-
"name": "offText",
|
|
2270
|
-
"description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
|
|
2264
|
+
"name": "required",
|
|
2265
|
+
"description": "Specify if NativeSelect is a required input",
|
|
2271
2266
|
"values": []
|
|
2272
2267
|
},
|
|
2273
|
-
{
|
|
2274
|
-
"name": "textPosition",
|
|
2275
|
-
"description": "Specify the position of the side label",
|
|
2276
|
-
"values": [{ "name": "before" }, { "name": "after" }]
|
|
2277
|
-
},
|
|
2278
2268
|
{
|
|
2279
2269
|
"name": "readOnly",
|
|
2280
|
-
"description": "Specify if
|
|
2270
|
+
"description": "Specify if NativeSelect displays in a read-only state",
|
|
2281
2271
|
"values": []
|
|
2282
2272
|
},
|
|
2283
2273
|
{
|
|
2284
2274
|
"name": "disabled",
|
|
2285
|
-
"description": "Specify if
|
|
2286
|
-
"values": []
|
|
2287
|
-
},
|
|
2288
|
-
{ "name": "checked", "values": [] },
|
|
2289
|
-
{
|
|
2290
|
-
"name": "value",
|
|
2291
|
-
"description": "The value attribute for the input element",
|
|
2292
|
-
"values": []
|
|
2293
|
-
}
|
|
2294
|
-
],
|
|
2295
|
-
"references": [
|
|
2296
|
-
{
|
|
2297
|
-
"name": "Storybook",
|
|
2298
|
-
"url": "https://web-components.beam.viasat.com/?path=/docs/forms-switch"
|
|
2299
|
-
}
|
|
2300
|
-
]
|
|
2301
|
-
},
|
|
2302
|
-
{
|
|
2303
|
-
"name": "bm-text-area",
|
|
2304
|
-
"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",
|
|
2305
|
-
"attributes": [
|
|
2306
|
-
{
|
|
2307
|
-
"name": "rows",
|
|
2308
|
-
"description": "Specify the height of TextArea",
|
|
2309
|
-
"values": []
|
|
2310
|
-
},
|
|
2311
|
-
{
|
|
2312
|
-
"name": "cols",
|
|
2313
|
-
"description": "Specify the width of TextArea",
|
|
2314
|
-
"values": []
|
|
2315
|
-
},
|
|
2316
|
-
{
|
|
2317
|
-
"name": "placeholder",
|
|
2318
|
-
"description": "Specify placeholder text for TextArea",
|
|
2319
|
-
"values": []
|
|
2320
|
-
},
|
|
2321
|
-
{
|
|
2322
|
-
"name": "required",
|
|
2323
|
-
"description": "Specify if TextArea is a required input",
|
|
2324
|
-
"values": []
|
|
2325
|
-
},
|
|
2326
|
-
{
|
|
2327
|
-
"name": "hideRequiredMarker",
|
|
2328
|
-
"description": "Specify if the TextArea displays with an asterisk",
|
|
2275
|
+
"description": "Specify if NativeSelect displays in a disabled state",
|
|
2329
2276
|
"values": []
|
|
2330
2277
|
},
|
|
2331
2278
|
{
|
|
2332
2279
|
"name": "error",
|
|
2333
|
-
"description": "Specify error text and display error state of a
|
|
2334
|
-
"values": []
|
|
2335
|
-
},
|
|
2336
|
-
{
|
|
2337
|
-
"name": "readOnly",
|
|
2338
|
-
"description": "Specify if TextArea displays in a read-only state",
|
|
2339
|
-
"values": []
|
|
2340
|
-
},
|
|
2341
|
-
{
|
|
2342
|
-
"name": "disabled",
|
|
2343
|
-
"description": "Specify if TextArea displays in a disabled state",
|
|
2280
|
+
"description": "Specify error text and display error state of a NativeSelect",
|
|
2344
2281
|
"values": []
|
|
2345
2282
|
},
|
|
2346
2283
|
{
|
|
2347
2284
|
"name": "fluid",
|
|
2348
|
-
"description": "Specify if
|
|
2285
|
+
"description": "Specify if NativeSelect is fluid",
|
|
2349
2286
|
"values": []
|
|
2350
2287
|
},
|
|
2351
2288
|
{
|
|
2352
2289
|
"name": "width",
|
|
2353
|
-
"description": "Specify the width of
|
|
2354
|
-
"values": []
|
|
2355
|
-
},
|
|
2356
|
-
{
|
|
2357
|
-
"name": "hideResize",
|
|
2358
|
-
"description": "Specify if TextArea can be manually resized",
|
|
2290
|
+
"description": "Specify the width of NativeSelect",
|
|
2359
2291
|
"values": []
|
|
2360
2292
|
},
|
|
2361
2293
|
{
|
|
2362
|
-
"name": "
|
|
2363
|
-
"description": "Specify
|
|
2294
|
+
"name": "ellipse",
|
|
2295
|
+
"description": "Specify if overflow displays ellipsis",
|
|
2364
2296
|
"values": []
|
|
2365
2297
|
},
|
|
2366
2298
|
{
|
|
2367
|
-
"name": "
|
|
2368
|
-
"description": "Specify if the
|
|
2299
|
+
"name": "hideRequiredMarker",
|
|
2300
|
+
"description": "Specify if the NativeSelect displays with an asterisk",
|
|
2369
2301
|
"values": []
|
|
2370
2302
|
},
|
|
2371
2303
|
{
|
|
2372
2304
|
"name": "theme",
|
|
2373
|
-
"description": "Specify the theme of the
|
|
2305
|
+
"description": "Specify the theme of the NativeSelect. By default it inherits the theme from the parent",
|
|
2374
2306
|
"values": [{ "name": "light" }, { "name": "dark" }]
|
|
2375
2307
|
},
|
|
2376
2308
|
{ "name": "id", "values": [] },
|
|
@@ -2385,7 +2317,7 @@
|
|
|
2385
2317
|
"references": [
|
|
2386
2318
|
{
|
|
2387
2319
|
"name": "Storybook",
|
|
2388
|
-
"url": "https://web-components.beam.viasat.com/?path=/docs/forms-
|
|
2320
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/forms-nativeselect"
|
|
2389
2321
|
}
|
|
2390
2322
|
]
|
|
2391
2323
|
},
|
|
@@ -2442,52 +2374,120 @@
|
|
|
2442
2374
|
]
|
|
2443
2375
|
},
|
|
2444
2376
|
{
|
|
2445
|
-
"name": "bm-
|
|
2446
|
-
"description": "`bm-
|
|
2377
|
+
"name": "bm-switch",
|
|
2378
|
+
"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.",
|
|
2447
2379
|
"attributes": [
|
|
2448
2380
|
{
|
|
2449
|
-
"name": "
|
|
2450
|
-
"description": "Specify
|
|
2381
|
+
"name": "onText",
|
|
2382
|
+
"description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
|
|
2383
|
+
"values": []
|
|
2384
|
+
},
|
|
2385
|
+
{
|
|
2386
|
+
"name": "offText",
|
|
2387
|
+
"description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
|
|
2451
2388
|
"values": []
|
|
2452
2389
|
},
|
|
2390
|
+
{
|
|
2391
|
+
"name": "textPosition",
|
|
2392
|
+
"description": "Specify the position of the side label",
|
|
2393
|
+
"values": [{ "name": "before" }, { "name": "after" }]
|
|
2394
|
+
},
|
|
2453
2395
|
{
|
|
2454
2396
|
"name": "readOnly",
|
|
2455
|
-
"description": "Specify if
|
|
2397
|
+
"description": "Specify if Switch displays in a read-only state",
|
|
2456
2398
|
"values": []
|
|
2457
2399
|
},
|
|
2458
2400
|
{
|
|
2459
2401
|
"name": "disabled",
|
|
2460
|
-
"description": "Specify if
|
|
2402
|
+
"description": "Specify if Switch displays in a disabled state",
|
|
2403
|
+
"values": []
|
|
2404
|
+
},
|
|
2405
|
+
{ "name": "checked", "values": [] },
|
|
2406
|
+
{
|
|
2407
|
+
"name": "value",
|
|
2408
|
+
"description": "The value attribute for the input element",
|
|
2409
|
+
"values": []
|
|
2410
|
+
}
|
|
2411
|
+
],
|
|
2412
|
+
"references": [
|
|
2413
|
+
{
|
|
2414
|
+
"name": "Storybook",
|
|
2415
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/forms-switch"
|
|
2416
|
+
}
|
|
2417
|
+
]
|
|
2418
|
+
},
|
|
2419
|
+
{
|
|
2420
|
+
"name": "bm-text-area",
|
|
2421
|
+
"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",
|
|
2422
|
+
"attributes": [
|
|
2423
|
+
{
|
|
2424
|
+
"name": "rows",
|
|
2425
|
+
"description": "Specify the height of TextArea",
|
|
2426
|
+
"values": []
|
|
2427
|
+
},
|
|
2428
|
+
{
|
|
2429
|
+
"name": "cols",
|
|
2430
|
+
"description": "Specify the width of TextArea",
|
|
2431
|
+
"values": []
|
|
2432
|
+
},
|
|
2433
|
+
{
|
|
2434
|
+
"name": "placeholder",
|
|
2435
|
+
"description": "Specify placeholder text for TextArea",
|
|
2436
|
+
"values": []
|
|
2437
|
+
},
|
|
2438
|
+
{
|
|
2439
|
+
"name": "required",
|
|
2440
|
+
"description": "Specify if TextArea is a required input",
|
|
2441
|
+
"values": []
|
|
2442
|
+
},
|
|
2443
|
+
{
|
|
2444
|
+
"name": "hideRequiredMarker",
|
|
2445
|
+
"description": "Specify if the TextArea displays with an asterisk",
|
|
2461
2446
|
"values": []
|
|
2462
2447
|
},
|
|
2463
2448
|
{
|
|
2464
2449
|
"name": "error",
|
|
2465
|
-
"description": "Specify error text and display error state of a
|
|
2450
|
+
"description": "Specify error text and display error state of a TextArea",
|
|
2451
|
+
"values": []
|
|
2452
|
+
},
|
|
2453
|
+
{
|
|
2454
|
+
"name": "readOnly",
|
|
2455
|
+
"description": "Specify if TextArea displays in a read-only state",
|
|
2456
|
+
"values": []
|
|
2457
|
+
},
|
|
2458
|
+
{
|
|
2459
|
+
"name": "disabled",
|
|
2460
|
+
"description": "Specify if TextArea displays in a disabled state",
|
|
2466
2461
|
"values": []
|
|
2467
2462
|
},
|
|
2468
2463
|
{
|
|
2469
2464
|
"name": "fluid",
|
|
2470
|
-
"description": "Specify if
|
|
2465
|
+
"description": "Specify if TextArea is fluid",
|
|
2471
2466
|
"values": []
|
|
2472
2467
|
},
|
|
2473
2468
|
{
|
|
2474
2469
|
"name": "width",
|
|
2475
|
-
"description": "Specify the width of
|
|
2470
|
+
"description": "Specify the width of TextArea",
|
|
2476
2471
|
"values": []
|
|
2477
2472
|
},
|
|
2478
2473
|
{
|
|
2479
|
-
"name": "
|
|
2480
|
-
"description": "Specify if
|
|
2474
|
+
"name": "hideResize",
|
|
2475
|
+
"description": "Specify if TextArea can be manually resized",
|
|
2481
2476
|
"values": []
|
|
2482
2477
|
},
|
|
2483
2478
|
{
|
|
2484
|
-
"name": "
|
|
2485
|
-
"description": "Specify
|
|
2479
|
+
"name": "maxCount",
|
|
2480
|
+
"description": "Specify the maximum character count for the TextArea",
|
|
2481
|
+
"values": []
|
|
2482
|
+
},
|
|
2483
|
+
{
|
|
2484
|
+
"name": "autoResize",
|
|
2485
|
+
"description": "Specify if the TextArea automatically resizes to fit the text",
|
|
2486
2486
|
"values": []
|
|
2487
2487
|
},
|
|
2488
2488
|
{
|
|
2489
2489
|
"name": "theme",
|
|
2490
|
-
"description": "Specify the theme of the
|
|
2490
|
+
"description": "Specify the theme of the TextArea. By default it inherits the theme from the parent",
|
|
2491
2491
|
"values": [{ "name": "light" }, { "name": "dark" }]
|
|
2492
2492
|
},
|
|
2493
2493
|
{ "name": "id", "values": [] },
|
|
@@ -2502,7 +2502,7 @@
|
|
|
2502
2502
|
"references": [
|
|
2503
2503
|
{
|
|
2504
2504
|
"name": "Storybook",
|
|
2505
|
-
"url": "https://web-components.beam.viasat.com/?path=/docs/forms-
|
|
2505
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/forms-textarea"
|
|
2506
2506
|
}
|
|
2507
2507
|
]
|
|
2508
2508
|
},
|
|
@@ -2576,8 +2576,8 @@
|
|
|
2576
2576
|
]
|
|
2577
2577
|
},
|
|
2578
2578
|
{
|
|
2579
|
-
"name": "bm-
|
|
2580
|
-
"description": "
|
|
2579
|
+
"name": "bm-radio-button-group",
|
|
2580
|
+
"description": "\n---\n\n\n### **Slots:**\n - **label** - Add label text to the InputChoiceGroup\n- **helperText** - Add helper text to the InputChoiceGroup",
|
|
2581
2581
|
"attributes": [
|
|
2582
2582
|
{
|
|
2583
2583
|
"name": "theme",
|
|
@@ -2640,13 +2640,13 @@
|
|
|
2640
2640
|
"references": [
|
|
2641
2641
|
{
|
|
2642
2642
|
"name": "Storybook",
|
|
2643
|
-
"url": "https://web-components.beam.viasat.com/?path=/docs/forms-
|
|
2643
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/forms-radiobutton"
|
|
2644
2644
|
}
|
|
2645
2645
|
]
|
|
2646
2646
|
},
|
|
2647
2647
|
{
|
|
2648
|
-
"name": "bm-
|
|
2649
|
-
"description": "
|
|
2648
|
+
"name": "bm-switch-group",
|
|
2649
|
+
"description": "`bm-switch-group`\n---\n\n\n### **Slots:**\n - **label** - Slot for the label of the SwitchGroup\n- **helperText** - Slot for the helper text of the SwitchGroup",
|
|
2650
2650
|
"attributes": [
|
|
2651
2651
|
{
|
|
2652
2652
|
"name": "theme",
|
|
@@ -2709,7 +2709,7 @@
|
|
|
2709
2709
|
"references": [
|
|
2710
2710
|
{
|
|
2711
2711
|
"name": "Storybook",
|
|
2712
|
-
"url": "https://web-components.beam.viasat.com/?path=/docs/forms-
|
|
2712
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/forms-switch"
|
|
2713
2713
|
}
|
|
2714
2714
|
]
|
|
2715
2715
|
}
|