@viasat/beam-web-components 2.25.0 → 2.26.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -61,147 +61,6 @@
61
61
  }
62
62
  ]
63
63
  },
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",
67
- "attributes": [
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",
76
- "values": []
77
- },
78
- {
79
- "name": "src",
80
- "description": "Pass an image to the Avatar",
81
- "values": []
82
- },
83
- { "name": "alt", "description": "Specify alt for image", "values": [] },
84
- {
85
- "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
- ]
94
- },
95
- {
96
- "name": "disabled",
97
- "description": "Specify if the Avatar is disabled",
98
- "values": []
99
- },
100
- {
101
- "name": "shape",
102
- "description": "Specify the shape of the Avatar",
103
- "values": [{ "name": "circle" }, { "name": "square" }]
104
- },
105
- {
106
- "name": "isInteractive",
107
- "description": "If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer",
108
- "values": []
109
- },
110
- {
111
- "name": "isFocusable",
112
- "description": "If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable",
113
- "values": []
114
- },
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
- {
129
- "name": "wrapping",
130
- "description": "Specify if the AvatarGroup wraps",
131
- "values": []
132
- },
133
- {
134
- "name": "maxCount",
135
- "description": "Specify the max number of avatars displayed in the group.",
136
- "values": []
137
- },
138
- {
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
- ]
148
- },
149
- {
150
- "name": "layout",
151
- "description": "Specify the kind of the group.",
152
- "values": [{ "name": "stacked" }, { "name": "spaced" }]
153
- }
154
- ],
155
- "references": [
156
- {
157
- "name": "Storybook",
158
- "url": "https://web-components.beam.viasat.com/?path=/docs/components-avatar"
159
- }
160
- ]
161
- },
162
- {
163
- "name": "bm-badge",
164
- "description": "`bm-badge`\n\n### Attributes:\n- **appearance** - Specify the appearance of the Badge\n- **theme** - Theme of the Badge\n- **size** - Specify the size of the Badge\n- **emphasis** - Specify the emphasis of the Badge\n- **hideIcon** - Hides Badge icon\n---\n\n\n### **Slots:**\n - **default** - Provide text for the Badge\n- **icon** - Specify a different icon for the Badge",
165
- "attributes": [
166
- {
167
- "name": "appearance",
168
- "description": "Specify the appearance of the Badge",
169
- "values": [
170
- { "name": "infoPrimary" },
171
- { "name": "infoSecondary" },
172
- { "name": "positive" },
173
- { "name": "warning" },
174
- { "name": "negative" }
175
- ]
176
- },
177
- {
178
- "name": "theme",
179
- "description": "Theme of the Badge",
180
- "values": [{ "name": "light" }, { "name": "dark" }]
181
- },
182
- {
183
- "name": "size",
184
- "description": "Specify the size of the Badge",
185
- "values": [{ "name": "sm" }, { "name": "md" }]
186
- },
187
- {
188
- "name": "emphasis",
189
- "description": "Specify the emphasis of the Badge",
190
- "values": [
191
- { "name": "strong" },
192
- { "name": "medium" },
193
- { "name": "subtle" }
194
- ]
195
- },
196
- { "name": "hideIcon", "description": "Hides Badge icon", "values": [] }
197
- ],
198
- "references": [
199
- {
200
- "name": "Storybook",
201
- "url": "https://web-components.beam.viasat.com/?path=/docs/components-badge"
202
- }
203
- ]
204
- },
205
64
  {
206
65
  "name": "bm-alert",
207
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",
@@ -276,17 +135,12 @@
276
135
  ]
277
136
  },
