@viasat/beam-web-components 2.13.0 → 2.15.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.
@@ -61,91 +61,6 @@
61
61
  }
62
62
  ]
63
63
  },
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",
67
- "attributes": [
68
- {
69
- "name": "appearance",
70
- "description": "Specify the appearance of the Badge",
71
- "values": [
72
- { "name": "infoPrimary" },
73
- { "name": "infoSecondary" },
74
- { "name": "positive" },
75
- { "name": "warning" },
76
- { "name": "negative" }
77
- ]
78
- },
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
- {
90
- "name": "emphasis",
91
- "description": "Specify the emphasis of the Badge",
92
- "values": [
93
- { "name": "strong" },
94
- { "name": "medium" },
95
- { "name": "subtle" }
96
- ]
97
- },
98
- { "name": "hideIcon", "description": "Hides Badge icon", "values": [] }
99
- ],
100
- "references": [
101
- {
102
- "name": "Storybook",
103
- "url": "https://web-components.beam.viasat.com/?path=/docs/components-badge"
104
- }
105
- ]
106
- },
107
- {
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",
110
- "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
- {
117
- "name": "appearance",
118
- "description": "Specify the appearance of the BadgeDot",
119
- "values": [
120
- { "name": "primary" },
121
- { "name": "secondary" },
122
- { "name": "infoPrimary" },
123
- { "name": "infoSecondary" },
124
- { "name": "positive" },
125
- { "name": "warning" },
126
- { "name": "negative" },
127
- { "name": "inverse" },
128
- { "name": "secondaryInverse" }
129
- ]
130
- },
131
- {
132
- "name": "emphasis",
133
- "description": "Specify the emphasis of the BadgeDot",
134
- "values": [{ "name": "Emphasis" }]
135
- },
136
- {
137
- "name": "overrideDotColor",
138
- "description": "Overrides default dot color",
139
- "values": []
140
- }
141
- ],
142
- "references": [
143
- {
144
- "name": "Storybook",
145
- "url": "https://web-components.beam.viasat.com/?path=/docs/components-badgedot"
146
- }
147
- ]
148
- },
149
64
  {
150
65
  "name": "bm-avatar",
151
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",
@@ -244,6 +159,87 @@
244
159
  }
245
160
  ]
246
161
  },
162
+ {
163
+ "name": "bm-badge",
164
+ "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",
165
+ "attributes": [
166
+ {
167
+ "name": "appearance",
168
+ "description": "Specify the appearance of the Badge",
169
+ "values": [
170
+ { "name": "infoPrimary" },
171
+ { "name": "infoSecondary" },
172
+ { "name": "positive" },
173
+ { "name": "warning" },
174
+ { "name": "negative" }
175
+ ]
176
+ },
177
+ {
178
+ "name": "theme",
179
+ "description": "Theme of the Badge",
180
+ "values": [{ "name": "light" }, { "name": "dark" }]
181
+ },
182
+ {
183
+ "name": "size",
184
+ "description": "Specify the size of the Badge",
185
+ "values": [{ "name": "sm" }, { "name": "md" }]
186
+ },
187
+ {
188
+ "name": "emphasis",
189
+ "description": "Specify the emphasis of the Badge",
190
+ "values": [
191
+ { "name": "strong" },
192
+ { "name": "medium" },
193
+ { "name": "subtle" }
194
+ ]
195
+ },
196
+ { "name": "hideIcon", "description": "Hides Badge icon", "values": [] }
197
+ ],
198
+ "references": [
199
+ {
200
+ "name": "Storybook",
201
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-badge"
202
+ }
203
+ ]
204
+ },
205
+ {
206
+ "name": "bm-badge-dot",
207
+ "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",
208
+ "attributes": [
209
+ {
210
+ "name": "theme",
211
+ "description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
212
+ "values": [{ "name": "light" }, { "name": "dark" }]
213
+ },
214
+ {
215
+ "name": "appearance",
216
+ "description": "Specify the appearance of the BadgeDot",
217
+ "values": [
218
+ { "name": "infoPrimary" },
219
+ { "name": "infoSecondary" },
220
+ { "name": "positive" },
221
+ { "name": "warning" },
222
+ { "name": "negative" }
223
+ ]
224
+ },
225
+ {
226
+ "name": "emphasis",
227
+ "description": "Specify the emphasis of the BadgeDot",
228
+ "values": [{ "name": "strong" }, { "name": "subtle" }]
229
+ },
230
+ {
231
+ "name": "overrideDotColor",
232
+ "description": "Overrides default dot color",
233
+ "values": []
234
+ }
235
+ ],
236
+ "references": [
237
+ {
238
+ "name": "Storybook",
239
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-badgedot"
240
+ }
241
+ ]
242
+ },
247
243
  {
248
244
  "name": "bm-alert",
249
245
  "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",
@@ -329,6 +325,8 @@
329
325
  { "name": "warning" },
330
326
  { "name": "negative" },
331
327
  { "name": "inverse" },
328
+ { "name": "selected" },
329
+ { "name": "expressive" },
332
330
  { "name": "00" },
333
331
  { "name": "00-alt" },
334
332
  { "name": "01" },
@@ -341,11 +339,9 @@
341
339
  { "name": "negative-strong" },
342
340
  { "name": "info-primary-strong" },
343
341
  { "name": "info-secondary-strong" },
344
- { "name": "selected" },
345
342
  { "name": "selected-subtle" },
346
343
  { "name": "highlight" },
347
344
  { "name": "transparent" },
348
- { "name": "expressive" },
349
345
  { "name": "expressive-stronger" },
350
346
  { "name": "expressive-inverse" }
351
347
  ]
