@getflip/swirl-ai 0.468.1 → 0.470.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/dist/agent/components/swirl-icon-add-box.md +49 -0
- package/dist/agent/components/swirl-icon-apparel.md +49 -0
- package/dist/agent/components/swirl-icon-co-present.md +49 -0
- package/dist/agent/components/swirl-icon-contract-edit.md +49 -0
- package/dist/agent/components/swirl-icon-destruction.md +49 -0
- package/dist/agent/components/swirl-icon-list-alt-check.md +49 -0
- package/dist/agent/components/swirl-icon-mobile-theft.md +49 -0
- package/dist/agent/components/swirl-icon-person-raised-hand.md +49 -0
- package/dist/agent/components/swirl-icon-qr-code-scanner.md +49 -0
- package/dist/agent/components/swirl-icon-school.md +49 -0
- package/dist/agent/components/swirl-icon-waving-hand.md +49 -0
- package/dist/agent/components/swirl-icon-workspace-premium.md +49 -0
- package/dist/agent/components-index.json +48 -0
- package/dist/custom-elements.manifest.json +1310 -170
- package/dist/types/components/swirl-icon/icons/swirl-icon-add-box.d.ts +7 -0
- package/dist/types/components/swirl-icon/icons/swirl-icon-apparel.d.ts +7 -0
- package/dist/types/components/swirl-icon/icons/swirl-icon-co-present.d.ts +7 -0
- package/dist/types/components/swirl-icon/icons/swirl-icon-contract-edit.d.ts +7 -0
- package/dist/types/components/swirl-icon/icons/swirl-icon-destruction.d.ts +7 -0
- package/dist/types/components/swirl-icon/icons/swirl-icon-list-alt-check.d.ts +7 -0
- package/dist/types/components/swirl-icon/icons/swirl-icon-mobile-theft.d.ts +7 -0
- package/dist/types/components/swirl-icon/icons/swirl-icon-person-raised-hand.d.ts +7 -0
- package/dist/types/components/swirl-icon/icons/swirl-icon-qr-code-scanner.d.ts +7 -0
- package/dist/types/components/swirl-icon/icons/swirl-icon-school.d.ts +7 -0
- package/dist/types/components/swirl-icon/icons/swirl-icon-waving-hand.d.ts +7 -0
- package/dist/types/components/swirl-icon/icons/swirl-icon-workspace-premium.d.ts +7 -0
- package/dist/types/components.d.ts +324 -0
- package/package.json +2 -2
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
# `<swirl-icon-add-box>`
|
|
2
|
+
|
|
3
|
+
## Purpose
|
|
4
|
+
|
|
5
|
+
Custom element: swirl-icon-add-box.
|
|
6
|
+
|
|
7
|
+
## Required props
|
|
8
|
+
|
|
9
|
+
_None._
|
|
10
|
+
|
|
11
|
+
## Optional props
|
|
12
|
+
|
|
13
|
+
- `color` ("critical" | "default" | "disabled" | "highlight" | "info" | "on-action-primary" | "on-image" | "on-status" | "on-surface-highlight" | "on-surface-highlight-subdued" | "strong" | "success" | "warning" | undefined) –
|
|
14
|
+
- `size` (16 | 20 | 24 | 28 | undefined) –
|
|
15
|
+
|
|
16
|
+
## Slots
|
|
17
|
+
|
|
18
|
+
_None._
|
|
19
|
+
|
|
20
|
+
## Events
|
|
21
|
+
|
|
22
|
+
_None._
|
|
23
|
+
|
|
24
|
+
## Methods
|
|
25
|
+
|
|
26
|
+
_None._
|
|
27
|
+
|
|
28
|
+
## Related components
|
|
29
|
+
|
|
30
|
+
_See description for usage context._
|
|
31
|
+
|
|
32
|
+
## Accessibility
|
|
33
|
+
|
|
34
|
+
_See full docs for accessibility details._
|
|
35
|
+
|
|
36
|
+
## Minimal example
|
|
37
|
+
|
|
38
|
+
```html
|
|
39
|
+
<swirl-icon-add-box></swirl-icon-add-box>
|
|
40
|
+
```
|
|
41
|
+
|
|
42
|
+
## Usage example
|
|
43
|
+
|
|
44
|
+
_No usage example in docs._
|
|
45
|
+
|
|
46
|
+
## Common mistakes
|
|
47
|
+
|
|
48
|
+
- Ensure required props are set.
|
|
49
|
+
- Use only allowed slot names and child components where documented.
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
# `<swirl-icon-apparel>`
|
|
2
|
+
|
|
3
|
+
## Purpose
|
|
4
|
+
|
|
5
|
+
Custom element: swirl-icon-apparel.
|
|
6
|
+
|
|
7
|
+
## Required props
|
|
8
|
+
|
|
9
|
+
_None._
|
|
10
|
+
|
|
11
|
+
## Optional props
|
|
12
|
+
|
|
13
|
+
- `color` ("critical" | "default" | "disabled" | "highlight" | "info" | "on-action-primary" | "on-image" | "on-status" | "on-surface-highlight" | "on-surface-highlight-subdued" | "strong" | "success" | "warning" | undefined) –
|
|
14
|
+
- `size` (16 | 20 | 24 | 28 | undefined) –
|
|
15
|
+
|
|
16
|
+
## Slots
|
|
17
|
+
|
|
18
|
+
_None._
|
|
19
|
+
|
|
20
|
+
## Events
|
|
21
|
+
|
|
22
|
+
_None._
|
|
23
|
+
|
|
24
|
+
## Methods
|
|
25
|
+
|
|
26
|
+
_None._
|
|
27
|
+
|
|
28
|
+
## Related components
|
|
29
|
+
|
|
30
|
+
_See description for usage context._
|
|
31
|
+
|
|
32
|
+
## Accessibility
|
|
33
|
+
|
|
34
|
+
_See full docs for accessibility details._
|
|
35
|
+
|
|
36
|
+
## Minimal example
|
|
37
|
+
|
|
38
|
+
```html
|
|
39
|
+
<swirl-icon-apparel></swirl-icon-apparel>
|
|
40
|
+
```
|
|
41
|
+
|
|
42
|
+
## Usage example
|
|
43
|
+
|
|
44
|
+
_No usage example in docs._
|
|
45
|
+
|
|
46
|
+
## Common mistakes
|
|
47
|
+
|
|
48
|
+
- Ensure required props are set.
|
|
49
|
+
- Use only allowed slot names and child components where documented.
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
# `<swirl-icon-co-present>`
|
|
2
|
+
|
|
3
|
+
## Purpose
|
|
4
|
+
|
|
5
|
+
Custom element: swirl-icon-co-present.
|
|
6
|
+
|
|
7
|
+
## Required props
|
|
8
|
+
|
|
9
|
+
_None._
|
|
10
|
+
|
|
11
|
+
## Optional props
|
|
12
|
+
|
|
13
|
+
- `color` ("critical" | "default" | "disabled" | "highlight" | "info" | "on-action-primary" | "on-image" | "on-status" | "on-surface-highlight" | "on-surface-highlight-subdued" | "strong" | "success" | "warning" | undefined) –
|
|
14
|
+
- `size` (16 | 20 | 24 | 28 | undefined) –
|
|
15
|
+
|
|
16
|
+
## Slots
|
|
17
|
+
|
|
18
|
+
_None._
|
|
19
|
+
|
|
20
|
+
## Events
|
|
21
|
+
|
|
22
|
+
_None._
|
|
23
|
+
|
|
24
|
+
## Methods
|
|
25
|
+
|
|
26
|
+
_None._
|
|
27
|
+
|
|
28
|
+
## Related components
|
|
29
|
+
|
|
30
|
+
_See description for usage context._
|
|
31
|
+
|
|
32
|
+
## Accessibility
|
|
33
|
+
|
|
34
|
+
_See full docs for accessibility details._
|
|
35
|
+
|
|
36
|
+
## Minimal example
|
|
37
|
+
|
|
38
|
+
```html
|
|
39
|
+
<swirl-icon-co-present></swirl-icon-co-present>
|
|
40
|
+
```
|
|
41
|
+
|
|
42
|
+
## Usage example
|
|
43
|
+
|
|
44
|
+
_No usage example in docs._
|
|
45
|
+
|
|
46
|
+
## Common mistakes
|
|
47
|
+
|
|
48
|
+
- Ensure required props are set.
|
|
49
|
+
- Use only allowed slot names and child components where documented.
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
# `<swirl-icon-contract-edit>`
|
|
2
|
+
|
|
3
|
+
## Purpose
|
|
4
|
+
|
|
5
|
+
Custom element: swirl-icon-contract-edit.
|
|
6
|
+
|
|
7
|
+
## Required props
|
|
8
|
+
|
|
9
|
+
_None._
|
|
10
|
+
|
|
11
|
+
## Optional props
|
|
12
|
+
|
|
13
|
+
- `color` ("critical" | "default" | "disabled" | "highlight" | "info" | "on-action-primary" | "on-image" | "on-status" | "on-surface-highlight" | "on-surface-highlight-subdued" | "strong" | "success" | "warning" | undefined) –
|
|
14
|
+
- `size` (16 | 20 | 24 | 28 | undefined) –
|
|
15
|
+
|
|
16
|
+
## Slots
|
|
17
|
+
|
|
18
|
+
_None._
|
|
19
|
+
|
|
20
|
+
## Events
|
|
21
|
+
|
|
22
|
+
_None._
|
|
23
|
+
|
|
24
|
+
## Methods
|
|
25
|
+
|
|
26
|
+
_None._
|
|
27
|
+
|
|
28
|
+
## Related components
|
|
29
|
+
|
|
30
|
+
_See description for usage context._
|
|
31
|
+
|
|
32
|
+
## Accessibility
|
|
33
|
+
|
|
34
|
+
_See full docs for accessibility details._
|
|
35
|
+
|
|
36
|
+
## Minimal example
|
|
37
|
+
|
|
38
|
+
```html
|
|
39
|
+
<swirl-icon-contract-edit></swirl-icon-contract-edit>
|
|
40
|
+
```
|
|
41
|
+
|
|
42
|
+
## Usage example
|
|
43
|
+
|
|
44
|
+
_No usage example in docs._
|
|
45
|
+
|
|
46
|
+
## Common mistakes
|
|
47
|
+
|
|
48
|
+
- Ensure required props are set.
|
|
49
|
+
- Use only allowed slot names and child components where documented.
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
# `<swirl-icon-destruction>`
|
|
2
|
+
|
|
3
|
+
## Purpose
|
|
4
|
+
|
|
5
|
+
Custom element: swirl-icon-destruction.
|
|
6
|
+
|
|
7
|
+
## Required props
|
|
8
|
+
|
|
9
|
+
_None._
|
|
10
|
+
|
|
11
|
+
## Optional props
|
|
12
|
+
|
|
13
|
+
- `color` ("critical" | "default" | "disabled" | "highlight" | "info" | "on-action-primary" | "on-image" | "on-status" | "on-surface-highlight" | "on-surface-highlight-subdued" | "strong" | "success" | "warning" | undefined) –
|
|
14
|
+
- `size` (16 | 20 | 24 | 28 | undefined) –
|
|
15
|
+
|
|
16
|
+
## Slots
|
|
17
|
+
|
|
18
|
+
_None._
|
|
19
|
+
|
|
20
|
+
## Events
|
|
21
|
+
|
|
22
|
+
_None._
|
|
23
|
+
|
|
24
|
+
## Methods
|
|
25
|
+
|
|
26
|
+
_None._
|
|
27
|
+
|
|
28
|
+
## Related components
|
|
29
|
+
|
|
30
|
+
_See description for usage context._
|
|
31
|
+
|
|
32
|
+
## Accessibility
|
|
33
|
+
|
|
34
|
+
_See full docs for accessibility details._
|
|
35
|
+
|
|
36
|
+
## Minimal example
|
|
37
|
+
|
|
38
|
+
```html
|
|
39
|
+
<swirl-icon-destruction></swirl-icon-destruction>
|
|
40
|
+
```
|
|
41
|
+
|
|
42
|
+
## Usage example
|
|
43
|
+
|
|
44
|
+
_No usage example in docs._
|
|
45
|
+
|
|
46
|
+
## Common mistakes
|
|
47
|
+
|
|
48
|
+
- Ensure required props are set.
|
|
49
|
+
- Use only allowed slot names and child components where documented.
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
# `<swirl-icon-list-alt-check>`
|
|
2
|
+
|
|
3
|
+
## Purpose
|
|
4
|
+
|
|
5
|
+
Custom element: swirl-icon-list-alt-check.
|
|
6
|
+
|
|
7
|
+
## Required props
|
|
8
|
+
|
|
9
|
+
_None._
|
|
10
|
+
|
|
11
|
+
## Optional props
|
|
12
|
+
|
|
13
|
+
- `color` ("critical" | "default" | "disabled" | "highlight" | "info" | "on-action-primary" | "on-image" | "on-status" | "on-surface-highlight" | "on-surface-highlight-subdued" | "strong" | "success" | "warning" | undefined) –
|
|
14
|
+
- `size` (16 | 20 | 24 | 28 | undefined) –
|
|
15
|
+
|
|
16
|
+
## Slots
|
|
17
|
+
|
|
18
|
+
_None._
|
|
19
|
+
|
|
20
|
+
## Events
|
|
21
|
+
|
|
22
|
+
_None._
|
|
23
|
+
|
|
24
|
+
## Methods
|
|
25
|
+
|
|
26
|
+
_None._
|
|
27
|
+
|
|
28
|
+
## Related components
|
|
29
|
+
|
|
30
|
+
_See description for usage context._
|
|
31
|
+
|
|
32
|
+
## Accessibility
|
|
33
|
+
|
|
34
|
+
_See full docs for accessibility details._
|
|
35
|
+
|
|
36
|
+
## Minimal example
|
|
37
|
+
|
|
38
|
+
```html
|
|
39
|
+
<swirl-icon-list-alt-check></swirl-icon-list-alt-check>
|
|
40
|
+
```
|
|
41
|
+
|
|
42
|
+
## Usage example
|
|
43
|
+
|
|
44
|
+
_No usage example in docs._
|
|
45
|
+
|
|
46
|
+
## Common mistakes
|
|
47
|
+
|
|
48
|
+
- Ensure required props are set.
|
|
49
|
+
- Use only allowed slot names and child components where documented.
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
# `<swirl-icon-mobile-theft>`
|
|
2
|
+
|
|
3
|
+
## Purpose
|
|
4
|
+
|
|
5
|
+
Custom element: swirl-icon-mobile-theft.
|
|
6
|
+
|
|
7
|
+
## Required props
|
|
8
|
+
|
|
9
|
+
_None._
|
|
10
|
+
|
|
11
|
+
## Optional props
|
|
12
|
+
|
|
13
|
+
- `color` ("critical" | "default" | "disabled" | "highlight" | "info" | "on-action-primary" | "on-image" | "on-status" | "on-surface-highlight" | "on-surface-highlight-subdued" | "strong" | "success" | "warning" | undefined) –
|
|
14
|
+
- `size` (16 | 20 | 24 | 28 | undefined) –
|
|
15
|
+
|
|
16
|
+
## Slots
|
|
17
|
+
|
|
18
|
+
_None._
|
|
19
|
+
|
|
20
|
+
## Events
|
|
21
|
+
|
|
22
|
+
_None._
|
|
23
|
+
|
|
24
|
+
## Methods
|
|
25
|
+
|
|
26
|
+
_None._
|
|
27
|
+
|
|
28
|
+
## Related components
|
|
29
|
+
|
|
30
|
+
_See description for usage context._
|
|
31
|
+
|
|
32
|
+
## Accessibility
|
|
33
|
+
|
|
34
|
+
_See full docs for accessibility details._
|
|
35
|
+
|
|
36
|
+
## Minimal example
|
|
37
|
+
|
|
38
|
+
```html
|
|
39
|
+
<swirl-icon-mobile-theft></swirl-icon-mobile-theft>
|
|
40
|
+
```
|
|
41
|
+
|
|
42
|
+
## Usage example
|
|
43
|
+
|
|
44
|
+
_No usage example in docs._
|
|
45
|
+
|
|
46
|
+
## Common mistakes
|
|
47
|
+
|
|
48
|
+
- Ensure required props are set.
|
|
49
|
+
- Use only allowed slot names and child components where documented.
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
# `<swirl-icon-person-raised-hand>`
|
|
2
|
+
|
|
3
|
+
## Purpose
|
|
4
|
+
|
|
5
|
+
Custom element: swirl-icon-person-raised-hand.
|
|
6
|
+
|
|
7
|
+
## Required props
|
|
8
|
+
|
|
9
|
+
_None._
|
|
10
|
+
|
|
11
|
+
## Optional props
|
|
12
|
+
|
|
13
|
+
- `color` ("critical" | "default" | "disabled" | "highlight" | "info" | "on-action-primary" | "on-image" | "on-status" | "on-surface-highlight" | "on-surface-highlight-subdued" | "strong" | "success" | "warning" | undefined) –
|
|
14
|
+
- `size` (16 | 20 | 24 | 28 | undefined) –
|
|
15
|
+
|
|
16
|
+
## Slots
|
|
17
|
+
|
|
18
|
+
_None._
|
|
19
|
+
|
|
20
|
+
## Events
|
|
21
|
+
|
|
22
|
+
_None._
|
|
23
|
+
|
|
24
|
+
## Methods
|
|
25
|
+
|
|
26
|
+
_None._
|
|
27
|
+
|
|
28
|
+
## Related components
|
|
29
|
+
|
|
30
|
+
_See description for usage context._
|
|
31
|
+
|
|
32
|
+
## Accessibility
|
|
33
|
+
|
|
34
|
+
_See full docs for accessibility details._
|
|
35
|
+
|
|
36
|
+
## Minimal example
|
|
37
|
+
|
|
38
|
+
```html
|
|
39
|
+
<swirl-icon-person-raised-hand></swirl-icon-person-raised-hand>
|
|
40
|
+
```
|
|
41
|
+
|
|
42
|
+
## Usage example
|
|
43
|
+
|
|
44
|
+
_No usage example in docs._
|
|
45
|
+
|
|
46
|
+
## Common mistakes
|
|
47
|
+
|
|
48
|
+
- Ensure required props are set.
|
|
49
|
+
- Use only allowed slot names and child components where documented.
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
# `<swirl-icon-qr-code-scanner>`
|
|
2
|
+
|
|
3
|
+
## Purpose
|
|
4
|
+
|
|
5
|
+
Custom element: swirl-icon-qr-code-scanner.
|
|
6
|
+
|
|
7
|
+
## Required props
|
|
8
|
+
|
|
9
|
+
_None._
|
|
10
|
+
|
|
11
|
+
## Optional props
|
|
12
|
+
|
|
13
|
+
- `color` ("critical" | "default" | "disabled" | "highlight" | "info" | "on-action-primary" | "on-image" | "on-status" | "on-surface-highlight" | "on-surface-highlight-subdued" | "strong" | "success" | "warning" | undefined) –
|
|
14
|
+
- `size` (16 | 20 | 24 | 28 | undefined) –
|
|
15
|
+
|
|
16
|
+
## Slots
|
|
17
|
+
|
|
18
|
+
_None._
|
|
19
|
+
|
|
20
|
+
## Events
|
|
21
|
+
|
|
22
|
+
_None._
|
|
23
|
+
|
|
24
|
+
## Methods
|
|
25
|
+
|
|
26
|
+
_None._
|
|
27
|
+
|
|
28
|
+
## Related components
|
|
29
|
+
|
|
30
|
+
_See description for usage context._
|
|
31
|
+
|
|
32
|
+
## Accessibility
|
|
33
|
+
|
|
34
|
+
_See full docs for accessibility details._
|
|
35
|
+
|
|
36
|
+
## Minimal example
|
|
37
|
+
|
|
38
|
+
```html
|
|
39
|
+
<swirl-icon-qr-code-scanner></swirl-icon-qr-code-scanner>
|
|
40
|
+
```
|
|
41
|
+
|
|
42
|
+
## Usage example
|
|
43
|
+
|
|
44
|
+
_No usage example in docs._
|
|
45
|
+
|
|
46
|
+
## Common mistakes
|
|
47
|
+
|
|
48
|
+
- Ensure required props are set.
|
|
49
|
+
- Use only allowed slot names and child components where documented.
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
# `<swirl-icon-school>`
|
|
2
|
+
|
|
3
|
+
## Purpose
|
|
4
|
+
|
|
5
|
+
Custom element: swirl-icon-school.
|
|
6
|
+
|
|
7
|
+
## Required props
|
|
8
|
+
|
|
9
|
+
_None._
|
|
10
|
+
|
|
11
|
+
## Optional props
|
|
12
|
+
|
|
13
|
+
- `color` ("critical" | "default" | "disabled" | "highlight" | "info" | "on-action-primary" | "on-image" | "on-status" | "on-surface-highlight" | "on-surface-highlight-subdued" | "strong" | "success" | "warning" | undefined) –
|
|
14
|
+
- `size` (16 | 20 | 24 | 28 | undefined) –
|
|
15
|
+
|
|
16
|
+
## Slots
|
|
17
|
+
|
|
18
|
+
_None._
|
|
19
|
+
|
|
20
|
+
## Events
|
|
21
|
+
|
|
22
|
+
_None._
|
|
23
|
+
|
|
24
|
+
## Methods
|
|
25
|
+
|
|
26
|
+
_None._
|
|
27
|
+
|
|
28
|
+
## Related components
|
|
29
|
+
|
|
30
|
+
_See description for usage context._
|
|
31
|
+
|
|
32
|
+
## Accessibility
|
|
33
|
+
|
|
34
|
+
_See full docs for accessibility details._
|
|
35
|
+
|
|
36
|
+
## Minimal example
|
|
37
|
+
|
|
38
|
+
```html
|
|
39
|
+
<swirl-icon-school></swirl-icon-school>
|
|
40
|
+
```
|
|
41
|
+
|
|
42
|
+
## Usage example
|
|
43
|
+
|
|
44
|
+
_No usage example in docs._
|
|
45
|
+
|
|
46
|
+
## Common mistakes
|
|
47
|
+
|
|
48
|
+
- Ensure required props are set.
|
|
49
|
+
- Use only allowed slot names and child components where documented.
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
# `<swirl-icon-waving-hand>`
|
|
2
|
+
|
|
3
|
+
## Purpose
|
|
4
|
+
|
|
5
|
+
Custom element: swirl-icon-waving-hand.
|
|
6
|
+
|
|
7
|
+
## Required props
|
|
8
|
+
|
|
9
|
+
_None._
|
|
10
|
+
|
|
11
|
+
## Optional props
|
|
12
|
+
|
|
13
|
+
- `color` ("critical" | "default" | "disabled" | "highlight" | "info" | "on-action-primary" | "on-image" | "on-status" | "on-surface-highlight" | "on-surface-highlight-subdued" | "strong" | "success" | "warning" | undefined) –
|
|
14
|
+
- `size` (16 | 20 | 24 | 28 | undefined) –
|
|
15
|
+
|
|
16
|
+
## Slots
|
|
17
|
+
|
|
18
|
+
_None._
|
|
19
|
+
|
|
20
|
+
## Events
|
|
21
|
+
|
|
22
|
+
_None._
|
|
23
|
+
|
|
24
|
+
## Methods
|
|
25
|
+
|
|
26
|
+
_None._
|
|
27
|
+
|
|
28
|
+
## Related components
|
|
29
|
+
|
|
30
|
+
_See description for usage context._
|
|
31
|
+
|
|
32
|
+
## Accessibility
|
|
33
|
+
|
|
34
|
+
_See full docs for accessibility details._
|
|
35
|
+
|
|
36
|
+
## Minimal example
|
|
37
|
+
|
|
38
|
+
```html
|
|
39
|
+
<swirl-icon-waving-hand></swirl-icon-waving-hand>
|
|
40
|
+
```
|
|
41
|
+
|
|
42
|
+
## Usage example
|
|
43
|
+
|
|
44
|
+
_No usage example in docs._
|
|
45
|
+
|
|
46
|
+
## Common mistakes
|
|
47
|
+
|
|
48
|
+
- Ensure required props are set.
|
|
49
|
+
- Use only allowed slot names and child components where documented.
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
# `<swirl-icon-workspace-premium>`
|
|
2
|
+
|
|
3
|
+
## Purpose
|
|
4
|
+
|
|
5
|
+
Custom element: swirl-icon-workspace-premium.
|
|
6
|
+
|
|
7
|
+
## Required props
|
|
8
|
+
|
|
9
|
+
_None._
|
|
10
|
+
|
|
11
|
+
## Optional props
|
|
12
|
+
|
|
13
|
+
- `color` ("critical" | "default" | "disabled" | "highlight" | "info" | "on-action-primary" | "on-image" | "on-status" | "on-surface-highlight" | "on-surface-highlight-subdued" | "strong" | "success" | "warning" | undefined) –
|
|
14
|
+
- `size` (16 | 20 | 24 | 28 | undefined) –
|
|
15
|
+
|
|
16
|
+
## Slots
|
|
17
|
+
|
|
18
|
+
_None._
|
|
19
|
+
|
|
20
|
+
## Events
|
|
21
|
+
|
|
22
|
+
_None._
|
|
23
|
+
|
|
24
|
+
## Methods
|
|
25
|
+
|
|
26
|
+
_None._
|
|
27
|
+
|
|
28
|
+
## Related components
|
|
29
|
+
|
|
30
|
+
_See description for usage context._
|
|
31
|
+
|
|
32
|
+
## Accessibility
|
|
33
|
+
|
|
34
|
+
_See full docs for accessibility details._
|
|
35
|
+
|
|
36
|
+
## Minimal example
|
|
37
|
+
|
|
38
|
+
```html
|
|
39
|
+
<swirl-icon-workspace-premium></swirl-icon-workspace-premium>
|
|
40
|
+
```
|
|
41
|
+
|
|
42
|
+
## Usage example
|
|
43
|
+
|
|
44
|
+
_No usage example in docs._
|
|
45
|
+
|
|
46
|
+
## Common mistakes
|
|
47
|
+
|
|
48
|
+
- Ensure required props are set.
|
|
49
|
+
- Use only allowed slot names and child components where documented.
|