@spectrum-web-components/status-light 0.0.0-20241209155954 → 0.0.0-20241211071818

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.
@@ -0,0 +1,106 @@
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": "class",
26
+ "description": "",
27
+ "name": "StatusLight",
28
+ "slots": [
29
+ {
30
+ "description": "text label of the Status Light",
31
+ "name": ""
32
+ }
33
+ ],
34
+ "members": [
35
+ {
36
+ "kind": "field",
37
+ "name": "disabled",
38
+ "type": {
39
+ "text": "boolean"
40
+ },
41
+ "privacy": "public",
42
+ "default": "false",
43
+ "description": "A 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.",
44
+ "attribute": "disabled",
45
+ "reflects": true
46
+ },
47
+ {
48
+ "kind": "field",
49
+ "name": "variant",
50
+ "type": {
51
+ "text": "| 'negative'\n | 'notice'\n | 'positive'\n | 'info'\n | 'neutral'\n | 'yellow'\n | 'fuchsia'\n | 'indigo'\n | 'seafoam'\n | 'chartreuse'\n | 'magenta'\n | 'celery'\n | 'purple'"
52
+ },
53
+ "privacy": "public",
54
+ "default": "'info'",
55
+ "description": "The visual variant to apply to this status light.",
56
+ "attribute": "variant",
57
+ "reflects": true
58
+ }
59
+ ],
60
+ "attributes": [
61
+ {
62
+ "name": "disabled",
63
+ "type": {
64
+ "text": "boolean"
65
+ },
66
+ "default": "false",
67
+ "description": "A 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.",
68
+ "fieldName": "disabled"
69
+ },
70
+ {
71
+ "name": "variant",
72
+ "type": {
73
+ "text": "| 'negative'\n | 'notice'\n | 'positive'\n | 'info'\n | 'neutral'\n | 'yellow'\n | 'fuchsia'\n | 'indigo'\n | 'seafoam'\n | 'chartreuse'\n | 'magenta'\n | 'celery'\n | 'purple'"
74
+ },
75
+ "default": "'info'",
76
+ "description": "The visual variant to apply to this status light.",
77
+ "fieldName": "variant"
78
+ }
79
+ ],
80
+ "mixins": [
81
+ {
82
+ "name": "SizedMixin",
83
+ "package": "@spectrum-web-components/base"
84
+ }
85
+ ],
86
+ "superclass": {
87
+ "name": "SpectrumElement",
88
+ "package": "@spectrum-web-components/base"
89
+ },
90
+ "tagName": "sp-status-light",
91
+ "customElement": true
92
+ }
93
+ ],
94
+ "exports": [
95
+ {
96
+ "kind": "js",
97
+ "name": "StatusLight",
98
+ "declaration": {
99
+ "name": "StatusLight",
100
+ "module": "src/StatusLight.js"
101
+ }
102
+ }
103
+ ]
104
+ }
105
+ ]
106
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spectrum-web-components/status-light",
3
- "version": "0.0.0-20241209155954",
3
+ "version": "0.0.0-20241211071818",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -58,7 +58,7 @@
58
58
  "lit-html"
59
59
  ],
60
60
  "dependencies": {
61
- "@spectrum-web-components/base": "0.0.0-20241209155954"
61
+ "@spectrum-web-components/base": "0.0.0-20241211071818"
62
62
  },
63
63
  "devDependencies": {
64
64
  "@spectrum-css/statuslight": "^8.0.0-s2-foundations.15"