278
137
  {
279
- "name": "bm-badge-dot",
280
- "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",
138
+ "name": "bm-badge",
139
+ "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",
281
140
  "attributes": [
282
- {
283
- "name": "theme",
284
- "description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
285
- "values": [{ "name": "light" }, { "name": "dark" }]
286
- },
287
141
  {
288
142
  "name": "appearance",
289
- "description": "Specify the appearance of the BadgeDot",
143
+ "description": "Specify the appearance of the Badge",
290
144
  "values": [
291
145
  { "name": "infoPrimary" },
292
146
  { "name": "infoSecondary" },
@@ -296,20 +150,30 @@
296
150
  ]
297
151
  },
298
152
  {
299
- "name": "emphasis",
300
- "description": "Specify the emphasis of the BadgeDot",
301
- "values": [{ "name": "strong" }, { "name": "subtle" }]
153
+ "name": "theme",
154
+ "description": "Theme of the Badge",
155
+ "values": [{ "name": "light" }, { "name": "dark" }]
302
156
  },
303
157
  {
304
- "name": "overrideDotColor",
305
- "description": "Overrides default dot color",
306
- "values": []
307
- }
158
+ "name": "size",
159
+ "description": "Specify the size of the Badge",
160
+ "values": [{ "name": "sm" }, { "name": "md" }]
161
+ },
162
+ {
163
+ "name": "emphasis",
164
+ "description": "Specify the emphasis of the Badge",
165
+ "values": [
166
+ { "name": "strong" },
167
+ { "name": "medium" },
168
+ { "name": "subtle" }
169
+ ]
170
+ },
171
+ { "name": "hideIcon", "description": "Hides Badge icon", "values": [] }
308
172
  ],
309
173
  "references": [
310
174
  {
311
175
  "name": "Storybook",
312
- "url": "https://web-components.beam.viasat.com/?path=/docs/components-badgedot"
176
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-badge"
313
177
  }
314
178
  ]
315
179
  },
@@ -777,6 +641,104 @@
777
641
  }
778
642
  ]
779
643
  },
644
+ {
645
+ "name": "bm-avatar",
646
+ "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",
647
+ "attributes": [
648
+ {
649
+ "name": "appearance",
650
+ "description": "Specify the appearance of the Avatar",
651
+ "values": [{ "name": "accent" }, { "name": "neutral" }]
652
+ },
653
+ {
654
+ "name": "name",
655
+ "description": "Specify a name to display initials in the Avatar",
656
+ "values": []
657
+ },
658
+ {
659
+ "name": "src",
660
+ "description": "Pass an image to the Avatar",
661
+ "values": []
662
+ },
663
+ { "name": "alt", "description": "Specify alt for image", "values": [] },
664
+ {
665
+ "name": "size",
666
+ "description": "Specify the size of the Avatar",
667
+ "values": [
668
+ { "name": "xs" },
669
+ { "name": "sm" },
670
+ { "name": "md" },
671
+ { "name": "lg" },
672
+ { "name": "xl" }
673
+ ]
674
+ },
675
+ {
676
+ "name": "disabled",
677
+ "description": "Specify if the Avatar is disabled",
678
+ "values": []
679
+ },
680
+ {
681
+ "name": "shape",
682
+ "description": "Specify the shape of the Avatar",
683
+ "values": [{ "name": "circle" }, { "name": "square" }]
684
+ },
685
+ {
686
+ "name": "isInteractive",
687
+ "description": "If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer",
688
+ "values": []
689
+ },
690
+ {
691
+ "name": "isFocusable",
692
+ "description": "If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable",
693
+ "values": []
694
+ },
695
+ { "name": "withBorder", "values": [] }
696
+ ],
697
+ "references": [
698
+ {
699
+ "name": "Storybook",
700
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-avatar"
701
+ }
702
+ ]
703
+ },
704
+ {
705
+ "name": "bm-avatar-group",
706
+ "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",
707
+ "attributes": [
708
+ {
709
+ "name": "wrapping",
710
+ "description": "Specify if the AvatarGroup wraps",
711
+ "values": []
712
+ },
713
+ {
714
+ "name": "maxCount",
715
+ "description": "Specify the max number of avatars displayed in the group.",
716
+ "values": []
717
+ },
718
+ {
719
+ "name": "size",
720
+ "description": "Specify the size of all Avatars",
721
+ "values": [
722
+ { "name": "xs" },
723
+ { "name": "sm" },
724
+ { "name": "md" },
725
+ { "name": "lg" },
726
+ { "name": "xl" }
727
+ ]
728
+ },
729
+ {
730
+ "name": "layout",
731
+ "description": "Specify the kind of the group.",
732
+ "values": [{ "name": "stacked" }, { "name": "spaced" }]
733
+ }
734
+ ],
735
+ "references": [
736
+ {
737
+ "name": "Storybook",
738
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-avatar"
739
+ }
740
+ ]
741
+ },
780
742
  {
781
743
  "name": "bm-button",
782
744
  "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",
@@ -845,6 +807,44 @@
845
807
  }
