@viasat/beam-web-components 2.52.0 → 2.54.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@viasat/beam-web-components",
3
- "version": "2.52.0",
3
+ "version": "2.54.0",
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.52.0",
68
- "@viasat/beam-shared": "2.52.0",
69
- "@viasat/beam-styles": "2.52.0",
70
- "@viasat/beam-tokens": "2.52.0",
71
- "@viasat/beam-icons": "2.52.0",
67
+ "@viasat/beam-fonts": "2.54.0",
68
+ "@viasat/beam-shared": "2.54.0",
69
+ "@viasat/beam-styles": "2.54.0",
70
+ "@viasat/beam-tokens": "2.54.0",
71
+ "@viasat/beam-icons": "2.54.0",
72
72
  "clsx": "^1.2.1",
73
73
  "lit": "^3.1.0",
74
74
  "@lit/context": "^1.1.1",
@@ -62,17 +62,37 @@
62
62
  ]
63
63
  },
64
64
  {
65
- "name": "bm-badge-dot",
66
- "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",
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
+ {
69
+ "name": "heading",
70
+ "description": "Specify the heading text for Alert",
71
+ "values": []
72
+ },
73
+ {
74
+ "name": "body",
75
+ "description": "Specify the body text for Alert",
76
+ "values": []
77
+ },
78
+ {
79
+ "name": "size",
80
+ "description": "Specify the size of the Alert",
81
+ "values": [{ "name": "sm" }, { "name": "md" }]
82
+ },
83
+ {
84
+ "name": "fullWidth",
85
+ "description": "Specify if the Alert has no border radius",
86
+ "values": []
87
+ },
68
88
  {
69
89
  "name": "theme",
70
- "description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
90
+ "description": "Specify the theme of the Alert. By default it inherits the theme from the parent",
71
91
  "values": [{ "name": "light" }, { "name": "dark" }]
72
92
  },
73
93
  {
74
94
  "name": "appearance",
75
- "description": "Specify the appearance of the BadgeDot",
95
+ "description": "Specify the appearance of the Alert",
76
96
  "values": [
77
97
  { "name": "infoPrimary" },
78
98
  { "name": "infoSecondary" },
@@ -82,63 +102,133 @@
82
102
  ]
83
103
  },
84
104
  {
85
- "name": "emphasis",
86
- "description": "Specify the emphasis of the BadgeDot",
87
- "values": [{ "name": "strong" }, { "name": "subtle" }]
105
+ "name": "hidden",
106
+ "description": "Specify if the Alert is hidden",
107
+ "values": []
88
108
  },
89
109
  {
90
- "name": "overrideDotColor",
91
- "description": "Overrides default dot color",
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": []
123
+ },
124
+ {
125
+ "name": "disableCloseOnEscape",
126
+ "description": "Prevent Escape from closing",
92
127
  "values": []
93
128
  }
94
129
  ],
95
130
  "references": [
96
131
  {
97
132
  "name": "Storybook",
98
- "url": "https://web-components.beam.viasat.com/?path=/docs/components-badgedot"
133
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-alert"
99
134
  }
100
135
  ]
101
136
  },
