@viasat/beam-web-components 2.58.0 → 2.58.1
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 +519 -519
- package/package.json +6 -6
- package/vscode.html-custom-data.json +70 -70
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@viasat/beam-web-components",
|
|
3
|
-
"version": "2.58.
|
|
3
|
+
"version": "2.58.1",
|
|
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.58.
|
|
68
|
-
"@viasat/beam-shared": "2.58.
|
|
69
|
-
"@viasat/beam-styles": "2.58.
|
|
70
|
-
"@viasat/beam-tokens": "2.58.
|
|
71
|
-
"@viasat/beam-icons": "2.58.
|
|
67
|
+
"@viasat/beam-fonts": "2.58.1",
|
|
68
|
+
"@viasat/beam-shared": "2.58.1",
|
|
69
|
+
"@viasat/beam-styles": "2.58.1",
|
|
70
|
+
"@viasat/beam-tokens": "2.58.1",
|
|
71
|
+
"@viasat/beam-icons": "2.58.1",
|
|
72
72
|
"clsx": "^1.2.1",
|
|
73
73
|
"lit": "^3.1.0",
|
|
74
74
|
"@lit/context": "^1.1.1",
|
|
@@ -2261,6 +2261,76 @@
|
|
|
2261
2261
|
}
|
|
2262
2262
|
]
|
|
2263
2263
|
},
|
|
2264
|
+
{
|
|
2265
|
+
"name": "bm-native-select",
|
|
2266
|
+
"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",
|
|
2267
|
+
"attributes": [
|
|
2268
|
+
{
|
|
2269
|
+
"name": "required",
|
|
2270
|
+
"description": "Specify if NativeSelect is a required input",
|
|
2271
|
+
"values": []
|
|
2272
|
+
},
|
|
2273
|
+
{
|
|
2274
|
+
"name": "readOnly",
|
|
2275
|
+
"description": "Specify if NativeSelect displays in a read-only state",
|
|
2276
|
+
"values": []
|
|
2277
|
+
},
|
|
2278
|
+
{
|
|
2279
|
+
"name": "disabled",
|
|
2280
|
+
"description": "Specify if NativeSelect displays in a disabled state",
|
|
2281
|
+
"values": []
|
|
2282
|
+
},
|
|
2283
|
+
{
|
|
2284
|
+
"name": "error",
|
|
2285
|
+
"description": "Specify error text and display error state of a NativeSelect",
|
|
2286
|
+
"values": []
|
|
2287
|
+
},
|
|
2288
|
+
{
|
|
2289
|
+
"name": "fluid",
|
|
2290
|
+
"description": "Specify if NativeSelect is fluid",
|
|
2291
|
+
"values": []
|
|
2292
|
+
},
|
|
2293
|
+
{
|
|
2294
|
+
"name": "size",
|
|
2295
|
+
"description": "Specify the size of NativeSelect",
|
|
2296
|
+
"values": [{ "name": "sm" }, { "name": "md" }, { "name": "lg" }]
|
|
2297
|
+
},
|
|
2298
|
+
{
|
|
2299
|
+
"name": "width",
|
|
2300
|
+
"description": "Specify the width of NativeSelect",
|
|
2301
|
+
"values": []
|
|
2302
|
+
},
|
|
2303
|
+
{
|
|
2304
|
+
"name": "ellipse",
|
|
2305
|
+
"description": "Specify if overflow displays ellipsis",
|
|
2306
|
+
"values": []
|
|
2307
|
+
},
|
|
2308
|
+
{
|
|
2309
|
+
"name": "hideRequiredMarker",
|
|
2310
|
+
"description": "Specify if the NativeSelect displays with an asterisk",
|
|
2311
|
+
"values": []
|
|
2312
|
+
},
|
|
2313
|
+
{
|
|
2314
|
+
"name": "theme",
|
|
2315
|
+
"description": "Specify the theme of the NativeSelect. By default it inherits the theme from the parent",
|
|
2316
|
+
"values": [{ "name": "light" }, { "name": "dark" }]
|
|
2317
|
+
},
|
|
2318
|
+
{ "name": "id", "values": [] },
|
|
2319
|
+
{ "name": "name", "values": [] },
|
|
2320
|
+
{ "name": "value", "values": [] },
|
|
2321
|
+
{
|
|
2322
|
+
"name": "validationRules",
|
|
2323
|
+
"values": [{ "name": "Array<FormValidator>" }]
|
|
2324
|
+
},
|
|
2325
|
+
{ "name": "input-aria-label", "values": [] }
|
|
2326
|
+
],
|
|
2327
|
+
"references": [
|
|
2328
|
+
{
|
|
2329
|
+
"name": "Storybook",
|
|
2330
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/forms-nativeselect"
|
|
2331
|
+
}
|
|
2332
|
+
]
|
|
2333
|
+
},
|
|
2264
2334
|
{
|
|
2265
2335
|
"name": "bm-radio-button",
|
|
2266
2336
|
"description": "`bm-radio-button`\n\n### Attributes:\n- **label** - Specify the text for the label\n- **error** - Specify error text and display error state of a RadioButton\n- **readOnly** - Specify if RadioButton displays in a read-only state\n- **disabled** - Specify if RadioButton displays in a disabled state\n- **theme** - Specify the theme of the RadioButton. By default it inherits the theme from the parent\n- **value** - The value attribute for the input element\n- **checked** - The checked attribute for the input element\n- **onKeyDown** - A user-defined function to handle keydown events\n---\n",
|
|
@@ -2356,76 +2426,6 @@
|
|
|
2356
2426
|
}
|
|
2357
2427
|
]
|
|
2358
2428
|
},
|
|
2359
|
-
{
|
|
2360
|
-
"name": "bm-native-select",
|
|
2361
|
-
"description": "`bm-native-select`\n---\n\n\n### **Slots:**\n - **slot** - Specify Options for NativeSelect\n- **label** - Specify Label for NativeSelect\n- **helper-text** - Specify HelperText for NativeSelect",
|
|
2362
|
-
"attributes": [
|
|
2363
|
-
{
|
|
2364
|
-
"name": "required",
|
|
2365
|
-
"description": "Specify if NativeSelect is a required input",
|
|
2366
|
-
"values": []
|
|
2367
|
-
},
|
|
2368
|
-
{
|
|
2369
|
-
"name": "readOnly",
|
|
2370
|
-
"description": "Specify if NativeSelect displays in a read-only state",
|
|
2371
|
-
"values": []
|
|
2372
|
-
},
|
|
2373
|
-
{
|
|
2374
|
-
"name": "disabled",
|
|
2375
|
-
"description": "Specify if NativeSelect displays in a disabled state",
|
|
2376
|
-
"values": []
|
|
2377
|
-
},
|
|
2378
|
-
{
|
|
2379
|
-
"name": "error",
|
|
2380
|
-
"description": "Specify error text and display error state of a NativeSelect",
|
|
2381
|
-
"values": []
|
|
2382
|
-
},
|
|
2383
|
-
{
|
|
2384
|
-
"name": "fluid",
|
|
2385
|
-
"description": "Specify if NativeSelect is fluid",
|
|
2386
|
-
"values": []
|
|
2387
|
-
},
|
|
2388
|
-
{
|
|
2389
|
-
"name": "size",
|
|
2390
|
-
"description": "Specify the size of NativeSelect",
|
|
2391
|
-
"values": [{ "name": "sm" }, { "name": "md" }, { "name": "lg" }]
|
|
2392
|
-
},
|
|
2393
|
-
{
|
|
2394
|
-
"name": "width",
|
|
2395
|
-
"description": "Specify the width of NativeSelect",
|
|
2396
|
-
"values": []
|
|
2397
|
-
},
|
|
2398
|
-
{
|
|
2399
|
-
"name": "ellipse",
|
|
2400
|
-
"description": "Specify if overflow displays ellipsis",
|
|
2401
|
-
"values": []
|
|
2402
|
-
},
|
|
2403
|
-
{
|
|
2404
|
-
"name": "hideRequiredMarker",
|
|
2405
|
-
"description": "Specify if the NativeSelect displays with an asterisk",
|
|
2406
|
-
"values": []
|
|
2407
|
-
},
|
|
2408
|
-
{
|
|
2409
|
-
"name": "theme",
|
|
2410
|
-
"description": "Specify the theme of the NativeSelect. By default it inherits the theme from the parent",
|
|
2411
|
-
"values": [{ "name": "light" }, { "name": "dark" }]
|
|
2412
|
-
},
|
|
2413
|
-
{ "name": "id", "values": [] },
|
|
2414
|
-
{ "name": "name", "values": [] },
|
|
2415
|
-
{ "name": "value", "values": [] },
|
|
2416
|
-
{
|
|
2417
|
-
"name": "validationRules",
|
|
2418
|
-
"values": [{ "name": "Array<FormValidator>" }]
|
|
2419
|
-
},
|
|
2420
|
-
{ "name": "input-aria-label", "values": [] }
|
|
2421
|
-
],
|
|
2422
|
-
"references": [
|
|
2423
|
-
{
|
|
2424
|
-
"name": "Storybook",
|
|
2425
|
-
"url": "https://web-components.beam.viasat.com/?path=/docs/forms-nativeselect"
|
|
2426
|
-
}
|
|
2427
|
-
]
|
|
2428
|
-
},
|
|
2429
2429
|
{
|
|
2430
2430
|
"name": "bm-text-area",
|
|
2431
2431
|
"description": "`bm-text-area`\n---\n\n\n### **Slots:**\n - **label** - Specify the label for TextArea\n- **helper-text** - Specify the helper text for TextArea",
|