@viasat/beam-web-components 2.43.1 → 2.43.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -62,100 +62,75 @@
62
62
  ]
63
63
  },
64
64
  {
65
- "name": "bm-avatar",
66
- "description": "`bm-avatar`\n\n### Attributes:\n- **appearance** - Specify the appearance of the Avatar\n- **name** - Specify a name to display initials in the Avatar\n- **src** - Pass an image to the Avatar\n- **alt** - Specify alt for image\n- **size** - Specify the size of the Avatar\n- **disabled** - Specify if the Avatar is disabled\n- **shape** - Specify the shape of the Avatar\n- **isInteractive** - If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer\n- **isFocusable** - If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable\n- **withBorder** \n---\n\n\n### **Slots:**\n - **icon** - Customize the default icon",
65
+ "name": "bm-alert",
66
+ "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",
67
67
  "attributes": [
68
68
  {
69
- "name": "appearance",
70
- "description": "Specify the appearance of the Avatar",
71
- "values": [{ "name": "accent" }, { "name": "neutral" }]
72
- },
73
- {
74
- "name": "name",
75
- "description": "Specify a name to display initials in the Avatar",
69
+ "name": "heading",
70
+ "description": "Specify the heading text for Alert",
76
71
  "values": []
77
72
  },
78
73
  {
79
- "name": "src",
80
- "description": "Pass an image to the Avatar",
74
+ "name": "body",
75
+ "description": "Specify the body text for Alert",
81
76
  "values": []
82
77
  },
83
- { "name": "alt", "description": "Specify alt for image", "values": [] },
84
78
  {
85
79
  "name": "size",
86
- "description": "Specify the size of the Avatar",
87
- "values": [
88
- { "name": "xs" },
89
- { "name": "sm" },
90
- { "name": "md" },
91
- { "name": "lg" },
92
- { "name": "xl" }
93
- ]
80
+ "description": "Specify the size of the Alert",
81
+ "values": [{ "name": "sm" }, { "name": "md" }]
94
82
  },
95
83
  {
96
- "name": "disabled",
97
- "description": "Specify if the Avatar is disabled",
84
+ "name": "fullWidth",
85
+ "description": "Specify if the Alert has no border radius",
98
86
  "values": []
99
87
  },
100
88
  {
101
- "name": "shape",
102
- "description": "Specify the shape of the Avatar",
103
- "values": [{ "name": "circle" }, { "name": "square" }]
89
+ "name": "theme",
90
+ "description": "Specify the theme of the Alert. By default it inherits the theme from the parent",
91
+ "values": [{ "name": "light" }, { "name": "dark" }]
104
92
  },
105
93
  {
106
- "name": "isInteractive",
107
- "description": "If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer",
108
- "values": []
94
+ "name": "appearance",
95
+ "description": "Specify the appearance of the Alert",
96
+ "values": [
97
+ { "name": "infoPrimary" },
98
+ { "name": "infoSecondary" },
99
+ { "name": "positive" },
100
+ { "name": "warning" },
101
+ { "name": "negative" }
102
+ ]
109
103
  },
110
104
  {
111
- "name": "isFocusable",
112
- "description": "If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable",
105
+ "name": "hidden",
106
+ "description": "Specify if the Alert is hidden",
113
107
  "values": []
114
108
  },
115
- { "name": "withBorder", "values": [] }
116
- ],
117
- "references": [
118
- {
119
- "name": "Storybook",
120
- "url": "https://web-components.beam.viasat.com/?path=/docs/components-avatar"
121
- }
122
- ]
123
- },
124
- {
125
- "name": "bm-avatar-group",
126
- "description": "`bm-avatar-group`\n\n### Attributes:\n- **wrapping** - Specify if the AvatarGroup wraps\n- **maxCount** - Specify the max number of avatars displayed in the group.\n- **size** - Specify the size of all Avatars\n- **layout** - Specify the kind of the group.\n---\n\n\n### **Slots:**\n - **default** - Add Avatars to create a group",
127
- "attributes": [
128
109
  {
129
- "name": "wrapping",
130
- "description": "Specify if the AvatarGroup wraps",
110
+ "name": "hideIcon",
111
+ "description": "Specify if the icon displays on the Alert",
131
112
  "values": []
132
113
  },
133
114
  {
134
- "name": "maxCount",
135
- "description": "Specify the max number of avatars displayed in the group.",
115
+ "name": "dismissible",
116
+ "description": "Specify if the Alert can be dismissed",
136
117
  "values": []
137
118
  },
138
119
  {
139
- "name": "size",
140
- "description": "Specify the size of all Avatars",
141
- "values": [
142
- { "name": "xs" },
143
- { "name": "sm" },
144
- { "name": "md" },
145
- { "name": "lg" },
146
- { "name": "xl" }
147
- ]
120
+ "name": "disableAutoFocus",
121
+ "description": "Prevent autofocus on show",
122
+ "values": []
148
123
  },
149
124
  {
150
- "name": "layout",
151
- "description": "Specify the kind of the group.",
152
- "values": [{ "name": "stacked" }, { "name": "spaced" }]
125
+ "name": "disableCloseOnEscape",
126
+ "description": "Prevent Escape from closing",
127
+ "values": []
153
128
  }
154
129
  ],
155
130
  "references": [
156
131
  {
157
132
  "name": "Storybook",
158
- "url": "https://web-components.beam.viasat.com/?path=/docs/components-avatar"
133
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-alert"
159
134
  }
160
135
  ]
161
136
  },
