@viasat/beam-web-components 2.45.0 → 2.45.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 +876 -876
- package/package.json +6 -6
- package/vscode.html-custom-data.json +96 -96
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@viasat/beam-web-components",
|
|
3
|
-
"version": "2.45.
|
|
3
|
+
"version": "2.45.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.45.
|
|
68
|
-
"@viasat/beam-shared": "2.45.
|
|
69
|
-
"@viasat/beam-styles": "2.45.
|
|
70
|
-
"@viasat/beam-tokens": "2.45.
|
|
71
|
-
"@viasat/beam-icons": "2.45.
|
|
67
|
+
"@viasat/beam-fonts": "2.45.1",
|
|
68
|
+
"@viasat/beam-shared": "2.45.1",
|
|
69
|
+
"@viasat/beam-styles": "2.45.1",
|
|
70
|
+
"@viasat/beam-tokens": "2.45.1",
|
|
71
|
+
"@viasat/beam-icons": "2.45.1",
|
|
72
72
|
"clsx": "^1.2.1",
|
|
73
73
|
"lit": "^3.1.0",
|
|
74
74
|
"@lit/context": "^1.1.1",
|
|
@@ -275,44 +275,6 @@
|
|
|
275
275
|
}
|
|
276
276
|
]
|
|
277
277
|
},
|
|
278
|
-
{
|
|
279
|
-
"name": "bm-badge-dot",
|
|
280
|
-
"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",
|
|
281
|
-
"attributes": [
|
|
282
|
-
{
|
|
283
|
-
"name": "theme",
|
|
284
|
-
"description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
|
|
285
|
-
"values": [{ "name": "light" }, { "name": "dark" }]
|
|
286
|
-
},
|
|
287
|
-
{
|
|
288
|
-
"name": "appearance",
|
|
289
|
-
"description": "Specify the appearance of the BadgeDot",
|
|
290
|
-
"values": [
|
|
291
|
-
{ "name": "infoPrimary" },
|
|
292
|
-
{ "name": "infoSecondary" },
|
|
293
|
-
{ "name": "positive" },
|
|
294
|
-
{ "name": "warning" },
|
|
295
|
-
{ "name": "negative" }
|
|
296
|
-
]
|
|
297
|
-
},
|
|
298
|
-
{
|
|
299
|
-
"name": "emphasis",
|
|
300
|
-
"description": "Specify the emphasis of the BadgeDot",
|
|
301
|
-
"values": [{ "name": "strong" }, { "name": "subtle" }]
|
|
302
|
-
},
|
|
303
|
-
{
|
|
304
|
-
"name": "overrideDotColor",
|
|
305
|
-
"description": "Overrides default dot color",
|
|
306
|
-
"values": []
|
|
307
|
-
}
|
|
308
|
-
],
|
|
309
|
-
"references": [
|
|
310
|
-
{
|
|
311
|
-
"name": "Storybook",
|
|
312
|
-
"url": "https://web-components.beam.viasat.com/?path=/docs/components-badgedot"
|
|
313
|
-
}
|
|
314
|
-
]
|
|
315
|
-
},
|
|
316
278
|
{
|
|
317
279
|
"name": "bm-box",
|
|
318
280
|
"description": "`bm-box`\n\n### Attributes:\n- **backgroundColor** - Specify the background color of a Box\n- **borderColor** - Specify the border color of a Box\n- **borderWidth** - Specify the border width of a Box\n- **borderRadius** - Specify the border radius of a Box\n- **px** - Specify before and after padding of a Box\n- **py** - Specify top and bottom padding of a Box\n- **pTop** - Specify top padding of a Box\n- **pBottom** - Specify bottom padding of a Box\n- **pBefore** - Specify before padding of a Box\n- **pAfter** - Specify after padding of a Box\n- **mx** - Specify before and after margin of a Box\n- **my** - Specify top and bottom margin of a Box\n- **mTop** - Specify top margin of a Box\n- **mBottom** - Specify bottom margin of a Box\n- **mBefore** - Specify before margin of a Box\n- **mAfter** - Specify after margin of a Box\n- **m** - Specify all margin\n- **p** - Specify all padding\n- **gap** - Specify gap between child elements\n- **shadow** - Specify if a Box has a shadow\n---\n\n\n### **Slots:**\n - **default** - Provide content for the Box",
|
|
@@ -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",
|
|
@@ -2331,6 +2331,58 @@
|
|
|
2331
2331
|
}
|
|
2332
2332
|
]
|
|
2333
2333
|
},
|
|
2334
|
+
{
|
|
2335
|
+
"name": "bm-radio-button",
|
|
2336
|
+
"description": "`bm-radio-button`\n\n### Attributes:\n- **label** - Specify the text for the label\n- **error** - Specify error text and display error state of a RadioButton\n- **readOnly** - Specify if RadioButton displays in a read-only state\n- **disabled** - Specify if RadioButton displays in a disabled state\n- **theme** - Specify the theme of the RadioButton. By default it inherits the theme from the parent\n- **value** - The value attribute for the input element\n- **checked** - The checked attribute for the input element\n- **onKeyDown** - A user-defined function to handle keydown events\n---\n",
|
|
2337
|
+
"attributes": [
|
|
2338
|
+
{
|
|
2339
|
+
"name": "label",
|
|
2340
|
+
"description": "Specify the text for the label",
|
|
2341
|
+
"values": []
|
|
2342
|
+
},
|
|
2343
|
+
{
|
|
2344
|
+
"name": "error",
|
|
2345
|
+
"description": "Specify error text and display error state of a RadioButton",
|
|
2346
|
+
"values": []
|
|
2347
|
+
},
|
|
2348
|
+
{
|
|
2349
|
+
"name": "readOnly",
|
|
2350
|
+
"description": "Specify if RadioButton displays in a read-only state",
|
|
2351
|
+
"values": []
|
|
2352
|
+
},
|
|
2353
|
+
{
|
|
2354
|
+
"name": "disabled",
|
|
2355
|
+
"description": "Specify if RadioButton displays in a disabled state",
|
|
2356
|
+
"values": []
|
|
2357
|
+
},
|
|
2358
|
+
{
|
|
2359
|
+
"name": "theme",
|
|
2360
|
+
"description": "Specify the theme of the RadioButton. By default it inherits the theme from the parent",
|
|
2361
|
+
"values": [{ "name": "light" }, { "name": "dark" }]
|
|
2362
|
+
},
|
|
2363
|
+
{
|
|
2364
|
+
"name": "value",
|
|
2365
|
+
"description": "The value attribute for the input element",
|
|
2366
|
+
"values": []
|
|
2367
|
+
},
|
|
2368
|
+
{
|
|
2369
|
+
"name": "checked",
|
|
2370
|
+
"description": "The checked attribute for the input element",
|
|
2371
|
+
"values": []
|
|
2372
|
+
},
|
|
2373
|
+
{
|
|
2374
|
+
"name": "onKeyDown",
|
|
2375
|
+
"description": "A user-defined function to handle keydown events",
|
|
2376
|
+
"values": [{ "name": "(event: KeyboardEvent) => void" }]
|
|
2377
|
+
}
|
|
2378
|
+
],
|
|
2379
|
+
"references": [
|
|
2380
|
+
{
|
|
2381
|
+
"name": "Storybook",
|
|
2382
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/forms-radiobutton"
|
|
2383
|
+
}
|
|
2384
|
+
]
|
|
2385
|
+
},
|
|
2334
2386
|
{
|
|
2335
2387
|
"name": "bm-switch",
|
|
2336
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.",
|
|
@@ -2464,58 +2516,6 @@
|
|
|
2464
2516
|
}
|
|
2465
2517
|
]
|
|
2466
2518
|
},
|
|
2467
|
-
{
|
|
2468
|
-
"name": "bm-radio-button",
|
|
2469
|
-
"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",
|
|
2470
|
-
"attributes": [
|
|
2471
|
-
{
|
|
2472
|
-
"name": "label",
|
|
2473
|
-
"description": "Specify the text for the label",
|
|
2474
|
-
"values": []
|
|
2475
|
-
},
|
|
2476
|
-
{
|
|
2477
|
-
"name": "error",
|
|
2478
|
-
"description": "Specify error text and display error state of a RadioButton",
|
|
2479
|
-
"values": []
|
|
2480
|
-
},
|
|
2481
|
-
{
|
|
2482
|
-
"name": "readOnly",
|
|
2483
|
-
"description": "Specify if RadioButton displays in a read-only state",
|
|
2484
|
-
"values": []
|
|
2485
|
-
},
|
|
2486
|
-
{
|
|
2487
|
-
"name": "disabled",
|
|
2488
|
-
"description": "Specify if RadioButton displays in a disabled state",
|
|
2489
|
-
"values": []
|
|
2490
|
-
},
|
|
2491
|
-
{
|
|
2492
|
-
"name": "theme",
|
|
2493
|
-
"description": "Specify the theme of the RadioButton. By default it inherits the theme from the parent",
|
|
2494
|
-
"values": [{ "name": "light" }, { "name": "dark" }]
|
|
2495
|
-
},
|
|
2496
|
-
{
|
|
2497
|
-
"name": "value",
|
|
2498
|
-
"description": "The value attribute for the input element",
|
|
2499
|
-
"values": []
|
|
2500
|
-
},
|
|
2501
|
-
{
|
|
2502
|
-
"name": "checked",
|
|
2503
|
-
"description": "The checked attribute for the input element",
|
|
2504
|
-
"values": []
|
|
2505
|
-
},
|
|
2506
|
-
{
|
|
2507
|
-
"name": "onKeyDown",
|
|
2508
|
-
"description": "A user-defined function to handle keydown events",
|
|
2509
|
-
"values": [{ "name": "(event: KeyboardEvent) => void" }]
|
|
2510
|
-
}
|
|
2511
|
-
],
|
|
2512
|
-
"references": [
|
|
2513
|
-
{
|
|
2514
|
-
"name": "Storybook",
|
|
2515
|
-
"url": "https://web-components.beam.viasat.com/?path=/docs/forms-radiobutton"
|
|
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",
|
|
@@ -2586,8 +2586,8 @@
|
|
|
2586
2586
|
]
|
|
2587
2587
|
},
|
|
2588
2588
|
{
|
|
2589
|
-
"name": "bm-
|
|
2590
|
-
"description": "
|
|
2589
|
+
"name": "bm-radio-button-group",
|
|
2590
|
+
"description": "\n---\n\n\n### **Slots:**\n - **label** - Add label text to the InputChoiceGroup\n- **helperText** - Add helper text to the InputChoiceGroup",
|
|
2591
2591
|
"attributes": [
|
|
2592
2592
|
{
|
|
2593
2593
|
"name": "theme",
|
|
@@ -2650,13 +2650,13 @@
|
|
|
2650
2650
|
"references": [
|
|
2651
2651
|
{
|
|
2652
2652
|
"name": "Storybook",
|
|
2653
|
-
"url": "https://web-components.beam.viasat.com/?path=/docs/forms-
|
|
2653
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/forms-radiobutton"
|
|
2654
2654
|
}
|
|
2655
2655
|
]
|
|
2656
2656
|
},
|
|
2657
2657
|
{
|
|
2658
|
-
"name": "bm-
|
|
2659
|
-
"description": "
|
|
2658
|
+
"name": "bm-switch-group",
|
|
2659
|
+
"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",
|
|
2660
2660
|
"attributes": [
|
|
2661
2661
|
{
|
|
2662
2662
|
"name": "theme",
|
|
@@ -2719,7 +2719,7 @@
|
|
|
2719
2719
|
"references": [
|
|
2720
2720
|
{
|
|
2721
2721
|
"name": "Storybook",
|
|
2722
|
-
"url": "https://web-components.beam.viasat.com/?path=/docs/forms-
|
|
2722
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/forms-switch"
|
|
2723
2723
|
}
|
|
2724
2724
|
]
|
|
2725
2725
|
}
|