@@ -358,6 +354,8 @@
358
354
  { "name": "warning" },
359
355
  { "name": "negative" },
360
356
  { "name": "inverse" },
357
+ { "name": "selected" },
358
+ { "name": "expressive" },
361
359
  { "name": "strong" },
362
360
  { "name": "00" },
363
361
  { "name": "00-alt" },
@@ -371,9 +369,7 @@
371
369
  { "name": "negative-strong" },
372
370
  { "name": "info-primary-strong" },
373
371
  { "name": "info-secondary-strong" },
374
- { "name": "selected" },
375
372
  { "name": "transparent" },
376
- { "name": "expressive" },
377
373
  { "name": "expressive-stronger" },
378
374
  { "name": "focus" }
379
375
  ]
@@ -791,8 +787,8 @@
791
787
  "values": [
792
788
  { "name": "accent" },
793
789
  { "name": "neutral" },
794
- { "name": "destructive" },
795
- { "name": "neutral-subtle" }
790
+ { "name": "neutral-subtle" },
791
+ { "name": "destructive" }
796
792
  ]
797
793
  },
798
794
  {
@@ -936,7 +932,22 @@
936
932
  {
937
933
  "name": "inset",
938
934
  "description": "Add equal padding to each side of the Divider",
939
- "values": [{ "name": "DividerSpacing" }]
935
+ "values": [
936
+ { "name": "0" },
937
+ { "name": "12" },
938
+ { "name": "25" },
939
+ { "name": "50" },
940
+ { "name": "75" },
941
+ { "name": "100" },
942
+ { "name": "125" },
943
+ { "name": "150" },
944
+ { "name": "200" },
945
+ { "name": "300" },
946
+ { "name": "400" },
947
+ { "name": "500" },
948
+ { "name": "700" },
949
+ { "name": "800" }
950
+ ]
940
951
  }
941
952
  ],
942
953
  "references": [
@@ -1010,12 +1021,12 @@
1010
1021
  {
1011
1022
  "name": "text",
1012
1023
  "description": "Add or customize content in the HelperText",
1013
- "values": [{ "name": "Optional<string>" }]
1024
+ "values": []
1014
1025
  },
1015
1026
  {
1016
1027
  "name": "theme",
1017
1028
  "description": "Specify the theme of the HelperText. By default it inherits the theme from the parent",
1018
- "values": [{ "name": "Optional<ThemeTypes>" }]
1029
+ "values": [{ "name": "light" }, { "name": "dark" }]
1019
1030
  }
1020
1031
  ],
1021
1032
  "references": [
@@ -1138,10 +1149,7 @@
1138
1149
  "name": "validationRules",
1139
1150
  "values": [{ "name": "Array<FormValidator>" }]
1140
1151
  },