102
137
  {
103
- "name": "bm-badge",
104
- "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",
138
+ "name": "bm-avatar",
139
+ "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",
105
140
  "attributes": [
106
141
  {
107
142
  "name": "appearance",
108
- "description": "Specify the appearance of the Badge",
143
+ "description": "Specify the appearance of the Avatar",
144
+ "values": [{ "name": "accent" }, { "name": "neutral" }]
145
+ },
146
+ {
147
+ "name": "name",
148
+ "description": "Specify a name to display initials in the Avatar",
149
+ "values": []
150
+ },
151
+ {
152
+ "name": "src",
153
+ "description": "Pass an image to the Avatar",
154
+ "values": []
155
+ },
156
+ { "name": "alt", "description": "Specify alt for image", "values": [] },
157
+ {
158
+ "name": "size",
159
+ "description": "Specify the size of the Avatar",
109
160
  "values": [
110
- { "name": "infoPrimary" },
111
- { "name": "infoSecondary" },
112
- { "name": "positive" },
113
- { "name": "warning" },
114
- { "name": "negative" }
161
+ { "name": "xs" },
162
+ { "name": "sm" },
163
+ { "name": "md" },
164
+ { "name": "lg" },
165
+ { "name": "xl" }
115
166
  ]
116
167
  },
117
168
  {
118
- "name": "theme",
119
- "description": "Theme of the Badge",
120
- "values": [{ "name": "light" }, { "name": "dark" }]
169
+ "name": "disabled",
170
+ "description": "Specify if the Avatar is disabled",
171
+ "values": []
121
172
  },
122
173
  {
123
- "name": "size",
124
- "description": "Specify the size of the Badge",
125
- "values": [{ "name": "sm" }, { "name": "md" }]
174
+ "name": "shape",
175
+ "description": "Specify the shape of the Avatar",
176
+ "values": [{ "name": "circle" }, { "name": "square" }]
126
177
  },
127
178
  {
128
- "name": "emphasis",
129
- "description": "Specify the emphasis of the Badge",
179
+ "name": "isInteractive",
180
+ "description": "If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer",
181
+ "values": []
182
+ },
183
+ {
184
+ "name": "isFocusable",
185
+ "description": "If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable",
186
+ "values": []
187
+ },
188
+ { "name": "withBorder", "values": [] }
189
+ ],
190
+ "references": [
191
+ {
192
+ "name": "Storybook",
193
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-avatar"
194
+ }
195
+ ]
196
+ },
197
+ {
198
+ "name": "bm-avatar-group",
199
+ "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",
200
+ "attributes": [
201
+ {
202
+ "name": "wrapping",
203
+ "description": "Specify if the AvatarGroup wraps",
204
+ "values": []
205
+ },
206
+ {
207
+ "name": "maxCount",
208
+ "description": "Specify the max number of avatars displayed in the group.",
209
+ "values": []
210
+ },
211
+ {
212
+ "name": "size",
213
+ "description": "Specify the size of all Avatars",
130
214
  "values": [
131
- { "name": "strong" },
132
- { "name": "medium" },
133
- { "name": "subtle" }
215
+ { "name": "xs" },
216
+ { "name": "sm" },
217
+ { "name": "md" },
218
+ { "name": "lg" },
219
+ { "name": "xl" }
134
220
  ]
135
221
  },
136
- { "name": "hideIcon", "description": "Hides Badge icon", "values": [] }
222
+ {
223
+ "name": "layout",
224
+ "description": "Specify the kind of the group.",
225
+ "values": [{ "name": "stacked" }, { "name": "spaced" }]
226
+ }
137
227
  ],
138
228
  "references": [
139
229
  {
140
230
  "name": "Storybook",
141
- "url": "https://web-components.beam.viasat.com/?path=/docs/components-badge"
231
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-avatar"
142
232
  }
143
233
  ]
144
234
  },
@@ -607,135 +697,60 @@
607
697
  ]
608
698
  },
