@viasat/beam-web-components 2.48.0 → 2.48.2

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.48.0",
3
+ "version": "2.48.2",
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.48.0",
68
- "@viasat/beam-shared": "2.48.0",
69
- "@viasat/beam-styles": "2.48.0",
70
- "@viasat/beam-tokens": "2.48.0",
71
- "@viasat/beam-icons": "2.48.0",
67
+ "@viasat/beam-fonts": "2.48.2",
68
+ "@viasat/beam-shared": "2.48.2",
69
+ "@viasat/beam-styles": "2.48.2",
70
+ "@viasat/beam-tokens": "2.48.2",
71
+ "@viasat/beam-icons": "2.48.2",
72
72
  "clsx": "^1.2.1",
73
73
  "lit": "^3.1.0",
74
74
  "@lit/context": "^1.1.1",
@@ -678,44 +678,6 @@
678
678
  }
679
679
  ]
680
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
681
  {
720
682
  "name": "bm-breadcrumb",
721
683
  "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",
@@ -777,6 +739,44 @@
777
739
  }
778
740
  ]
779
741
  },
742
+ {
743
+ "name": "bm-badge-dot",
744
+ "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",
745
+ "attributes": [
746
+ {
747
+ "name": "theme",
748
+ "description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
749
+ "values": [{ "name": "light" }, { "name": "dark" }]
750
+ },
751
+ {
752
+ "name": "appearance",
753
+ "description": "Specify the appearance of the BadgeDot",
754
+ "values": [
755
+ { "name": "infoPrimary" },
756
+ { "name": "infoSecondary" },
757
+ { "name": "positive" },
758
+ { "name": "warning" },
759
+ { "name": "negative" }
760
+ ]
761
+ },
762
+ {
763
+ "name": "emphasis",
764
+ "description": "Specify the emphasis of the BadgeDot",
765
+ "values": [{ "name": "strong" }, { "name": "subtle" }]
766
+ },
767
+ {
768
+ "name": "overrideDotColor",
769
+ "description": "Overrides default dot color",
770
+ "values": []
771
+ }
772
+ ],
773
+ "references": [
774
+ {
775
+ "name": "Storybook",
776
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-badgedot"
777
+ }
778
+ ]
779
+ },
780
780
  {
781
781
  "name": "bm-button",
782
782
  "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",
@@ -1909,6 +1909,121 @@
1909
1909
  }
1910
1910
  ]
1911
1911
  },