1141
- {
1142
- "name": "input-aria-label",
1143
- "values": [{ "name": "Optional<string>" }]
1144
- }
1152
+ { "name": "input-aria-label", "values": [] }
1145
1153
  ],
1146
1154
  "references": [
1147
1155
  {
@@ -1263,9 +1271,9 @@
1263
1271
  "name": "state",
1264
1272
  "description": "Specify the ProgressBar state",
1265
1273
  "values": [
1266
- { "name": "success" },
1274
+ { "name": "active" },
1267
1275
  { "name": "error" },
1268
- { "name": "active" }
1276
+ { "name": "success" }
1269
1277
  ]
1270
1278
  },
1271
1279
  {
@@ -1323,7 +1331,7 @@
1323
1331
  {
1324
1332
  "name": "size",
1325
1333
  "description": "Specify the size of a SegmentedControl",
1326
- "values": []
1334
+ "values": [{ "name": "sm" }, { "name": "md" }, { "name": "lg" }]
1327
1335
  },
1328
1336
  {
1329
1337
  "name": "initialSelection",
@@ -1411,7 +1419,7 @@
1411
1419
  {
1412
1420
  "name": "value",
1413
1421
  "description": "Specify if a spinner is determinate by setting a value",
1414
- "values": [{ "name": "SpinnerValues" }]
1422
+ "values": []
1415
1423
  },
1416
1424
  {
1417
1425
  "name": "showPercentage",
@@ -1511,9 +1519,9 @@
1511
1519
  { "name": "negative" },
1512
1520
  { "name": "secondaryInverse" },
1513
1521
  { "name": "selected" },
1514
- { "name": "expressive" },
1515
1522
  { "name": "disabled" },
1516
1523
  { "name": "primaryInverse" },
1524
+ { "name": "expressive" },
1517
1525
  { "name": "expressiveStronger" },
1518
1526
  { "name": "expressiveInverse" },
1519
1527
  { "name": "expressiveInverseStronger" }
@@ -1598,7 +1606,20 @@
1598
1606
  {
1599
1607
  "name": "placement",
1600
1608
  "description": "Specify the placement of Tooltip relative to the anchor",
1601
- "values": [{ "name": "Placement" }]
1609
+ "values": [
1610
+ { "name": "top" },
1611
+ { "name": "right" },
1612
+ { "name": "bottom" },
1613
+ { "name": "left" },
1614
+ { "name": "top-start" },
1615
+ { "name": "top-end" },
1616
+ { "name": "right-start" },
1617
+ { "name": "right-end" },
1618
+ { "name": "bottom-start" },
1619
+ { "name": "bottom-end" },
1620
+ { "name": "left-start" },
1621
+ { "name": "left-end" }
1622
+ ]
1602
1623
  },
1603
1624
  {
1604
1625
  "name": "autoPlacement",
@@ -1762,139 +1783,57 @@
1762
1783
  ]
1763
1784
  },
1764
1785
  {
1765
- "name": "bm-form",
1766
- "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",
1786
+ "name": "bm-file-upload-button",
1787
+ "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",
1767
1788
  "attributes": [
1768
1789
  {
1769
- "name": "validationMode",
1770
- "description": "Specify if validation runs on change or when loosing focus",
1790
+ "name": "error",
1791
+ "description": "Specify if FileUpload is in error state",
1792
+ "values": []
1793
+ },
1794
+ {
1795
+ "name": "accept",
1796
+ "description": "Specify the accepted file types",
1797
+ "values": []
1798
+ },
1799
+ {
1800
+ "name": "multiple",
1801
+ "description": "Specify if multiple files can be uploaded",
1802
+ "values": []
1803
+ },
1804
+ {
1805
+ "name": "appearance",
1806
+ "description": "Specify the appearance of a Button",
1771
1807
  "values": [
1772
- { "name": "onChange" },
1773
- { "name": "onBlur" },
1774
- { "name": "onSubmit" }
1808
+ { "name": "accent" },
1809
+ { "name": "neutral" },
1810
+ { "name": "neutral-subtle" },
1811
+ { "name": "destructive" }
1775
1812
  ]
1776
1813
  },
1777
1814
  {
1778
- "name": "initialValues",
1779
- "description": "Specify initial values on Form controls based on their names",
1780
- "values": [{ "name": "Record<string" }, { "name": "FormValue>" }]
1815
+ "name": "kind",
1816
+ "description": "Specify the kind of Button",
1817
+ "values": [
1818
+ { "name": "filled" },
1819
+ { "name": "outline" },
1820
+ { "name": "ghost" },
1821
+ { "name": "bare" }
1822
+ ]
1781
1823
  },
1782
1824
  {
1783
- "name": "required",
1784
- "description": "Specify if input is a required",
1785
- "values": []
1825
+ "name": "size",
1826
+ "description": "Specify the size of a Button",
1827
+ "values": [{ "name": "sm" }, { "name": "md" }, { "name": "lg" }]
1786
1828
  },
1787
1829
  {
1788
1830
  "name": "disabled",
1789
- "description": "Specify if input is a disabled",
1831
+ "description": "Specify if the Button is disabled",
1790
1832
  "values": []
1791
1833
  },
1792
1834
  {
1793
- "name": "readOnly",
1794
- "description": "Specify if input is a read only",
1795
- "values": []
1796
- },
1797
- { "name": "action", "values": [{ "name": "Optional<string>" }] },
1798
- { "name": "method", "values": [{ "name": "Optional<string>" }] },
1799
- { "name": "target", "values": [{ "name": "Optional<string>" }] },
1800
- { "name": "enctype", "values": [{ "name": "Optional<string>" }] }
1801
- ],
1802
- "references": [
1803
- {
1804
- "name": "Storybook",
1805
- "url": "https://web-components.beam.viasat.com/?path=/docs/forms-form"
1806
- }
1807
- ]
1808
- },
1809
- {
1810
- "name": "bm-label",
1811
- "description": "`bm-label`\n---\n\n\n### **Slots:**\n - **text** - Specify the text for Label\n- **optional** - Specify if the Label displays as optional\n- **tooltip** - Specify if the icon displays to add a Tooltip",
1812
- "attributes": [
1813
- {
1814
- "name": "disabled",
1815
- "description": "Specify if the Label displays disabled",
1816
- "values": []
1817
- },
1818
- {
1819
- "name": "required",
1820
- "description": "Specify if the Label displays as required",
1821
- "values": []
1822
- },
1823
- {
1824
- "name": "text",
1825
- "description": "Specify the text for Label",
1826
- "values": [{ "name": "Optional<string>" }]
1827
- },
1828
- {
1829
- "name": "optional",
1830
- "description": "Specify the text for Label",
1831
- "values": [{ "name": "Optional<string>" }]
1832
- },
1833
- {
1834
- "name": "theme",
1835
- "description": "Specify the theme of the Label. By default it inherits the theme from the parent",
1836
- "values": [{ "name": "Optional<ThemeTypes>" }]
1837
- }
1838
- ],
1839
- "references": [
1840
- {
1841
- "name": "Storybook",
1842
- "url": "https://web-components.beam.viasat.com/?path=/docs/forms-label"
1843
- }
1844
- ]
1845
- },
1846
- {
1847
- "name": "bm-file-upload-button",
1848
- "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",
1849
- "attributes": [
1850
- {
1851
- "name": "error",
1852
- "description": "Specify if FileUpload is in error state",
1853
- "values": []
1854
- },
1855
- {
1856
- "name": "accept",
1857
- "description": "Specify the accepted file types",
1858
- "values": []
1859
- },
1860
- {
1861
- "name": "multiple",
1862
- "description": "Specify if multiple files can be uploaded",
1863
- "values": []
1864
- },
1865
- {
1866
- "name": "appearance",
1867
- "description": "Specify the appearance of a Button",
1868
- "values": [
1869
- { "name": "accent" },
1870
- { "name": "neutral" },
1871
- { "name": "destructive" },
1872
- { "name": "neutral-subtle" }
1873
- ]
1874
- },
1875
- {
1876
- "name": "kind",
1877
- "description": "Specify the kind of Button",
1878
- "values": [
1879
- { "name": "filled" },
1880
- { "name": "outline" },
1881
- { "name": "ghost" },
1882
- { "name": "bare" }
1883
- ]
1884
- },
1885
- {
1886
- "name": "size",
1887
- "description": "Specify the size of a Button",
1888
- "values": [{ "name": "sm" }, { "name": "md" }, { "name": "lg" }]
1889
- },
1890
- {
1891
- "name": "disabled",
1892
- "description": "Specify if the Button is disabled",
1893
- "values": []
1894
- },
1895
- {
1896
- "name": "fluid",
1897
- "description": "Specify if Button is fluid",
1835
+ "name": "fluid",
1836
+ "description": "Specify if Button is fluid",
1898
1837
  "values": []
1899
1838
  },
1900
1839
  {
@@ -2001,10 +1940,10 @@
2001
1940
  "name": "state",
2002
1941
  "description": "Specify the status of the file",
2003
1942
  "values": [
2004
- { "name": "uploading" },
1943
+ { "name": "error" },
2005
1944
  { "name": "success" },
2006
- { "name": "uploaded" },
2007
- { "name": "error" }
1945
+ { "name": "uploading" },
1946
+ { "name": "uploaded" }
2008
1947
  ]
2009
1948
  },
2010
1949
  {
@@ -2141,15 +2080,94 @@
2141
2080
  { "name": "id", "values": [] },
2142
2081
  { "name": "name", "values": [] },
2143
2082
  { "name": "value", "values": [] },
2083
+ { "name": "input-aria-label", "values": [] }
2084
+ ],
2085
+ "references": [
2144
2086
  {
2145
- "name": "input-aria-label",
2146
- "values": [{ "name": "Optional<string>" }]
2087
+ "name": "Storybook",
2088
+ "url": "https://web-components.beam.viasat.com/?path=/docs/forms-fileupload"
2147
2089
  }
2090
+ ]
2091
+ },
2092
+ {
2093
+ "name": "bm-form",
2094
+ "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",
2095
+ "attributes": [
2096
+ {
2097
+ "name": "validationMode",
2098
+ "description": "Specify if validation runs on change or when loosing focus",
2099
+ "values": [
2100
+ { "name": "onChange" },
2101
+ { "name": "onBlur" },
2102
+ { "name": "onSubmit" }
2103
+ ]
2104
+ },
2105
+ {
2106
+ "name": "initialValues",
2107
+ "description": "Specify initial values on Form controls based on their names",
2108
+ "values": [{ "name": "Record<string" }, { "name": "FormValue>" }]
2109
+ },
2110
+ {
2111
+ "name": "required",
2112
+ "description": "Specify if input is a required",
2113
+ "values": []
2114
+ },
2115
+ {
2116
+ "name": "disabled",
2117
+ "description": "Specify if input is a disabled",
2118
+ "values": []
2119
+ },
2120
+ {
2121
+ "name": "readOnly",
2122
+ "description": "Specify if input is a read only",
2123
+ "values": []
2124
+ },
2125
+ { "name": "action", "values": [] },
2126
+ { "name": "method", "values": [] },
2127
+ { "name": "target", "values": [] },
2128
+ { "name": "enctype", "values": [] }
2148
2129
  ],
2149
2130
  "references": [
2150
2131
  {
2151
2132
  "name": "Storybook",
2152
- "url": "https://web-components.beam.viasat.com/?path=/docs/forms-fileupload"
2133
+ "url": "https://web-components.beam.viasat.com/?path=/docs/forms-form"
2134
+ }
2135
+ ]
2136
+ },
2137
+ {
2138
+ "name": "bm-label",
2139
+ "description": "`bm-label`\n---\n\n\n### **Slots:**\n - **text** - Specify the text for Label\n- **optional** - Specify if the Label displays as optional\n- **tooltip** - Specify if the icon displays to add a Tooltip",
2140
+ "attributes": [
2141
+ {
2142
+ "name": "disabled",
2143
+ "description": "Specify if the Label displays disabled",
2144
+ "values": []
2145
+ },
2146
+ {
2147
+ "name": "required",
2148
+ "description": "Specify if the Label displays as required",
2149
+ "values": []
2150
+ },
2151
+ {
2152
+ "name": "text",
2153
+ "description": "Specify the text for Label",
2154
+ "values": []
2155
+ },
2156
+ {
2157
+ "name": "optional",
2158
+ "description": "Specify the text for Label",
2159
+ "values": []
2160
+ },
2161
+ {
2162
+ "name": "theme",
2163
+ "description": "Specify the theme of the Label. By default it inherits the theme from the parent",
2164
+ "values": [{ "name": "light" }, { "name": "dark" }]
2165
+ }
2166
+ ],
2167
+ "references": [
2168
+ {
2169
+ "name": "Storybook",
2170
+ "url": "https://web-components.beam.viasat.com/?path=/docs/forms-label"
2153
2171
  }
2154
2172
  ]
2155
2173
  },
@@ -2175,7 +2193,7 @@
2175
2193
  {
2176
2194
  "name": "error",
2177
2195
  "description": "Specify error text and display error state of a NativeSelect",
2178
- "values": [{ "name": "Optional<string>" }]
2196
+ "values": []
2179
2197
  },
2180
2198
  {
2181
2199
  "name": "fluid",
@@ -2185,7 +2203,7 @@
2185
2203
  {
2186
2204
  "name": "width",
2187
2205
  "description": "Specify the width of NativeSelect",
2188
- "values": [{ "name": "Optional<string>" }]
2206
+ "values": []
2189
2207
  },
2190
2208
  {
2191
2209
  "name": "ellipse",
@@ -2200,7 +2218,7 @@
2200
2218
  {
2201
2219
  "name": "theme",
2202
2220
  "description": "Specify the theme of the NativeSelect. By default it inherits the theme from the parent",
2203
- "values": [{ "name": "Optional<ThemeTypes>" }]
2221
+ "values": [{ "name": "light" }, { "name": "dark" }]
2204
2222
  },
2205
2223
  { "name": "id", "values": [] },
2206
2224
  { "name": "name", "values": [] },
@@ -2209,10 +2227,7 @@
2209
2227
  "name": "validationRules",
2210
2228
  "values": [{ "name": "Array<FormValidator>" }]
2211
2229
  },
2212
- {
2213
- "name": "input-aria-label",
2214
- "values": [{ "name": "Optional<string>" }]
2215
- }
2230
+ { "name": "input-aria-label", "values": [] }
2216
2231
  ],
2217
2232
  "references": [
2218
2233
  {
@@ -2264,99 +2279,6 @@
2264
2279
  }
2265
2280
  ]
2266
2281
  },
2267
- {
2268
- "name": "bm-text-area",
2269
- "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",
2270
- "attributes": [
2271
- {
2272
- "name": "rows",
2273
- "description": "Specify the height of TextArea",
2274
- "values": [{ "name": "Optional<number>" }]
2275
- },
2276
- {
2277
- "name": "cols",
2278
- "description": "Specify the width of TextArea",
2279
- "values": [{ "name": "Optional<number>" }]
2280
- },
2281
- {
2282
- "name": "placeholder",
2283
- "description": "Specify placeholder text for TextArea",
2284
- "values": [{ "name": "Optional<string>" }]
2285
- },
2286
- {
2287
- "name": "required",
2288
- "description": "Specify if TextArea is a required input",
2289
- "values": []
2290
- },
2291
- {
2292
- "name": "hideRequiredMarker",
2293
- "description": "Specify if the TextArea displays with an asterisk",
2294
- "values": []
2295
- },
2296
- {
2297
- "name": "error",
2298
- "description": "Specify error text and display error state of a TextArea",
2299
- "values": [{ "name": "Optional<string>" }]
2300
- },
2301
- {
2302
- "name": "readOnly",
2303
- "description": "Specify if TextArea displays in a read-only state",
2304
- "values": []
2305
- },
2306
- {
2307
- "name": "disabled",
2308
- "description": "Specify if TextArea displays in a disabled state",
2309
- "values": []
2310
- },
2311
- {
2312
- "name": "fluid",
2313
- "description": "Specify if TextArea is fluid",
2314
- "values": []
2315
- },
2316
- {
2317
- "name": "width",
2318
- "description": "Specify the width of TextArea",
2319
- "values": [{ "name": "Optional<string>" }]
2320
- },
2321
- {
2322
- "name": "hideResize",
2323
- "description": "Specify if TextArea can be manually resized",
2324
- "values": []
2325
- },
2326
- {
2327
- "name": "maxCount",
2328
- "description": "Specify the maximum character count for the TextArea",
2329
- "values": [{ "name": "Optional<number>" }]
2330
- },
2331
- {
2332
- "name": "autoResize",
2333
- "description": "Specify if the TextArea automatically resizes to fit the text",
2334
- "values": []
2335
- },
2336
- {
2337
- "name": "theme",
2338
- "description": "Specify the theme of the TextArea. By default it inherits the theme from the parent",
2339
- "values": [{ "name": "Optional<ThemeTypes>" }]
2340
- },
2341
- { "name": "id", "values": [] },
2342
- { "name": "name", "values": [] },
2343
- { "name": "value", "values": [] },
2344
- {
2345
- "name": "validationRules",
2346
- "values": [{ "name": "Array<FormValidator>" }]
2347
- },
2348
- {
2349
- "name": "input-aria-label",
2350
- "values": [{ "name": "Optional<string>" }]
2351
- }
2352
- ],
2353
- "references": [
2354
- {
2355
- "name": "Storybook",
2356
- "url": "https://web-components.beam.viasat.com/?path=/docs/forms-textarea"
2357
- }
2358
- ]
2359
- },
2360
2282
  {
2361
2283
  "name": "bm-text-field",
2362
2284
  "description": "`bm-text-field`\n---\n\n\n### **Slots:**\n - **label** - Specify the label for TextField\n- **helper-text** - Specify the helper text for TextField\n- **content-after** - Specify content to display after input\n- **content-before** - Specify content to display before input",
@@ -2364,7 +2286,7 @@
2364
2286
  {
2365
2287
  "name": "placeholder",
2366
2288
  "description": "Specify placeholder text for TextField",
2367
- "values": [{ "name": "Optional<string>" }]
2289
+ "values": []
2368
2290
  },
2369
2291
  {
2370
2292
  "name": "required",
@@ -2379,7 +2301,7 @@
2379
2301
  {
2380
2302
  "name": "error",
2381
2303
  "description": "Specify error text and display error state of a TextField",
2382
- "values": [{ "name": "Optional<string>" }]
2304
+ "values": []
2383
2305
  },
2384
2306
  {
2385
2307
  "name": "readOnly",
@@ -2399,7 +2321,7 @@
2399
2321
  {
2400
2322
  "name": "width",
2401
2323
  "description": "Specify the width of TextField",
2402
- "values": [{ "name": "Optional<string>" }]
2324
+ "values": []
2403
2325
  },
2404
2326
  {
2405
2327
  "name": "ellipse",
@@ -2409,7 +2331,7 @@
2409
2331
  {
2410
2332
  "name": "theme",
2411
2333
  "description": "Specify the theme of the TextField. By default it inherits the theme from the parent",
2412
- "values": [{ "name": "Optional<ThemeTypes>" }]
2334
+ "values": [{ "name": "light" }, { "name": "dark" }]
2413
2335
  },
2414
2336
  { "name": "type", "values": [] },
2415
2337
  { "name": "inputMode", "values": [] },
@@ -2420,10 +2342,7 @@
2420
2342
  "name": "validationRules",
2421
2343
  "values": [{ "name": "Array<FormValidator>" }]
2422
2344
  },
2423
- {
2424
- "name": "input-aria-label",
2425
- "values": [{ "name": "Optional<string>" }]
2426
- }
2345
+ { "name": "input-aria-label", "values": [] }
2427
2346
  ],
2428
2347
  "references": [
2429
2348
  {
@@ -2484,6 +2403,96 @@
2484
2403
  }
2485
2404
  ]
2486
2405
  },
2406
+ {
2407
+ "name": "bm-text-area",
2408
+ "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",
2409
+ "attributes": [
2410
+ {
2411
+ "name": "rows",
2412
+ "description": "Specify the height of TextArea",
2413
+ "values": []
2414
+ },
2415
+ {
2416
+ "name": "cols",
2417
+ "description": "Specify the width of TextArea",
2418
+ "values": []
2419
+ },
2420
+ {
2421
+ "name": "placeholder",
2422
+ "description": "Specify placeholder text for TextArea",
2423
+ "values": []
2424
+ },
2425
+ {
2426
+ "name": "required",
2427
+ "description": "Specify if TextArea is a required input",
2428
+ "values": []
2429
+ },
2430
+ {
2431
+ "name": "hideRequiredMarker",
2432
+ "description": "Specify if the TextArea displays with an asterisk",
2433
+ "values": []
2434
+ },
2435
+ {
2436
+ "name": "error",
2437
+ "description": "Specify error text and display error state of a TextArea",
2438
+ "values": []
2439
+ },
2440
+ {
2441
+ "name": "readOnly",
2442
+ "description": "Specify if TextArea displays in a read-only state",
2443
+ "values": []
2444
+ },
2445
+ {
2446
+ "name": "disabled",
2447
+ "description": "Specify if TextArea displays in a disabled state",
2448
+ "values": []
2449
+ },
2450
+ {
2451
+ "name": "fluid",
2452
+ "description": "Specify if TextArea is fluid",
2453
+ "values": []
2454
+ },
2455
+ {
2456
+ "name": "width",
2457
+ "description": "Specify the width of TextArea",
2458
+ "values": []
2459
+ },
2460
+ {
2461
+ "name": "hideResize",
2462
+ "description": "Specify if TextArea can be manually resized",
2463
+ "values": []
2464
+ },
2465
+ {
2466
+ "name": "maxCount",
2467
+ "description": "Specify the maximum character count for the TextArea",
2468
+ "values": []
2469
+ },
2470
+ {
2471
+ "name": "autoResize",
2472
+ "description": "Specify if the TextArea automatically resizes to fit the text",
2473
+ "values": []
2474
+ },
2475
+ {
2476
+ "name": "theme",
2477
+ "description": "Specify the theme of the TextArea. By default it inherits the theme from the parent",
2478
+ "values": [{ "name": "light" }, { "name": "dark" }]
2479
+ },
2480
+ { "name": "id", "values": [] },
2481
+ { "name": "name", "values": [] },
2482
+ { "name": "value", "values": [] },
2483
+ {
2484
+ "name": "validationRules",
2485
+ "values": [{ "name": "Array<FormValidator>" }]
2486
+ },
2487
+ { "name": "input-aria-label", "values": [] }
2488
+ ],
2489
+ "references": [
2490
+ {
2491
+ "name": "Storybook",
2492
+ "url": "https://web-components.beam.viasat.com/?path=/docs/forms-textarea"
2493
+ }
2494
+ ]
2495
+ },
2487
2496
  {
2488
2497
  "name": "bm-checkbox-group",
2489
2498
  "description": "\n---\n\n\n### **Slots:**\n - **label** - Add label text to the InputChoiceGroup\n- **helperText** - Add helper text to the InputChoiceGroup",
@@ -2544,10 +2553,7 @@
2544
2553
  "name": "validationRules",
2545
2554
  "values": [{ "name": "Array<FormValidator>" }]
2546
2555
  },
2547
- {
2548
- "name": "input-aria-label",
2549
- "values": [{ "name": "Optional<string>" }]
2550
- }
2556
+ { "name": "input-aria-label", "values": [] }
2551
2557
  ],
2552
2558
  "references": [
2553
2559
  {
@@ -2616,10 +2622,7 @@
2616
2622
  "name": "validationRules",
2617
2623
  "values": [{ "name": "Array<FormValidator>" }]
2618
2624
  },
2619
- {
2620
- "name": "input-aria-label",
2621
- "values": [{ "name": "Optional<string>" }]
2622
- }
2625
+ { "name": "input-aria-label", "values": [] }
2623
2626
  ],
2624
2627
  "references": [
2625
2628
  {
@@ -2688,10 +2691,7 @@
2688
2691
  "name": "validationRules",
2689
2692
  "values": [{ "name": "Array<FormValidator>" }]
2690
2693
  },
2691
- {
2692
- "name": "input-aria-label",
2693
- "values": [{ "name": "Optional<string>" }]
2694
- }
2694
+ { "name": "input-aria-label", "values": [] }
2695
2695
  ],
2696
2696
  "references": [
2697
2697
  {