@viasat/beam-web-components 2.21.1 → 2.23.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.
@@ -1,43 +0,0 @@
1
- import { LitElement } from 'lit';
2
- import { ThemeTypes } from '@viasat/beam-shared/utils/constants';
3
- import { Optional } from '@viasat/beam-shared/utils/types';
4
- /**
5
- * @summary `bm-label`
6
- *
7
- * @slot text - Specify the text for Label
8
- * @slot optional - Specify if the Label displays as optional
9
- * @slot tooltip - Specify if the icon displays to add a Tooltip
10
- */
11
- export declare class BmLabel extends LitElement {
12
- #private;
13
- /**
14
- * Specify if the Label displays disabled
15
- */
16
- disabled: boolean;
17
- /**
18
- * Specify if the Label displays as required
19
- */
20
- required: boolean;
21
- /**
22
- * Specify the text for Label
23
- */
24
- text: Optional<string>;
25
- /**
26
- * Specify the text for Label
27
- */
28
- optional: Optional<string>;
29
- /**
30
- * Specify the theme of the Label. By default it inherits the theme from the parent
31
- */
32
- theme: Optional<ThemeTypes>;
33
- static styles: import('lit').CSSResult;
34
- private optionalNodes?;
35
- private get hasOptionalSlot();
36
- render(): import('lit-html').TemplateResult<1>;
37
- }
38
- declare global {
39
- interface HTMLElementTagNameMap {
40
- 'bm-label': BmLabel;
41
- }
42
- }
43
- //# sourceMappingURL=Label.d.ts.map
File without changes
File without changes
File without changes