@viasat/beam-web-components 2.0.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.
Files changed (316) hide show
  1. package/Accordion/Accordion.d.ts +56 -0
  2. package/Accordion/Accordion.js +12 -0
  3. package/Accordion/AccordionGroup.context.d.ts +10 -0
  4. package/Accordion/AccordionGroup.context.js +8 -0
  5. package/Accordion/AccordionGroup.d.ts +33 -0
  6. package/Accordion/AccordionGroup.js +79 -0
  7. package/Accordion/index.d.ts +3 -0
  8. package/Accordion/index.js +6 -0
  9. package/Alert/Alert.d.ts +64 -0
  10. package/Alert/Alert.js +300 -0
  11. package/Alert/index.d.ts +2 -0
  12. package/Alert/index.js +4 -0
  13. package/Avatar/Avatar.d.ts +60 -0
  14. package/Avatar/Avatar.js +12 -0
  15. package/Avatar/AvatarGroup.context.d.ts +11 -0
  16. package/Avatar/AvatarGroup.context.js +8 -0
  17. package/Avatar/AvatarGroup.d.ts +43 -0
  18. package/Avatar/AvatarGroup.js +181 -0
  19. package/Avatar/index.d.ts +3 -0
  20. package/Avatar/index.js +6 -0
  21. package/Badge/Badge.d.ts +40 -0
  22. package/Badge/Badge.js +125 -0
  23. package/Badge/index.d.ts +2 -0
  24. package/Badge/index.js +4 -0
  25. package/BadgeDot/BadgeDot.d.ts +38 -0
  26. package/BadgeDot/BadgeDot.js +59 -0
  27. package/BadgeDot/index.d.ts +2 -0
  28. package/BadgeDot/index.js +4 -0
  29. package/Box/Box.d.ts +99 -0
  30. package/Box/Box.js +115 -0
  31. package/Box/index.d.ts +2 -0
  32. package/Box/index.js +4 -0
  33. package/Breadcrumbs/Breadcrumbs.context.d.ts +10 -0
  34. package/Breadcrumbs/Breadcrumbs.context.js +8 -0
  35. package/Breadcrumbs/Breadcrumbs.d.ts +38 -0
  36. package/Breadcrumbs/Breadcrumbs.js +115 -0
  37. package/Breadcrumbs/BreadcrumbsItem.d.ts +39 -0
  38. package/Breadcrumbs/BreadcrumbsItem.js +13 -0
  39. package/Breadcrumbs/index.d.ts +3 -0
  40. package/Breadcrumbs/index.js +6 -0
  41. package/Button/Button.d.ts +73 -0
  42. package/Button/Button.js +125 -0
  43. package/Button/index.d.ts +2 -0
  44. package/Button/index.js +4 -0
  45. package/CloseButton/CloseButton.d.ts +25 -0
  46. package/CloseButton/CloseButton.js +60 -0
  47. package/CloseButton/index.d.ts +2 -0
  48. package/CloseButton/index.js +4 -0
  49. package/Divider/Divider.d.ts +56 -0
  50. package/Divider/Divider.js +111 -0
  51. package/Divider/index.d.ts +2 -0
  52. package/Divider/index.js +4 -0
  53. package/EmptyState/EmptyState.d.ts +36 -0
  54. package/EmptyState/EmptyState.js +56 -0
  55. package/EmptyState/index.d.ts +2 -0
  56. package/EmptyState/index.js +4 -0
  57. package/HelperText/HelperText.d.ts +45 -0
  58. package/HelperText/HelperText.js +11 -0
  59. package/HelperText/index.d.ts +2 -0
  60. package/HelperText/index.js +4 -0
  61. package/Icon/Icon.d.ts +35 -0
  62. package/Icon/Icon.js +62 -0
  63. package/Icon/index.d.ts +2 -0
  64. package/Icon/index.js +4 -0
  65. package/InputChoiceGroup/InputChoiceGroup.context.d.ts +13 -0
  66. package/InputChoiceGroup/InputChoiceGroup.context.js +8 -0
  67. package/InputChoiceGroup/InputChoiceGroup.d.ts +87 -0
  68. package/InputChoiceGroup/InputChoiceGroup.js +205 -0
  69. package/InputChoiceGroup/index.d.ts +2 -0
  70. package/InputChoiceGroup/index.js +4 -0
  71. package/Link/Link.d.ts +48 -0
  72. package/Link/Link.js +77 -0
  73. package/Link/index.d.ts +2 -0
  74. package/Link/index.js +4 -0
  75. package/List/List.context.d.ts +15 -0
  76. package/List/List.context.js +8 -0
  77. package/List/List.d.ts +43 -0
  78. package/List/List.js +101 -0
  79. package/List/ListItem.d.ts +23 -0
  80. package/List/ListItem.js +90 -0
  81. package/List/index.d.ts +3 -0
  82. package/List/index.js +6 -0
  83. package/ProgressBar/ProgressBar.d.ts +52 -0
  84. package/ProgressBar/ProgressBar.js +128 -0
  85. package/ProgressBar/index.d.ts +2 -0
  86. package/ProgressBar/index.js +4 -0
  87. package/README.md +360 -0
  88. package/SegmentedControl/SegmentedControl.context.d.ts +16 -0
  89. package/SegmentedControl/SegmentedControl.context.js +8 -0
  90. package/SegmentedControl/SegmentedControl.d.ts +41 -0
  91. package/SegmentedControl/SegmentedControl.js +103 -0
  92. package/SegmentedControl/SegmentedControlItem.d.ts +54 -0
  93. package/SegmentedControl/SegmentedControlItem.js +284 -0
  94. package/SegmentedControl/SegmentedControlList.d.ts +23 -0
  95. package/SegmentedControl/SegmentedControlList.js +61 -0
  96. package/SegmentedControl/SegmentedControlPanel.d.ts +21 -0
  97. package/SegmentedControl/SegmentedControlPanel.js +43 -0
  98. package/SegmentedControl/index.d.ts +5 -0
  99. package/SegmentedControl/index.js +10 -0
  100. package/Spinner/Spinner.d.ts +50 -0
  101. package/Spinner/Spinner.js +186 -0
  102. package/Spinner/index.d.ts +2 -0
  103. package/Spinner/index.js +4 -0
  104. package/StateLayer/StateLayer.d.ts +17 -0
  105. package/StateLayer/StateLayer.js +6 -0
  106. package/StateLayer/index.d.ts +2 -0
  107. package/StateLayer/index.js +5 -0
  108. package/Text/Text.d.ts +85 -0
  109. package/Text/Text.js +103 -0
  110. package/Text/index.d.ts +2 -0
  111. package/Text/index.js +4 -0
  112. package/Tooltip/Tooltip.d.ts +139 -0
  113. package/Tooltip/Tooltip.js +1827 -0
  114. package/Tooltip/index.d.ts +2 -0
  115. package/Tooltip/index.js +5 -0
  116. package/chunks/Accordion.DYD3XcAx.js +161 -0
  117. package/chunks/Avatar.C2rfzUGP.js +174 -0
  118. package/chunks/BreadcrumbsItem.4ZR6wbMz.js +121 -0
  119. package/chunks/CSSLookup.BdqZ5Li9.js +106 -0
  120. package/chunks/HelperText.CcVVOtA3.js +108 -0
  121. package/chunks/Upload.B9YEyp7b.js +12 -0
  122. package/chunks/WarningOutlined.DPfQnPPj.js +12 -0
  123. package/chunks/classNames.Cq_tbDRp.js +94 -0
  124. package/chunks/constants.jOWREYQE.js +30 -0
  125. package/chunks/delegate.baxDQosr.js +63 -0
  126. package/chunks/dom.C98AFbJh.js +22 -0
  127. package/chunks/fileUpload.module.kN6o64aL.js +4 -0
  128. package/chunks/globals.Bz4SVF2g.js +4 -0
  129. package/chunks/helpers.AwJwaZvv.js +53 -0
  130. package/chunks/list.module.CZRPBLzy.js +4 -0
  131. package/chunks/register-custom-element.DHGKOhmA.js +17 -0
  132. package/chunks/segmentedControl.module.BPXEWodj.js +4 -0
  133. package/chunks/tokens.CTW8Tt94.js +9 -0
  134. package/custom-elements.json +11341 -0
  135. package/local/Accordion/Accordion.js +12 -0
  136. package/local/Accordion/AccordionGroup.context.js +8 -0
  137. package/local/Accordion/AccordionGroup.js +78 -0
  138. package/local/Accordion/index.js +6 -0
  139. package/local/Alert/Alert.js +301 -0
  140. package/local/Alert/index.js +4 -0
  141. package/local/Avatar/Avatar.js +11 -0
  142. package/local/Avatar/AvatarGroup.context.js +8 -0
  143. package/local/Avatar/AvatarGroup.js +180 -0
  144. package/local/Avatar/index.js +6 -0
  145. package/local/Badge/Badge.js +123 -0
  146. package/local/Badge/index.js +4 -0
  147. package/local/BadgeDot/BadgeDot.js +57 -0
  148. package/local/BadgeDot/index.js +4 -0
  149. package/local/Box/Box.js +113 -0
  150. package/local/Box/index.js +4 -0
  151. package/local/Breadcrumbs/Breadcrumbs.context.js +8 -0
  152. package/local/Breadcrumbs/Breadcrumbs.js +113 -0
  153. package/local/Breadcrumbs/BreadcrumbsItem.js +13 -0
  154. package/local/Breadcrumbs/index.js +6 -0
  155. package/local/Button/Button.js +154 -0
  156. package/local/Button/index.js +4 -0
  157. package/local/CloseButton/CloseButton.js +58 -0
  158. package/local/CloseButton/index.js +4 -0
  159. package/local/Divider/Divider.js +111 -0
  160. package/local/Divider/index.js +4 -0
  161. package/local/EmptyState/EmptyState.js +54 -0
  162. package/local/EmptyState/index.js +4 -0
  163. package/local/HelperText/HelperText.js +9 -0
  164. package/local/HelperText/index.js +4 -0
  165. package/local/Icon/Icon.js +60 -0
  166. package/local/Icon/index.js +4 -0
  167. package/local/InputChoiceGroup/InputChoiceGroup.context.js +8 -0
  168. package/local/InputChoiceGroup/InputChoiceGroup.js +205 -0
  169. package/local/InputChoiceGroup/index.js +4 -0
  170. package/local/Link/Link.js +75 -0
  171. package/local/Link/index.js +4 -0
  172. package/local/List/List.context.js +8 -0
  173. package/local/List/List.js +101 -0
  174. package/local/List/ListItem.js +90 -0
  175. package/local/List/index.js +6 -0
  176. package/local/ProgressBar/ProgressBar.js +126 -0
  177. package/local/ProgressBar/index.js +4 -0
  178. package/local/SegmentedControl/SegmentedControl.context.js +8 -0
  179. package/local/SegmentedControl/SegmentedControl.js +103 -0
  180. package/local/SegmentedControl/SegmentedControlItem.js +284 -0
  181. package/local/SegmentedControl/SegmentedControlList.js +59 -0
  182. package/local/SegmentedControl/SegmentedControlPanel.js +41 -0
  183. package/local/SegmentedControl/index.js +10 -0
  184. package/local/Spinner/Spinner.js +185 -0
  185. package/local/Spinner/index.js +4 -0
  186. package/local/StateLayer/StateLayer.js +6 -0
  187. package/local/StateLayer/index.js +5 -0
  188. package/local/Text/Text.js +121 -0
  189. package/local/Text/index.js +4 -0
  190. package/local/Tooltip/Tooltip.js +1826 -0
  191. package/local/Tooltip/index.js +5 -0
  192. package/local/chunks/Accordion.PGU7OILE.js +161 -0
  193. package/local/chunks/Avatar.CvTOzaRT.js +172 -0
  194. package/local/chunks/BreadcrumbsItem.GM6sBp_o.js +121 -0
  195. package/local/chunks/CSSLookup.BdqZ5Li9.js +106 -0
  196. package/local/chunks/Upload.B9YEyp7b.js +12 -0
  197. package/local/chunks/WarningOutlined.DPfQnPPj.js +12 -0
  198. package/local/chunks/base.D76d76ww.js +9 -0
  199. package/local/chunks/classNames.C6fNrXWF.js +106 -0
  200. package/local/chunks/constants.jOWREYQE.js +30 -0
  201. package/local/chunks/consume.Ce9k1-wN.js +47 -0
  202. package/local/chunks/context-request-event.Bl9Vpkzl.js +13 -0
  203. package/local/chunks/create-context.DS1OG3vJ.js +11 -0
  204. package/local/chunks/delegate.baxDQosr.js +63 -0
  205. package/local/chunks/directive.kLG6oqUu.js +27 -0
  206. package/local/chunks/dom.C98AFbJh.js +22 -0
  207. package/local/chunks/fileUpload.module.kN6o64aL.js +4 -0
  208. package/local/chunks/globals.Bz4SVF2g.js +4 -0
  209. package/local/chunks/helpers.BWcXAteC.js +53 -0
  210. package/local/chunks/index.Bz1Jq4c2.js +106 -0
  211. package/local/chunks/list.module.CZRPBLzy.js +4 -0
  212. package/local/chunks/lit-element.CJtt9wj5.js +557 -0
  213. package/local/chunks/provide.i2FlUkOu.js +110 -0
  214. package/local/chunks/query-assigned-elements.Drkgpk9q.js +19 -0
  215. package/local/chunks/query-assigned-nodes.Dgvsf6BR.js +19 -0
  216. package/local/chunks/query.lbpOn5CD.js +20 -0
  217. package/local/chunks/ref.B7e1Hu4F.js +107 -0
  218. package/local/chunks/register-custom-element.vod7zfGv.js +51 -0
  219. package/local/chunks/segmentedControl.module.BPXEWodj.js +4 -0
  220. package/local/chunks/state.CqiuSzAl.js +12 -0
  221. package/local/chunks/tokens.CTW8Tt94.js +9 -0
  222. package/local/chunks/unsafe-html.BzhXEygn.js +27 -0
  223. package/local/chunks/unsafe-svg.HSGf1NCU.js +14 -0
  224. package/local/wip/Checkbox/Checkbox.js +102 -0
  225. package/local/wip/Checkbox/CheckboxGroup/CheckboxGroup.js +27 -0
  226. package/local/wip/Checkbox/index.js +6 -0
  227. package/local/wip/FileUpload/FileUpload.Button.js +75 -0
  228. package/local/wip/FileUpload/FileUpload.Dropzone.js +149 -0
  229. package/local/wip/FileUpload/FileUpload.List.Item.js +201 -0
  230. package/local/wip/FileUpload/FileUpload.List.js +105 -0
  231. package/local/wip/FileUpload/FileUpload.js +452 -0
  232. package/local/wip/FileUpload/FileUploadContext.js +8 -0
  233. package/local/wip/FileUpload/FileUploadListContext.js +8 -0
  234. package/local/wip/FileUpload/index.js +13 -0
  235. package/local/wip/Form/Form.context.js +20 -0
  236. package/local/wip/Form/Form.decorator.js +145 -0
  237. package/local/wip/Form/Form.js +288 -0
  238. package/local/wip/Form/Form.utils.js +8 -0
  239. package/local/wip/Form/index.js +7 -0
  240. package/local/wip/Label/Label.js +86 -0
  241. package/local/wip/Label/index.js +4 -0
  242. package/local/wip/NativeSelect/NativeSelect.js +162 -0
  243. package/local/wip/NativeSelect/index.js +4 -0
  244. package/local/wip/RadioButton/RadioButton.js +123 -0
  245. package/local/wip/RadioButton/RadioButtonGroup/RadioButtonGroup.js +96 -0
  246. package/local/wip/RadioButton/index.js +6 -0
  247. package/local/wip/Switch/Switch.js +153 -0
  248. package/local/wip/Switch/SwitchGroup/SwitchGroup.js +15 -0
  249. package/local/wip/Switch/index.js +6 -0
  250. package/local/wip/TextArea/TextArea.js +192 -0
  251. package/local/wip/TextArea/index.js +4 -0
  252. package/local/wip/TextField/TextField.js +169 -0
  253. package/local/wip/TextField/index.js +4 -0
  254. package/package.json +78 -0
  255. package/vscode.css-custom-data.json +6 -0
  256. package/vscode.html-custom-data.json +2704 -0
  257. package/wip/Checkbox/Checkbox.d.ts +55 -0
  258. package/wip/Checkbox/Checkbox.js +104 -0
  259. package/wip/Checkbox/CheckboxGroup/CheckboxGroup.d.ts +11 -0
  260. package/wip/Checkbox/CheckboxGroup/CheckboxGroup.js +27 -0
  261. package/wip/Checkbox/index.d.ts +3 -0
  262. package/wip/Checkbox/index.js +6 -0
  263. package/wip/FileUpload/FileUpload.Button.d.ts +36 -0
  264. package/wip/FileUpload/FileUpload.Button.js +77 -0
  265. package/wip/FileUpload/FileUpload.Dropzone.d.ts +55 -0
  266. package/wip/FileUpload/FileUpload.Dropzone.js +150 -0
  267. package/wip/FileUpload/FileUpload.List.Item.d.ts +62 -0
  268. package/wip/FileUpload/FileUpload.List.Item.js +203 -0
  269. package/wip/FileUpload/FileUpload.List.d.ts +46 -0
  270. package/wip/FileUpload/FileUpload.List.js +106 -0
  271. package/wip/FileUpload/FileUpload.d.ts +101 -0
  272. package/wip/FileUpload/FileUpload.js +451 -0
  273. package/wip/FileUpload/FileUploadContext.d.ts +5 -0
  274. package/wip/FileUpload/FileUploadContext.js +8 -0
  275. package/wip/FileUpload/FileUploadListContext.d.ts +5 -0
  276. package/wip/FileUpload/FileUploadListContext.js +8 -0
  277. package/wip/FileUpload/index.d.ts +6 -0
  278. package/wip/FileUpload/index.js +13 -0
  279. package/wip/Form/Form.context.d.ts +19 -0
  280. package/wip/Form/Form.context.js +20 -0
  281. package/wip/Form/Form.d.ts +50 -0
  282. package/wip/Form/Form.decorator.d.ts +47 -0
  283. package/wip/Form/Form.decorator.js +144 -0
  284. package/wip/Form/Form.js +288 -0
  285. package/wip/Form/Form.utils.d.ts +2 -0
  286. package/wip/Form/Form.utils.js +8 -0
  287. package/wip/Form/index.d.ts +3 -0
  288. package/wip/Form/index.js +7 -0
  289. package/wip/Label/Label.d.ts +43 -0
  290. package/wip/Label/Label.js +87 -0
  291. package/wip/Label/index.d.ts +2 -0
  292. package/wip/Label/index.js +4 -0
  293. package/wip/NativeSelect/NativeSelect.d.ts +69 -0
  294. package/wip/NativeSelect/NativeSelect.js +163 -0
  295. package/wip/NativeSelect/index.d.ts +2 -0
  296. package/wip/NativeSelect/index.js +4 -0
  297. package/wip/RadioButton/RadioButton.d.ts +56 -0
  298. package/wip/RadioButton/RadioButton.js +125 -0
  299. package/wip/RadioButton/RadioButtonGroup/RadioButtonGroup.d.ts +23 -0
  300. package/wip/RadioButton/RadioButtonGroup/RadioButtonGroup.js +96 -0
  301. package/wip/RadioButton/index.d.ts +3 -0
  302. package/wip/RadioButton/index.js +6 -0
  303. package/wip/Switch/Switch.d.ts +62 -0
  304. package/wip/Switch/Switch.js +155 -0
  305. package/wip/Switch/SwitchGroup/SwitchGroup.d.ts +15 -0
  306. package/wip/Switch/SwitchGroup/SwitchGroup.js +15 -0
  307. package/wip/Switch/index.d.ts +3 -0
  308. package/wip/Switch/index.js +6 -0
  309. package/wip/TextArea/TextArea.d.ts +89 -0
  310. package/wip/TextArea/TextArea.js +193 -0
  311. package/wip/TextArea/index.d.ts +2 -0
  312. package/wip/TextArea/index.js +4 -0
  313. package/wip/TextField/TextField.d.ts +70 -0
  314. package/wip/TextField/TextField.js +169 -0
  315. package/wip/TextField/index.d.ts +2 -0
  316. package/wip/TextField/index.js +4 -0
