@spectrum-web-components/status-light 0.35.1-rc.24 → 0.35.1-rc.25

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,106 @@
1
+ {
2
+ "schemaVersion": "1.0.0",
3
+ "readme": "",
4
+ "modules": [
5
+ {
6
+ "kind": "javascript-module",
7
+ "path": "sp-status-light.ts",
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.ts",
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.ts"
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.35.1-rc.24+e3649e123",
3
+ "version": "0.35.1-rc.25+b3feb0eb9",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -57,7 +57,7 @@
57
57
  "lit-html"
58
58
  ],
59
59
  "dependencies": {
60
- "@spectrum-web-components/base": "^0.35.1-rc.24+e3649e123"
60
+ "@spectrum-web-components/base": "^0.35.1-rc.25+b3feb0eb9"
61
61
  },
62
62
  "devDependencies": {
63
63
  "@spectrum-css/statuslight": "^6.0.40"
@@ -68,5 +68,5 @@
68
68
  "./sp-*.js",
69
69
  "./**/*.dev.js"
70
70
  ],
71
- "gitHead": "e3649e1230ed727048988a452969c38ced5467ac"
71
+ "gitHead": "b3feb0eb979ff059457a00125919c13ea1afe9bc"
72
72
  }