@viasat/beam-web-components 2.42.0 → 2.43.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.
@@ -62,12 +62,17 @@
62
62
  ]
63
63
  },
64
64
  {
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",
65
+ "name": "bm-badge-dot",
66
+ "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",
67
67
  "attributes": [
68
+ {
69
+ "name": "theme",
70
+ "description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
71
+ "values": [{ "name": "light" }, { "name": "dark" }]
72
+ },
68
73
  {
69
74
  "name": "appearance",
70
- "description": "Specify the appearance of the Badge",
75
+ "description": "Specify the appearance of the BadgeDot",
71
76
  "values": [
72
77
  { "name": "infoPrimary" },
73
78
  { "name": "infoSecondary" },
@@ -76,46 +81,31 @@
76
81
  { "name": "negative" }
77
82
  ]
78
83
  },
79
- {
80
- "name": "theme",
81
- "description": "Theme of the Badge",
82
- "values": [{ "name": "light" }, { "name": "dark" }]
83
- },
84
- {
85
- "name": "size",
86
- "description": "Specify the size of the Badge",
87
- "values": [{ "name": "sm" }, { "name": "md" }]
88
- },
89
84
  {
90
85
  "name": "emphasis",
91
- "description": "Specify the emphasis of the Badge",
92
- "values": [
93
- { "name": "strong" },
94
- { "name": "medium" },
95
- { "name": "subtle" }
96
- ]
86
+ "description": "Specify the emphasis of the BadgeDot",
87
+ "values": [{ "name": "strong" }, { "name": "subtle" }]
97
88
  },
98
- { "name": "hideIcon", "description": "Hides Badge icon", "values": [] }
89
+ {
90
+ "name": "overrideDotColor",
91
+ "description": "Overrides default dot color",
92
+ "values": []
93
+ }
99
94
  ],
100
95
  "references": [
101
96
  {
102
97
  "name": "Storybook",
103
- "url": "https://web-components.beam.viasat.com/?path=/docs/components-badge"
98
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-badgedot"
104
99
  }
105
100
  ]
106
101
  },
107
102
  {
108
- "name": "bm-badge-dot",
109
- "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",
103
+ "name": "bm-badge",
104
+ "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",
110
105
  "attributes": [
111
- {
112
- "name": "theme",
113
- "description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
114
- "values": [{ "name": "light" }, { "name": "dark" }]
115
- },
116
106
  {
117
107
  "name": "appearance",
118
- "description": "Specify the appearance of the BadgeDot",
108
+ "description": "Specify the appearance of the Badge",
119
109
  "values": [
120
110
  { "name": "infoPrimary" },
121
111
  { "name": "infoSecondary" },
@@ -125,20 +115,30 @@
125
115
  ]
126
116
  },
127
117
  {
128
- "name": "emphasis",
129
- "description": "Specify the emphasis of the BadgeDot",
130
- "values": [{ "name": "strong" }, { "name": "subtle" }]
118
+ "name": "theme",
119
+ "description": "Theme of the Badge",
120
+ "values": [{ "name": "light" }, { "name": "dark" }]
131
121
  },
132
122
  {
133
- "name": "overrideDotColor",
134
- "description": "Overrides default dot color",
135
- "values": []
136
- }
123
+ "name": "size",
124
+ "description": "Specify the size of the Badge",
125
+ "values": [{ "name": "sm" }, { "name": "md" }]
126
+ },
127
+ {
128
+ "name": "emphasis",
129
+ "description": "Specify the emphasis of the Badge",
130
+ "values": [
131
+ { "name": "strong" },
132
+ { "name": "medium" },
133
+ { "name": "subtle" }
134
+ ]
135
+ },
136
+ { "name": "hideIcon", "description": "Hides Badge icon", "values": [] }
137
137
  ],
