@viasat/beam-web-components 2.67.1 → 2.68.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@viasat/beam-web-components",
3
- "version": "2.67.1",
3
+ "version": "2.68.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.67.1",
68
- "@viasat/beam-shared": "2.67.1",
69
- "@viasat/beam-styles": "2.67.1",
70
- "@viasat/beam-tokens": "2.67.1",
71
- "@viasat/beam-icons": "2.67.1",
67
+ "@viasat/beam-fonts": "2.68.0",
68
+ "@viasat/beam-shared": "2.68.0",
69
+ "@viasat/beam-styles": "2.68.0",
70
+ "@viasat/beam-tokens": "2.68.0",
71
+ "@viasat/beam-icons": "2.68.0",
72
72
  "clsx": "^1.2.1",
73
73
  "lit": "^3.1.0",
74
74
  "@lit/context": "^1.1.1",
@@ -62,100 +62,45 @@
62
62
  ]
63
63
  },
64
64
  {
65
- "name": "bm-avatar",
66
- "description": "`bm-avatar`\n\n### Attributes:\n- **appearance** - Specify the appearance of the Avatar\n- **name** - Specify a name to display initials in the Avatar\n- **src** - Pass an image to the Avatar\n- **alt** - Specify alt for image\n- **size** - Specify the size of the Avatar\n- **disabled** - Specify if the Avatar is disabled\n- **shape** - Specify the shape of the Avatar\n- **isInteractive** - If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer\n- **isFocusable** - If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable\n- **withBorder** \n---\n\n\n### **Slots:**\n - **icon** - Customize the default icon",
65
+ "name": "bm-badge",
66
+ "description": "`bm-badge`\n\n### Attributes:\n- **appearance** - Specify the appearance of the Badge\n- **theme** - Theme of the Badge\n- **size** - Specify the size of the Badge\n- **emphasis** - Specify the emphasis of the Badge\n- **hideIcon** - Hides Badge icon\n---\n\n\n### **Slots:**\n - **default** - Provide text for the Badge\n- **icon** - Specify a different icon for the Badge",
67
67
  "attributes": [
68
68
  {
69
69
  "name": "appearance",
70
- "description": "Specify the appearance of the Avatar",
71
- "values": [{ "name": "accent" }, { "name": "neutral" }]
72
- },
73
- {
74
- "name": "name",
75
- "description": "Specify a name to display initials in the Avatar",
76
- "values": []
77
- },
78
- {
79
- "name": "src",
80
- "description": "Pass an image to the Avatar",
81
- "values": []
82
- },
83
- { "name": "alt", "description": "Specify alt for image", "values": [] },
84
- {
85
- "name": "size",
86
- "description": "Specify the size of the Avatar",
70
+ "description": "Specify the appearance of the Badge",
87
71
  "values": [
88
- { "name": "xs" },
89
- { "name": "sm" },
90
- { "name": "md" },
91
- { "name": "lg" },
92
- { "name": "xl" }
72
+ { "name": "infoPrimary" },
73
+ { "name": "infoSecondary" },
74
+ { "name": "positive" },
75
+ { "name": "warning" },
76
+ { "name": "negative" }
93
77
  ]
94
78
  },
95
79
  {
96
- "name": "disabled",
97
- "description": "Specify if the Avatar is disabled",
98
- "values": []
99
- },
100
- {
101
- "name": "shape",
102
- "description": "Specify the shape of the Avatar",
103
- "values": [{ "name": "circle" }, { "name": "square" }]
104
- },
105
- {
106
- "name": "isInteractive",
107
- "description": "If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer",
108
- "values": []
109
- },
110
- {
111
- "name": "isFocusable",
112
- "description": "If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable",
113
- "values": []
114
- },
115
- { "name": "withBorder", "values": [] }
116
- ],
117
- "references": [
118
- {
119
- "name": "Storybook",
120
- "url": "https://web-components.beam.viasat.com/?path=/docs/components-avatar"
121
- }
122
- ]
123
- },
124
- {
125
- "name": "bm-avatar-group",
126
- "description": "`bm-avatar-group`\n\n### Attributes:\n- **wrapping** - Specify if the AvatarGroup wraps\n- **maxCount** - Specify the max number of avatars displayed in the group.\n- **size** - Specify the size of all Avatars\n- **layout** - Specify the kind of the group.\n---\n\n\n### **Slots:**\n - **default** - Add Avatars to create a group",
127
- "attributes": [
128
- {
129
- "name": "wrapping",
130
- "description": "Specify if the AvatarGroup wraps",
131
- "values": []
80
+ "name": "theme",
81
+ "description": "Theme of the Badge",
82
+ "values": [{ "name": "light" }, { "name": "dark" }]
132
83
  },
133
84
  {
134
- "name": "maxCount",
135
- "description": "Specify the max number of avatars displayed in the group.",
136
- "values": []
85
+ "name": "size",
86
+ "description": "Specify the size of the Badge",
87
+ "values": [{ "name": "sm" }, { "name": "md" }]
137
88
  },
138
89
  {
139
- "name": "size",
140
- "description": "Specify the size of all Avatars",
90
+ "name": "emphasis",
91
+ "description": "Specify the emphasis of the Badge",
141
92
  "values": [
142
- { "name": "xs" },
143
- { "name": "sm" },
144
- { "name": "md" },
145
- { "name": "lg" },
146
- { "name": "xl" }
93
+ { "name": "strong" },
94
+ { "name": "medium" },
95
+ { "name": "subtle" }
147
96
  ]
148
97
  },
149
- {
150
- "name": "layout",
151
- "description": "Specify the kind of the group.",
152
- "values": [{ "name": "stacked" }, { "name": "spaced" }]
153
- }
98
+ { "name": "hideIcon", "description": "Hides Badge icon", "values": [] }
154
99
  ],
155
100
  "references": [
156
101
  {
157
102
  "name": "Storybook",
158
- "url": "https://web-components.beam.viasat.com/?path=/docs/components-avatar"
103
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-badge"
159
104
  }
160
105
  ]
161
106
  },
