@spectrum-web-components/status-light 1.10.0 → 1.11.0-preview-7eb00073.20251202183733
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 +3 -3
- package/custom-elements.json +0 -114
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spectrum-web-components/status-light",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.11.0-preview-7eb00073.20251202183733",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -64,8 +64,8 @@
|
|
|
64
64
|
"css"
|
|
65
65
|
],
|
|
66
66
|
"dependencies": {
|
|
67
|
-
"@spectrum-web-components/base": "1.
|
|
68
|
-
"@spectrum-web-components/core": "0.0.
|
|
67
|
+
"@spectrum-web-components/base": "1.11.0-preview-7eb00073.20251202183733",
|
|
68
|
+
"@spectrum-web-components/core": "0.0.2-preview-7eb00073.20251202183733"
|
|
69
69
|
},
|
|
70
70
|
"types": "./src/index.d.ts",
|
|
71
71
|
"customElements": "custom-elements.json",
|
package/custom-elements.json
DELETED
|
@@ -1,114 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"schemaVersion": "1.0.0",
|
|
3
|
-
"readme": "",
|
|
4
|
-
"modules": [
|
|
5
|
-
{
|
|
6
|
-
"kind": "javascript-module",
|
|
7
|
-
"path": "sp-status-light.js",
|
|
8
|
-
"declarations": [],
|
|
9
|
-
"exports": [
|
|
10
|
-
{
|
|
11
|
-
"kind": "custom-element-definition",
|
|
12
|
-
"name": "sp-status-light",
|
|
13
|
-
"declaration": {
|
|
14
|
-
"name": "StatusLight",
|
|
15
|
-
"module": "/src/StatusLight.js"
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
]
|
|
19
|
-
},
|
|
20
|
-
{
|
|
21
|
-
"kind": "javascript-module",
|
|
22
|
-
"path": "src/StatusLight.js",
|
|
23
|
-
"declarations": [
|
|
24
|
-
{
|
|
25
|
-
"kind": "variable",
|
|
26
|
-
"name": "STATUSLIGHT_VARIANTS",
|
|
27
|
-
"default": "STATUSLIGHT_VARIANTS_S1",
|
|
28
|
-
"deprecated": "The `STATUSLIGHT_VARIANTS` export is deprecated and will be removed\nin a future release. If needed, you can access the internal\n`StatusLight.VARIANTS` property from the constructor."
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
"kind": "class",
|
|
32
|
-
"description": "",
|
|
33
|
-
"name": "StatusLight",
|
|
34
|
-
"slots": [
|
|
35
|
-
{
|
|
36
|
-
"description": "text label of the Status Light",
|
|
37
|
-
"name": ""
|
|
38
|
-
}
|
|
39
|
-
],
|
|
40
|
-
"members": [
|
|
41
|
-
{
|
|
42
|
-
"kind": "field",
|
|
43
|
-
"name": "variant",
|
|
44
|
-
"type": {
|
|
45
|
-
"text": "StatusLightVariantS1"
|
|
46
|
-
},
|
|
47
|
-
"privacy": "public",
|
|
48
|
-
"default": "'info'",
|
|
49
|
-
"description": "The variant of the status light.",
|
|
50
|
-
"attribute": "variant",
|
|
51
|
-
"reflects": true
|
|
52
|
-
},
|
|
53
|
-
{
|
|
54
|
-
"kind": "field",
|
|
55
|
-
"name": "disabled",
|
|
56
|
-
"type": {
|
|
57
|
-
"text": "boolean"
|
|
58
|
-
},
|
|
59
|
-
"privacy": "public",
|
|
60
|
-
"default": "false",
|
|
61
|
-
"deprecated": "The `disabled` property is is deprecated and will be removed\nin a future release.\n\nA status light in a disabled state shows that a status exists, but is not available in that circumstance. This can be used to maintain layout continuity and communicate that a status may become available later.",
|
|
62
|
-
"attribute": "disabled",
|
|
63
|
-
"reflects": true
|
|
64
|
-
}
|
|
65
|
-
],
|
|
66
|
-
"attributes": [
|
|
67
|
-
{
|
|
68
|
-
"name": "variant",
|
|
69
|
-
"type": {
|
|
70
|
-
"text": "StatusLightVariantS1"
|
|
71
|
-
},
|
|
72
|
-
"default": "'info'",
|
|
73
|
-
"description": "The variant of the status light.",
|
|
74
|
-
"fieldName": "variant"
|
|
75
|
-
},
|
|
76
|
-
{
|
|
77
|
-
"name": "disabled",
|
|
78
|
-
"type": {
|
|
79
|
-
"text": "boolean"
|
|
80
|
-
},
|
|
81
|
-
"default": "false",
|
|
82
|
-
"deprecated": "The `disabled` property is is deprecated and will be removed\nin a future release.\n\nA status light in a disabled state shows that a status exists, but is not available in that circumstance. This can be used to maintain layout continuity and communicate that a status may become available later.",
|
|
83
|
-
"fieldName": "disabled"
|
|
84
|
-
}
|
|
85
|
-
],
|
|
86
|
-
"superclass": {
|
|
87
|
-
"name": "StatusLightBase",
|
|
88
|
-
"package": "@spectrum-web-components/core/components/status-light"
|
|
89
|
-
},
|
|
90
|
-
"tagName": "sp-status-light",
|
|
91
|
-
"customElement": true
|
|
92
|
-
}
|
|
93
|
-
],
|
|
94
|
-
"exports": [
|
|
95
|
-
{
|
|
96
|
-
"kind": "js",
|
|
97
|
-
"name": "STATUSLIGHT_VARIANTS",
|
|
98
|
-
"declaration": {
|
|
99
|
-
"name": "STATUSLIGHT_VARIANTS",
|
|
100
|
-
"module": "src/StatusLight.js"
|
|
101
|
-
}
|
|
102
|
-
},
|
|
103
|
-
{
|
|
104
|
-
"kind": "js",
|
|
105
|
-
"name": "StatusLight",
|
|
106
|
-
"declaration": {
|
|
107
|
-
"name": "StatusLight",
|
|
108
|
-
"module": "src/StatusLight.js"
|
|
109
|
-
}
|
|
110
|
-
}
|
|
111
|
-
]
|
|
112
|
-
}
|
|
113
|
-
]
|
|
114
|
-
}
|