@spectrum-web-components/status-light 0.30.1-overlay.42 → 0.31.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,97 @@
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
+ {
12
+ "kind": "javascript-module",
13
+ "path": "src/StatusLight.js",
14
+ "declarations": [
15
+ {
16
+ "kind": "class",
17
+ "description": "",
18
+ "name": "StatusLight",
19
+ "slots": [
20
+ {
21
+ "description": "text label of the Status Light",
22
+ "name": ""
23
+ }
24
+ ],
25
+ "members": [
26
+ {
27
+ "kind": "field",
28
+ "name": "disabled",
29
+ "type": {
30
+ "text": "boolean"
31
+ },
32
+ "privacy": "public",
33
+ "default": "false",
34
+ "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.",
35
+ "attribute": "disabled",
36
+ "reflects": true
37
+ },
38
+ {
39
+ "kind": "field",
40
+ "name": "variant",
41
+ "type": {
42
+ "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'"
43
+ },
44
+ "privacy": "public",
45
+ "default": "'info'",
46
+ "description": "The visual variant to apply to this status light.",
47
+ "attribute": "variant",
48
+ "reflects": true
49
+ }
50
+ ],
51
+ "attributes": [
52
+ {
53
+ "name": "disabled",
54
+ "type": {
55
+ "text": "boolean"
56
+ },
57
+ "default": "false",
58
+ "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.",
59
+ "fieldName": "disabled"
60
+ },
61
+ {
62
+ "name": "variant",
63
+ "type": {
64
+ "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'"
65
+ },
66
+ "default": "'info'",
67
+ "description": "The visual variant to apply to this status light.",
68
+ "fieldName": "variant"
69
+ }
70
+ ],
71
+ "mixins": [
72
+ {
73
+ "name": "SizedMixin",
74
+ "package": "@spectrum-web-components/base"
75
+ }
76
+ ],
77
+ "superclass": {
78
+ "name": "SpectrumElement",
79
+ "package": "@spectrum-web-components/base"
80
+ },
81
+ "tagName": "sp-status-light",
82
+ "customElement": true
83
+ }
84
+ ],
85
+ "exports": [
86
+ {
87
+ "kind": "js",
88
+ "name": "StatusLight",
89
+ "declaration": {
90
+ "name": "StatusLight",
91
+ "module": "src/StatusLight.js"
92
+ }
93
+ }
94
+ ]
95
+ }
96
+ ]
97
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spectrum-web-components/status-light",
3
- "version": "0.30.1-overlay.42+cf3483d85",
3
+ "version": "0.31.0",
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.30.1-overlay.42+cf3483d85"
60
+ "@spectrum-web-components/base": "^0.31.0"
61
61
  },
62
62
  "devDependencies": {
63
63
  "@spectrum-css/statuslight": "^6.0.23"
@@ -68,5 +68,5 @@
68
68
  "./sp-*.js",
69
69
  "./**/*.dev.js"
70
70
  ],
71
- "gitHead": "cf3483d85cf3f933e902734894850f8242d29e6c"
71
+ "gitHead": "a30eeed27948a9a372b792b751f968c54337ab9e"
72
72
  }