@@ -202,79 +177,6 @@
202
177
  }
203
178
  ]
204
179
  },
205
- {
206
- "name": "bm-alert",
207
- "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",
208
- "attributes": [
209
- {
210
- "name": "heading",
211
- "description": "Specify the heading text for Alert",
212
- "values": []
213
- },
214
- {
215
- "name": "body",
216
- "description": "Specify the body text for Alert",
217
- "values": []
218
- },
219
- {
220
- "name": "size",
221
- "description": "Specify the size of the Alert",
222
- "values": [{ "name": "sm" }, { "name": "md" }]
223
- },
224
- {
225
- "name": "fullWidth",
226
- "description": "Specify if the Alert has no border radius",
227
- "values": []
228
- },
229
- {
230
- "name": "theme",
231
- "description": "Specify the theme of the Alert. By default it inherits the theme from the parent",
232
- "values": [{ "name": "light" }, { "name": "dark" }]
233
- },
234
- {
235
- "name": "appearance",
236
- "description": "Specify the appearance of the Alert",
237
- "values": [
238
- { "name": "infoPrimary" },
239
- { "name": "infoSecondary" },
240
- { "name": "positive" },
241
- { "name": "warning" },
242
- { "name": "negative" }
243
- ]
244
- },
245
- {
246
- "name": "hidden",
247
- "description": "Specify if the Alert is hidden",
248
- "values": []
249
- },
250
- {
251
- "name": "hideIcon",
252
- "description": "Specify if the icon displays on the Alert",
253
- "values": []
254
- },
255
- {
256
- "name": "dismissible",
257
- "description": "Specify if the Alert can be dismissed",
258
- "values": []
259
- },
260
- {
261
- "name": "disableAutoFocus",
262
- "description": "Prevent autofocus on show",
263
- "values": []
264
- },
265
- {
266
- "name": "disableCloseOnEscape",
267
- "description": "Prevent Escape from closing",
268
- "values": []
269
- }
270
- ],
271
- "references": [
272
- {
273
- "name": "Storybook",
274
- "url": "https://web-components.beam.viasat.com/?path=/docs/components-alert"
275
- }
276
- ]
277
- },
278
180
  {
279
181
  "name": "bm-badge-dot",
280
182
  "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",
@@ -717,68 +619,166 @@
717
619
  ]
718
620
  },