1912
+ {
1913
+ "name": "bm-form",
1914
+ "description": "`bm-form`\n---\n\n\n### **Events:**\n - **submit** - Validates the inputs and submits the form\n\n### **Slots:**\n - **slot** - Add controls to the Form",
1915
+ "attributes": [
1916
+ {
1917
+ "name": "validationMode",
1918
+ "description": "Specify if validation runs on change or when loosing focus",
1919
+ "values": [
1920
+ { "name": "onChange" },
1921
+ { "name": "onBlur" },
1922
+ { "name": "onSubmit" }
1923
+ ]
1924
+ },
1925
+ {
1926
+ "name": "initialValues",
1927
+ "description": "Specify initial values on Form controls based on their names",
1928
+ "values": [{ "name": "Record<string" }, { "name": "FormValue>" }]
1929
+ },
1930
+ {
1931
+ "name": "required",
1932
+ "description": "Specify if input is a required",
1933
+ "values": []
1934
+ },
1935
+ {
1936
+ "name": "disabled",
1937
+ "description": "Specify if input is a disabled",
1938
+ "values": []
1939
+ },
1940
+ {
1941
+ "name": "readOnly",
1942
+ "description": "Specify if input is a read only",
1943
+ "values": []
1944
+ },
1945
+ { "name": "action", "values": [] },
1946
+ { "name": "method", "values": [] },
1947
+ { "name": "target", "values": [] },
1948
+ { "name": "enctype", "values": [] }
1949
+ ],
1950
+ "references": [
1951
+ {
1952
+ "name": "Storybook",
1953
+ "url": "https://web-components.beam.viasat.com/?path=/docs/forms-form"
1954
+ }
1955
+ ]
1956
+ },
1957
+ {
1958
+ "name": "bm-native-select",
1959
+ "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",
1960
+ "attributes": [
1961
+ {
1962
+ "name": "required",
1963
+ "description": "Specify if NativeSelect is a required input",
1964
+ "values": []
1965
+ },
1966
+ {
1967
+ "name": "readOnly",
1968
+ "description": "Specify if NativeSelect displays in a read-only state",
1969
+ "values": []
1970
+ },
1971
+ {
1972
+ "name": "disabled",
1973
+ "description": "Specify if NativeSelect displays in a disabled state",
1974
+ "values": []
1975
+ },
1976
+ {
1977
+ "name": "error",
1978
+ "description": "Specify error text and display error state of a NativeSelect",
1979
+ "values": []
1980
+ },
1981
+ {
1982
+ "name": "fluid",
1983
+ "description": "Specify if NativeSelect is fluid",
1984
+ "values": []
1985
+ },
1986
+ {
1987
+ "name": "size",
1988
+ "description": "Specify the size of NativeSelect",
1989
+ "values": [{ "name": "sm" }, { "name": "md" }, { "name": "lg" }]
1990
+ },
1991
+ {
1992
+ "name": "width",
1993
+ "description": "Specify the width of NativeSelect",
1994
+ "values": []
1995
+ },
1996
+ {
1997
+ "name": "ellipse",
1998
+ "description": "Specify if overflow displays ellipsis",
1999
+ "values": []
2000
+ },
2001
+ {
2002
+ "name": "hideRequiredMarker",
2003
+ "description": "Specify if the NativeSelect displays with an asterisk",
2004
+ "values": []
2005
+ },
2006
+ {
2007
+ "name": "theme",
2008
+ "description": "Specify the theme of the NativeSelect. By default it inherits the theme from the parent",
2009
+ "values": [{ "name": "light" }, { "name": "dark" }]
2010
+ },
2011
+ { "name": "id", "values": [] },
2012
+ { "name": "name", "values": [] },
2013
+ { "name": "value", "values": [] },
2014
+ {
2015
+ "name": "validationRules",
2016
+ "values": [{ "name": "Array<FormValidator>" }]
2017
+ },
2018
+ { "name": "input-aria-label", "values": [] }
2019
+ ],
2020
+ "references": [
2021
+ {
2022
+ "name": "Storybook",
2023
+ "url": "https://web-components.beam.viasat.com/?path=/docs/forms-nativeselect"
2024
+ }
2025
+ ]
2026
+ },
1912
2027
  {
1913
2028
  "name": "bm-file-upload-button",
1914
2029
  "description": "`bm-file-upload-button`\n\n### Attributes:\n- **error** - Specify if FileUpload is in error state\n- **accept** - Specify the accepted file types\n- **multiple** - Specify if multiple files can be uploaded\n---\n\n\n### **Slots:**\n - **default** - Specify text 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",
@@ -2216,121 +2331,6 @@
2216
2331
  }
2217
2332
  ]
2218
2333
  },
2219
- {
2220
- "name": "bm-form",
2221
- "description": "`bm-form`\n---\n\n\n### **Events:**\n - **submit** - Validates the inputs and submits the form\n\n### **Slots:**\n - **slot** - Add controls to the Form",
2222
- "attributes": [
2223
- {
2224
- "name": "validationMode",
2225
- "description": "Specify if validation runs on change or when loosing focus",
2226
- "values": [
2227
- { "name": "onChange" },
2228
- { "name": "onBlur" },
2229
- { "name": "onSubmit" }
2230
- ]
2231
- },
2232
- {
2233
- "name": "initialValues",
2234
- "description": "Specify initial values on Form controls based on their names",
2235
- "values": [{ "name": "Record<string" }, { "name": "FormValue>" }]
2236
- },
2237
- {
2238
- "name": "required",
2239
- "description": "Specify if input is a required",
2240
- "values": []
2241
- },
2242
- {
2243
- "name": "disabled",
2244
- "description": "Specify if input is a disabled",
2245
- "values": []
2246
- },
2247
- {
2248
- "name": "readOnly",
2249
- "description": "Specify if input is a read only",
2250
- "values": []
2251
- },
2252
- { "name": "action", "values": [] },
2253
- { "name": "method", "values": [] },
2254
- { "name": "target", "values": [] },
2255
- { "name": "enctype", "values": [] }
2256
- ],
2257
- "references": [
2258
- {
2259
- "name": "Storybook",
2260
- "url": "https://web-components.beam.viasat.com/?path=/docs/forms-form"
2261
- }
2262
- ]
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
2334
  {
2335
2335
  "name": "bm-radio-button",
2336
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",