@viasat/beam-web-components 2.47.0 → 2.47.1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@viasat/beam-web-components",
3
- "version": "2.47.0",
3
+ "version": "2.47.1",
4
4
  "description": "Framework-agnostic web components for the Beam Design System built with Lit, compatible with Angular, Vue, Svelte, and vanilla JavaScript",
5
5
  "license": "MIT",
6
6
  "author": "Viasat",
@@ -64,11 +64,11 @@
64
64
  "access": "public"
65
65
  },
66
66
  "dependencies": {
67
- "@viasat/beam-fonts": "2.47.0",
68
- "@viasat/beam-shared": "2.47.0",
69
- "@viasat/beam-styles": "2.47.0",
70
- "@viasat/beam-tokens": "2.47.0",
71
- "@viasat/beam-icons": "2.47.0",
67
+ "@viasat/beam-fonts": "2.47.1",
68
+ "@viasat/beam-shared": "2.47.1",
69
+ "@viasat/beam-styles": "2.47.1",
70
+ "@viasat/beam-tokens": "2.47.1",
71
+ "@viasat/beam-icons": "2.47.1",
72
72
  "clsx": "^1.2.1",
73
73
  "lit": "^3.1.0",
74
74
  "@lit/context": "^1.1.1",
@@ -62,37 +62,115 @@
62
62
  ]
63
63
  },
64
64
  {
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",
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
67
  "attributes": [
68
68
  {
69
- "name": "heading",
70
- "description": "Specify the heading text for Alert",
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",
71
76
  "values": []
72
77
  },
73
78
  {
74
- "name": "body",
75
- "description": "Specify the body text for Alert",
79
+ "name": "src",
80
+ "description": "Pass an image to the Avatar",
76
81
  "values": []
77
82
  },
83
+ { "name": "alt", "description": "Specify alt for image", "values": [] },
78
84
  {
79
85
  "name": "size",
80
- "description": "Specify the size of the Alert",
81
- "values": [{ "name": "sm" }, { "name": "md" }]
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
+ ]
82
94
  },
83
95
  {
84
- "name": "fullWidth",
85
- "description": "Specify if the Alert has no border radius",
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",
86
131
  "values": []
87
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-dot",
164
+ "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",
165
+ "attributes": [
88
166
  {
89
167
  "name": "theme",
90
- "description": "Specify the theme of the Alert. By default it inherits the theme from the parent",
168
+ "description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
91
169
  "values": [{ "name": "light" }, { "name": "dark" }]
92
170
  },
93
171
  {
94
172
  "name": "appearance",
95
- "description": "Specify the appearance of the Alert",
173
+ "description": "Specify the appearance of the BadgeDot",
96
174
  "values": [
97
175
  { "name": "infoPrimary" },
98
176
  { "name": "infoSecondary" },
@@ -102,35 +180,20 @@
102
180
  ]
103
181
  },
104
182
  {
105
- "name": "hidden",
106
- "description": "Specify if the Alert is hidden",
107
- "values": []
108
- },
109
- {
110
- "name": "hideIcon",
111
- "description": "Specify if the icon displays on the Alert",
112
- "values": []
113
- },
114
- {
115
- "name": "dismissible",
116
- "description": "Specify if the Alert can be dismissed",
117
- "values": []
118
- },
119
- {
120
- "name": "disableAutoFocus",
121
- "description": "Prevent autofocus on show",
122
- "values": []
183
+ "name": "emphasis",
184
+ "description": "Specify the emphasis of the BadgeDot",
185
+ "values": [{ "name": "strong" }, { "name": "subtle" }]
123
186
  },
124
187
  {
125
- "name": "disableCloseOnEscape",
126
- "description": "Prevent Escape from closing",
188
+ "name": "overrideDotColor",
189
+ "description": "Overrides default dot color",
127
190
  "values": []
128
191
  }
129
192
  ],
130
193
  "references": [
131
194
  {
132
195
  "name": "Storybook",
133
- "url": "https://web-components.beam.viasat.com/?path=/docs/components-alert"
196
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-badgedot"
134
197
  }
135
198
  ]
136
199
  },
@@ -537,87 +600,6 @@
537
600
  }
538
601
  ]
539
602
  },