138
138
  "references": [
139
139
  {
140
140
  "name": "Storybook",
141
- "url": "https://web-components.beam.viasat.com/?path=/docs/components-badgedot"
141
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-badge"
142
142
  }
143
143
  ]
144
144
  },
@@ -606,6 +606,74 @@
606
606
  }
607
607
  ]
608
608
  },
609
+ {
610
+ "name": "bm-button",
611
+ "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",
612
+ "attributes": [
613
+ {
614
+ "name": "appearance",
615
+ "description": "Specify the appearance of a Button",
616
+ "values": [
617
+ { "name": "accent" },
618
+ { "name": "neutral" },
619
+ { "name": "neutral-subtle" },
620
+ { "name": "destructive" }
621
+ ]
622
+ },
623
+ {
624
+ "name": "kind",
625
+ "description": "Specify the kind of Button",
626
+ "values": [
627
+ { "name": "filled" },
628
+ { "name": "outline" },
629
+ { "name": "ghost" },
630
+ { "name": "bare" }
631
+ ]
632
+ },
633
+ {
634
+ "name": "size",
635
+ "description": "Specify the size of a Button",
636
+ "values": [{ "name": "sm" }, { "name": "md" }, { "name": "lg" }]
637
+ },
638
+ {
639
+ "name": "disabled",
640
+ "description": "Specify if the Button is disabled",
641
+ "values": []
642
+ },
643
+ {
644
+ "name": "fluid",
645
+ "description": "Specify if Button is fluid",
646
+ "values": []
647
+ },
648
+ {
649
+ "name": "width",
650
+ "description": "Specify the width of a Button",
651
+ "values": []
652
+ },
653
+ {
654
+ "name": "height",
655
+ "description": "Specify the height of a Button",
656
+ "values": []
657
+ },
658
+ {
659
+ "name": "theme",
660
+ "description": "Specify the theme of the Button",
661
+ "values": [{ "name": "light" }, { "name": "dark" }]
662
+ },
663
+ {
664
+ "name": "iconOnly",
665
+ "description": "Specify if the icon displays without text",
666
+ "values": []
667
+ },
668
+ { "name": "type", "values": [] }
669
+ ],
670
+ "references": [
671
+ {
672
+ "name": "Storybook",
673
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-button"
674
+ }
675
+ ]
676
+ },
609
677
  {
610
678
  "name": "bm-alert",
611
679
  "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",
@@ -777,74 +845,6 @@
777
845
  }
778
846
  ]
779
847
  },
780
- {
781
- "name": "bm-button",
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",
783
- "attributes": [
784
- {
785
- "name": "appearance",
786
- "description": "Specify the appearance of a Button",
787
- "values": [
788
- { "name": "accent" },
789
- { "name": "neutral" },
790
- { "name": "neutral-subtle" },
791
- { "name": "destructive" }
792
- ]
793
- },
794
- {
795
- "name": "kind",
796
- "description": "Specify the kind of Button",
797
- "values": [
798
- { "name": "filled" },
799
- { "name": "outline" },
800
- { "name": "ghost" },
801
- { "name": "bare" }
802
- ]
803
- },
804
- {
805
- "name": "size",
806
- "description": "Specify the size of a Button",
807
- "values": [{ "name": "sm" }, { "name": "md" }, { "name": "lg" }]
808
- },
809
- {
810
- "name": "disabled",
811
- "description": "Specify if the Button is disabled",
812
- "values": []
813
- },
814
- {
815
- "name": "fluid",
816
- "description": "Specify if Button is fluid",
817
- "values": []
818
- },
819
- {
820
- "name": "width",
821
- "description": "Specify the width of a Button",
822
- "values": []
823
- },
824
- {
825
- "name": "height",
826
- "description": "Specify the height of a Button",
827
- "values": []
828
- },
829
- {
830
- "name": "theme",
831
- "description": "Specify the theme of the Button",
832
- "values": [{ "name": "light" }, { "name": "dark" }]
833
- },
834
- {
835
- "name": "iconOnly",
836
- "description": "Specify if the icon displays without text",
837
- "values": []
838
- },
839
- { "name": "type", "values": [] }
840
- ],
841
- "references": [
842
- {
843
- "name": "Storybook",
844
- "url": "https://web-components.beam.viasat.com/?path=/docs/components-button"
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",
@@ -1852,51 +1852,6 @@
1852
1852
  }
1853
1853
  ]
1854
1854
  },