846
808
  ]
847
809
  },
810
+ {
811
+ "name": "bm-badge-dot",
812
+ "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",
813
+ "attributes": [
814
+ {
815
+ "name": "theme",
816
+ "description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
817
+ "values": [{ "name": "light" }, { "name": "dark" }]
818
+ },
819
+ {
820
+ "name": "appearance",
821
+ "description": "Specify the appearance of the BadgeDot",
822
+ "values": [
823
+ { "name": "infoPrimary" },
824
+ { "name": "infoSecondary" },
825
+ { "name": "positive" },
826
+ { "name": "warning" },
827
+ { "name": "negative" }
828
+ ]
829
+ },
830
+ {
831
+ "name": "emphasis",
832
+ "description": "Specify the emphasis of the BadgeDot",
833
+ "values": [{ "name": "strong" }, { "name": "subtle" }]
834
+ },
835
+ {
836
+ "name": "overrideDotColor",
837
+ "description": "Overrides default dot color",
838
+ "values": []
839
+ }
840
+ ],
841
+ "references": [
842
+ {
843
+ "name": "Storybook",
844
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-badgedot"
845
+ }
846
+ ]
847
+ },
848
848
  {
849
849
  "name": "bm-close-button",
850
850
  "description": "`bm-close-button`\n\n### Attributes:\n- **size** - Specify the size of the CloseButton\n- **disabled** - Specify if the CloseButton is disabled\n---\n",
@@ -1588,41 +1588,121 @@
1588
1588
  ]
1589
1589
  },