540
- {
541
- "name": "bm-badge-dot",
542
- "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",
543
- "attributes": [
544
- {
545
- "name": "theme",
546
- "description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
547
- "values": [{ "name": "light" }, { "name": "dark" }]
548
- },
549
- {
550
- "name": "appearance",
551
- "description": "Specify the appearance of the BadgeDot",
552
- "values": [
553
- { "name": "infoPrimary" },
554
- { "name": "infoSecondary" },
555
- { "name": "positive" },
556
- { "name": "warning" },
557
- { "name": "negative" }
558
- ]
559
- },
560
- {
561
- "name": "emphasis",
562
- "description": "Specify the emphasis of the BadgeDot",
563
- "values": [{ "name": "strong" }, { "name": "subtle" }]
564
- },
565
- {
566
- "name": "overrideDotColor",
567
- "description": "Overrides default dot color",
568
- "values": []
569
- }
570
- ],
571
- "references": [
572
- {
573
- "name": "Storybook",
574
- "url": "https://web-components.beam.viasat.com/?path=/docs/components-badgedot"
575
- }
576
- ]
577
- },
578
- {
579
- "name": "bm-badge",
580
- "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",
581
- "attributes": [
582
- {
583
- "name": "appearance",
584
- "description": "Specify the appearance of the Badge",
585
- "values": [
586
- { "name": "infoPrimary" },
587
- { "name": "infoSecondary" },
588
- { "name": "positive" },
589
- { "name": "warning" },
590
- { "name": "negative" }
591
- ]
592
- },
593
- {
594
- "name": "theme",
595
- "description": "Theme of the Badge",
596
- "values": [{ "name": "light" }, { "name": "dark" }]
597
- },
598
- {
599
- "name": "size",
600
- "description": "Specify the size of the Badge",
601
- "values": [{ "name": "sm" }, { "name": "md" }]
602
- },
603
- {
604
- "name": "emphasis",
605
- "description": "Specify the emphasis of the Badge",
606
- "values": [
607
- { "name": "strong" },
608
- { "name": "medium" },
609
- { "name": "subtle" }
610
- ]
611
- },
612
- { "name": "hideIcon", "description": "Hides Badge icon", "values": [] }
613
- ],
614
- "references": [
615
- {
616
- "name": "Storybook",
617
- "url": "https://web-components.beam.viasat.com/?path=/docs/components-badge"
618
- }
619
- ]
620
- },
621
603
  {
622
604
  "name": "bm-breadcrumb",
623
605
  "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",
@@ -680,100 +662,45 @@
680
662
  ]
681
663
  },
682
664
  {
683
- "name": "bm-avatar",
684
- "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",
665
+ "name": "bm-badge",
666
+ "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",
685
667
  "attributes": [
686
668
  {
687
669
  "name": "appearance",
688
- "description": "Specify the appearance of the Avatar",
689
- "values": [{ "name": "accent" }, { "name": "neutral" }]
690
- },
691
- {
692
- "name": "name",
693
- "description": "Specify a name to display initials in the Avatar",
694
- "values": []
695
- },
696
- {
697
- "name": "src",
698
- "description": "Pass an image to the Avatar",
699
- "values": []
700
- },
701
- { "name": "alt", "description": "Specify alt for image", "values": [] },
702
- {
703
- "name": "size",
704
- "description": "Specify the size of the Avatar",
670
+ "description": "Specify the appearance of the Badge",
705
671
  "values": [
706
- { "name": "xs" },
707
- { "name": "sm" },
708
- { "name": "md" },
709
- { "name": "lg" },
710
- { "name": "xl" }
672
+ { "name": "infoPrimary" },
673
+ { "name": "infoSecondary" },
674
+ { "name": "positive" },
675
+ { "name": "warning" },
676
+ { "name": "negative" }
711
677
  ]
712
678
  },
713
679
  {
714
- "name": "disabled",
715
- "description": "Specify if the Avatar is disabled",
716
- "values": []
717
- },
718
- {
719
- "name": "shape",
720
- "description": "Specify the shape of the Avatar",
721
- "values": [{ "name": "circle" }, { "name": "square" }]
722
- },
723
- {
724
- "name": "isInteractive",
725
- "description": "If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer",
726
- "values": []
727
- },
728
- {
729
- "name": "isFocusable",
730
- "description": "If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable",
731
- "values": []
732
- },
733
- { "name": "withBorder", "values": [] }
734
- ],
735
- "references": [
736
- {
737
- "name": "Storybook",
738
- "url": "https://web-components.beam.viasat.com/?path=/docs/components-avatar"
739
- }
740
- ]
741
- },
742
- {
743
- "name": "bm-avatar-group",
744
- "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",
745
- "attributes": [
746
- {
747
- "name": "wrapping",
748
- "description": "Specify if the AvatarGroup wraps",
749
- "values": []
680
+ "name": "theme",
681
+ "description": "Theme of the Badge",
682
+ "values": [{ "name": "light" }, { "name": "dark" }]
750
683
  },
751
684
  {
752
- "name": "maxCount",
753
- "description": "Specify the max number of avatars displayed in the group.",
754
- "values": []
685
+ "name": "size",
686
+ "description": "Specify the size of the Badge",
687
+ "values": [{ "name": "sm" }, { "name": "md" }]
755
688
  },
756
689
  {
757
- "name": "size",
758
- "description": "Specify the size of all Avatars",
690
+ "name": "emphasis",
691
+ "description": "Specify the emphasis of the Badge",
759
692
  "values": [
760
- { "name": "xs" },
761
- { "name": "sm" },
762
- { "name": "md" },
763
- { "name": "lg" },
764
- { "name": "xl" }
693
+ { "name": "strong" },
694
+ { "name": "medium" },
695
+ { "name": "subtle" }
765
696
  ]
766
697
  },
767
- {
768
- "name": "layout",
769
- "description": "Specify the kind of the group.",
770
- "values": [{ "name": "stacked" }, { "name": "spaced" }]
771
- }
698
+ { "name": "hideIcon", "description": "Hides Badge icon", "values": [] }
772
699
  ],
773
700
  "references": [
774
701
  {
775
702
  "name": "Storybook",
776
- "url": "https://web-components.beam.viasat.com/?path=/docs/components-avatar"
703
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-badge"
777
704
  }
778
705
  ]
779
706
  },