1855
- {
1856
- "name": "bm-form",
1857
- "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",
1858
- "attributes": [
1859
- {
1860
- "name": "validationMode",
1861
- "description": "Specify if validation runs on change or when loosing focus",
1862
- "values": [
1863
- { "name": "onChange" },
1864
- { "name": "onBlur" },
1865
- { "name": "onSubmit" }
1866
- ]
1867
- },
1868
- {
1869
- "name": "initialValues",
1870
- "description": "Specify initial values on Form controls based on their names",
1871
- "values": [{ "name": "Record<string" }, { "name": "FormValue>" }]
1872
- },
1873
- {
1874
- "name": "required",
1875
- "description": "Specify if input is a required",
1876
- "values": []
1877
- },
1878
- {
1879
- "name": "disabled",
1880
- "description": "Specify if input is a disabled",
1881
- "values": []
1882
- },
1883
- {
1884
- "name": "readOnly",
1885
- "description": "Specify if input is a read only",
1886
- "values": []
1887
- },
1888
- { "name": "action", "values": [] },
1889
- { "name": "method", "values": [] },
1890
- { "name": "target", "values": [] },
1891
- { "name": "enctype", "values": [] }
1892
- ],
1893
- "references": [
1894
- {
1895
- "name": "Storybook",
1896
- "url": "https://web-components.beam.viasat.com/?path=/docs/forms-form"
1897
- }
1898
- ]
1899
- },
1900
1855
  {
1901
1856
  "name": "bm-checkbox",
1902
1857
  "description": "`bm-checkbox`\n\n### Attributes:\n- **theme** - Specify the theme of the CloseButton. By default it inherits the theme from the parent\n- **label** - Specify the text for the label\n- **name** - Specify the checkbox name\n- **value** - Specify the checkbox value\n- **error** - Specify error text and display error state of a Checkbox\n- **readOnly** - Specify if Checkbox displays in a read-only state\n- **indeterminate** - Specify if Checkbox displays in an indeterminate state\n- **disabled** - Specify if Checkbox displays in disabled state\n- **checked** - Specify if Checkbox is checked\n---\n",
@@ -1955,124 +1910,47 @@
1955
1910
  ]
1956
1911
  },
1957
1912
  {
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
- },
2027
- {
2028
- "name": "bm-radio-button",
2029
- "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",
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",
2030
1915
  "attributes": [
2031
1916
  {
2032
- "name": "label",
2033
- "description": "Specify the text for the label",
2034
- "values": []
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
+ ]
2035
1924
  },
2036
1925
  {
2037
- "name": "error",
2038
- "description": "Specify error text and display error state of a RadioButton",
2039
- "values": []
1926
+ "name": "initialValues",
1927
+ "description": "Specify initial values on Form controls based on their names",
1928
+ "values": [{ "name": "Record<string" }, { "name": "FormValue>" }]
2040
1929
  },
2041
1930
  {
2042
- "name": "readOnly",
2043
- "description": "Specify if RadioButton displays in a read-only state",
1931
+ "name": "required",
1932
+ "description": "Specify if input is a required",
2044
1933
  "values": []
2045
1934
  },
2046
1935
  {
2047
1936
  "name": "disabled",
2048
- "description": "Specify if RadioButton displays in a disabled state",
2049
- "values": []
2050
- },
2051
- {
2052
- "name": "theme",
2053
- "description": "Specify the theme of the RadioButton. By default it inherits the theme from the parent",
2054
- "values": [{ "name": "light" }, { "name": "dark" }]
2055
- },
2056
- {
2057
- "name": "value",
2058
- "description": "The value attribute for the input element",
1937
+ "description": "Specify if input is a disabled",
2059
1938
  "values": []
2060
1939
  },
2061
1940
  {
2062
- "name": "checked",
2063
- "description": "The checked attribute for the input element",
1941
+ "name": "readOnly",
1942
+ "description": "Specify if input is a read only",
2064
1943
  "values": []
2065
1944
  },
2066
- {
2067
- "name": "onKeyDown",
2068
- "description": "A user-defined function to handle keydown events",
2069
- "values": [{ "name": "(event: KeyboardEvent) => void" }]
2070
- }
1945
+ { "name": "action", "values": [] },
1946
+ { "name": "method", "values": [] },
1947
+ { "name": "target", "values": [] },
1948
+ { "name": "enctype", "values": [] }
2071
1949
  ],