1590
1590
  {
1591
- "name": "bold",
1592
- "description": "Specify if Text is bold. This prop only works for body `kinds`",
1591
+ "name": "bold",
1592
+ "description": "Specify if Text is bold. This prop only works for body `kinds`",
1593
+ "values": []
1594
+ },
1595
+ {
1596
+ "name": "block",
1597
+ "description": "Changes the css display to block",
1598
+ "values": []
1599
+ },
1600
+ {
1601
+ "name": "truncate",
1602
+ "description": "Truncates css text with ellipsis if it exceeds the container",
1603
+ "values": []
1604
+ },
1605
+ {
1606
+ "name": "compact",
1607
+ "description": "Reduces the line-height of body and label `kind` variants",
1608
+ "values": []
1609
+ },
1610
+ {
1611
+ "name": "strikethrough",
1612
+ "description": "Adds a strikethrough to the text",
1613
+ "values": []
1614
+ },
1615
+ {
1616
+ "name": "underline",
1617
+ "description": "Underlines the text",
1618
+ "values": []
1619
+ },
1620
+ { "name": "italic", "description": "Italicizes the text", "values": [] }
1621
+ ],
1622
+ "references": [
1623
+ {
1624
+ "name": "Storybook",
1625
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-text"
1626
+ }
1627
+ ]
1628
+ },
1629
+ {
1630
+ "name": "bm-text-field",
1631
+ "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",
1632
+ "attributes": [
1633
+ {
1634
+ "name": "placeholder",
1635
+ "description": "Specify placeholder text for TextField",
1636
+ "values": []
1637
+ },
1638
+ {
1639
+ "name": "required",
1640
+ "description": "Specify if TextField is a required input",
1641
+ "values": []
1642
+ },
1643
+ {
1644
+ "name": "hideRequiredMarker",
1645
+ "description": "Specify if the TextField displays with an asterisk",
1646
+ "values": []
1647
+ },
1648
+ {
1649
+ "name": "error",
1650
+ "description": "Specify error text and display error state of a TextField",
1651
+ "values": []
1652
+ },
1653
+ {
1654
+ "name": "readOnly",
1655
+ "description": "Specify if TextField displays in a read-only state",
1656
+ "values": []
1657
+ },
1658
+ {
1659
+ "name": "disabled",
1660
+ "description": "Specify if TextField displays in a disabled state",
1593
1661
  "values": []
1594
1662
  },
1595
1663
  {
1596
- "name": "block",
1597
- "description": "Changes the css display to block",
1664
+ "name": "fluid",
1665
+ "description": "Specify if TextField is fluid",
1598
1666
  "values": []
1599
1667
  },
1600
1668
  {
1601
- "name": "truncate",
1602
- "description": "Truncates css text with ellipsis if it exceeds the container",
1669
+ "name": "width",
1670
+ "description": "Specify the width of TextField",
1603
1671
  "values": []
1604
1672
  },
1605
1673
  {
1606
- "name": "compact",
1607
- "description": "Reduces the line-height of body and label `kind` variants",
1674
+ "name": "ellipse",
1675
+ "description": "Specify if overflow displays ellipsis",
1608
1676
  "values": []
1609
1677
  },
1610
1678
  {
1611
- "name": "strikethrough",
1612
- "description": "Adds a strikethrough to the text",
1679
+ "name": "theme",
1680
+ "description": "Specify the theme of the TextField. By default it inherits the theme from the parent",
1681
+ "values": [{ "name": "light" }, { "name": "dark" }]
1682
+ },
1683
+ {
1684
+ "name": "type",
1685
+ "description": "Specify the input type (e.g. text, email, password, number, tel, url)",
1613
1686
  "values": []
1614
1687
  },
1615
1688
  {
1616
- "name": "underline",
1617
- "description": "Underlines the text",
1689
+ "name": "inputMode",
1690
+ "description": "Specify the virtual keyboard type for mobile browsers (e.g. numeric, tel, url)",
1618
1691
  "values": []
1619
1692
  },
1620
- { "name": "italic", "description": "Italicizes the text", "values": [] }
1693
+ { "name": "id", "values": [] },
1694
+ { "name": "name", "values": [] },
1695
+ { "name": "value", "values": [] },
1696
+ {
1697
+ "name": "validationRules",
1698
+ "values": [{ "name": "Array<FormValidator>" }]
1699
+ },
1700
+ { "name": "input-aria-label", "values": [] }
1621
1701
  ],
1622
1702
  "references": [
1623
1703
  {
1624
1704
  "name": "Storybook",
1625
- "url": "https://web-components.beam.viasat.com/?path=/docs/components-text"
1705
+ "url": "https://web-components.beam.viasat.com/?path=/docs/forms-textfield"
1626
1706
  }
1627
1707
  ]
1628
1708
  },
@@ -1824,51 +1904,6 @@
1824
1904
  }
1825
1905
  ]
1826
1906
  },
1827
- {
1828
- "name": "bm-form",
1829
- "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",
1830
- "attributes": [
1831
- {
1832
- "name": "validationMode",
1833
- "description": "Specify if validation runs on change or when loosing focus",
1834
- "values": [
1835
- { "name": "onChange" },
1836
- { "name": "onBlur" },
1837
- { "name": "onSubmit" }
1838
- ]
1839
- },
1840
- {
1841
- "name": "initialValues",
1842
- "description": "Specify initial values on Form controls based on their names",
1843
- "values": [{ "name": "Record<string" }, { "name": "FormValue>" }]
1844
- },
1845
- {
1846
- "name": "required",
1847
- "description": "Specify if input is a required",
1848
- "values": []
1849
- },
1850
- {
1851
- "name": "disabled",
1852
- "description": "Specify if input is a disabled",
1853
- "values": []
1854
- },
1855
- {
1856
- "name": "readOnly",
1857
- "description": "Specify if input is a read only",
1858
- "values": []
1859
- },
1860
- { "name": "action", "values": [] },
1861
- { "name": "method", "values": [] },
1862
- { "name": "target", "values": [] },
1863
- { "name": "enctype", "values": [] }
1864
- ],
1865
- "references": [
1866
- {
1867
- "name": "Storybook",
1868
- "url": "https://web-components.beam.viasat.com/?path=/docs/forms-form"
1869
- }
1870
- ]
1871
- },
1872
1907
  {
1873
1908
  "name": "bm-file-upload-button",
1874
1909
  "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",
@@ -2177,142 +2212,97 @@
2177
2212
  ]