@@ -0,0 +1,2704 @@
1
+ {
2
+ "$schema": "https://raw.githubusercontent.com/microsoft/vscode-html-languageservice/main/docs/customData.schema.json",
3
+ "version": 1.1,
4
+ "tags": [
5
+ {
6
+ "name": "bm-badge",
7
+ "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",
8
+ "attributes": [
9
+ {
10
+ "name": "appearance",
11
+ "description": "Specify the appearance of the Badge",
12
+ "values": [
13
+ { "name": "infoPrimary" },
14
+ { "name": "infoSecondary" },
15
+ { "name": "positive" },
16
+ { "name": "warning" },
17
+ { "name": "negative" }
18
+ ]
19
+ },
20
+ {
21
+ "name": "theme",
22
+ "description": "Theme of the Badge",
23
+ "values": [{ "name": "light" }, { "name": "dark" }]
24
+ },
25
+ {
26
+ "name": "size",
27
+ "description": "Specify the size of the Badge",
28
+ "values": [{ "name": "sm" }, { "name": "md" }]
29
+ },
30
+ {
31
+ "name": "emphasis",
32
+ "description": "Specify the emphasis of the Badge",
33
+ "values": [
34
+ { "name": "strong" },
35
+ { "name": "medium" },
36
+ { "name": "subtle" }
37
+ ]
38
+ },
39
+ { "name": "hideIcon", "description": "Hides Badge icon", "values": [] }
40
+ ],
41
+ "references": [
42
+ {
43
+ "name": "Storybook",
44
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-badge"
45
+ }
46
+ ]
47
+ },
48
+ {
49
+ "name": "bm-badge-dot",
50
+ "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",
51
+ "attributes": [
52
+ {
53
+ "name": "theme",
54
+ "description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
55
+ "values": [{ "name": "light" }, { "name": "dark" }]
56
+ },
57
+ {
58
+ "name": "appearance",
59
+ "description": "Specify the appearance of the BadgeDot",
60
+ "values": [
61
+ { "name": "primary" },
62
+ { "name": "secondary" },
63
+ { "name": "infoPrimary" },
64
+ { "name": "infoSecondary" },
65
+ { "name": "positive" },
66
+ { "name": "warning" },
67
+ { "name": "negative" },
68
+ { "name": "inverse" },
69
+ { "name": "secondaryInverse" }
70
+ ]
71
+ },
72
+ {
73
+ "name": "emphasis",
74
+ "description": "Specify the emphasis of the BadgeDot",
75
+ "values": [{ "name": "Emphasis" }]
76
+ },
77
+ {
78
+ "name": "overrideDotColor",
79
+ "description": "Overrides default dot color",
80
+ "values": []
81
+ }
82
+ ],
83
+ "references": [
84
+ {
85
+ "name": "Storybook",
86
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-badgedot"
87
+ }
88
+ ]
89
+ },
90
+ {
91
+ "name": "bm-box",
92
+ "description": "`bm-box`\n\n### Attributes:\n- **backgroundColor** - Specify the background color of a Box\n- **borderColor** - Specify the border color of a Box\n- **borderWidth** - Specify the border width of a Box\n- **borderRadius** - Specify the border radius of a Box\n- **px** - Specify before and after padding of a Box\n- **py** - Specify top and bottom padding of a Box\n- **pTop** - Specify top padding of a Box\n- **pBottom** - Specify bottom padding of a Box\n- **pBefore** - Specify before padding of a Box\n- **pAfter** - Specify after padding of a Box\n- **mx** - Specify before and after margin of a Box\n- **my** - Specify top and bottom margin of a Box\n- **mTop** - Specify top margin of a Box\n- **mBottom** - Specify bottom margin of a Box\n- **mBefore** - Specify before margin of a Box\n- **mAfter** - Specify after margin of a Box\n- **m** - Specify all margin\n- **p** - Specify all padding\n- **gap** - Specify gap between child elements\n- **shadow** - Specify if a Box has a shadow\n---\n\n\n### **Slots:**\n - **default** - Provide content for the Box",
93
+ "attributes": [
94
+ {
95
+ "name": "backgroundColor",
96
+ "description": "Specify the background color of a Box",
97
+ "values": [
98
+ { "name": "positive" },
99
+ { "name": "warning" },
100
+ { "name": "negative" },
101
+ { "name": "inverse" },
102
+ { "name": "00" },
103
+ { "name": "00-alt" },
104
+ { "name": "01" },
105
+ { "name": "02" },
106
+ { "name": "03" },
107
+ { "name": "info-primary" },
108
+ { "name": "info-secondary" },
109
+ { "name": "positive-strong" },
110
+ { "name": "warning-strong" },
111
+ { "name": "negative-strong" },
112
+ { "name": "info-primary-strong" },
113
+ { "name": "info-secondary-strong" },
114
+ { "name": "selected" },
115
+ { "name": "selected-subtle" },
116
+ { "name": "highlight" },
117
+ { "name": "transparent" },
118
+ { "name": "expressive" },
119
+ { "name": "expressive-stronger" },
120
+ { "name": "expressive-inverse" }
121
+ ]
122
+ },
123
+ {
124
+ "name": "borderColor",
125
+ "description": "Specify the border color of a Box",
126
+ "values": [
127
+ { "name": "positive" },
128
+ { "name": "warning" },
129
+ { "name": "negative" },
130
+ { "name": "inverse" },
131
+ { "name": "strong" },
132
+ { "name": "00" },
133
+ { "name": "00-alt" },
134
+ { "name": "01" },
135
+ { "name": "02" },
136
+ { "name": "03" },
137
+ { "name": "info-primary" },
138
+ { "name": "info-secondary" },
139
+ { "name": "positive-strong" },
140
+ { "name": "warning-strong" },
141
+ { "name": "negative-strong" },
142
+ { "name": "info-primary-strong" },
143
+ { "name": "info-secondary-strong" },
144
+ { "name": "selected" },
145
+ { "name": "transparent" },
146
+ { "name": "expressive" },
147
+ { "name": "expressive-stronger" },
148
+ { "name": "focus" }
149
+ ]
150
+ },
151
+ {
152
+ "name": "borderWidth",
153
+ "description": "Specify the border width of a Box",
154
+ "values": [
155
+ { "name": "md" },
156
+ { "name": "lg" },
157
+ { "name": "xl" },
158
+ { "name": "none" },
159
+ { "name": "divider" }
160
+ ]
161
+ },
162
+ {
163
+ "name": "borderRadius",
164
+ "description": "Specify the border radius of a Box",
165
+ "values": [
166
+ { "name": "xs" },
167
+ { "name": "sm" },
168
+ { "name": "md" },
169
+ { "name": "lg" },
170
+ { "name": "none" },
171
+ { "name": "round" }
172
+ ]
173
+ },
174
+ {
175
+ "name": "px",
176
+ "description": "Specify before and after padding of a Box",
177
+ "values": [
178
+ { "name": "0" },
179
+ { "name": "12" },
180
+ { "name": "25" },
181
+ { "name": "50" },
182
+ { "name": "75" },
183
+ { "name": "100" },
184
+ { "name": "125" },
185
+ { "name": "150" },
186
+ { "name": "200" },
187
+ { "name": "300" },
188
+ { "name": "400" },
189
+ { "name": "500" },
190
+ { "name": "700" },
191
+ { "name": "800" }
192
+ ]
193
+ },
194
+ {
195
+ "name": "py",
196
+ "description": "Specify top and bottom padding of a Box",
197
+ "values": [
198
+ { "name": "0" },
199
+ { "name": "12" },
200
+ { "name": "25" },
201
+ { "name": "50" },
202
+ { "name": "75" },
203
+ { "name": "100" },
204
+ { "name": "125" },
205
+ { "name": "150" },
206
+ { "name": "200" },
207
+ { "name": "300" },
208
+ { "name": "400" },
209
+ { "name": "500" },
210
+ { "name": "700" },
211
+ { "name": "800" }
212
+ ]
213
+ },
214
+ {
215
+ "name": "pTop",
216
+ "description": "Specify top padding of a Box",
217
+ "values": [
218
+ { "name": "0" },
219
+ { "name": "12" },
220
+ { "name": "25" },
221
+ { "name": "50" },
222
+ { "name": "75" },
223
+ { "name": "100" },
224
+ { "name": "125" },
225
+ { "name": "150" },
226
+ { "name": "200" },
227
+ { "name": "300" },
228
+ { "name": "400" },
229
+ { "name": "500" },
230
+ { "name": "700" },
231
+ { "name": "800" }
232
+ ]
233
+ },
234
+ {
235
+ "name": "pBottom",
236
+ "description": "Specify bottom padding of a Box",
237
+ "values": [
238
+ { "name": "0" },
239
+ { "name": "12" },
240
+ { "name": "25" },
241
+ { "name": "50" },
242
+ { "name": "75" },
243
+ { "name": "100" },
244
+ { "name": "125" },
245
+ { "name": "150" },
246
+ { "name": "200" },
247
+ { "name": "300" },
248
+ { "name": "400" },
249
+ { "name": "500" },
250
+ { "name": "700" },
251
+ { "name": "800" }
252
+ ]
253
+ },
254
+ {
255
+ "name": "pBefore",
256
+ "description": "Specify before padding of a Box",
257
+ "values": [
258
+ { "name": "0" },
259
+ { "name": "12" },
260
+ { "name": "25" },
261
+ { "name": "50" },
262
+ { "name": "75" },
263
+ { "name": "100" },
264
+ { "name": "125" },
265
+ { "name": "150" },
266
+ { "name": "200" },
267
+ { "name": "300" },
268
+ { "name": "400" },
269
+ { "name": "500" },
270
+ { "name": "700" },
271
+ { "name": "800" }
272
+ ]
273
+ },
274
+ {
275
+ "name": "pAfter",
276
+ "description": "Specify after padding of a Box",
277
+ "values": [
278
+ { "name": "0" },
279
+ { "name": "12" },
280
+ { "name": "25" },
281
+ { "name": "50" },
282
+ { "name": "75" },
283
+ { "name": "100" },
284
+ { "name": "125" },
285
+ { "name": "150" },
286
+ { "name": "200" },
287
+ { "name": "300" },
288
+ { "name": "400" },
289
+ { "name": "500" },
290
+ { "name": "700" },
291
+ { "name": "800" }
292
+ ]
293
+ },
294
+ {
295
+ "name": "mx",
296
+ "description": "Specify before and after margin of a Box",
297
+ "values": [
298
+ { "name": "0" },
299
+ { "name": "12" },
300
+ { "name": "25" },
301
+ { "name": "50" },
302
+ { "name": "75" },
303
+ { "name": "100" },
304
+ { "name": "125" },
305
+ { "name": "150" },
306
+ { "name": "200" },
307
+ { "name": "300" },
308
+ { "name": "400" },
309
+ { "name": "500" },
310
+ { "name": "700" },
311
+ { "name": "800" }
312
+ ]
313
+ },
314
+ {
315
+ "name": "my",
316
+ "description": "Specify top and bottom margin of a Box",
317
+ "values": [
318
+ { "name": "0" },
319
+ { "name": "12" },
320
+ { "name": "25" },
321
+ { "name": "50" },
322
+ { "name": "75" },
323
+ { "name": "100" },
324
+ { "name": "125" },
325
+ { "name": "150" },
326
+ { "name": "200" },
327
+ { "name": "300" },
328
+ { "name": "400" },
329
+ { "name": "500" },
330
+ { "name": "700" },
331
+ { "name": "800" }
332
+ ]
333
+ },
334
+ {
335
+ "name": "mTop",
336
+ "description": "Specify top margin of a Box",
337
+ "values": [
338
+ { "name": "0" },
339
+ { "name": "12" },
340
+ { "name": "25" },
341
+ { "name": "50" },
342
+ { "name": "75" },
343
+ { "name": "100" },
344
+ { "name": "125" },
345
+ { "name": "150" },
346
+ { "name": "200" },
347
+ { "name": "300" },
348
+ { "name": "400" },
349
+ { "name": "500" },
350
+ { "name": "700" },
351
+ { "name": "800" }
352
+ ]
353
+ },
354
+ {
355
+ "name": "mBottom",
356
+ "description": "Specify bottom margin of a Box",
357
+ "values": [
358
+ { "name": "0" },
359
+ { "name": "12" },
360
+ { "name": "25" },
361
+ { "name": "50" },
362
+ { "name": "75" },
363
+ { "name": "100" },
364
+ { "name": "125" },
365
+ { "name": "150" },
366
+ { "name": "200" },
367
+ { "name": "300" },
368
+ { "name": "400" },
369
+ { "name": "500" },
370
+ { "name": "700" },
371
+ { "name": "800" }
372
+ ]
373
+ },
374
+ {
375
+ "name": "mBefore",
376
+ "description": "Specify before margin of a Box",
377
+ "values": [
378
+ { "name": "0" },
379
+ { "name": "12" },
380
+ { "name": "25" },
381
+ { "name": "50" },
382
+ { "name": "75" },
383
+ { "name": "100" },
384
+ { "name": "125" },
385
+ { "name": "150" },
386
+ { "name": "200" },
387
+ { "name": "300" },
388
+ { "name": "400" },
389
+ { "name": "500" },
390
+ { "name": "700" },
391
+ { "name": "800" }
392
+ ]
393
+ },
394
+ {
395
+ "name": "mAfter",
396
+ "description": "Specify after margin of a Box",
397
+ "values": [
398
+ { "name": "0" },
399
+ { "name": "12" },
400
+ { "name": "25" },
401
+ { "name": "50" },
402
+ { "name": "75" },
403
+ { "name": "100" },
404
+ { "name": "125" },
405
+ { "name": "150" },
406
+ { "name": "200" },
407
+ { "name": "300" },
408
+ { "name": "400" },
409
+ { "name": "500" },
410
+ { "name": "700" },
411
+ { "name": "800" }
412
+ ]
413
+ },
414
+ {
415
+ "name": "m",
416
+ "description": "Specify all margin",
417
+ "values": [
418
+ { "name": "0" },
419
+ { "name": "12" },
420
+ { "name": "25" },
421
+ { "name": "50" },
422
+ { "name": "75" },
423
+ { "name": "100" },
424
+ { "name": "125" },
425
+ { "name": "150" },
426
+ { "name": "200" },
427
+ { "name": "300" },
428
+ { "name": "400" },
429
+ { "name": "500" },
430
+ { "name": "700" },
431
+ { "name": "800" }
432
+ ]
433
+ },
434
+ {
435
+ "name": "p",
436
+ "description": "Specify all padding",
437
+ "values": [
438
+ { "name": "0" },
439
+ { "name": "12" },
440
+ { "name": "25" },
441
+ { "name": "50" },
442
+ { "name": "75" },
443
+ { "name": "100" },
444
+ { "name": "125" },
445
+ { "name": "150" },
446
+ { "name": "200" },
447
+ { "name": "300" },
448
+ { "name": "400" },
449
+ { "name": "500" },
450
+ { "name": "700" },
451
+ { "name": "800" }
452
+ ]
453
+ },
454
+ {
455
+ "name": "gap",
456
+ "description": "Specify gap between child elements",
457
+ "values": [
458
+ { "name": "0" },
459
+ { "name": "12" },
460
+ { "name": "25" },
461
+ { "name": "50" },
462
+ { "name": "75" },
463
+ { "name": "100" },
464
+ { "name": "125" },
465
+ { "name": "150" },
466
+ { "name": "200" },
467
+ { "name": "300" },
468
+ { "name": "400" },
469
+ { "name": "500" },
470
+ { "name": "700" },
471
+ { "name": "800" }
472
+ ]
473
+ },
474
+ {
475
+ "name": "shadow",
476
+ "description": "Specify if a Box has a shadow",
477
+ "values": [
478
+ { "name": "sm" },
479
+ { "name": "md" },
480
+ { "name": "lg" },
481
+ { "name": "none" },
482
+ { "name": "overlay" }
483
+ ]
484
+ }
485
+ ],
486
+ "references": [
487
+ {
488
+ "name": "Storybook",
489
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-box"
490
+ }
491
+ ]
492
+ },
493
+ {
494
+ "name": "bm-breadcrumb",
495
+ "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",
496
+ "attributes": [
497
+ {
498
+ "name": "wrap",
499
+ "description": "Specify if items wrap or collapse to an ellipsis",
500
+ "values": []
501
+ },
502
+ {
503
+ "name": "itemsBeforeCollapse",
504
+ "description": "Specify how many items show before ellipsis",
505
+ "values": []
506
+ },
507
+ {
508
+ "name": "itemsAfterCollapse",
509
+ "description": "Specify how many items show after ellipsis",
510
+ "values": []
511
+ },
512
+ {
513
+ "name": "theme",
514
+ "description": "Specify the theme of the Breadcrumbs. By default, it inherits the theme from the parent",
515
+ "values": [{ "name": "light" }, { "name": "dark" }]
516
+ }
517
+ ],
518
+ "references": [
519
+ {
520
+ "name": "Storybook",
521
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-breadcrumb"
522
+ }
523
+ ]
524
+ },
525
+ {
526
+ "name": "bm-breadcrumb-item",
527
+ "description": "`bm-breadcrumb-item`\n\n### Attributes:\n- **href** - Pass href to an item\n- **clickable** - Specify if the item is interactive without an href\n- **truncationWidth** - Specify truncation width of the items. Sets max-width for all items but the last.\n- **isCurrent** - Specify explicitly if the item is the last one\n- **isCollapsed** \n---\n\n\n### **Slots:**\n - **default** - Pass text to an item\n- **icon** - Pass icon to an item",
528
+ "attributes": [
529
+ { "name": "href", "description": "Pass href to an item", "values": [] },
530
+ {
531
+ "name": "clickable",
532
+ "description": "Specify if the item is interactive without an href",
533
+ "values": []
534
+ },
535
+ {
536
+ "name": "truncationWidth",
537
+ "description": "Specify truncation width of the items. Sets max-width for all items but the last.",
538
+ "values": []
539
+ },
540
+ {
541
+ "name": "isCurrent",
542
+ "description": "Specify explicitly if the item is the last one",
543
+ "values": []
544
+ },
545
+ { "name": "isCollapsed", "values": [] }
546
+ ],
547
+ "references": [
548
+ {
549
+ "name": "Storybook",
550
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-breadcrumb"
551
+ }
552
+ ]
553
+ },
554
+ {
555
+ "name": "bm-avatar",
556
+ "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",
557
+ "attributes": [
558
+ {
559
+ "name": "appearance",
560
+ "description": "Specify the appearance of the Avatar",
561
+ "values": [{ "name": "accent" }, { "name": "neutral" }]
562
+ },
563
+ {
564
+ "name": "name",
565
+ "description": "Specify a name to display initials in the Avatar",
566
+ "values": []
567
+ },
568
+ {
569
+ "name": "src",
570
+ "description": "Pass an image to the Avatar",
571
+ "values": []
572
+ },
573
+ { "name": "alt", "description": "Specify alt for image", "values": [] },
574
+ {
575
+ "name": "size",
576
+ "description": "Specify the size of the Avatar",
577
+ "values": [
578
+ { "name": "xs" },
579
+ { "name": "sm" },
580
+ { "name": "md" },
581
+ { "name": "lg" },
582
+ { "name": "xl" }
583
+ ]
584
+ },
585
+ {
586
+ "name": "disabled",
587
+ "description": "Specify if the Avatar is disabled",
588
+ "values": []
589
+ },
590
+ {
591
+ "name": "shape",
592
+ "description": "Specify the shape of the Avatar",
593
+ "values": [{ "name": "circle" }, { "name": "square" }]
594
+ },
595
+ {
596
+ "name": "isInteractive",
597
+ "description": "If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer",
598
+ "values": []
599
+ },
600
+ {
601
+ "name": "isFocusable",
602
+ "description": "If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable",
603
+ "values": []
604
+ },
605
+ { "name": "withBorder", "values": [] }
606
+ ],
607
+ "references": [
608
+ {
609
+ "name": "Storybook",
610
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-avatar"
611
+ }
612
+ ]
613
+ },
614
+ {
615
+ "name": "bm-avatar-group",
616
+ "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",
617
+ "attributes": [
618
+ {
619
+ "name": "wrapping",
620
+ "description": "Specify if the AvatarGroup wraps",
621
+ "values": []
622
+ },
623
+ {
624
+ "name": "maxCount",
625
+ "description": "Specify the max number of avatars displayed in the group.",
626
+ "values": []
627
+ },
628
+ {
629
+ "name": "size",
630
+ "description": "Specify the size of all Avatars",
631
+ "values": [
632
+ { "name": "xs" },
633
+ { "name": "sm" },
634
+ { "name": "md" },
635
+ { "name": "lg" },
636
+ { "name": "xl" }
637
+ ]
638
+ },
639
+ {
640
+ "name": "layout",
641
+ "description": "Specify the kind of the group.",
642
+ "values": [{ "name": "stacked" }, { "name": "spaced" }]
643
+ }
644
+ ],
645
+ "references": [
646
+ {
647
+ "name": "Storybook",
648
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-avatar"
649
+ }
650
+ ]
651
+ },
652
+ {
653
+ "name": "bm-accordion",
654
+ "description": "`bm-accordion`\n\n### Attributes:\n- **size** - Specify size of an Accordion\n- **heading** - Specify heading content for the Accordion\n- **open** - Specify if an Accordion is open.\nIf this is specified, the component becomes controlled\n- **defaultOpen** - Specify if an Accordion is open by default\n- **id** - Unique identifier of Accordion\n---\n\n\n### **Events:**\n - **bm-toggle** - Dispatched when the Accordion is toggled\n\n### **Slots:**\n - **default** - Specify body content for the Accordion\n- **icon** - Display an icon before the Accordion heading\n- **heading** - Specify heading content for the Accordion",
655
+ "attributes": [
656
+ {
657
+ "name": "size",
658
+ "description": "Specify size of an Accordion",
659
+ "values": [{ "name": "sm" }, { "name": "md" }, { "name": "lg" }]
660
+ },
661
+ {
662
+ "name": "heading",
663
+ "description": "Specify heading content for the Accordion",
664
+ "values": []
665
+ },
666
+ {
667
+ "name": "open",
668
+ "description": "Specify if an Accordion is open.\nIf this is specified, the component becomes controlled",
669
+ "values": []
670
+ },
671
+ {
672
+ "name": "defaultOpen",
673
+ "description": "Specify if an Accordion is open by default",
674
+ "values": []
675
+ },
676
+ {
677
+ "name": "id",
678
+ "description": "Unique identifier of Accordion",
679
+ "values": []
680
+ }
681
+ ],
682
+ "references": [
683
+ {
684
+ "name": "Storybook",
685
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-accordion"
686
+ }
687
+ ]
688
+ },
689
+ {
690
+ "name": "bm-accordion-group",
691
+ "description": "`bm-accordion-group`\n\n### Attributes:\n- **size** - Specify the size of the AccordionGroup\n- **singleExpand** - Specify if only one row item can be expanded at a time\n---\n\n\n### **Slots:**\n - **default** - Specify which Accordions are in the AccordionGroup",
692
+ "attributes": [
693
+ {
694
+ "name": "size",
695
+ "description": "Specify the size of the AccordionGroup",
696
+ "values": [{ "name": "sm" }, { "name": "md" }, { "name": "lg" }]
697
+ },
698
+ {
699
+ "name": "singleExpand",
700
+ "description": "Specify if only one row item can be expanded at a time",
701
+ "values": []
702
+ }
703
+ ],
704
+ "references": [
705
+ {
706
+ "name": "Storybook",
707
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-accordion"
708
+ }
709
+ ]
710
+ },
711
+ {
712
+ "name": "bm-button",
713
+ "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",
714
+ "attributes": [
715
+ {
716
+ "name": "appearance",
717
+ "description": "Specify the appearance of a Button",
718
+ "values": [
719
+ { "name": "accent" },
720
+ { "name": "neutral" },
721
+ { "name": "destructive" },
722
+ { "name": "neutral-subtle" }
723
+ ]
724
+ },
725
+ {
726
+ "name": "kind",
727
+ "description": "Specify the kind of Button",
728
+ "values": [
729
+ { "name": "filled" },
730
+ { "name": "outline" },
731
+ { "name": "ghost" },
732
+ { "name": "bare" }
733
+ ]
734
+ },
735
+ {
736
+ "name": "size",
737
+ "description": "Specify the size of a Button",
738
+ "values": [{ "name": "sm" }, { "name": "md" }, { "name": "lg" }]
739
+ },
740
+ {
741
+ "name": "disabled",
742
+ "description": "Specify if the Button is disabled",
743
+ "values": []
744
+ },
745
+ {
746
+ "name": "fluid",
747
+ "description": "Specify if Button is fluid",
748
+ "values": []
749
+ },
750
+ {
751
+ "name": "width",
752
+ "description": "Specify the width of a Button",
753
+ "values": []
754
+ },
755
+ {
756
+ "name": "height",
757
+ "description": "Specify the height of a Button",
758
+ "values": []
759
+ },
760
+ {
761
+ "name": "theme",
762
+ "description": "Specify the theme of the Button",
763
+ "values": [{ "name": "light" }, { "name": "dark" }]
764
+ },
765
+ {
766
+ "name": "iconOnly",
767
+ "description": "Specify if the icon displays without text",
768
+ "values": []
769
+ },
770
+ { "name": "type", "values": [] }
771
+ ],
772
+ "references": [
773
+ {
774
+ "name": "Storybook",
775
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-button"
776
+ }
777
+ ]
778
+ },
779
+ {
780
+ "name": "bm-alert",
781
+ "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",
782
+ "attributes": [
783
+ {
784
+ "name": "heading",
785
+ "description": "Specify the heading text for Alert",
786
+ "values": []
787
+ },
788
+ {
789
+ "name": "body",
790
+ "description": "Specify the body text for Alert",
791
+ "values": []
792
+ },
793
+ {
794
+ "name": "size",
795
+ "description": "Specify the size of the Alert",
796
+ "values": [{ "name": "sm" }, { "name": "md" }]
797
+ },
798
+ {
799
+ "name": "fullWidth",
800
+ "description": "Specify if the Alert has no border radius",
801
+ "values": []
802
+ },
803
+ {
804
+ "name": "theme",
805
+ "description": "Specify the theme of the Alert. By default it inherits the theme from the parent",
806
+ "values": [{ "name": "light" }, { "name": "dark" }]
807
+ },
808
+ {
809
+ "name": "appearance",
810
+ "description": "Specify the appearance of the Alert",
811
+ "values": [
812
+ { "name": "infoPrimary" },
813
+ { "name": "infoSecondary" },
814
+ { "name": "positive" },
815
+ { "name": "warning" },
816
+ { "name": "negative" }
817
+ ]
818
+ },
819
+ {
820
+ "name": "hidden",
821
+ "description": "Specify if the Alert is hidden",
822
+ "values": []
823
+ },
824
+ {
825
+ "name": "hideIcon",
826
+ "description": "Specify if the icon displays on the Alert",
827
+ "values": []
828
+ },
829
+ {
830
+ "name": "dismissible",
831
+ "description": "Specify if the Alert can be dismissed",
832
+ "values": []
833
+ },
834
+ {
835
+ "name": "disableAutoFocus",
836
+ "description": "Prevent autofocus on show",
837
+ "values": []
838
+ },
839
+ {
840
+ "name": "disableCloseOnEscape",
841
+ "description": "Prevent Escape from closing",
842
+ "values": []
843
+ }
844
+ ],
845
+ "references": [
846
+ {
847
+ "name": "Storybook",
848
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-alert"
849
+ }
850
+ ]
851
+ },
852
+ {
853
+ "name": "bm-close-button",
854
+ "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",
855
+ "attributes": [
856
+ {
857
+ "name": "size",
858
+ "description": "Specify the size of the CloseButton",
859
+ "values": [
860
+ { "name": "xs" },
861
+ { "name": "sm" },
862
+ { "name": "md" },
863
+ { "name": "lg" },
864
+ { "name": "xl" }
865
+ ]
866
+ },
867
+ {
868
+ "name": "disabled",
869
+ "description": "Specify if the CloseButton is disabled",
870
+ "values": []
871
+ }
872
+ ],
873
+ "references": [
874
+ {
875
+ "name": "Storybook",
876
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-closebutton"
877
+ }
878
+ ]
879
+ },
880
+ {
881
+ "name": "bm-divider",
882
+ "description": "`bm-divider`\n\n### Attributes:\n- **orientation** - Specify the direction of the Divider\n- **borderColor** - Specify the border color of the divider line\n- **borderWidth** - Specify the width of the divider line\n- **borderStyle** - Specify the style of the divider line\n- **alignContent** - Align content to the divider line\n- **length** \n- **inset** - Add equal padding to each side of the Divider\n---\n\n\n### **Slots:**\n - **default** - Add text to the Divider\n- **icon** - Add an icon to the Divider",
883
+ "attributes": [
884
+ {
885
+ "name": "orientation",
886
+ "description": "Specify the direction of the Divider",
887
+ "values": [{ "name": "horizontal" }, { "name": "vertical" }]
888
+ },
889
+ {
890
+ "name": "borderColor",
891
+ "description": "Specify the border color of the divider line",
892
+ "values": [
893
+ { "name": "positive" },
894
+ { "name": "warning" },
895
+ { "name": "negative" },
896
+ { "name": "inverse" },
897
+ { "name": "strong" },
898
+ { "name": "00" },
899
+ { "name": "00-alt" },
900
+ { "name": "01" },
901
+ { "name": "02" },
902
+ { "name": "03" },
903
+ { "name": "info-primary" },
904
+ { "name": "info-secondary" },
905
+ { "name": "positive-strong" },
906
+ { "name": "warning-strong" },
907
+ { "name": "negative-strong" },
908
+ { "name": "info-primary-strong" },
909
+ { "name": "info-secondary-strong" }
910
+ ]
911
+ },
912
+ {
913
+ "name": "borderWidth",
914
+ "description": "Specify the width of the divider line",
915
+ "values": [{ "name": "md" }, { "name": "lg" }, { "name": "xl" }]
916
+ },
917
+ {
918
+ "name": "borderStyle",
919
+ "description": "Specify the style of the divider line",
920
+ "values": [
921
+ { "name": "solid" },
922
+ { "name": "dashed" },
923
+ { "name": "dotted" }
924
+ ]
925
+ },
926
+ {
927
+ "name": "alignContent",
928
+ "description": "Align content to the divider line",
929
+ "values": [
930
+ { "name": "start" },
931
+ { "name": "end" },
932
+ { "name": "center" }
933
+ ]
934
+ },
935
+ { "name": "length", "values": [] },
936
+ {
937
+ "name": "inset",
938
+ "description": "Add equal padding to each side of the Divider",
939
+ "values": [{ "name": "DividerSpacing" }]
940
+ }
941
+ ],
942
+ "references": [
943
+ {
944
+ "name": "Storybook",
945
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-divider"
946
+ }
947
+ ]
948
+ },
949
+ {
950
+ "name": "bm-empty-state",
951
+ "description": "`bm-empty-state`\n\n### Attributes:\n- **heading** - Specify heading text for EmptyState\n- **body** - Specify body text for EmptyState\n- **actions** - Specify action for EmptyState\n- **theme** - Specify the theme of EmptyState. By default it inherits the theme from the parent\n---\n\n\n### **Slots:**\n - **icon** - Specify an icon for EmptyState\n- **heading** - Specify heading text for EmptyState\n- **body** - Specify body text for EmptyState\n- **actions** - Add actions to EmptyState",
952
+ "attributes": [
953
+ {
954
+ "name": "heading",
955
+ "description": "Specify heading text for EmptyState",
956
+ "values": []
957
+ },
958
+ {
959
+ "name": "body",
960
+ "description": "Specify body text for EmptyState",
961
+ "values": []
962
+ },
963
+ {
964
+ "name": "actions",
965
+ "description": "Specify action for EmptyState",
966
+ "values": [{ "name": "HTMLSlotElement" }]
967
+ },
968
+ {
969
+ "name": "theme",
970
+ "description": "Specify the theme of EmptyState. By default it inherits the theme from the parent",
971
+ "values": [{ "name": "light" }, { "name": "dark" }]
972
+ }
973
+ ],
974
+ "references": [
975
+ {
976
+ "name": "Storybook",
977
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-emptystate"
978
+ }
979
+ ]
980
+ },
981
+ {
982
+ "name": "bm-helper-text",
983
+ "description": "### Attributes:\n- **appearance** - Specify the appearance of the HelperText\n- **size** - Specify the size of the HelperText\n- **disabled** - Specify if the message is disabled for HelpText\n- **hideIcon** - Specify if the icon displays on the HelperText\n- **text** - Add or customize content in the HelperText\n- **theme** - Specify the theme of the HelperText. By default it inherits the theme from the parent\n---\n\n\n### **Slots:**\n - **default** - Add or customize content in the HelperText\n- **icon** - Specify a different icon for the HelperText",
984
+ "attributes": [
985
+ {
986
+ "name": "appearance",
987
+ "description": "Specify the appearance of the HelperText",
988
+ "values": [
989
+ { "name": "positive" },
990
+ { "name": "warning" },
991
+ { "name": "negative" },
992
+ { "name": "info" }
993
+ ]
994
+ },
995
+ {
996
+ "name": "size",
997
+ "description": "Specify the size of the HelperText",
998
+ "values": [{ "name": "sm" }, { "name": "md" }]
999
+ },
1000
+ {
1001
+ "name": "disabled",
1002
+ "description": "Specify if the message is disabled for HelpText",
1003
+ "values": []
1004
+ },
1005
+ {
1006
+ "name": "hideIcon",
1007
+ "description": "Specify if the icon displays on the HelperText",
1008
+ "values": []
1009
+ },
1010
+ {
1011
+ "name": "text",
1012
+ "description": "Add or customize content in the HelperText",
1013
+ "values": [{ "name": "Optional<string>" }]
1014
+ },
1015
+ {
1016
+ "name": "theme",
1017
+ "description": "Specify the theme of the HelperText. By default it inherits the theme from the parent",
1018
+ "values": [{ "name": "Optional<ThemeTypes>" }]
1019
+ }
1020
+ ],
1021
+ "references": [
1022
+ {
1023
+ "name": "Storybook",
1024
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-helpertext"
1025
+ }
1026
+ ]
1027
+ },
1028
+ {
1029
+ "name": "bm-icon",
1030
+ "description": "`bm-icon`\n\n### Attributes:\n- **color** - Specify the color of Icon\n- **size** - Specify the size of Icon\n- **customIconSize** - Specify a custom size for the Icon\n- **customIconColor** - Specify a custom color for the Icon\n---\n\n\n### **Slots:**\n - **default** - Specify which Icon to display",
1031
+ "attributes": [
1032
+ {
1033
+ "name": "color",
1034
+ "description": "Specify the color of Icon",
1035
+ "values": [
1036
+ { "name": "primary" },
1037
+ { "name": "secondary" },
1038
+ { "name": "infoPrimary" },
1039
+ { "name": "infoSecondary" },
1040
+ { "name": "positive" },
1041
+ { "name": "warning" },
1042
+ { "name": "negative" },
1043
+ { "name": "secondaryInverse" },
1044
+ { "name": "positiveStrong" },
1045
+ { "name": "warningStrong" },
1046
+ { "name": "negativeStrong" },
1047
+ { "name": "infoPrimaryStrong" },
1048
+ { "name": "infoSecondaryStrong" },
1049
+ { "name": "primaryInverse" }
1050
+ ]
1051
+ },
1052
+ {
1053
+ "name": "size",
1054
+ "description": "Specify the size of Icon",
1055
+ "values": [
1056
+ { "name": "xs" },
1057
+ { "name": "sm" },
1058
+ { "name": "md" },
1059
+ { "name": "lg" },
1060
+ { "name": "xl" }
1061
+ ]
1062
+ },
1063
+ {
1064
+ "name": "customIconSize",
1065
+ "description": "Specify a custom size for the Icon",
1066
+ "values": []
1067
+ },
1068
+ {
1069
+ "name": "customIconColor",
1070
+ "description": "Specify a custom color for the Icon",
1071
+ "values": []
1072
+ }
1073
+ ],
1074
+ "references": [
1075
+ {
1076
+ "name": "Storybook",
1077
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-icon"
1078
+ }
1079
+ ]
1080
+ },
1081
+ {
1082
+ "name": "bm-input-choice-group",
1083
+ "description": "`bm-input-choice-group`\n\n### Attributes:\n- **theme** - Specify the theme of the InputChoiceGroup. By default it inherits the theme from the parent\n- **layout** - Specify InputChoiceGroup orientation\n\n**Deprecated**: use `orientation` and `fluid` instead\n- **orientation** - Specify InputChoiceGroup orientation\n- **fluid** - Specify if InputChoiceGroup should take the full width of its container\n- **required** - Specify if InputChoiceGroup is a required input\n- **hideRequiredMarker** - Specify if the InputChoiceGroup displays with an asterisk\n- **error** - Specify error text and display error state of a InputChoiceGroup\n- **readOnly** - Specify if InputChoiceGroup displays in a read-only state\n- **disabled** - Specify if InputChoiceGroup displays in a disabled state\n---\n\n\n### **Slots:**\n - **label** - Add label text to the InputChoiceGroup\n- **helperText** - Add helper text to the InputChoiceGroup",
1084
+ "attributes": [
1085
+ {
1086
+ "name": "theme",
1087
+ "description": "Specify the theme of the InputChoiceGroup. By default it inherits the theme from the parent",
1088
+ "values": [{ "name": "light" }, { "name": "dark" }]
1089
+ },
1090
+ {
1091
+ "name": "layout",
1092
+ "description": "Specify InputChoiceGroup orientation\n\n**Deprecated**: use `orientation` and `fluid` instead",
1093
+ "values": [
1094
+ { "name": "horizontal" },
1095
+ { "name": "vertical" },
1096
+ { "name": "horizontalFluid" }
1097
+ ]
1098
+ },
1099
+ {
1100
+ "name": "orientation",
1101
+ "description": "Specify InputChoiceGroup orientation",
1102
+ "values": [{ "name": "horizontal" }, { "name": "vertical" }]
1103
+ },
1104
+ {
1105
+ "name": "fluid",
1106
+ "description": "Specify if InputChoiceGroup should take the full width of its container",
1107
+ "values": []
1108
+ },
1109
+ {
1110
+ "name": "required",
1111
+ "description": "Specify if InputChoiceGroup is a required input",
1112
+ "values": []
1113
+ },
1114
+ {
1115
+ "name": "hideRequiredMarker",
1116
+ "description": "Specify if the InputChoiceGroup displays with an asterisk",
1117
+ "values": []
1118
+ },
1119
+ {
1120
+ "name": "error",
1121
+ "description": "Specify error text and display error state of a InputChoiceGroup",
1122
+ "values": []
1123
+ },
1124
+ {
1125
+ "name": "readOnly",
1126
+ "description": "Specify if InputChoiceGroup displays in a read-only state",
1127
+ "values": []
1128
+ },
1129
+ {
1130
+ "name": "disabled",
1131
+ "description": "Specify if InputChoiceGroup displays in a disabled state",
1132
+ "values": []
1133
+ },
1134
+ { "name": "id", "values": [] },
1135
+ { "name": "name", "values": [] },
1136
+ { "name": "value", "values": [] },
1137
+ {
1138
+ "name": "validationRules",
1139
+ "values": [{ "name": "Array<FormValidator>" }]
1140
+ },
1141
+ {
1142
+ "name": "input-aria-label",
1143
+ "values": [{ "name": "Optional<string>" }]
1144
+ }
1145
+ ],
1146
+ "references": [
1147
+ {
1148
+ "name": "Storybook",
1149
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-inputchoice"
1150
+ }
1151
+ ]
1152
+ },
1153
+ {
1154
+ "name": "bm-link",
1155
+ "description": "`bm-link`\n\n### Attributes:\n- **appearance** - Specify the appearance of a Link\n- **bold** - Specify if the Link displays as bold\n- **size** - Specify the size of a Link\n- **disabled** - Specify if the Link is disabled\n- **href** - Specify the target link for the href attribute\n- **text** - Provide text for the Link\n- **hideUnderline** - Specify if Link displays with an underline\n---\n\n\n### **Slots:**\n - **default** - Provide text for the Link or use the `text` attribute\n- **iconBefore** - Specify if the Link displays icon before the text\n- **iconAfter** - Specify if the Link displays icon after the text",
1156
+ "attributes": [
1157
+ {
1158
+ "name": "appearance",
1159
+ "description": "Specify the appearance of a Link",
1160
+ "values": [{ "name": "primary" }, { "name": "secondary" }]
1161
+ },
1162
+ {
1163
+ "name": "bold",
1164
+ "description": "Specify if the Link displays as bold",
1165
+ "values": []
1166
+ },
1167
+ {
1168
+ "name": "size",
1169
+ "description": "Specify the size of a Link",
1170
+ "values": [
1171
+ { "name": "sm" },
1172
+ { "name": "md" },
1173
+ { "name": "lg" },
1174
+ { "name": "xl" }
1175
+ ]
1176
+ },
1177
+ {
1178
+ "name": "disabled",
1179
+ "description": "Specify if the Link is disabled",
1180
+ "values": []
1181
+ },
1182
+ {
1183
+ "name": "href",
1184
+ "description": "Specify the target link for the href attribute",
1185
+ "values": []
1186
+ },
1187
+ {
1188
+ "name": "text",
1189
+ "description": "Provide text for the Link",
1190
+ "values": []
1191
+ },
1192
+ {
1193
+ "name": "hideUnderline",
1194
+ "description": "Specify if Link displays with an underline",
1195
+ "values": []
1196
+ }
1197
+ ],
1198
+ "references": [
1199
+ {
1200
+ "name": "Storybook",
1201
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-link"
1202
+ }
1203
+ ]
1204
+ },
1205
+ {
1206
+ "name": "bm-list",
1207
+ "description": "### Attributes:\n- **kind** - Specify the kind of List\n- **size** - Specify the size of List\n- **density** - Specify the density of the List\n- **indent** - Specify if the List has an indentation.\nValid only for `unstyled` and `withIcons` List kinds.\n---\n\n\n### **Slots:**\n - **default** - Add list items to create a List",
1208
+ "attributes": [
1209
+ {
1210
+ "name": "kind",
1211
+ "description": "Specify the kind of List",
1212
+ "values": [
1213
+ { "name": "ordered" },
1214
+ { "name": "unordered" },
1215
+ { "name": "unstyled" },
1216
+ { "name": "withIcons" }
1217
+ ]
1218
+ },
1219
+ {
1220
+ "name": "size",
1221
+ "description": "Specify the size of List",
1222
+ "values": [
1223
+ { "name": "sm" },
1224
+ { "name": "md" },
1225
+ { "name": "lg" },
1226
+ { "name": "xl" }
1227
+ ]
1228
+ },
1229
+ {
1230
+ "name": "density",
1231
+ "description": "Specify the density of the List",
1232
+ "values": [{ "name": "md" }, { "name": "lg" }]
1233
+ },
1234
+ {
1235
+ "name": "indent",
1236
+ "description": "Specify if the List has an indentation.\nValid only for `unstyled` and `withIcons` List kinds.",
1237
+ "values": []
1238
+ }
1239
+ ],
1240
+ "references": [
1241
+ {
1242
+ "name": "Storybook",
1243
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-list"
1244
+ }
1245
+ ]
1246
+ },
1247
+ {
1248
+ "name": "bm-list-item",
1249
+ "description": "\n---\n\n\n### **Slots:**\n - **icon** - Specify an Icon for the List.Item\n- **default** - Specify the text for List.Item",
1250
+ "attributes": [],
1251
+ "references": [
1252
+ {
1253
+ "name": "Storybook",
1254
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-list"
1255
+ }
1256
+ ]
1257
+ },
1258
+ {
1259
+ "name": "bm-progress-bar",
1260
+ "description": "`bm-progress-bar`\n\n### Attributes:\n- **state** - Specify the ProgressBar state\n- **size** - Specify the size of the ProgressBar\n- **label** - Provide text for the ProgressBar label\n- **helperText** - Specify helperText for ProgressBar. helperText is required for the Error state.\n- **fullWidth** - Specify if the ProgressBar has no corner radius\n- **theme** - Specify the theme of the ProgressBar. By default it inherits the theme from the parent\n- **value** - Specify if a ProgressBar is determinate by setting a value between 0 and 100.\n- **progressbarAriaLabel** - Specify the aria-label for the ProgressBar\n---\n",
1261
+ "attributes": [
1262
+ {
1263
+ "name": "state",
1264
+ "description": "Specify the ProgressBar state",
1265
+ "values": [
1266
+ { "name": "success" },
1267
+ { "name": "error" },
1268
+ { "name": "active" }
1269
+ ]
1270
+ },
1271
+ {
1272
+ "name": "size",
1273
+ "description": "Specify the size of the ProgressBar",
1274
+ "values": [{ "name": "sm" }, { "name": "md" }, { "name": "lg" }]
1275
+ },
1276
+ {
1277
+ "name": "label",
1278
+ "description": "Provide text for the ProgressBar label",
1279
+ "values": []
1280
+ },
1281
+ {
1282
+ "name": "helperText",
1283
+ "description": "Specify helperText for ProgressBar. helperText is required for the Error state.",
1284
+ "values": []
1285
+ },
1286
+ {
1287
+ "name": "fullWidth",
1288
+ "description": "Specify if the ProgressBar has no corner radius",
1289
+ "values": []
1290
+ },
1291
+ {
1292
+ "name": "theme",
1293
+ "description": "Specify the theme of the ProgressBar. By default it inherits the theme from the parent",
1294
+ "values": [{ "name": "light" }, { "name": "dark" }]
1295
+ },
1296
+ {
1297
+ "name": "value",
1298
+ "description": "Specify if a ProgressBar is determinate by setting a value between 0 and 100.",
1299
+ "values": []
1300
+ },
1301
+ {
1302
+ "name": "progressbarAriaLabel",
1303
+ "description": "Specify the aria-label for the ProgressBar",
1304
+ "values": []
1305
+ }
1306
+ ],
1307
+ "references": [
1308
+ {
1309
+ "name": "Storybook",
1310
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-progressbar"
1311
+ }
1312
+ ]
1313
+ },
1314
+ {
1315
+ "name": "bm-segmented-control",
1316
+ "description": "`bm-segmented-control`\n\n### Attributes:\n- **disabled** - Specify if all SegmentedControl items are disabled\n- **size** - Specify the size of a SegmentedControl\n- **initialSelection** - Specify the value of the initially selected item\n- **fluid** - Specify if the SegmentedControl is fluid with its parent container\n---\n\n\n### **Events:**\n - **bm-change** - Dispatched when a `SegmentedControlItem` is selected, with the selected value in the `detail` property",
1317
+ "attributes": [
1318
+ {
1319
+ "name": "disabled",
1320
+ "description": "Specify if all SegmentedControl items are disabled",
1321
+ "values": []
1322
+ },
1323
+ {
1324
+ "name": "size",
1325
+ "description": "Specify the size of a SegmentedControl",
1326
+ "values": []
1327
+ },
1328
+ {
1329
+ "name": "initialSelection",
1330
+ "description": "Specify the value of the initially selected item",
1331
+ "values": []
1332
+ },
1333
+ {
1334
+ "name": "fluid",
1335
+ "description": "Specify if the SegmentedControl is fluid with its parent container",
1336
+ "values": []
1337
+ }
1338
+ ],
1339
+ "references": [
1340
+ {
1341
+ "name": "Storybook",
1342
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-segmentedcontrol"
1343
+ }
1344
+ ]
1345
+ },
1346
+ {
1347
+ "name": "bm-segmented-control-item",
1348
+ "description": "### Attributes:\n- **value** - Specify the value of the item\n- **disabled** - Specify if this item is disabled\n---\n\n\n### **Events:**\n - **bm-selected** - Dispatched when the item is selected\n\n### **Slots:**\n - **icon** - Specify an icon for the item\n- **default** - Specify the text content of the item",
1349
+ "attributes": [
1350
+ {
1351
+ "name": "value",
1352
+ "description": "Specify the value of the item",
1353
+ "values": []
1354
+ },
1355
+ {
1356
+ "name": "disabled",
1357
+ "description": "Specify if this item is disabled",
1358
+ "values": []
1359
+ }
1360
+ ],
1361
+ "references": [
1362
+ {
1363
+ "name": "Storybook",
1364
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-segmentedcontrol"
1365
+ }
1366
+ ]
1367
+ },
1368
+ {
1369
+ "name": "bm-segmented-control-list",
1370
+ "description": "\n---\n\n\n### **Events:**\n - **bm-selected** - Dispatched when an item is selected\n\n### **Slots:**\n - **default** - Specify the items of the list",
1371
+ "attributes": [],
1372
+ "references": [
1373
+ {
1374
+ "name": "Storybook",
1375
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-segmentedcontrol"
1376
+ }
1377
+ ]
1378
+ },
1379
+ {
1380
+ "name": "bm-segmented-control-panel",
1381
+ "description": "### Attributes:\n- **value** - Specify the value of the panel\n---\n\n\n### **Slots:**\n - **default** - Specify the content of the panel",
1382
+ "attributes": [
1383
+ {
1384
+ "name": "value",
1385
+ "description": "Specify the value of the panel",
1386
+ "values": []
1387
+ }
1388
+ ],
1389
+ "references": [
1390
+ {
1391
+ "name": "Storybook",
1392
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-segmentedcontrol"
1393
+ }
1394
+ ]
1395
+ },
1396
+ {
1397
+ "name": "bm-spinner",
1398
+ "description": "`bm-spinner`\n\n### Attributes:\n- **size** - Specify the size of the spinner\n- **value** - Specify if a spinner is determinate by setting a value\n- **showPercentage** - Specify if a percentage displays with the Spinner\n- **heading** - Specify the heading text for Spinner (used if no heading slot is provided).\n- **body** - Specify the body text for Spinner (used if no body slot is provided).\n- **theme** - Specify the theme of the Spinner. By default it inherits the theme from the parent\n---\n\n\n### **Slots:**\n - **body** - Specify the body text for Spinner. Falls back to `body` prop if not provided.\n- **heading** - Specify the heading text for Spinner. Falls back to `heading` prop if not provided.",
1399
+ "attributes": [
1400
+ {
1401
+ "name": "size",
1402
+ "description": "Specify the size of the spinner",
1403
+ "values": [
1404
+ { "name": "xxs" },
1405
+ { "name": "xs" },
1406
+ { "name": "sm" },
1407
+ { "name": "md" },
1408
+ { "name": "lg" }
1409
+ ]
1410
+ },
1411
+ {
1412
+ "name": "value",
1413
+ "description": "Specify if a spinner is determinate by setting a value",
1414
+ "values": [{ "name": "SpinnerValues" }]
1415
+ },
1416
+ {
1417
+ "name": "showPercentage",
1418
+ "description": "Specify if a percentage displays with the Spinner",
1419
+ "values": []
1420
+ },
1421
+ {
1422
+ "name": "heading",
1423
+ "description": "Specify the heading text for Spinner (used if no heading slot is provided).",
1424
+ "values": []
1425
+ },
1426
+ {
1427
+ "name": "body",
1428
+ "description": "Specify the body text for Spinner (used if no body slot is provided).",
1429
+ "values": []
1430
+ },
1431
+ {
1432
+ "name": "theme",
1433
+ "description": "Specify the theme of the Spinner. By default it inherits the theme from the parent",
1434
+ "values": [{ "name": "light" }, { "name": "dark" }]
1435
+ }
1436
+ ],
1437
+ "references": [
1438
+ {
1439
+ "name": "Storybook",
1440
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-spinner"
1441
+ }
1442
+ ]
1443
+ },
1444
+ {
1445
+ "name": "bm-text",
1446
+ "description": "`bm-text`\nText component that supports both text content and children, including other web components\n\n### Attributes:\n- **text** - The text content. If provided, will be used instead of slot content.\n- **theme** - Specify the theme of the Text. By default it inherits the theme from the parent\n- **kind** - Specify if Text displays as a heading, body, detail, or label variant\n- **color** - Specifies the color of the text\n- **wordBreak** - Sets the css word-break property\n- **alignment** - Sets css text-align to either start, center, or end\n- **bold** - Specify if Text is bold. This prop only works for body `kinds`\n- **block** - Changes the css display to block\n- **truncate** - Truncates css text with ellipsis if it exceeds the container\n- **compact** - Reduces the line-height of body and label `kind` variants\n- **strikethrough** - Adds a strikethrough to the text\n- **underline** - Underlines the text\n- **italic** - Italicizes the text\n---\n\n\n### **Slots:**\n - **default** - The text content for the Text component or pass the `text` attribute to set the text content",
1447
+ "attributes": [
1448
+ {
1449
+ "name": "text",
1450
+ "description": "The text content. If provided, will be used instead of slot content.",
1451
+ "values": []
1452
+ },
1453
+ {
1454
+ "name": "theme",
1455
+ "description": "Specify the theme of the Text. By default it inherits the theme from the parent",
1456
+ "values": [{ "name": "light" }, { "name": "dark" }]
1457
+ },
1458
+ {
1459
+ "name": "kind",
1460
+ "description": "Specify if Text displays as a heading, body, detail, or label variant",
1461
+ "values": [
1462
+ { "name": "heading-6xl" },
1463
+ { "name": "heading-5xl" },
1464
+ { "name": "heading-4xl" },
1465
+ { "name": "heading-3xl" },
1466
+ { "name": "heading-2xl" },
1467
+ { "name": "heading-xl" },
1468
+ { "name": "heading-lg" },
1469
+ { "name": "heading-md" },
1470
+ { "name": "heading-sm" },
1471
+ { "name": "heading-xs" },
1472
+ { "name": "heading-alt-6xl" },
1473
+ { "name": "heading-alt-5xl" },
1474
+ { "name": "heading-alt-4xl" },
1475
+ { "name": "heading-alt-3xl" },
1476
+ { "name": "heading-alt-2xl" },
1477
+ { "name": "heading-alt-xl" },
1478
+ { "name": "heading-alt-lg" },
1479
+ { "name": "heading-alt-md" },
1480
+ { "name": "heading-alt-sm" },
1481
+ { "name": "heading-alt-xs" },
1482
+ { "name": "body-2xl" },
1483
+ { "name": "body-xl" },
1484
+ { "name": "body-lg" },
1485
+ { "name": "body-md" },
1486
+ { "name": "body-sm" },
1487
+ { "name": "body-xs" },
1488
+ { "name": "detail-xl" },
1489
+ { "name": "detail-lg" },
1490
+ { "name": "detail-md" },
1491
+ { "name": "detail-sm" },
1492
+ { "name": "detail-xs" },
1493
+ { "name": "label-2xl" },
1494
+ { "name": "label-xl" },
1495
+ { "name": "label-lg" },
1496
+ { "name": "label-md" },
1497
+ { "name": "label-sm" },
1498
+ { "name": "label-xs" }
1499
+ ]
1500
+ },
1501
+ {
1502
+ "name": "color",
1503
+ "description": "Specifies the color of the text",
1504
+ "values": [
1505
+ { "name": "primary" },
1506
+ { "name": "secondary" },
1507
+ { "name": "infoPrimary" },
1508
+ { "name": "infoSecondary" },
1509
+ { "name": "positive" },
1510
+ { "name": "warning" },
1511
+ { "name": "negative" },
1512
+ { "name": "secondaryInverse" },
1513
+ { "name": "selected" },
1514
+ { "name": "expressive" },
1515
+ { "name": "disabled" },
1516
+ { "name": "primaryInverse" },
1517
+ { "name": "expressiveStronger" },
1518
+ { "name": "expressiveInverse" },
1519
+ { "name": "expressiveInverseStronger" }
1520
+ ]
1521
+ },
1522
+ {
1523
+ "name": "wordBreak",
1524
+ "description": "Sets the css word-break property",
1525
+ "values": [
1526
+ { "name": "normal" },
1527
+ { "name": "breakAll" },
1528
+ { "name": "breakWord" }
1529
+ ]
1530
+ },
1531
+ {
1532
+ "name": "alignment",
1533
+ "description": "Sets css text-align to either start, center, or end",
1534
+ "values": [
1535
+ { "name": "start" },
1536
+ { "name": "end" },
1537
+ { "name": "center" }
1538
+ ]
1539
+ },
1540
+ {
1541
+ "name": "bold",
1542
+ "description": "Specify if Text is bold. This prop only works for body `kinds`",
1543
+ "values": []
1544
+ },
1545
+ {
1546
+ "name": "block",
1547
+ "description": "Changes the css display to block",
1548
+ "values": []
1549
+ },
1550
+ {
1551
+ "name": "truncate",
1552
+ "description": "Truncates css text with ellipsis if it exceeds the container",
1553
+ "values": []
1554
+ },
1555
+ {
1556
+ "name": "compact",
1557
+ "description": "Reduces the line-height of body and label `kind` variants",
1558
+ "values": []
1559
+ },
1560
+ {
1561
+ "name": "strikethrough",
1562
+ "description": "Adds a strikethrough to the text",
1563
+ "values": []
1564
+ },
1565
+ {
1566
+ "name": "underline",
1567
+ "description": "Underlines the text",
1568
+ "values": []
1569
+ },
1570
+ { "name": "italic", "description": "Italicizes the text", "values": [] }
1571
+ ],
1572
+ "references": [
1573
+ {
1574
+ "name": "Storybook",
1575
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-text"
1576
+ }
1577
+ ]
1578
+ },
1579
+ {
1580
+ "name": "bm-tooltip",
1581
+ "description": "`bm-tooltip`\n\n### Attributes:\n- **theme** - Specify the theme of Tooltip. By default it inherits the theme from the parent\n- **open** - Control the visibility of Tooltip\n- **hideArrow** - Whether the arrow is visible\n- **placement** - Specify the placement of Tooltip relative to the anchor\n- **autoPlacement** - Specify if Tooltip should automatically choose the placement that has the most space.\n<a href=\"https://floating-ui.com/docs/autoplacement#options\" target=\"_blank\" rel=\"noopener noreferrer\">AutoPlacementOptions</a>\n- **flip** - Specify if Tooltip should flip to the opposite side if there is not enough space.\nCannot be used with `autoPlacement`.\n<a href=\"https://floating-ui.com/docs/flip#options\" target=\"_blank\" rel=\"noopener noreferrer\">FlipOptions</a>\n- **shift** - Specify if Tooltip should shift to keep itself in view.\n<a href=\"https://floating-ui.com/docs/shift#options\" target=\"_blank\" rel=\"noopener noreferrer\">ShiftOptions</a>\n- **autoHiding** - Specify if Tooltip should hide when the anchor is not in view.\n<a href=\"https://floating-ui.com/docs/hide#options\" target=\"_blank\" rel=\"noopener noreferrer\">HideOptions</a>\n- **middleware** - Pass an array to override the floating-ui middleware\nor a function to modify the Beam-default middleware array.\n<a href=\"https://floating-ui.com/docs/middleware\" target=\"_blank\" rel=\"noopener noreferrer\">Middleware</a>\n- **defaultOpen** - Control the default visibility of Tooltip\n- **showDelay** - Specify the delay in milliseconds before Tooltip appears\nwhen the anchor is hovered\n- **popoverAPI** - Enable the Popover API internally on supported browsers\n- **disableAutoAria** - Disable aria-describedby and id attributes on the floating and anchor content\n- **autoDescribedById** - Override the auto-generated id attached to the trigger for aria-describedby\n- **disabled** - Prevent Tooltip from appearing\n- **triggerSize** - Specify the size of the Tooltip trigger. `none` to leave uncontrolled.\n---\n\n\n### **Events:**\n - **bm-toggle** - Dispatched when the Tooltip is toggled\n\n### **Slots:**\n - **text** - The content of Tooltip\n- **trigger** - The element that triggers Tooltip",
1582
+ "attributes": [
1583
+ {
1584
+ "name": "theme",
1585
+ "description": "Specify the theme of Tooltip. By default it inherits the theme from the parent",
1586
+ "values": [{ "name": "light" }, { "name": "dark" }]
1587
+ },
1588
+ {
1589
+ "name": "open",
1590
+ "description": "Control the visibility of Tooltip",
1591
+ "values": []
1592
+ },
1593
+ {
1594
+ "name": "hideArrow",
1595
+ "description": "Whether the arrow is visible",
1596
+ "values": []
1597
+ },
1598
+ {
1599
+ "name": "placement",
1600
+ "description": "Specify the placement of Tooltip relative to the anchor",
1601
+ "values": [{ "name": "Placement" }]
1602
+ },
1603
+ {
1604
+ "name": "autoPlacement",
1605
+ "description": "Specify if Tooltip should automatically choose the placement that has the most space.\n<a href=\"https://floating-ui.com/docs/autoplacement#options\" target=\"_blank\" rel=\"noopener noreferrer\">AutoPlacementOptions</a>",
1606
+ "values": [{ "name": "AutoPlacementOptions" }]
1607
+ },
1608
+ {
1609
+ "name": "flip",
1610
+ "description": "Specify if Tooltip should flip to the opposite side if there is not enough space.\nCannot be used with `autoPlacement`.\n<a href=\"https://floating-ui.com/docs/flip#options\" target=\"_blank\" rel=\"noopener noreferrer\">FlipOptions</a>",
1611
+ "values": [{ "name": "FlipOptions" }]
1612
+ },
1613
+ {
1614
+ "name": "shift",
1615
+ "description": "Specify if Tooltip should shift to keep itself in view.\n<a href=\"https://floating-ui.com/docs/shift#options\" target=\"_blank\" rel=\"noopener noreferrer\">ShiftOptions</a>",
1616
+ "values": [{ "name": "ShiftOptions" }]
1617
+ },
1618
+ {
1619
+ "name": "autoHiding",
1620
+ "description": "Specify if Tooltip should hide when the anchor is not in view.\n<a href=\"https://floating-ui.com/docs/hide#options\" target=\"_blank\" rel=\"noopener noreferrer\">HideOptions</a>",
1621
+ "values": [{ "name": "Record<string, unknown>" }]
1622
+ },
1623
+ {
1624
+ "name": "middleware",
1625
+ "description": "Pass an array to override the floating-ui middleware\nor a function to modify the Beam-default middleware array.\n<a href=\"https://floating-ui.com/docs/middleware\" target=\"_blank\" rel=\"noopener noreferrer\">Middleware</a>",
1626
+ "values": [{ "name": "MiddlewareModifier" }]
1627
+ },
1628
+ {
1629
+ "name": "defaultOpen",
1630
+ "description": "Control the default visibility of Tooltip",
1631
+ "values": []
1632
+ },
1633
+ {
1634
+ "name": "showDelay",
1635
+ "description": "Specify the delay in milliseconds before Tooltip appears\nwhen the anchor is hovered",
1636
+ "values": []
1637
+ },
1638
+ {
1639
+ "name": "popoverAPI",
1640
+ "description": "Enable the Popover API internally on supported browsers",
1641
+ "values": []
1642
+ },
1643
+ {
1644
+ "name": "disableAutoAria",
1645
+ "description": "Disable aria-describedby and id attributes on the floating and anchor content",
1646
+ "values": []
1647
+ },
1648
+ {
1649
+ "name": "autoDescribedById",
1650
+ "description": "Override the auto-generated id attached to the trigger for aria-describedby",
1651
+ "values": []
1652
+ },
1653
+ {
1654
+ "name": "disabled",
1655
+ "description": "Prevent Tooltip from appearing",
1656
+ "values": []
1657
+ },
1658
+ {
1659
+ "name": "triggerSize",
1660
+ "description": "Specify the size of the Tooltip trigger. `none` to leave uncontrolled.",
1661
+ "values": [
1662
+ { "name": "xs" },
1663
+ { "name": "sm" },
1664
+ { "name": "md" },
1665
+ { "name": "lg" },
1666
+ { "name": "xl" },
1667
+ { "name": "none" }
1668
+ ]
1669
+ }
1670
+ ],
1671
+ "references": [
1672
+ {
1673
+ "name": "Storybook",
1674
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-tooltip"
1675
+ }
1676
+ ]
1677
+ },
1678
+ {
1679
+ "name": "bm-tooltip-icon-trigger",
1680
+ "description": "### Attributes:\n- **size** - Specify the size of the Tooltip trigger. `none` to leave uncontrolled.\n- **disabled** - Prevent the trigger from being interacted with\n---\n",
1681
+ "attributes": [
1682
+ {
1683
+ "name": "size",
1684
+ "description": "Specify the size of the Tooltip trigger. `none` to leave uncontrolled.",
1685
+ "values": [
1686
+ { "name": "xs" },
1687
+ { "name": "sm" },
1688
+ { "name": "md" },
1689
+ { "name": "lg" },
1690
+ { "name": "xl" },
1691
+ { "name": "none" }
1692
+ ]
1693
+ },
1694
+ {
1695
+ "name": "disabled",
1696
+ "description": "Prevent the trigger from being interacted with",
1697
+ "values": []
1698
+ }
1699
+ ],
1700
+ "references": [
1701
+ {
1702
+ "name": "Storybook",
1703
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-tooltipicon"
1704
+ }
1705
+ ]
1706
+ },
1707
+ {
1708
+ "name": "bm-checkbox",
1709
+ "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",
1710
+ "attributes": [
1711
+ {
1712
+ "name": "theme",
1713
+ "description": "Specify the theme of the CloseButton. By default it inherits the theme from the parent",
1714
+ "values": [{ "name": "light" }, { "name": "dark" }]
1715
+ },
1716
+ {
1717
+ "name": "label",
1718
+ "description": "Specify the text for the label",
1719
+ "values": []
1720
+ },
1721
+ {
1722
+ "name": "name",
1723
+ "description": "Specify the checkbox name",
1724
+ "values": []
1725
+ },
1726
+ {
1727
+ "name": "value",
1728
+ "description": "Specify the checkbox value",
1729
+ "values": []
1730
+ },
1731
+ {
1732
+ "name": "error",
1733
+ "description": "Specify error text and display error state of a Checkbox",
1734
+ "values": []
1735
+ },
1736
+ {
1737
+ "name": "readOnly",
1738
+ "description": "Specify if Checkbox displays in a read-only state",
1739
+ "values": []
1740
+ },
1741
+ {
1742
+ "name": "indeterminate",
1743
+ "description": "Specify if Checkbox displays in an indeterminate state",
1744
+ "values": []
1745
+ },
1746
+ {
1747
+ "name": "disabled",
1748
+ "description": "Specify if Checkbox displays in disabled state",
1749
+ "values": []
1750
+ },
1751
+ {
1752
+ "name": "checked",
1753
+ "description": "Specify if Checkbox is checked",
1754
+ "values": []
1755
+ }
1756
+ ],
1757
+ "references": [
1758
+ {
1759
+ "name": "Storybook",
1760
+ "url": "https://web-components.beam.viasat.com/?path=/docs/forms-checkbox"
1761
+ }
1762
+ ]
1763
+ },
1764
+ {
1765
+ "name": "bm-file-upload-button",
1766
+ "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
+ "attributes": [
1768
+ {
1769
+ "name": "error",
1770
+ "description": "Specify if FileUpload is in error state",
1771
+ "values": []
1772
+ },
1773
+ {
1774
+ "name": "accept",
1775
+ "description": "Specify the accepted file types",
1776
+ "values": []
1777
+ },
1778
+ {
1779
+ "name": "multiple",
1780
+ "description": "Specify if multiple files can be uploaded",
1781
+ "values": []
1782
+ },
1783
+ {
1784
+ "name": "appearance",
1785
+ "description": "Specify the appearance of a Button",
1786
+ "values": [
1787
+ { "name": "accent" },
1788
+ { "name": "neutral" },
1789
+ { "name": "destructive" },
1790
+ { "name": "neutral-subtle" }
1791
+ ]
1792
+ },
1793
+ {
1794
+ "name": "kind",
1795
+ "description": "Specify the kind of Button",
1796
+ "values": [
1797
+ { "name": "filled" },
1798
+ { "name": "outline" },
1799
+ { "name": "ghost" },
1800
+ { "name": "bare" }
1801
+ ]
1802
+ },
1803
+ {
1804
+ "name": "size",
1805
+ "description": "Specify the size of a Button",
1806
+ "values": [{ "name": "sm" }, { "name": "md" }, { "name": "lg" }]
1807
+ },
1808
+ {
1809
+ "name": "disabled",
1810
+ "description": "Specify if the Button is disabled",
1811
+ "values": []
1812
+ },
1813
+ {
1814
+ "name": "fluid",
1815
+ "description": "Specify if Button is fluid",
1816
+ "values": []
1817
+ },
1818
+ {
1819
+ "name": "width",
1820
+ "description": "Specify the width of a Button",
1821
+ "values": []
1822
+ },
1823
+ {
1824
+ "name": "height",
1825
+ "description": "Specify the height of a Button",
1826
+ "values": []
1827
+ },
1828
+ {
1829
+ "name": "theme",
1830
+ "description": "Specify the theme of the Button",
1831
+ "values": [{ "name": "light" }, { "name": "dark" }]
1832
+ },
1833
+ {
1834
+ "name": "iconOnly",
1835
+ "description": "Specify if the icon displays without text",
1836
+ "values": []
1837
+ },
1838
+ { "name": "type", "values": [] }
1839
+ ],
1840
+ "references": [
1841
+ {
1842
+ "name": "Storybook",
1843
+ "url": "https://web-components.beam.viasat.com/?path=/docs/forms-fileupload"
1844
+ }
1845
+ ]
1846
+ },
1847
+ {
1848
+ "name": "bm-file-upload-dropzone",
1849
+ "description": "`bm-file-upload-dropzone`\n\n### Attributes:\n- **error** - Specify if FileUpload is in error state\n- **theme** - Specify the theme of the FileUpload. By default it inherits the theme from the parent\n- **disabled** - Specify if the FileUpload is disabled\n- **accept** - Specify the accepted file types\n- **name** - Specify the name of the FileUpload\n- **multiple** - Specify if multiple files can be uploaded\n---\n\n\n### **Slots:**\n - **default** - Specify text for the Dropzone",
1850
+ "attributes": [
1851
+ {
1852
+ "name": "error",
1853
+ "description": "Specify if FileUpload is in error state",
1854
+ "values": []
1855
+ },
1856
+ {
1857
+ "name": "theme",
1858
+ "description": "Specify the theme of the FileUpload. By default it inherits the theme from the parent",
1859
+ "values": [{ "name": "light" }, { "name": "dark" }]
1860
+ },
1861
+ {
1862
+ "name": "disabled",
1863
+ "description": "Specify if the FileUpload is disabled",
1864
+ "values": []
1865
+ },
1866
+ {
1867
+ "name": "accept",
1868
+ "description": "Specify the accepted file types",
1869
+ "values": []
1870
+ },
1871
+ {
1872
+ "name": "name",
1873
+ "description": "Specify the name of the FileUpload",
1874
+ "values": []
1875
+ },
1876
+ {
1877
+ "name": "multiple",
1878
+ "description": "Specify if multiple files can be uploaded",
1879
+ "values": []
1880
+ }
1881
+ ],
1882
+ "references": [
1883
+ {
1884
+ "name": "Storybook",
1885
+ "url": "https://web-components.beam.viasat.com/?path=/docs/forms-fileupload"
1886
+ }
1887
+ ]
1888
+ },
1889
+ {
1890
+ "name": "bm-file-upload-list-item",
1891
+ "description": "`bm-file-upload-list-item`\n\n### Attributes:\n- **error** - Specify error text and display error state of list item\n- **fileName** - The name of the uploaded file\n- **fileSize** - The size of the uploaded file\n- **size** - Specify the size of the item\n- **thumbnail** - Specify if the item displays a default thumbnail or a preview of the image being uploaded. Image only displays for size lg.\n- **state** - Specify the status of the file\n- **progress** - Specify the progress of the file upload\n- **theme** - Specify the theme of the FileUpload. By default it inherits the theme from the parent\n- **disabled** - Specify if the FileUpload is disabled\n---\n\n\n### **Events:**\n - **bm-dismiss** - Dispatched when the dismiss button is clicked",
1892
+ "attributes": [
1893
+ {
1894
+ "name": "error",
1895
+ "description": "Specify error text and display error state of list item",
1896
+ "values": []
1897
+ },
1898
+ {
1899
+ "name": "fileName",
1900
+ "description": "The name of the uploaded file",
1901
+ "values": []
1902
+ },
1903
+ {
1904
+ "name": "fileSize",
1905
+ "description": "The size of the uploaded file",
1906
+ "values": []
1907
+ },
1908
+ {
1909
+ "name": "size",
1910
+ "description": "Specify the size of the item",
1911
+ "values": [{ "name": "md" }, { "name": "lg" }]
1912
+ },
1913
+ {
1914
+ "name": "thumbnail",
1915
+ "description": "Specify if the item displays a default thumbnail or a preview of the image being uploaded. Image only displays for size lg.",
1916
+ "values": []
1917
+ },
1918
+ {
1919
+ "name": "state",
1920
+ "description": "Specify the status of the file",
1921
+ "values": [
1922
+ { "name": "uploading" },
1923
+ { "name": "success" },
1924
+ { "name": "uploaded" },
1925
+ { "name": "error" }
1926
+ ]
1927
+ },
1928
+ {
1929
+ "name": "progress",
1930
+ "description": "Specify the progress of the file upload",
1931
+ "values": []
1932
+ },
1933
+ {
1934
+ "name": "theme",
1935
+ "description": "Specify the theme of the FileUpload. By default it inherits the theme from the parent",
1936
+ "values": [{ "name": "light" }, { "name": "dark" }]
1937
+ },
1938
+ {
1939
+ "name": "disabled",
1940
+ "description": "Specify if the FileUpload is disabled",
1941
+ "values": []
1942
+ }
1943
+ ],
1944
+ "references": [
1945
+ {
1946
+ "name": "Storybook",
1947
+ "url": "https://web-components.beam.viasat.com/?path=/docs/forms-fileupload"
1948
+ }
1949
+ ]
1950
+ },
1951
+ {
1952
+ "name": "bm-file-upload-list",
1953
+ "description": "`bm-file-upload-list`\n\n### Attributes:\n- **thumbnail** - Specify if the all items displays with a default thumbnail or a preview of the image being uploaded. Image only displays for size lg.\n- **size** - Specify FileUpload List size\n- **theme** - Specify the theme of the FileUpload. By default it inherits the theme from the parent\n- **disabled** - Specify if the FileUpload is disabled\n- **renderItem** - Specify a render function for the list item\n---\n\n\n### **Slots:**\n - **default** - Specify the list items",
1954
+ "attributes": [
1955
+ {
1956
+ "name": "thumbnail",
1957
+ "description": "Specify if the all items displays with a default thumbnail or a preview of the image being uploaded. Image only displays for size lg.",
1958
+ "values": []
1959
+ },
1960
+ {
1961
+ "name": "size",
1962
+ "description": "Specify FileUpload List size",
1963
+ "values": [{ "name": "md" }, { "name": "lg" }]
1964
+ },
1965
+ {
1966
+ "name": "theme",
1967
+ "description": "Specify the theme of the FileUpload. By default it inherits the theme from the parent",
1968
+ "values": [{ "name": "light" }, { "name": "dark" }]
1969
+ },
1970
+ {
1971
+ "name": "disabled",
1972
+ "description": "Specify if the FileUpload is disabled",
1973
+ "values": []
1974
+ },
1975
+ {
1976
+ "name": "renderItem",
1977
+ "description": "Specify a render function for the list item",
1978
+ "values": [
1979
+ { "name": "(fileItem: FileItem, dismissFile: () => void) => void" }
1980
+ ]
1981
+ }
1982
+ ],
1983
+ "references": [
1984
+ {
1985
+ "name": "Storybook",
1986
+ "url": "https://web-components.beam.viasat.com/?path=/docs/forms-fileupload"
1987
+ }
1988
+ ]
1989
+ },
1990
+ {
1991
+ "name": "bm-file-upload",
1992
+ "description": "`bm-file-upload`\n\n### Attributes:\n- **accept** - Specify what types of files can be uploaded\n- **error** - Specify error text and display error state of FileUpload\n- **disabled** - Specify if FileUpload is in disabled state\n- **multiple** - Specify if more than one file can be can be uploaded\n- **fileLimit** - Specify how many files can be uploaded\n- **maxFileSize** - Specify the maximum file size that can be uploaded\n- **required** - Specify if FileUpload is a required input\n- **readOnly** - Specify if FileUpload is in read-only state\n- **hideRequiredMarker** - Specify if FileUpload displays with an asterisk\n- **validationRules** - Specify form validation rules for FileUpload\n- **fluid** - Specify if FileUpload is fluid\n- **width** - Specify the width of FileUpload\n- **theme** - Specify the theme of the FileUpload. By default it inherits the theme from the parent\n---\n\n\n### **Events:**\n - **bm-selected** - Dispatched when a file is uploaded. Preventing default on this event will make upload asynchronous\n\n### **Slots:**\n - **label** - Specify Label for for FileUpload\n- **helper-text** - Specify HelperText for FileUpload",
1993
+ "attributes": [
1994
+ {
1995
+ "name": "accept",
1996
+ "description": "Specify what types of files can be uploaded",
1997
+ "values": []
1998
+ },
1999
+ {
2000
+ "name": "error",
2001
+ "description": "Specify error text and display error state of FileUpload",
2002
+ "values": []
2003
+ },
2004
+ {
2005
+ "name": "disabled",
2006
+ "description": "Specify if FileUpload is in disabled state",
2007
+ "values": []
2008
+ },
2009
+ {
2010
+ "name": "multiple",
2011
+ "description": "Specify if more than one file can be can be uploaded",
2012
+ "values": []
2013
+ },
2014
+ {
2015
+ "name": "fileLimit",
2016
+ "description": "Specify how many files can be uploaded",
2017
+ "values": []
2018
+ },
2019
+ {
2020
+ "name": "maxFileSize",
2021
+ "description": "Specify the maximum file size that can be uploaded",
2022
+ "values": []
2023
+ },
2024
+ {
2025
+ "name": "required",
2026
+ "description": "Specify if FileUpload is a required input",
2027
+ "values": []
2028
+ },
2029
+ {
2030
+ "name": "readOnly",
2031
+ "description": "Specify if FileUpload is in read-only state",
2032
+ "values": []
2033
+ },
2034
+ {
2035
+ "name": "hideRequiredMarker",
2036
+ "description": "Specify if FileUpload displays with an asterisk",
2037
+ "values": []
2038
+ },
2039
+ {
2040
+ "name": "validationRules",
2041
+ "description": "Specify form validation rules for FileUpload",
2042
+ "values": [{ "name": "Array<FormValidator>" }]
2043
+ },
2044
+ {
2045
+ "name": "fluid",
2046
+ "description": "Specify if FileUpload is fluid",
2047
+ "values": []
2048
+ },
2049
+ {
2050
+ "name": "width",
2051
+ "description": "Specify the width of FileUpload",
2052
+ "values": []
2053
+ },
2054
+ {
2055
+ "name": "theme",
2056
+ "description": "Specify the theme of the FileUpload. By default it inherits the theme from the parent",
2057
+ "values": [{ "name": "light" }, { "name": "dark" }]
2058
+ },
2059
+ { "name": "id", "values": [] },
2060
+ { "name": "name", "values": [] },
2061
+ { "name": "value", "values": [] },
2062
+ {
2063
+ "name": "input-aria-label",
2064
+ "values": [{ "name": "Optional<string>" }]
2065
+ }
2066
+ ],
2067
+ "references": [
2068
+ {
2069
+ "name": "Storybook",
2070
+ "url": "https://web-components.beam.viasat.com/?path=/docs/forms-fileupload"
2071
+ }
2072
+ ]
2073
+ },
2074
+ {
2075
+ "name": "bm-form",
2076
+ "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",
2077
+ "attributes": [
2078
+ {
2079
+ "name": "validationMode",
2080
+ "description": "Specify if validation runs on change or when loosing focus",
2081
+ "values": [
2082
+ { "name": "onChange" },
2083
+ { "name": "onBlur" },
2084
+ { "name": "onSubmit" }
2085
+ ]
2086
+ },
2087
+ {
2088
+ "name": "initialValues",
2089
+ "description": "Specify initial values on Form controls based on their names",
2090
+ "values": [{ "name": "Record<string" }, { "name": "FormValue>" }]
2091
+ },
2092
+ {
2093
+ "name": "required",
2094
+ "description": "Specify if input is a required",
2095
+ "values": []
2096
+ },
2097
+ {
2098
+ "name": "disabled",
2099
+ "description": "Specify if input is a disabled",
2100
+ "values": []
2101
+ },
2102
+ {
2103
+ "name": "readOnly",
2104
+ "description": "Specify if input is a read only",
2105
+ "values": []
2106
+ },
2107
+ { "name": "action", "values": [{ "name": "Optional<string>" }] },
2108
+ { "name": "method", "values": [{ "name": "Optional<string>" }] },
2109
+ { "name": "target", "values": [{ "name": "Optional<string>" }] },
2110
+ { "name": "enctype", "values": [{ "name": "Optional<string>" }] }
2111
+ ],
2112
+ "references": [
2113
+ {
2114
+ "name": "Storybook",
2115
+ "url": "https://web-components.beam.viasat.com/?path=/docs/forms-form"
2116
+ }
2117
+ ]
2118
+ },
2119
+ {
2120
+ "name": "bm-radio-button",
2121
+ "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",
2122
+ "attributes": [
2123
+ {
2124
+ "name": "label",
2125
+ "description": "Specify the text for the label",
2126
+ "values": []
2127
+ },
2128
+ {
2129
+ "name": "error",
2130
+ "description": "Specify error text and display error state of a RadioButton",
2131
+ "values": []
2132
+ },
2133
+ {
2134
+ "name": "readOnly",
2135
+ "description": "Specify if RadioButton displays in a read-only state",
2136
+ "values": []
2137
+ },
2138
+ {
2139
+ "name": "disabled",
2140
+ "description": "Specify if RadioButton displays in a disabled state",
2141
+ "values": []
2142
+ },
2143
+ {
2144
+ "name": "theme",
2145
+ "description": "Specify the theme of the RadioButton. By default it inherits the theme from the parent",
2146
+ "values": [{ "name": "light" }, { "name": "dark" }]
2147
+ },
2148
+ {
2149
+ "name": "value",
2150
+ "description": "The value attribute for the input element",
2151
+ "values": []
2152
+ },
2153
+ {
2154
+ "name": "checked",
2155
+ "description": "The checked attribute for the input element",
2156
+ "values": []
2157
+ },
2158
+ {
2159
+ "name": "onKeyDown",
2160
+ "description": "A user-defined function to handle keydown events",
2161
+ "values": [{ "name": "(event: KeyboardEvent) => void" }]
2162
+ }
2163
+ ],
2164
+ "references": [
2165
+ {
2166
+ "name": "Storybook",
2167
+ "url": "https://web-components.beam.viasat.com/?path=/docs/forms-radiobutton"
2168
+ }
2169
+ ]
2170
+ },
2171
+ {
2172
+ "name": "bm-native-select",
2173
+ "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",
2174
+ "attributes": [
2175
+ {
2176
+ "name": "required",
2177
+ "description": "Specify if NativeSelect is a required input",
2178
+ "values": []
2179
+ },
2180
+ {
2181
+ "name": "readOnly",
2182
+ "description": "Specify if NativeSelect displays in a read-only state",
2183
+ "values": []
2184
+ },
2185
+ {
2186
+ "name": "disabled",
2187
+ "description": "Specify if NativeSelect displays in a disabled state",
2188
+ "values": []
2189
+ },
2190
+ {
2191
+ "name": "error",
2192
+ "description": "Specify error text and display error state of a NativeSelect",
2193
+ "values": [{ "name": "Optional<string>" }]
2194
+ },
2195
+ {
2196
+ "name": "fluid",
2197
+ "description": "Specify if NativeSelect is fluid",
2198
+ "values": []
2199
+ },
2200
+ {
2201
+ "name": "width",
2202
+ "description": "Specify the width of NativeSelect",
2203
+ "values": [{ "name": "Optional<string>" }]
2204
+ },
2205
+ {
2206
+ "name": "ellipse",
2207
+ "description": "Specify if overflow displays ellipsis",
2208
+ "values": []
2209
+ },
2210
+ {
2211
+ "name": "hideRequiredMarker",
2212
+ "description": "Specify if the NativeSelect displays with an asterisk",
2213
+ "values": []
2214
+ },
2215
+ {
2216
+ "name": "theme",
2217
+ "description": "Specify the theme of the NativeSelect. By default it inherits the theme from the parent",
2218
+ "values": [{ "name": "Optional<ThemeTypes>" }]
2219
+ },
2220
+ { "name": "id", "values": [] },
2221
+ { "name": "name", "values": [] },
2222
+ { "name": "value", "values": [] },
2223
+ {
2224
+ "name": "validationRules",
2225
+ "values": [{ "name": "Array<FormValidator>" }]
2226
+ },
2227
+ {
2228
+ "name": "input-aria-label",
2229
+ "values": [{ "name": "Optional<string>" }]
2230
+ }
2231
+ ],
2232
+ "references": [
2233
+ {
2234
+ "name": "Storybook",
2235
+ "url": "https://web-components.beam.viasat.com/?path=/docs/forms-nativeselect"
2236
+ }
2237
+ ]
2238
+ },
2239
+ {
2240
+ "name": "bm-switch",
2241
+ "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.",
2242
+ "attributes": [
2243
+ {
2244
+ "name": "onText",
2245
+ "description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
2246
+ "values": []
2247
+ },
2248
+ {
2249
+ "name": "offText",
2250
+ "description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
2251
+ "values": []
2252
+ },
2253
+ {
2254
+ "name": "textPosition",
2255
+ "description": "Specify the position of the side label",
2256
+ "values": [{ "name": "before" }, { "name": "after" }]
2257
+ },
2258
+ {
2259
+ "name": "readOnly",
2260
+ "description": "Specify if Switch displays in a read-only state",
2261
+ "values": []
2262
+ },
2263
+ {
2264
+ "name": "disabled",
2265
+ "description": "Specify if Switch displays in a disabled state",
2266
+ "values": []
2267
+ },
2268
+ { "name": "checked", "values": [] },
2269
+ {
2270
+ "name": "value",
2271
+ "description": "The value attribute for the input element",
2272
+ "values": []
2273
+ }
2274
+ ],
2275
+ "references": [
2276
+ {
2277
+ "name": "Storybook",
2278
+ "url": "https://web-components.beam.viasat.com/?path=/docs/forms-switch"
2279
+ }
2280
+ ]
2281
+ },
2282
+ {
2283
+ "name": "bm-label",
2284
+ "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",
2285
+ "attributes": [
2286
+ {
2287
+ "name": "disabled",
2288
+ "description": "Specify if the Label displays disabled",
2289
+ "values": []
2290
+ },
2291
+ {
2292
+ "name": "required",
2293
+ "description": "Specify if the Label displays as required",
2294
+ "values": []
2295
+ },
2296
+ {
2297
+ "name": "text",
2298
+ "description": "Specify the text for Label",
2299
+ "values": [{ "name": "Optional<string>" }]
2300
+ },
2301
+ {
2302
+ "name": "optional",
2303
+ "description": "Specify the text for Label",
2304
+ "values": [{ "name": "Optional<string>" }]
2305
+ },
2306
+ {
2307
+ "name": "theme",
2308
+ "description": "Specify the theme of the Label. By default it inherits the theme from the parent",
2309
+ "values": [{ "name": "Optional<ThemeTypes>" }]
2310
+ }
2311
+ ],
2312
+ "references": [
2313
+ {
2314
+ "name": "Storybook",
2315
+ "url": "https://web-components.beam.viasat.com/?path=/docs/forms-label"
2316
+ }
2317
+ ]
2318
+ },
2319
+ {
2320
+ "name": "bm-text-area",
2321
+ "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",
2322
+ "attributes": [
2323
+ {
2324
+ "name": "rows",
2325
+ "description": "Specify the height of TextArea",
2326
+ "values": [{ "name": "Optional<number>" }]
2327
+ },
2328
+ {
2329
+ "name": "cols",
2330
+ "description": "Specify the width of TextArea",
2331
+ "values": [{ "name": "Optional<number>" }]
2332
+ },
2333
+ {
2334
+ "name": "placeholder",
2335
+ "description": "Specify placeholder text for TextArea",
2336
+ "values": [{ "name": "Optional<string>" }]
2337
+ },
2338
+ {
2339
+ "name": "required",
2340
+ "description": "Specify if TextArea is a required input",
2341
+ "values": []
2342
+ },
2343
+ {
2344
+ "name": "hideRequiredMarker",
2345
+ "description": "Specify if the TextArea displays with an asterisk",
2346
+ "values": []
2347
+ },
2348
+ {
2349
+ "name": "error",
2350
+ "description": "Specify error text and display error state of a TextArea",
2351
+ "values": [{ "name": "Optional<string>" }]
2352
+ },
2353
+ {
2354
+ "name": "readOnly",
2355
+ "description": "Specify if TextArea displays in a read-only state",
2356
+ "values": []
2357
+ },
2358
+ {
2359
+ "name": "disabled",
2360
+ "description": "Specify if TextArea displays in a disabled state",
2361
+ "values": []
2362
+ },
2363
+ {
2364
+ "name": "fluid",
2365
+ "description": "Specify if TextArea is fluid",
2366
+ "values": []
2367
+ },
2368
+ {
2369
+ "name": "width",
2370
+ "description": "Specify the width of TextArea",
2371
+ "values": [{ "name": "Optional<string>" }]
2372
+ },
2373
+ {
2374
+ "name": "hideResize",
2375
+ "description": "Specify if TextArea can be manually resized",
2376
+ "values": []
2377
+ },
2378
+ {
2379
+ "name": "maxCount",
2380
+ "description": "Specify the maximum character count for the TextArea",
2381
+ "values": [{ "name": "Optional<number>" }]
2382
+ },
2383
+ {
2384
+ "name": "autoResize",
2385
+ "description": "Specify if the TextArea automatically resizes to fit the text",
2386
+ "values": []
2387
+ },
2388
+ {
2389
+ "name": "theme",
2390
+ "description": "Specify the theme of the TextArea. By default it inherits the theme from the parent",
2391
+ "values": [{ "name": "Optional<ThemeTypes>" }]
2392
+ },
2393
+ { "name": "id", "values": [] },
2394
+ { "name": "name", "values": [] },
2395
+ { "name": "value", "values": [] },
2396
+ {
2397
+ "name": "validationRules",
2398
+ "values": [{ "name": "Array<FormValidator>" }]
2399
+ },
2400
+ {
2401
+ "name": "input-aria-label",
2402
+ "values": [{ "name": "Optional<string>" }]
2403
+ }
2404
+ ],
2405
+ "references": [
2406
+ {
2407
+ "name": "Storybook",
2408
+ "url": "https://web-components.beam.viasat.com/?path=/docs/forms-textarea"
2409
+ }
2410
+ ]
2411
+ },
2412
+ {
2413
+ "name": "bm-text-field",
2414
+ "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",
2415
+ "attributes": [
2416
+ {
2417
+ "name": "placeholder",
2418
+ "description": "Specify placeholder text for TextField",
2419
+ "values": [{ "name": "Optional<string>" }]
2420
+ },
2421
+ {
2422
+ "name": "required",
2423
+ "description": "Specify if TextField is a required input",
2424
+ "values": []
2425
+ },
2426
+ {
2427
+ "name": "hideRequiredMarker",
2428
+ "description": "Specify if the TextField displays with an asterisk",
2429
+ "values": []
2430
+ },
2431
+ {
2432
+ "name": "error",
2433
+ "description": "Specify error text and display error state of a TextField",
2434
+ "values": [{ "name": "Optional<string>" }]
2435
+ },
2436
+ {
2437
+ "name": "readOnly",
2438
+ "description": "Specify if TextField displays in a read-only state",
2439
+ "values": []
2440
+ },
2441
+ {
2442
+ "name": "disabled",
2443
+ "description": "Specify if TextField displays in a disabled state",
2444
+ "values": []
2445
+ },
2446
+ {
2447
+ "name": "fluid",
2448
+ "description": "Specify if TextField is fluid",
2449
+ "values": []
2450
+ },
2451
+ {
2452
+ "name": "width",
2453
+ "description": "Specify the width of TextField",
2454
+ "values": [{ "name": "Optional<string>" }]
2455
+ },
2456
+ {
2457
+ "name": "ellipse",
2458
+ "description": "Specify if overflow displays ellipsis",
2459
+ "values": []
2460
+ },
2461
+ {
2462
+ "name": "theme",
2463
+ "description": "Specify the theme of the TextField. By default it inherits the theme from the parent",
2464
+ "values": [{ "name": "Optional<ThemeTypes>" }]
2465
+ },
2466
+ { "name": "type", "values": [] },
2467
+ { "name": "inputMode", "values": [] },
2468
+ { "name": "id", "values": [] },
2469
+ { "name": "name", "values": [] },
2470
+ { "name": "value", "values": [] },
2471
+ {
2472
+ "name": "validationRules",
2473
+ "values": [{ "name": "Array<FormValidator>" }]
2474
+ },
2475
+ {
2476
+ "name": "input-aria-label",
2477
+ "values": [{ "name": "Optional<string>" }]
2478
+ }
2479
+ ],
2480
+ "references": [
2481
+ {
2482
+ "name": "Storybook",
2483
+ "url": "https://web-components.beam.viasat.com/?path=/docs/forms-textfield"
2484
+ }
2485
+ ]
2486
+ },
2487
+ {
2488
+ "name": "bm-checkbox-group",
2489
+ "description": "\n---\n\n\n### **Slots:**\n - **label** - Add label text to the InputChoiceGroup\n- **helperText** - Add helper text to the InputChoiceGroup",
2490
+ "attributes": [
2491
+ {
2492
+ "name": "theme",
2493
+ "description": "Specify the theme of the InputChoiceGroup. By default it inherits the theme from the parent",
2494
+ "values": [{ "name": "light" }, { "name": "dark" }]
2495
+ },
2496
+ {
2497
+ "name": "layout",
2498
+ "description": "Specify InputChoiceGroup orientation\n\n**Deprecated**: use `orientation` and `fluid` instead",
2499
+ "values": [
2500
+ { "name": "horizontal" },
2501
+ { "name": "vertical" },
2502
+ { "name": "horizontalFluid" }
2503
+ ]
2504
+ },
2505
+ {
2506
+ "name": "orientation",
2507
+ "description": "Specify InputChoiceGroup orientation",
2508
+ "values": [{ "name": "horizontal" }, { "name": "vertical" }]
2509
+ },
2510
+ {
2511
+ "name": "fluid",
2512
+ "description": "Specify if InputChoiceGroup should take the full width of its container",
2513
+ "values": []
2514
+ },
2515
+ {
2516
+ "name": "required",
2517
+ "description": "Specify if InputChoiceGroup is a required input",
2518
+ "values": []
2519
+ },
2520
+ {
2521
+ "name": "hideRequiredMarker",
2522
+ "description": "Specify if the InputChoiceGroup displays with an asterisk",
2523
+ "values": []
2524
+ },
2525
+ {
2526
+ "name": "error",
2527
+ "description": "Specify error text and display error state of a InputChoiceGroup",
2528
+ "values": []
2529
+ },
2530
+ {
2531
+ "name": "readOnly",
2532
+ "description": "Specify if InputChoiceGroup displays in a read-only state",
2533
+ "values": []
2534
+ },
2535
+ {
2536
+ "name": "disabled",
2537
+ "description": "Specify if InputChoiceGroup displays in a disabled state",
2538
+ "values": []
2539
+ },
2540
+ { "name": "id", "values": [] },
2541
+ { "name": "name", "values": [] },
2542
+ { "name": "value", "values": [] },
2543
+ {
2544
+ "name": "validationRules",
2545
+ "values": [{ "name": "Array<FormValidator>" }]
2546
+ },
2547
+ {
2548
+ "name": "input-aria-label",
2549
+ "values": [{ "name": "Optional<string>" }]
2550
+ }
2551
+ ],
2552
+ "references": [
2553
+ {
2554
+ "name": "Storybook",
2555
+ "url": "https://web-components.beam.viasat.com/?path=/docs/forms-checkbox"
2556
+ }
2557
+ ]
2558
+ },
2559
+ {
2560
+ "name": "bm-radio-button-group",
2561
+ "description": "\n---\n\n\n### **Slots:**\n - **label** - Add label text to the InputChoiceGroup\n- **helperText** - Add helper text to the InputChoiceGroup",
2562
+ "attributes": [
2563
+ {
2564
+ "name": "theme",
2565
+ "description": "Specify the theme of the InputChoiceGroup. By default it inherits the theme from the parent",
2566
+ "values": [{ "name": "light" }, { "name": "dark" }]
2567
+ },
2568
+ {
2569
+ "name": "layout",
2570
+ "description": "Specify InputChoiceGroup orientation\n\n**Deprecated**: use `orientation` and `fluid` instead",
2571
+ "values": [
2572
+ { "name": "horizontal" },
2573
+ { "name": "vertical" },
2574
+ { "name": "horizontalFluid" }
2575
+ ]
2576
+ },
2577
+ {
2578
+ "name": "orientation",
2579
+ "description": "Specify InputChoiceGroup orientation",
2580
+ "values": [{ "name": "horizontal" }, { "name": "vertical" }]
2581
+ },
2582
+ {
2583
+ "name": "fluid",
2584
+ "description": "Specify if InputChoiceGroup should take the full width of its container",
2585
+ "values": []
2586
+ },
2587
+ {
2588
+ "name": "required",
2589
+ "description": "Specify if InputChoiceGroup is a required input",
2590
+ "values": []
2591
+ },
2592
+ {
2593
+ "name": "hideRequiredMarker",
2594
+ "description": "Specify if the InputChoiceGroup displays with an asterisk",
2595
+ "values": []
2596
+ },
2597
+ {
2598
+ "name": "error",
2599
+ "description": "Specify error text and display error state of a InputChoiceGroup",
2600
+ "values": []
2601
+ },
2602
+ {
2603
+ "name": "readOnly",
2604
+ "description": "Specify if InputChoiceGroup displays in a read-only state",
2605
+ "values": []
2606
+ },
2607
+ {
2608
+ "name": "disabled",
2609
+ "description": "Specify if InputChoiceGroup displays in a disabled state",
2610
+ "values": []
2611
+ },
2612
+ { "name": "id", "values": [] },
2613
+ { "name": "name", "values": [] },
2614
+ { "name": "value", "values": [] },
2615
+ {
2616
+ "name": "validationRules",
2617
+ "values": [{ "name": "Array<FormValidator>" }]
2618
+ },
2619
+ {
2620
+ "name": "input-aria-label",
2621
+ "values": [{ "name": "Optional<string>" }]
2622
+ }
2623
+ ],
2624
+ "references": [
2625
+ {
2626
+ "name": "Storybook",
2627
+ "url": "https://web-components.beam.viasat.com/?path=/docs/forms-radiobutton"
2628
+ }
2629
+ ]
2630
+ },
2631
+ {
2632
+ "name": "bm-switch-group",
2633
+ "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",
2634
+ "attributes": [
2635
+ {
2636
+ "name": "theme",
2637
+ "description": "Specify the theme of the InputChoiceGroup. By default it inherits the theme from the parent",
2638
+ "values": [{ "name": "light" }, { "name": "dark" }]
2639
+ },
2640
+ {
2641
+ "name": "layout",
2642
+ "description": "Specify InputChoiceGroup orientation\n\n**Deprecated**: use `orientation` and `fluid` instead",
2643
+ "values": [
2644
+ { "name": "horizontal" },
2645
+ { "name": "vertical" },
2646
+ { "name": "horizontalFluid" }
2647
+ ]
2648
+ },
2649
+ {
2650
+ "name": "orientation",
2651
+ "description": "Specify InputChoiceGroup orientation",
2652
+ "values": [{ "name": "horizontal" }, { "name": "vertical" }]
2653
+ },
2654
+ {
2655
+ "name": "fluid",
2656
+ "description": "Specify if InputChoiceGroup should take the full width of its container",
2657
+ "values": []
2658
+ },
2659
+ {
2660
+ "name": "required",
2661
+ "description": "Specify if InputChoiceGroup is a required input",
2662
+ "values": []
2663
+ },
2664
+ {
2665
+ "name": "hideRequiredMarker",
2666
+ "description": "Specify if the InputChoiceGroup displays with an asterisk",
2667
+ "values": []
2668
+ },
2669
+ {
2670
+ "name": "error",
2671
+ "description": "Specify error text and display error state of a InputChoiceGroup",
2672
+ "values": []
2673
+ },
2674
+ {
2675
+ "name": "readOnly",
2676
+ "description": "Specify if InputChoiceGroup displays in a read-only state",
2677
+ "values": []
2678
+ },
2679
+ {
2680
+ "name": "disabled",
2681
+ "description": "Specify if InputChoiceGroup displays in a disabled state",
2682
+ "values": []
2683
+ },
2684
+ { "name": "id", "values": [] },
2685
+ { "name": "name", "values": [] },
2686
+ { "name": "value", "values": [] },
2687
+ {
2688
+ "name": "validationRules",
2689
+ "values": [{ "name": "Array<FormValidator>" }]
2690
+ },
2691
+ {
2692
+ "name": "input-aria-label",
2693
+ "values": [{ "name": "Optional<string>" }]
2694
+ }
2695
+ ],
2696
+ "references": [
2697
+ {
2698
+ "name": "Storybook",
2699
+ "url": "https://web-components.beam.viasat.com/?path=/docs/forms-switch"
2700
+ }
2701
+ ]
2702
+ }
2703
+ ]
2704
+ }