2072
1950
  "references": [
2073
1951
  {
2074
1952
  "name": "Storybook",
2075
- "url": "https://web-components.beam.viasat.com/?path=/docs/forms-radiobutton"
1953
+ "url": "https://web-components.beam.viasat.com/?path=/docs/forms-form"
2076
1954
  }
2077
1955
  ]
2078
1956
  },
@@ -2384,77 +2262,152 @@
2384
2262
  ]
2385
2263
  },
2386
2264
  {
2387
- "name": "bm-text-area",
2388
- "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",
2265
+ "name": "bm-switch",
2266
+ "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.",
2389
2267
  "attributes": [
2390
2268
  {
2391
- "name": "rows",
2392
- "description": "Specify the height of TextArea",
2269
+ "name": "onText",
2270
+ "description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
2393
2271
  "values": []
2394
2272
  },
2395
2273
  {
2396
- "name": "cols",
2397
- "description": "Specify the width of TextArea",
2274
+ "name": "offText",
2275
+ "description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
2398
2276
  "values": []
2399
2277
  },
2400
2278
  {
2401
- "name": "placeholder",
2402
- "description": "Specify placeholder text for TextArea",
2279
+ "name": "textPosition",
2280
+ "description": "Specify the position of the side label",
2281
+ "values": [{ "name": "before" }, { "name": "after" }]
2282
+ },
2283
+ {
2284
+ "name": "readOnly",
2285
+ "description": "Specify if Switch displays in a read-only state",
2403
2286
  "values": []
2404
2287
  },
2405
2288
  {
2406
- "name": "required",
2407
- "description": "Specify if TextArea is a required input",
2289
+ "name": "disabled",
2290
+ "description": "Specify if Switch displays in a disabled state",
2408
2291
  "values": []
2409
2292
  },
2293
+ { "name": "checked", "values": [] },
2410
2294
  {
2411
- "name": "hideRequiredMarker",
2412
- "description": "Specify if the TextArea displays with an asterisk",
2295
+ "name": "value",
2296
+ "description": "The value attribute for the input element",
2297
+ "values": []
2298
+ }
2299
+ ],
2300
+ "references": [
2301
+ {
2302
+ "name": "Storybook",
2303
+ "url": "https://web-components.beam.viasat.com/?path=/docs/forms-switch"
2304
+ }
2305
+ ]
2306
+ },
2307
+ {
2308
+ "name": "bm-radio-button",
2309
+ "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",
2310
+ "attributes": [
2311
+ {
2312
+ "name": "label",
2313
+ "description": "Specify the text for the label",
2413
2314
  "values": []
2414
2315
  },
2415
2316
  {
2416
2317
  "name": "error",
2417
- "description": "Specify error text and display error state of a TextArea",
2318
+ "description": "Specify error text and display error state of a RadioButton",
2418
2319
  "values": []
2419
2320
  },
2420
2321
  {
2421
2322
  "name": "readOnly",
2422
- "description": "Specify if TextArea displays in a read-only state",
2323
+ "description": "Specify if RadioButton displays in a read-only state",
2423
2324
  "values": []
2424
2325
  },
2425
2326
  {
2426
2327
  "name": "disabled",
2427
- "description": "Specify if TextArea displays in a disabled state",
2328
+ "description": "Specify if RadioButton displays in a disabled state",
2428
2329
  "values": []
2429
2330
  },
2430
2331
  {
2431
- "name": "fluid",
2432
- "description": "Specify if TextArea is fluid",
2332
+ "name": "theme",
2333
+ "description": "Specify the theme of the RadioButton. By default it inherits the theme from the parent",
2334
+ "values": [{ "name": "light" }, { "name": "dark" }]
2335
+ },
2336
+ {
2337
+ "name": "value",
2338
+ "description": "The value attribute for the input element",
2433
2339
  "values": []
2434
2340
  },
2435
2341
  {
2436
- "name": "width",
2437
- "description": "Specify the width of TextArea",
2342
+ "name": "checked",
2343
+ "description": "The checked attribute for the input element",
2438
2344
  "values": []
2439
2345
  },
2440
2346
  {
2441
- "name": "hideResize",
2442
- "description": "Specify if TextArea can be manually resized",
2347
+ "name": "onKeyDown",
2348
+ "description": "A user-defined function to handle keydown events",
2349
+ "values": [{ "name": "(event: KeyboardEvent) => void" }]
2350
+ }
2351
+ ],
2352
+ "references": [
2353
+ {
2354
+ "name": "Storybook",
2355
+ "url": "https://web-components.beam.viasat.com/?path=/docs/forms-radiobutton"
2356
+ }
2357
+ ]
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",
2443
2366
  "values": []
2444
2367
  },