@@ -734,49 +679,6 @@
734
679
  }
735
680
  ]
736
681
  },
737
- {
738
- "name": "bm-badge",
739
- "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",
740
- "attributes": [
741
- {
742
- "name": "appearance",
743
- "description": "Specify the appearance of the Badge",
744
- "values": [
745
- { "name": "infoPrimary" },
746
- { "name": "infoSecondary" },
747
- { "name": "positive" },
748
- { "name": "warning" },
749
- { "name": "negative" }
750
- ]
751
- },
752
- {
753
- "name": "theme",
754
- "description": "Theme of the Badge",
755
- "values": [{ "name": "light" }, { "name": "dark" }]
756
- },
757
- {
758
- "name": "size",
759
- "description": "Specify the size of the Badge",
760
- "values": [{ "name": "sm" }, { "name": "md" }]
761
- },
762
- {
763
- "name": "emphasis",
764
- "description": "Specify the emphasis of the Badge",
765
- "values": [
766
- { "name": "strong" },
767
- { "name": "medium" },
768
- { "name": "subtle" }
769
- ]
770
- },
771
- { "name": "hideIcon", "description": "Hides Badge icon", "values": [] }
772
- ],
773
- "references": [
774
- {
775
- "name": "Storybook",
776
- "url": "https://web-components.beam.viasat.com/?path=/docs/components-badge"
777
- }
778
- ]
779
- },
780
682
  {
781
683
  "name": "bm-button",
782
684
  "description": "`bm-button`\n\n### Attributes:\n- **appearance** - Specify the appearance of a Button\n- **kind** - Specify the kind of Button\n- **size** - Specify the size of a Button\n- **disabled** - Specify if the Button is disabled\n- **fluid** - Specify if Button is fluid\n- **width** - Specify the width of a Button\n- **height** - Specify the height of a Button\n- **theme** - Specify the theme of the Button\n- **iconOnly** - Specify if the icon displays without text\n- **type** \n---\n\n\n### **Slots:**\n - **default** - Provide content for the Button\n- **iconBefore** - Specify if the Button displays icon before the text\n- **iconAfter** - Specify if the Button displays icon after the text",
@@ -845,6 +747,104 @@
845
747
  }
846
748
  ]
847
749
  },
750
+ {
751
+ "name": "bm-avatar",
752
+ "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",
753
+ "attributes": [
754
+ {
755
+ "name": "appearance",
756
+ "description": "Specify the appearance of the Avatar",
757
+ "values": [{ "name": "accent" }, { "name": "neutral" }]
758
+ },
759
+ {
760
+ "name": "name",
761
+ "description": "Specify a name to display initials in the Avatar",
762
+ "values": []
763
+ },
764
+ {
765
+ "name": "src",
766
+ "description": "Pass an image to the Avatar",
767
+ "values": []
768
+ },
769
+ { "name": "alt", "description": "Specify alt for image", "values": [] },
770
+ {
771
+ "name": "size",
772
+ "description": "Specify the size of the Avatar",
773
+ "values": [
774
+ { "name": "xs" },
775
+ { "name": "sm" },
776
+ { "name": "md" },
777
+ { "name": "lg" },
778
+ { "name": "xl" }
779
+ ]
780
+ },
781
+ {
782
+ "name": "disabled",
783
+ "description": "Specify if the Avatar is disabled",
784
+ "values": []
785
+ },
786
+ {
787
+ "name": "shape",
788
+ "description": "Specify the shape of the Avatar",
789
+ "values": [{ "name": "circle" }, { "name": "square" }]
790
+ },
791
+ {
792
+ "name": "isInteractive",
793
+ "description": "If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer",
794
+ "values": []
795
+ },
796
+ {
797
+ "name": "isFocusable",
798
+ "description": "If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable",
799
+ "values": []
800
+ },
801
+ { "name": "withBorder", "values": [] }
802
+ ],
803
+ "references": [
804
+ {
805
+ "name": "Storybook",
806
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-avatar"
807
+ }
808
+ ]
809
+ },
810
+ {
811
+ "name": "bm-avatar-group",
812
+ "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",
813
+ "attributes": [
814
+ {
815
+ "name": "wrapping",
816
+ "description": "Specify if the AvatarGroup wraps",
817
+ "values": []
818
+ },
819
+ {
820
+ "name": "maxCount",
821
+ "description": "Specify the max number of avatars displayed in the group.",
822
+ "values": []
823
+ },
824
+ {
825
+ "name": "size",
826
+ "description": "Specify the size of all Avatars",
827
+ "values": [
828
+ { "name": "xs" },
829
+ { "name": "sm" },
830
+ { "name": "md" },
831
+ { "name": "lg" },
832
+ { "name": "xl" }
833
+ ]
834
+ },
835
+ {
836
+ "name": "layout",
837
+ "description": "Specify the kind of the group.",
838
+ "values": [{ "name": "stacked" }, { "name": "spaced" }]
839
+ }
840
+ ],
841
+ "references": [
842
+ {
843
+ "name": "Storybook",
844
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-avatar"
845
+ }
846
+ ]
847
+ },
848
848
  {
849
849
  "name": "bm-close-button",
850
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",
@@ -2261,76 +2261,6 @@
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
- },
2334
2264
  {
2335
2265
  "name": "bm-radio-button",
2336
2266
  "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",
@@ -2426,6 +2356,76 @@
2426
2356
  }
2427
2357
  ]
2428
2358
  },
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",