719
621
  {
720
- "name": "bm-breadcrumb",
721
- "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",
622
+ "name": "bm-avatar",
623
+ "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",
722
624
  "attributes": [
723
625
  {
724
- "name": "wrap",
725
- "description": "Specify if items wrap or collapse to an ellipsis",
626
+ "name": "appearance",
627
+ "description": "Specify the appearance of the Avatar",
628
+ "values": [{ "name": "accent" }, { "name": "neutral" }]
629
+ },
630
+ {
631
+ "name": "name",
632
+ "description": "Specify a name to display initials in the Avatar",
726
633
  "values": []
727
634
  },
728
635
  {
729
- "name": "itemsBeforeCollapse",
730
- "description": "Specify how many items show before ellipsis",
636
+ "name": "src",
637
+ "description": "Pass an image to the Avatar",
731
638
  "values": []
732
639
  },
640
+ { "name": "alt", "description": "Specify alt for image", "values": [] },
733
641
  {
734
- "name": "itemsAfterCollapse",
735
- "description": "Specify how many items show after ellipsis",
642
+ "name": "size",
643
+ "description": "Specify the size of the Avatar",
644
+ "values": [
645
+ { "name": "xs" },
646
+ { "name": "sm" },
647
+ { "name": "md" },
648
+ { "name": "lg" },
649
+ { "name": "xl" }
650
+ ]
651
+ },
652
+ {
653
+ "name": "disabled",
654
+ "description": "Specify if the Avatar is disabled",
736
655
  "values": []
737
656
  },
738
657
  {
739
- "name": "theme",
740
- "description": "Specify the theme of the Breadcrumbs. By default, it inherits the theme from the parent",
741
- "values": [{ "name": "light" }, { "name": "dark" }]
742
- }
658
+ "name": "shape",
659
+ "description": "Specify the shape of the Avatar",
660
+ "values": [{ "name": "circle" }, { "name": "square" }]
661
+ },
662
+ {
663
+ "name": "isInteractive",
664
+ "description": "If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer",
665
+ "values": []
666
+ },
667
+ {
668
+ "name": "isFocusable",
669
+ "description": "If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable",
670
+ "values": []
671
+ },
672
+ { "name": "withBorder", "values": [] }
743
673
  ],
744
674
  "references": [
745
675
  {
746
676
  "name": "Storybook",
747
- "url": "https://web-components.beam.viasat.com/?path=/docs/components-breadcrumb"
677
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-avatar"
748
678
  }
749
679
  ]
750
680
  },
751
681
  {
752
- "name": "bm-breadcrumb-item",
753
- "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",
682
+ "name": "bm-avatar-group",
683
+ "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",
754
684
  "attributes": [
755
- { "name": "href", "description": "Pass href to an item", "values": [] },
756
685
  {
757
- "name": "clickable",
758
- "description": "Specify if the item is interactive without an href",
686
+ "name": "wrapping",
687
+ "description": "Specify if the AvatarGroup wraps",
759
688
  "values": []
760
689
  },
761
690
  {
762
- "name": "truncationWidth",
763
- "description": "Specify truncation width of the items. Sets max-width for all items but the last.",
691
+ "name": "maxCount",
692
+ "description": "Specify the max number of avatars displayed in the group.",
764
693
  "values": []
765
694
  },
766
695
  {
767
- "name": "isCurrent",
768
- "description": "Specify explicitly if the item is the last one",
769
- "values": []
696
+ "name": "size",
697
+ "description": "Specify the size of all Avatars",
698
+ "values": [
699
+ { "name": "xs" },
700
+ { "name": "sm" },
701
+ { "name": "md" },
702
+ { "name": "lg" },
703
+ { "name": "xl" }
704
+ ]
770
705
  },
771
- { "name": "isCollapsed", "values": [] }
706
+ {
707
+ "name": "layout",
708
+ "description": "Specify the kind of the group.",
709
+ "values": [{ "name": "stacked" }, { "name": "spaced" }]
710
+ }
772
711
  ],
773
712
  "references": [
774
713
  {
775
714
  "name": "Storybook",
776
- "url": "https://web-components.beam.viasat.com/?path=/docs/components-breadcrumb"
715
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-avatar"
777
716
  }
778
717
  ]
779
718
  },