609
699
  {
610
- "name": "bm-avatar",
611
- "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",
700
+ "name": "bm-badge",
701
+ "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",
612
702
  "attributes": [
613
703
  {
614
704
  "name": "appearance",
615
- "description": "Specify the appearance of the Avatar",
616
- "values": [{ "name": "accent" }, { "name": "neutral" }]
617
- },
618
- {
619
- "name": "name",
620
- "description": "Specify a name to display initials in the Avatar",
621
- "values": []
622
- },
623
- {
624
- "name": "src",
625
- "description": "Pass an image to the Avatar",
626
- "values": []
627
- },
628
- { "name": "alt", "description": "Specify alt for image", "values": [] },
629
- {
630
- "name": "size",
631
- "description": "Specify the size of the Avatar",
705
+ "description": "Specify the appearance of the Badge",
632
706
  "values": [
633
- { "name": "xs" },
634
- { "name": "sm" },
635
- { "name": "md" },
636
- { "name": "lg" },
637
- { "name": "xl" }
707
+ { "name": "infoPrimary" },
708
+ { "name": "infoSecondary" },
709
+ { "name": "positive" },
710
+ { "name": "warning" },
711
+ { "name": "negative" }
638
712
  ]
639
713
  },
640
714
  {
641
- "name": "disabled",
642
- "description": "Specify if the Avatar is disabled",
643
- "values": []
644
- },
645
- {
646
- "name": "shape",
647
- "description": "Specify the shape of the Avatar",
648
- "values": [{ "name": "circle" }, { "name": "square" }]
649
- },
650
- {
651
- "name": "isInteractive",
652
- "description": "If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer",
653
- "values": []
654
- },
655
- {
656
- "name": "isFocusable",
657
- "description": "If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable",
658
- "values": []
659
- },
660
- { "name": "withBorder", "values": [] }
661
- ],
662
- "references": [
663
- {
664
- "name": "Storybook",
665
- "url": "https://web-components.beam.viasat.com/?path=/docs/components-avatar"
666
- }
667
- ]
668
- },
669
- {
670
- "name": "bm-avatar-group",
671
- "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",
672
- "attributes": [
673
- {
674
- "name": "wrapping",
675
- "description": "Specify if the AvatarGroup wraps",
676
- "values": []
715
+ "name": "theme",
716
+ "description": "Theme of the Badge",
717
+ "values": [{ "name": "light" }, { "name": "dark" }]
677
718
  },
678
719
  {
679
- "name": "maxCount",
680
- "description": "Specify the max number of avatars displayed in the group.",
681
- "values": []
720
+ "name": "size",
721
+ "description": "Specify the size of the Badge",
722
+ "values": [{ "name": "sm" }, { "name": "md" }]
682
723
  },
683
724
  {
684
- "name": "size",
685
- "description": "Specify the size of all Avatars",
725
+ "name": "emphasis",
726
+ "description": "Specify the emphasis of the Badge",
686
727
  "values": [
687
- { "name": "xs" },
688
- { "name": "sm" },
689
- { "name": "md" },
690
- { "name": "lg" },
691
- { "name": "xl" }
728
+ { "name": "strong" },
729
+ { "name": "medium" },
730
+ { "name": "subtle" }
692
731
  ]
693
732
  },
694
- {
695
- "name": "layout",
696
- "description": "Specify the kind of the group.",
697
- "values": [{ "name": "stacked" }, { "name": "spaced" }]
698
- }
733
+ { "name": "hideIcon", "description": "Hides Badge icon", "values": [] }
699
734
  ],
700
735
  "references": [
701
736
  {
702
737
  "name": "Storybook",
703
- "url": "https://web-components.beam.viasat.com/?path=/docs/components-avatar"
738
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-badge"
704
739
  }
705
740
  ]
706
741
  },