2178
2213
  },
2179
2214
  {
2180
- "name": "bm-native-select",
2181
- "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",
2215
+ "name": "bm-form",
2216
+ "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",
2182
2217
  "attributes": [
2183
2218
  {
2184
- "name": "required",
2185
- "description": "Specify if NativeSelect is a required input",
2186
- "values": []
2187
- },
2188
- {
2189
- "name": "readOnly",
2190
- "description": "Specify if NativeSelect displays in a read-only state",
2191
- "values": []
2192
- },
2193
- {
2194
- "name": "disabled",
2195
- "description": "Specify if NativeSelect displays in a disabled state",
2196
- "values": []
2197
- },
2198
- {
2199
- "name": "error",
2200
- "description": "Specify error text and display error state of a NativeSelect",
2201
- "values": []
2219
+ "name": "validationMode",
2220
+ "description": "Specify if validation runs on change or when loosing focus",
2221
+ "values": [
2222
+ { "name": "onChange" },
2223
+ { "name": "onBlur" },
2224
+ { "name": "onSubmit" }
2225
+ ]
2202
2226
  },
2203
2227
  {
2204
- "name": "fluid",
2205
- "description": "Specify if NativeSelect is fluid",
2206
- "values": []
2228
+ "name": "initialValues",
2229
+ "description": "Specify initial values on Form controls based on their names",
2230
+ "values": [{ "name": "Record<string" }, { "name": "FormValue>" }]
2207
2231
  },
2208
2232
  {
2209
- "name": "width",
2210
- "description": "Specify the width of NativeSelect",
2233
+ "name": "required",
2234
+ "description": "Specify if input is a required",
2211
2235
  "values": []
2212
2236
  },
2213
2237
  {
2214
- "name": "ellipse",
2215
- "description": "Specify if overflow displays ellipsis",
2238
+ "name": "disabled",
2239
+ "description": "Specify if input is a disabled",
2216
2240
  "values": []
2217
2241
  },
2218
2242
  {
2219
- "name": "hideRequiredMarker",
2220
- "description": "Specify if the NativeSelect displays with an asterisk",
2243
+ "name": "readOnly",
2244
+ "description": "Specify if input is a read only",
2221
2245
  "values": []
2222
2246
  },
2223
- {
2224
- "name": "theme",
2225
- "description": "Specify the theme of the NativeSelect. By default it inherits the theme from the parent",
2226
- "values": [{ "name": "light" }, { "name": "dark" }]
2227
- },
2228
- { "name": "id", "values": [] },
2229
- { "name": "name", "values": [] },
2230
- { "name": "value", "values": [] },
2231
- {
2232
- "name": "validationRules",
2233
- "values": [{ "name": "Array<FormValidator>" }]
2234
- },
2235
- { "name": "input-aria-label", "values": [] }
2247
+ { "name": "action", "values": [] },
2248
+ { "name": "method", "values": [] },
2249
+ { "name": "target", "values": [] },
2250
+ { "name": "enctype", "values": [] }
2236
2251
  ],
2237
2252
  "references": [
2238
2253
  {
2239
2254
  "name": "Storybook",
2240
- "url": "https://web-components.beam.viasat.com/?path=/docs/forms-nativeselect"
2255
+ "url": "https://web-components.beam.viasat.com/?path=/docs/forms-form"
2241
2256
  }
2242
2257
  ]
2243
2258
  },