780
719
  {
781
- "name": "bm-button",
720
+ "name": "bm-breadcrumb",
721
+ "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",
722
+ "attributes": [
723
+ {
724
+ "name": "wrap",
725
+ "description": "Specify if items wrap or collapse to an ellipsis",
726
+ "values": []
727
+ },
728
+ {
729
+ "name": "itemsBeforeCollapse",
730
+ "description": "Specify how many items show before ellipsis",
731
+ "values": []
732
+ },
733
+ {
734
+ "name": "itemsAfterCollapse",
735
+ "description": "Specify how many items show after ellipsis",
736
+ "values": []
737
+ },
738
+ {
739
+ "name": "theme",
740
+ "description": "Specify the theme of the Breadcrumbs. By default, it inherits the theme from the parent",
741
+ "values": [{ "name": "light" }, { "name": "dark" }]
742
+ }
743
+ ],
744
+ "references": [
745
+ {
746
+ "name": "Storybook",
747
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-breadcrumb"
748
+ }
749
+ ]
750
+ },
751
+ {
752
+ "name": "bm-breadcrumb-item",
753
+ "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",
754
+ "attributes": [
755
+ { "name": "href", "description": "Pass href to an item", "values": [] },
756
+ {
757
+ "name": "clickable",
758
+ "description": "Specify if the item is interactive without an href",
759
+ "values": []
760
+ },
761
+ {
762
+ "name": "truncationWidth",
763
+ "description": "Specify truncation width of the items. Sets max-width for all items but the last.",
764
+ "values": []
765
+ },
766
+ {
767
+ "name": "isCurrent",
768
+ "description": "Specify explicitly if the item is the last one",
769
+ "values": []
770
+ },
771
+ { "name": "isCollapsed", "values": [] }
772
+ ],
773
+ "references": [
774
+ {
775
+ "name": "Storybook",
776
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-breadcrumb"
777
+ }
778
+ ]
779
+ },
780
+ {
781
+ "name": "bm-button",
782
782
  "description": "`bm-button`\n\n### Attributes:\n- **appearance** - Specify the appearance of a Button\n- **kind** - Specify the kind of Button\n- **size** - Specify the size of a Button\n- **disabled** - Specify if the Button is disabled\n- **fluid** - Specify if Button is fluid\n- **width** - Specify the width of a Button\n- **height** - Specify the height of a Button\n- **theme** - Specify the theme of the Button\n- **iconOnly** - Specify if the icon displays without text\n- **type** \n---\n\n\n### **Slots:**\n - **default** - Provide content for the Button\n- **iconBefore** - Specify if the Button displays icon before the text\n- **iconAfter** - Specify if the Button displays icon after the text",
783
783
  "attributes": [
784
784
  {
@@ -1852,178 +1852,6 @@
1852
1852
  }
1853
1853
  ]
1854
1854
  },