707
742
  {
708
- "name": "bm-alert",
709
- "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",
743
+ "name": "bm-badge-dot",
744
+ "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",
710
745
  "attributes": [
711
- {
712
- "name": "heading",
713
- "description": "Specify the heading text for Alert",
714
- "values": []
715
- },
716
- {
717
- "name": "body",
718
- "description": "Specify the body text for Alert",
719
- "values": []
720
- },
721
- {
722
- "name": "size",
723
- "description": "Specify the size of the Alert",
724
- "values": [{ "name": "sm" }, { "name": "md" }]
725
- },
726
- {
727
- "name": "fullWidth",
728
- "description": "Specify if the Alert has no border radius",
729
- "values": []
730
- },
731
746
  {
732
747
  "name": "theme",
733
- "description": "Specify the theme of the Alert. By default it inherits the theme from the parent",
748
+ "description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
734
749
  "values": [{ "name": "light" }, { "name": "dark" }]
735
750
  },
736
751
  {
737
752
  "name": "appearance",
738
- "description": "Specify the appearance of the Alert",
753
+ "description": "Specify the appearance of the BadgeDot",
739
754
  "values": [
740
755
  { "name": "infoPrimary" },
741
756
  { "name": "infoSecondary" },
@@ -745,35 +760,20 @@
745
760
  ]
746
761
  },
747
762
  {
748
- "name": "hidden",
749
- "description": "Specify if the Alert is hidden",
750
- "values": []
751
- },
752
- {
753
- "name": "hideIcon",
754
- "description": "Specify if the icon displays on the Alert",
755
- "values": []
756
- },
757
- {
758
- "name": "dismissible",
759
- "description": "Specify if the Alert can be dismissed",
760
- "values": []
761
- },
762
- {
763
- "name": "disableAutoFocus",
764
- "description": "Prevent autofocus on show",
765
- "values": []
763
+ "name": "emphasis",
764
+ "description": "Specify the emphasis of the BadgeDot",
765
+ "values": [{ "name": "strong" }, { "name": "subtle" }]
766
766
  },
767
767
  {
768
- "name": "disableCloseOnEscape",
769
- "description": "Prevent Escape from closing",
768
+ "name": "overrideDotColor",
769
+ "description": "Overrides default dot color",
770
770
  "values": []
771
771
  }
772
772
  ],
773
773
  "references": [
774
774
  {
775
775
  "name": "Storybook",
776
- "url": "https://web-components.beam.viasat.com/?path=/docs/components-alert"
776
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-badgedot"
777
777
  }
778
778
  ]
779
779
  },
@@ -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",
@@ -2338,51 +2383,6 @@
2338
2383
  }
2339
2384
  ]
2340
2385
  },
2341
- {
2342
- "name": "bm-form",
2343
- "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",
2344
- "attributes": [
2345
- {
2346
- "name": "validationMode",
2347
- "description": "Specify if validation runs on change or when loosing focus",
2348
- "values": [
2349
- { "name": "onChange" },
2350
- { "name": "onBlur" },
2351
- { "name": "onSubmit" }
2352
- ]
2353
- },
2354
- {
2355
- "name": "initialValues",
2356
- "description": "Specify initial values on Form controls based on their names",
2357
- "values": [{ "name": "Record<string" }, { "name": "FormValue>" }]
2358
- },
2359
- {
2360
- "name": "required",
2361
- "description": "Specify if input is a required",
2362
- "values": []
2363
- },
2364
- {
2365
- "name": "disabled",
2366
- "description": "Specify if input is a disabled",
2367
- "values": []
2368
- },
2369
- {
2370
- "name": "readOnly",
2371
- "description": "Specify if input is a read only",
2372
- "values": []
2373
- },
2374
- { "name": "action", "values": [] },
2375
- { "name": "method", "values": [] },
2376
- { "name": "target", "values": [] },
2377
- { "name": "enctype", "values": [] }
2378
- ],
2379
- "references": [
2380
- {
2381
- "name": "Storybook",
2382
- "url": "https://web-components.beam.viasat.com/?path=/docs/forms-form"
2383
- }
2384
- ]
2385
- },
2386
2386
  {
2387
2387
  "name": "bm-switch",
2388
2388
  "description": "`bm-switch`\n\n### Attributes:\n- **onText** - Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.\n- **offText** - Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.\n- **textPosition** - Specify the position of the side label\n- **readOnly** - Specify if Switch displays in a read-only state\n- **disabled** - Specify if Switch displays in a disabled state\n- **checked** \n- **value** - The value attribute for the input element\n---\n\n\n### **Slots:**\n - **onText** - Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.\n- **offText** - Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",