2244
2259
  {
2245
- "name": "bm-text-area",
2246
- "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",
2260
+ "name": "bm-native-select",
2261
+ "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",
2247
2262
  "attributes": [
2248
- {
2249
- "name": "rows",
2250
- "description": "Specify the height of TextArea",
2251
- "values": []
2252
- },
2253
- {
2254
- "name": "cols",
2255
- "description": "Specify the width of TextArea",
2256
- "values": []
2257
- },
2258
- {
2259
- "name": "placeholder",
2260
- "description": "Specify placeholder text for TextArea",
2261
- "values": []
2262
- },
2263
2263
  {
2264
2264
  "name": "required",
2265
- "description": "Specify if TextArea is a required input",
2266
- "values": []
2267
- },
2268
- {
2269
- "name": "hideRequiredMarker",
2270
- "description": "Specify if the TextArea displays with an asterisk",
2271
- "values": []
2272
- },
2273
- {
2274
- "name": "error",
2275
- "description": "Specify error text and display error state of a TextArea",
2265
+ "description": "Specify if NativeSelect is a required input",
2276
2266
  "values": []
2277
2267
  },
2278
2268
  {
2279
2269
  "name": "readOnly",
2280
- "description": "Specify if TextArea displays in a read-only state",
2270
+ "description": "Specify if NativeSelect displays in a read-only state",
2281
2271
  "values": []
2282
2272
  },
2283
2273
  {
2284
2274
  "name": "disabled",
2285
- "description": "Specify if TextArea displays in a disabled state",
2275
+ "description": "Specify if NativeSelect displays in a disabled state",
2286
2276
  "values": []
2287
2277
  },
2288
2278
  {
2289
- "name": "fluid",
2290
- "description": "Specify if TextArea is fluid",
2279
+ "name": "error",
2280
+ "description": "Specify error text and display error state of a NativeSelect",
2291
2281
  "values": []
2292
2282
  },
2293
2283
  {
2294
- "name": "width",
2295
- "description": "Specify the width of TextArea",
2284
+ "name": "fluid",
2285
+ "description": "Specify if NativeSelect is fluid",
2296
2286
  "values": []
2297
2287
  },
2298
2288
  {
2299
- "name": "hideResize",
2300
- "description": "Specify if TextArea can be manually resized",
2289
+ "name": "width",
2290
+ "description": "Specify the width of NativeSelect",
2301
2291
  "values": []
2302
2292
  },
2303
2293
  {
2304
- "name": "maxCount",
2305
- "description": "Specify the maximum character count for the TextArea",
2294
+ "name": "ellipse",
2295
+ "description": "Specify if overflow displays ellipsis",
2306
2296
  "values": []
2307
2297
  },
2308
2298
  {
2309
- "name": "autoResize",
2310
- "description": "Specify if the TextArea automatically resizes to fit the text",
2299
+ "name": "hideRequiredMarker",
2300
+ "description": "Specify if the NativeSelect displays with an asterisk",
2311
2301
  "values": []
2312
2302
  },
2313
2303
  {
2314
2304
  "name": "theme",
2315
- "description": "Specify the theme of the TextArea. By default it inherits the theme from the parent",
2305
+ "description": "Specify the theme of the NativeSelect. By default it inherits the theme from the parent",
2316
2306
  "values": [{ "name": "light" }, { "name": "dark" }]
2317
2307
  },
2318
2308
  { "name": "id", "values": [] },
@@ -2327,7 +2317,7 @@
2327
2317
  "references": [
2328
2318
  {
2329
2319
  "name": "Storybook",
2330
- "url": "https://web-components.beam.viasat.com/?path=/docs/forms-textarea"
2320
+ "url": "https://web-components.beam.viasat.com/?path=/docs/forms-nativeselect"
2331
2321
  }
2332
2322
  ]
2333
2323
  },
@@ -2427,61 +2417,79 @@
2427
2417
  ]