1855
- {
1856
- "name": "bm-checkbox",
1857
- "description": "`bm-checkbox`\n\n### Attributes:\n- **theme** - Specify the theme of the CloseButton. By default it inherits the theme from the parent\n- **label** - Specify the text for the label\n- **name** - Specify the checkbox name\n- **value** - Specify the checkbox value\n- **error** - Specify error text and display error state of a Checkbox\n- **readOnly** - Specify if Checkbox displays in a read-only state\n- **indeterminate** - Specify if Checkbox displays in an indeterminate state\n- **disabled** - Specify if Checkbox displays in disabled state\n- **checked** - Specify if Checkbox is checked\n---\n",
1858
- "attributes": [
1859
- {
1860
- "name": "theme",
1861
- "description": "Specify the theme of the CloseButton. By default it inherits the theme from the parent",
1862
- "values": [{ "name": "light" }, { "name": "dark" }]
1863
- },
1864
- {
1865
- "name": "label",
1866
- "description": "Specify the text for the label",
1867
- "values": []
1868
- },
1869
- {
1870
- "name": "name",
1871
- "description": "Specify the checkbox name",
1872
- "values": []
1873
- },
1874
- {
1875
- "name": "value",
1876
- "description": "Specify the checkbox value",
1877
- "values": []
1878
- },
1879
- {
1880
- "name": "error",
1881
- "description": "Specify error text and display error state of a Checkbox",
1882
- "values": []
1883
- },
1884
- {
1885
- "name": "readOnly",
1886
- "description": "Specify if Checkbox displays in a read-only state",
1887
- "values": []
1888
- },
1889
- {
1890
- "name": "indeterminate",
1891
- "description": "Specify if Checkbox displays in an indeterminate state",
1892
- "values": []
1893
- },
1894
- {
1895
- "name": "disabled",
1896
- "description": "Specify if Checkbox displays in disabled state",
1897
- "values": []
1898
- },
1899
- {
1900
- "name": "checked",
1901
- "description": "Specify if Checkbox is checked",
1902
- "values": []
1903
- }
1904
- ],
1905
- "references": [
1906
- {
1907
- "name": "Storybook",
1908
- "url": "https://web-components.beam.viasat.com/?path=/docs/forms-checkbox"
1909
- }
1910
- ]
1911
- },
1912
- {
1913
- "name": "bm-form",
1914
- "description": "`bm-form`\n---\n\n\n### **Events:**\n - **submit** - Validates the inputs and submits the form\n\n### **Slots:**\n - **slot** - Add controls to the Form",
1915
- "attributes": [
1916
- {
1917
- "name": "validationMode",
1918
- "description": "Specify if validation runs on change or when loosing focus",
1919
- "values": [
1920
- { "name": "onChange" },
1921
- { "name": "onBlur" },
1922
- { "name": "onSubmit" }
1923
- ]
1924
- },
1925
- {
1926
- "name": "initialValues",
1927
- "description": "Specify initial values on Form controls based on their names",
1928
- "values": [{ "name": "Record<string" }, { "name": "FormValue>" }]
1929
- },
1930
- {
1931
- "name": "required",
1932
- "description": "Specify if input is a required",
1933
- "values": []
1934
- },
1935
- {
1936
- "name": "disabled",
1937
- "description": "Specify if input is a disabled",
1938
- "values": []
1939
- },
1940
- {
1941
- "name": "readOnly",
1942
- "description": "Specify if input is a read only",
1943
- "values": []
1944
- },
1945
- { "name": "action", "values": [] },
1946
- { "name": "method", "values": [] },
1947
- { "name": "target", "values": [] },
1948
- { "name": "enctype", "values": [] }
1949
- ],
1950
- "references": [
1951
- {
1952
- "name": "Storybook",
1953
- "url": "https://web-components.beam.viasat.com/?path=/docs/forms-form"
1954
- }
1955
- ]
1956
- },
1957
- {
1958
- "name": "bm-native-select",
1959
- "description": "`bm-native-select`\n---\n\n\n### **Slots:**\n - **slot** - Specify Options for NativeSelect\n- **label** - Specify Label for NativeSelect\n- **helper-text** - Specify HelperText for NativeSelect",
1960
- "attributes": [
1961
- {
1962
- "name": "required",
1963
- "description": "Specify if NativeSelect is a required input",
1964
- "values": []
1965
- },
1966
- {
1967
- "name": "readOnly",
1968
- "description": "Specify if NativeSelect displays in a read-only state",
1969
- "values": []
1970
- },
1971
- {
1972
- "name": "disabled",
1973
- "description": "Specify if NativeSelect displays in a disabled state",
1974
- "values": []
1975
- },
1976
- {
1977
- "name": "error",
1978
- "description": "Specify error text and display error state of a NativeSelect",
1979
- "values": []
1980
- },
1981
- {
1982
- "name": "fluid",
1983
- "description": "Specify if NativeSelect is fluid",
1984
- "values": []
1985
- },
1986
- {
1987
- "name": "size",
1988
- "description": "Specify the size of NativeSelect",
1989
- "values": [{ "name": "sm" }, { "name": "md" }, { "name": "lg" }]
1990
- },
1991
- {
1992
- "name": "width",
1993
- "description": "Specify the width of NativeSelect",
1994
- "values": []
1995
- },
1996
- {
1997
- "name": "ellipse",
1998
- "description": "Specify if overflow displays ellipsis",
1999
- "values": []
2000
- },
2001
- {
2002
- "name": "hideRequiredMarker",
2003
- "description": "Specify if the NativeSelect displays with an asterisk",
2004
- "values": []
2005
- },
2006
- {
2007
- "name": "theme",
2008
- "description": "Specify the theme of the NativeSelect. By default it inherits the theme from the parent",
2009
- "values": [{ "name": "light" }, { "name": "dark" }]
2010
- },
2011
- { "name": "id", "values": [] },
2012
- { "name": "name", "values": [] },
2013
- { "name": "value", "values": [] },
2014
- {
2015
- "name": "validationRules",
2016
- "values": [{ "name": "Array<FormValidator>" }]
2017
- },
2018
- { "name": "input-aria-label", "values": [] }
2019
- ],
2020
- "references": [
2021
- {
2022
- "name": "Storybook",
2023
- "url": "https://web-components.beam.viasat.com/?path=/docs/forms-nativeselect"
2024
- }
2025
- ]
2026
- },
2027
1855
  {
2028
1856
  "name": "bm-file-upload-button",
2029
1857
  "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",
@@ -2331,6 +2159,108 @@
2331
2159
  }