2445
2368
  {
2446
- "name": "maxCount",
2447
- "description": "Specify the maximum character count for the TextArea",
2369
+ "name": "readOnly",
2370
+ "description": "Specify if NativeSelect displays in a read-only state",
2448
2371
  "values": []
2449
2372
  },
2450
2373
  {
2451
- "name": "autoResize",
2452
- "description": "Specify if the TextArea automatically resizes to fit the text",
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",
2453
2406
  "values": []
2454
2407
  },
2455
2408
  {
2456
2409
  "name": "theme",
2457
- "description": "Specify the theme of the TextArea. By default it inherits the theme from the parent",
2410
+ "description": "Specify the theme of the NativeSelect. By default it inherits the theme from the parent",
2458
2411
  "values": [{ "name": "light" }, { "name": "dark" }]
2459
2412
  },
2460
2413
  { "name": "id", "values": [] },
@@ -2469,50 +2422,97 @@
2469
2422
  "references": [
2470
2423
  {
2471
2424
  "name": "Storybook",
2472
- "url": "https://web-components.beam.viasat.com/?path=/docs/forms-textarea"
2425
+ "url": "https://web-components.beam.viasat.com/?path=/docs/forms-nativeselect"
2473
2426
  }
2474
2427
  ]
2475
2428
  },