@@ -845,6 +772,79 @@
845
772
  }
846
773
  ]
847
774
  },
775
+ {
776
+ "name": "bm-alert",
777
+ "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",
778
+ "attributes": [
779
+ {
780
+ "name": "heading",
781
+ "description": "Specify the heading text for Alert",
782
+ "values": []
783
+ },
784
+ {
785
+ "name": "body",
786
+ "description": "Specify the body text for Alert",
787
+ "values": []
788
+ },
789
+ {
790
+ "name": "size",
791
+ "description": "Specify the size of the Alert",
792
+ "values": [{ "name": "sm" }, { "name": "md" }]
793
+ },
794
+ {
795
+ "name": "fullWidth",
796
+ "description": "Specify if the Alert has no border radius",
797
+ "values": []
798
+ },
799
+ {
800
+ "name": "theme",
801
+ "description": "Specify the theme of the Alert. By default it inherits the theme from the parent",
802
+ "values": [{ "name": "light" }, { "name": "dark" }]
803
+ },
804
+ {
805
+ "name": "appearance",
806
+ "description": "Specify the appearance of the Alert",
807
+ "values": [
808
+ { "name": "infoPrimary" },
809
+ { "name": "infoSecondary" },
810
+ { "name": "positive" },
811
+ { "name": "warning" },
812
+ { "name": "negative" }
813
+ ]
814
+ },
815
+ {
816
+ "name": "hidden",
817
+ "description": "Specify if the Alert is hidden",
818
+ "values": []
819
+ },
820
+ {
821
+ "name": "hideIcon",
822
+ "description": "Specify if the icon displays on the Alert",
823
+ "values": []
824
+ },
825
+ {
826
+ "name": "dismissible",
827
+ "description": "Specify if the Alert can be dismissed",
828
+ "values": []
829
+ },
830
+ {
831
+ "name": "disableAutoFocus",
832
+ "description": "Prevent autofocus on show",
833
+ "values": []
834
+ },
835
+ {
836
+ "name": "disableCloseOnEscape",
837
+ "description": "Prevent Escape from closing",
838
+ "values": []
839
+ }
840
+ ],
841
+ "references": [
842
+ {
843
+ "name": "Storybook",
844
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-alert"
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",
@@ -2216,6 +2216,51 @@
2216
2216
  }
2217
2217
  ]
2218
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
+ },
2219
2264
  {
2220
2265
  "name": "bm-native-select",
2221
2266
  "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",
@@ -2286,51 +2331,6 @@
2286
2331
  }
2287
2332
  ]
2288
2333
  },
2289
- {
2290
- "name": "bm-form",
2291
- "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",
2292
- "attributes": [
2293
- {
2294
- "name": "validationMode",
2295
- "description": "Specify if validation runs on change or when loosing focus",
2296
- "values": [
2297
- { "name": "onChange" },
2298
- { "name": "onBlur" },
2299
- { "name": "onSubmit" }
2300
- ]
2301
- },
2302
- {
2303
- "name": "initialValues",
2304
- "description": "Specify initial values on Form controls based on their names",
2305
- "values": [{ "name": "Record<string" }, { "name": "FormValue>" }]
2306
- },
2307
- {
2308
- "name": "required",
2309
- "description": "Specify if input is a required",
2310
- "values": []
2311
- },
2312
- {
2313
- "name": "disabled",
2314
- "description": "Specify if input is a disabled",
2315
- "values": []
2316
- },
2317
- {
2318
- "name": "readOnly",
2319
- "description": "Specify if input is a read only",
2320
- "values": []
2321
- },
2322
- { "name": "action", "values": [] },
2323
- { "name": "method", "values": [] },
2324
- { "name": "target", "values": [] },
2325
- { "name": "enctype", "values": [] }
2326
- ],
2327
- "references": [
2328
- {
2329
- "name": "Storybook",
2330
- "url": "https://web-components.beam.viasat.com/?path=/docs/forms-form"
2331
- }
2332
- ]
2333
- },
2334
2334
  {
2335
2335
  "name": "bm-radio-button",
2336
2336
  "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",