2332
2160
  ]
2333
2161
  },
2162
+ {
2163
+ "name": "bm-checkbox",
2164
+ "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",
2165
+ "attributes": [
2166
+ {
2167
+ "name": "theme",
2168
+ "description": "Specify the theme of the CloseButton. By default it inherits the theme from the parent",
2169
+ "values": [{ "name": "light" }, { "name": "dark" }]
2170
+ },
2171
+ {
2172
+ "name": "label",
2173
+ "description": "Specify the text for the label",
2174
+ "values": []
2175
+ },
2176
+ {
2177
+ "name": "name",
2178
+ "description": "Specify the checkbox name",
2179
+ "values": []
2180
+ },
2181
+ {
2182
+ "name": "value",
2183
+ "description": "Specify the checkbox value",
2184
+ "values": []
2185
+ },
2186
+ {
2187
+ "name": "error",
2188
+ "description": "Specify error text and display error state of a Checkbox",
2189
+ "values": []
2190
+ },
2191
+ {
2192
+ "name": "readOnly",
2193
+ "description": "Specify if Checkbox displays in a read-only state",
2194
+ "values": []
2195
+ },
2196
+ {
2197
+ "name": "indeterminate",
2198
+ "description": "Specify if Checkbox displays in an indeterminate state",
2199
+ "values": []
2200
+ },
2201
+ {
2202
+ "name": "disabled",
2203
+ "description": "Specify if Checkbox displays in disabled state",
2204
+ "values": []
2205
+ },
2206
+ {
2207
+ "name": "checked",
2208
+ "description": "Specify if Checkbox is checked",
2209
+ "values": []
2210
+ }
2211
+ ],
2212
+ "references": [
2213
+ {
2214
+ "name": "Storybook",
2215
+ "url": "https://web-components.beam.viasat.com/?path=/docs/forms-checkbox"
2216
+ }
2217
+ ]
2218
+ },
2219
+ {
2220
+ "name": "bm-form",
2221
+ "description": "`bm-form`\n---\n\n\n### **Events:**\n - **submit** - Validates the inputs and submits the form\n\n### **Slots:**\n - **slot** - Add controls to the Form",
2222
+ "attributes": [
2223
+ {
2224
+ "name": "validationMode",
2225
+ "description": "Specify if validation runs on change or when loosing focus",
2226
+ "values": [
2227
+ { "name": "onChange" },
2228
+ { "name": "onBlur" },
2229
+ { "name": "onSubmit" }
2230
+ ]
2231
+ },
2232
+ {
2233
+ "name": "initialValues",
2234
+ "description": "Specify initial values on Form controls based on their names",
2235
+ "values": [{ "name": "Record<string" }, { "name": "FormValue>" }]
2236
+ },
2237
+ {
2238
+ "name": "required",
2239
+ "description": "Specify if input is a required",
2240
+ "values": []
2241
+ },
2242
+ {
2243
+ "name": "disabled",
2244
+ "description": "Specify if input is a disabled",
2245
+ "values": []
2246
+ },
2247
+ {
2248
+ "name": "readOnly",
2249
+ "description": "Specify if input is a read only",
2250
+ "values": []
2251
+ },
2252
+ { "name": "action", "values": [] },
2253
+ { "name": "method", "values": [] },
2254
+ { "name": "target", "values": [] },
2255
+ { "name": "enctype", "values": [] }
2256
+ ],
2257
+ "references": [
2258
+ {
2259
+ "name": "Storybook",
2260
+ "url": "https://web-components.beam.viasat.com/?path=/docs/forms-form"
2261
+ }
2262
+ ]
2263
+ },
2334
2264
  {
2335
2265
  "name": "bm-radio-button",
2336
2266
  "description": "`bm-radio-button`\n\n### Attributes:\n- **label** - Specify the text for the label\n- **error** - Specify error text and display error state of a RadioButton\n- **readOnly** - Specify if RadioButton displays in a read-only state\n- **disabled** - Specify if RadioButton displays in a disabled state\n- **theme** - Specify the theme of the RadioButton. By default it inherits the theme from the parent\n- **value** - The value attribute for the input element\n- **checked** - The checked attribute for the input element\n- **onKeyDown** - A user-defined function to handle keydown events\n---\n",
@@ -2384,77 +2314,57 @@
2384
2314
  ]