2428
2418
  },
2429
2419
  {
2430
- "name": "bm-text-field",
2431
- "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",
2420
+ "name": "bm-text-area",
2421
+ "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
2422
  "attributes": [
2423
+ {
2424
+ "name": "rows",
2425
+ "description": "Specify the height of TextArea",
2426
+ "values": []
2427
+ },
2428
+ {
2429
+ "name": "cols",
2430
+ "description": "Specify the width of TextArea",
2431
+ "values": []
2432
+ },
2433
2433
  {
2434
2434
  "name": "placeholder",
2435
- "description": "Specify placeholder text for TextField",
2435
+ "description": "Specify placeholder text for TextArea",
2436
2436
  "values": []
2437
2437
  },
2438
2438
  {
2439
2439
  "name": "required",
2440
- "description": "Specify if TextField is a required input",
2440
+ "description": "Specify if TextArea is a required input",
2441
2441
  "values": []
2442
2442
  },
2443
2443
  {
2444
2444
  "name": "hideRequiredMarker",
2445
- "description": "Specify if the TextField displays with an asterisk",
2445
+ "description": "Specify if the TextArea displays with an asterisk",
2446
2446
  "values": []
2447
2447
  },
2448
2448
  {
2449
2449
  "name": "error",
2450
- "description": "Specify error text and display error state of a TextField",
2450
+ "description": "Specify error text and display error state of a TextArea",
2451
2451
  "values": []
2452
2452
  },
2453
2453
  {
2454
2454
  "name": "readOnly",
2455
- "description": "Specify if TextField displays in a read-only state",
2455
+ "description": "Specify if TextArea displays in a read-only state",
2456
2456
  "values": []
2457
2457
  },
2458
2458
  {
2459
2459
  "name": "disabled",
2460
- "description": "Specify if TextField displays in a disabled state",
2460
+ "description": "Specify if TextArea displays in a disabled state",
2461
2461
  "values": []
2462
2462
  },
2463
2463
  {
2464
2464
  "name": "fluid",
2465
- "description": "Specify if TextField is fluid",
2465
+ "description": "Specify if TextArea is fluid",
2466
2466
  "values": []
2467
2467
  },
2468
2468
  {
2469
2469
  "name": "width",
2470
- "description": "Specify the width of TextField",
2470
+ "description": "Specify the width of TextArea",
2471
2471
  "values": []
2472
2472
  },
2473
2473
  {
2474
- "name": "ellipse",
2475
- "description": "Specify if overflow displays ellipsis",
2474
+ "name": "hideResize",
2475
+ "description": "Specify if TextArea can be manually resized",
2476
+ "values": []
2477
+ },
2478
+ {
2479
+ "name": "maxCount",
2480
+ "description": "Specify the maximum character count for the TextArea",
2481
+ "values": []
2482
+ },
2483
+ {
2484
+ "name": "autoResize",
2485
+ "description": "Specify if the TextArea automatically resizes to fit the text",
2476
2486
  "values": []
2477
2487
  },
2478
2488
  {
2479
2489
  "name": "theme",
2480
- "description": "Specify the theme of the TextField. By default it inherits the theme from the parent",
2490
+ "description": "Specify the theme of the TextArea. By default it inherits the theme from the parent",
2481
2491
  "values": [{ "name": "light" }, { "name": "dark" }]
2482
2492
  },
2483
- { "name": "type", "values": [] },
2484
- { "name": "inputMode", "values": [] },
2485
2493
  { "name": "id", "values": [] },
2486
2494
  { "name": "name", "values": [] },
2487
2495
  { "name": "value", "values": [] },
@@ -2494,7 +2502,7 @@
2494
2502
  "references": [
2495
2503
  {
2496
2504
  "name": "Storybook",
2497
- "url": "https://web-components.beam.viasat.com/?path=/docs/forms-textfield"
2505
+ "url": "https://web-components.beam.viasat.com/?path=/docs/forms-textarea"
2498
2506
  }
2499
2507
  ]
2500
2508
  },