2476
2429
  {
2477
- "name": "bm-switch",
2478
- "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.",
2430
+ "name": "bm-text-area",
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",
2479
2432
  "attributes": [
2480
2433
  {
2481
- "name": "onText",
2482
- "description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
2434
+ "name": "rows",
2435
+ "description": "Specify the height of TextArea",
2483
2436
  "values": []
2484
2437
  },
2485
2438
  {
2486
- "name": "offText",
2487
- "description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
2439
+ "name": "cols",
2440
+ "description": "Specify the width of TextArea",
2488
2441
  "values": []
2489
2442
  },
2490
2443
  {
2491
- "name": "textPosition",
2492
- "description": "Specify the position of the side label",
2493
- "values": [{ "name": "before" }, { "name": "after" }]
2444
+ "name": "placeholder",
2445
+ "description": "Specify placeholder text for TextArea",
2446
+ "values": []
2447
+ },
2448
+ {
2449
+ "name": "required",
2450
+ "description": "Specify if TextArea is a required input",
2451
+ "values": []
2452
+ },
2453
+ {
2454
+ "name": "hideRequiredMarker",
2455
+ "description": "Specify if the TextArea displays with an asterisk",
2456
+ "values": []
2457
+ },
2458
+ {
2459
+ "name": "error",
2460
+ "description": "Specify error text and display error state of a TextArea",
2461
+ "values": []
2494
2462
  },
2495
2463
  {
2496
2464
  "name": "readOnly",
2497
- "description": "Specify if Switch displays in a read-only state",
2465
+ "description": "Specify if TextArea displays in a read-only state",
2498
2466
  "values": []
2499
2467
  },
2500
2468
  {
2501
2469
  "name": "disabled",
2502
- "description": "Specify if Switch displays in a disabled state",
2470
+ "description": "Specify if TextArea displays in a disabled state",
2503
2471
  "values": []
2504
2472
  },
2505
- { "name": "checked", "values": [] },
2506
2473
  {
2507
- "name": "value",
2508
- "description": "The value attribute for the input element",
2474
+ "name": "fluid",
2475
+ "description": "Specify if TextArea is fluid",
2509
2476
  "values": []
2510
- }
2477
+ },
2478
+ {
2479
+ "name": "width",
2480
+ "description": "Specify the width of TextArea",
2481
+ "values": []
2482
+ },
2483
+ {
2484
+ "name": "hideResize",
2485
+ "description": "Specify if TextArea can be manually resized",
2486
+ "values": []
2487
+ },
2488
+ {
2489
+ "name": "maxCount",
2490
+ "description": "Specify the maximum character count for the TextArea",
2491
+ "values": []
2492
+ },
2493
+ {
2494
+ "name": "autoResize",
2495
+ "description": "Specify if the TextArea automatically resizes to fit the text",
2496
+ "values": []
2497
+ },
2498
+ {
2499
+ "name": "theme",
2500
+ "description": "Specify the theme of the TextArea. By default it inherits the theme from the parent",
2501
+ "values": [{ "name": "light" }, { "name": "dark" }]
2502
+ },
2503
+ { "name": "id", "values": [] },
2504
+ { "name": "name", "values": [] },
2505
+ { "name": "value", "values": [] },
2506
+ {
2507
+ "name": "validationRules",
2508
+ "values": [{ "name": "Array<FormValidator>" }]
2509
+ },
2510
+ { "name": "input-aria-label", "values": [] }
2511
2511
  ],
2512
2512
  "references": [
2513
2513
  {
2514
2514
  "name": "Storybook",
2515
- "url": "https://web-components.beam.viasat.com/?path=/docs/forms-switch"
2515
+ "url": "https://web-components.beam.viasat.com/?path=/docs/forms-textarea"
2516
2516
  }
2517
2517
  ]
2518
2518
  },
@@ -2586,8 +2586,8 @@
2586
2586
  ]
2587
2587
  },
2588
2588
  {
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",
2589
+ "name": "bm-switch-group",
2590
+ "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",
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-radiobutton"
2653
+ "url": "https://web-components.beam.viasat.com/?path=/docs/forms-switch"
2654
2654
  }
2655
2655
  ]
2656
2656
  },
2657
2657
  {
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",
2658
+ "name": "bm-radio-button-group",
2659
+ "description": "\n---\n\n\n### **Slots:**\n - **label** - Add label text to the InputChoiceGroup\n- **helperText** - Add helper text to the InputChoiceGroup",
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-switch"
2722
+ "url": "https://web-components.beam.viasat.com/?path=/docs/forms-radiobutton"
2723
2723
  }
2724
2724
  ]
2725
2725
  }