2385
2315
  },
2386
2316
  {
2387
- "name": "bm-text-area",
2388
- "description": "`bm-text-area`\n---\n\n\n### **Slots:**\n - **label** - Specify the label for TextArea\n- **helper-text** - Specify the helper text for TextArea",
2317
+ "name": "bm-native-select",
2318
+ "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",
2389
2319
  "attributes": [
2390
- {
2391
- "name": "rows",
2392
- "description": "Specify the height of TextArea",
2393
- "values": []
2394
- },
2395
- {
2396
- "name": "cols",
2397
- "description": "Specify the width of TextArea",
2398
- "values": []
2399
- },
2400
- {
2401
- "name": "placeholder",
2402
- "description": "Specify placeholder text for TextArea",
2403
- "values": []
2404
- },
2405
2320
  {
2406
2321
  "name": "required",
2407
- "description": "Specify if TextArea is a required input",
2408
- "values": []
2409
- },
2410
- {
2411
- "name": "hideRequiredMarker",
2412
- "description": "Specify if the TextArea displays with an asterisk",
2322
+ "description": "Specify if NativeSelect is a required input",
2413
2323
  "values": []
2414
2324
  },
2415
2325
  {
2416
- "name": "error",
2417
- "description": "Specify error text and display error state of a TextArea",
2326
+ "name": "readOnly",
2327
+ "description": "Specify if NativeSelect displays in a read-only state",
2418
2328
  "values": []
2419
2329
  },
2420
2330
  {
2421
- "name": "readOnly",
2422
- "description": "Specify if TextArea displays in a read-only state",
2331
+ "name": "disabled",
2332
+ "description": "Specify if NativeSelect displays in a disabled state",
2423
2333
  "values": []
2424
2334
  },
2425
2335
  {
2426
- "name": "disabled",
2427
- "description": "Specify if TextArea displays in a disabled state",
2336
+ "name": "error",
2337
+ "description": "Specify error text and display error state of a NativeSelect",
2428
2338
  "values": []
2429
2339
  },
2430
2340
  {
2431
2341
  "name": "fluid",
2432
- "description": "Specify if TextArea is fluid",
2342
+ "description": "Specify if NativeSelect is fluid",
2433
2343
  "values": []
2434
2344
  },
2435
2345
  {
2436
- "name": "width",
2437
- "description": "Specify the width of TextArea",
2438
- "values": []
2346
+ "name": "size",
2347
+ "description": "Specify the size of NativeSelect",
2348
+ "values": [{ "name": "sm" }, { "name": "md" }, { "name": "lg" }]
2439
2349
  },
2440
2350
  {
2441
- "name": "hideResize",
2442
- "description": "Specify if TextArea can be manually resized",
2351
+ "name": "width",
2352
+ "description": "Specify the width of NativeSelect",
2443
2353
  "values": []
2444
2354
  },
2445
2355
  {
2446
- "name": "maxCount",
2447
- "description": "Specify the maximum character count for the TextArea",
2356
+ "name": "ellipse",
2357
+ "description": "Specify if overflow displays ellipsis",
2448
2358
  "values": []
2449
2359
  },
2450
2360
  {
2451
- "name": "autoResize",
2452
- "description": "Specify if the TextArea automatically resizes to fit the text",
2361
+ "name": "hideRequiredMarker",
2362
+ "description": "Specify if the NativeSelect displays with an asterisk",
2453
2363
  "values": []
2454
2364
  },
2455
2365
  {
2456
2366
  "name": "theme",
2457
- "description": "Specify the theme of the TextArea. By default it inherits the theme from the parent",
2367
+ "description": "Specify the theme of the NativeSelect. By default it inherits the theme from the parent",
2458
2368
  "values": [{ "name": "light" }, { "name": "dark" }]
2459
2369
  },
2460
2370
  { "name": "id", "values": [] },
@@ -2469,7 +2379,7 @@
2469
2379
  "references": [
2470
2380
  {
2471
2381
  "name": "Storybook",
2472
- "url": "https://web-components.beam.viasat.com/?path=/docs/forms-textarea"
2382
+ "url": "https://web-components.beam.viasat.com/?path=/docs/forms-nativeselect"
2473
2383
  }
2474
2384
  ]
2475
2385
  },
@@ -2516,6 +2426,96 @@
2516
2426
  }
2517
2427
  ]
2518
2428
  },
2429
+ {
2430
+ "name": "bm-text-area",
2431
+ "description": "`bm-text-area`\n---\n\n\n### **Slots:**\n - **label** - Specify the label for TextArea\n- **helper-text** - Specify the helper text for TextArea",
2432
+ "attributes": [
2433
+ {
2434
+ "name": "rows",
2435
+ "description": "Specify the height of TextArea",
2436
+ "values": []
2437
+ },
2438
+ {
2439
+ "name": "cols",
2440
+ "description": "Specify the width of TextArea",
2441
+ "values": []
2442
+ },
2443
+ {
2444
+ "name": "placeholder",
2445
+ "description": "Specify placeholder text for TextArea",
2446
+ "values": []
2447
+ },
2448
+ {
2449
+ "name": "required",
2450
+ "description": "Specify if TextArea is a required input",
2451
+ "values": []
2452
+ },
2453
+ {
2454
+ "name": "hideRequiredMarker",
2455
+ "description": "Specify if the TextArea displays with an asterisk",
2456
+ "values": []
2457
+ },
2458
+ {
2459
+ "name": "error",
2460
+ "description": "Specify error text and display error state of a TextArea",
2461
+ "values": []
2462
+ },
2463
+ {
2464
+ "name": "readOnly",
2465
+ "description": "Specify if TextArea displays in a read-only state",
2466
+ "values": []
2467
+ },
2468
+ {
2469
+ "name": "disabled",
2470
+ "description": "Specify if TextArea displays in a disabled state",
2471
+ "values": []
2472
+ },
2473
+ {
2474
+ "name": "fluid",
2475
+ "description": "Specify if TextArea is fluid",
2476
+ "values": []
2477
+ },
2478
+ {
2479
+ "name": "width",
2480
+ "description": "Specify the width of TextArea",
2481
+ "values": []
2482
+ },
2483
+ {
2484
+ "name": "hideResize",
2485
+ "description": "Specify if TextArea can be manually resized",
2486
+ "values": []
2487
+ },
2488
+ {
2489
+ "name": "maxCount",
2490
+ "description": "Specify the maximum character count for the TextArea",
2491
+ "values": []
2492
+ },
2493
+ {
2494
+ "name": "autoResize",
2495
+ "description": "Specify if the TextArea automatically resizes to fit the text",
2496
+ "values": []
2497
+ },
2498
+ {
2499
+ "name": "theme",
2500
+ "description": "Specify the theme of the TextArea. By default it inherits the theme from the parent",
2501
+ "values": [{ "name": "light" }, { "name": "dark" }]
2502
+ },
2503
+ { "name": "id", "values": [] },
2504
+ { "name": "name", "values": [] },
2505
+ { "name": "value", "values": [] },
2506
+ {
2507
+ "name": "validationRules",
2508
+ "values": [{ "name": "Array<FormValidator>" }]
2509
+ },
2510
+ { "name": "input-aria-label", "values": [] }
2511
+ ],
2512
+ "references": [
2513
+ {
2514
+ "name": "Storybook",
2515
+ "url": "https://web-components.beam.viasat.com/?path=/docs/forms-textarea"
2516
+ }
2517
+ ]
2518
+ },
2519
2519
  {
2520
2520
  "name": "bm-checkbox-group",
2521
2521
  "description": "\n---\n\n\n### **Slots:**\n - **label** - Add label text to the InputChoiceGroup\n- **helperText** - Add helper text to the InputChoiceGroup",