@spectrum-web-components/progress-circle 0.7.7 → 0.7.8-overlay.8

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spectrum-web-components/progress-circle",
3
- "version": "0.7.7",
3
+ "version": "0.7.8-overlay.8+eef228d8d",
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.7.4"
60
+ "@spectrum-web-components/base": "^0.7.5-overlay.236+eef228d8d"
61
61
  },
62
62
  "devDependencies": {
63
63
  "@spectrum-css/progresscircle": "^2.0.10"
@@ -68,5 +68,5 @@
68
68
  "./sp-*.js",
69
69
  "./**/*.dev.js"
70
70
  ],
71
- "gitHead": "1e25ee121f3bc838dbb99bac62f3c95857570f7a"
71
+ "gitHead": "eef228d8defcf04fe32713c7232fd0873828752b"
72
72
  }
@@ -1,167 +0,0 @@
1
- {
2
- "schemaVersion": "1.0.0",
3
- "readme": "",
4
- "modules": [
5
- {
6
- "kind": "javascript-module",
7
- "path": "sp-progress-circle.js",
8
- "declarations": [],
9
- "exports": [
10
- {
11
- "kind": "custom-element-definition",
12
- "name": "sp-progress-circle",
13
- "declaration": {
14
- "name": "ProgressCircle",
15
- "module": "/src/ProgressCircle.js"
16
- }
17
- }
18
- ]
19
- },
20
- {
21
- "kind": "javascript-module",
22
- "path": "src/ProgressCircle.js",
23
- "declarations": [
24
- {
25
- "kind": "class",
26
- "description": "",
27
- "name": "ProgressCircle",
28
- "members": [
29
- {
30
- "kind": "field",
31
- "name": "indeterminate",
32
- "type": {
33
- "text": "boolean"
34
- },
35
- "privacy": "public",
36
- "default": "false",
37
- "attribute": "indeterminate",
38
- "reflects": true
39
- },
40
- {
41
- "kind": "field",
42
- "name": "label",
43
- "type": {
44
- "text": "string"
45
- },
46
- "privacy": "public",
47
- "default": "''",
48
- "attribute": "label"
49
- },
50
- {
51
- "kind": "field",
52
- "name": "overBackground",
53
- "type": {
54
- "text": "boolean"
55
- },
56
- "privacy": "public",
57
- "default": "false",
58
- "attribute": "over-background",
59
- "reflects": true
60
- },
61
- {
62
- "kind": "field",
63
- "name": "static",
64
- "type": {
65
- "text": "'white' | undefined"
66
- },
67
- "privacy": "public",
68
- "attribute": "static",
69
- "reflects": true
70
- },
71
- {
72
- "kind": "field",
73
- "name": "progress",
74
- "type": {
75
- "text": "number"
76
- },
77
- "privacy": "public",
78
- "default": "0",
79
- "attribute": "progress"
80
- },
81
- {
82
- "kind": "method",
83
- "name": "makeRotation",
84
- "privacy": "private",
85
- "return": {
86
- "type": {
87
- "text": "string | undefined"
88
- }
89
- },
90
- "parameters": [
91
- {
92
- "name": "rotation",
93
- "type": {
94
- "text": "number"
95
- }
96
- }
97
- ]
98
- }
99
- ],
100
- "attributes": [
101
- {
102
- "name": "indeterminate",
103
- "type": {
104
- "text": "boolean"
105
- },
106
- "default": "false",
107
- "fieldName": "indeterminate"
108
- },
109
- {
110
- "name": "label",
111
- "type": {
112
- "text": "string"
113
- },
114
- "default": "''",
115
- "fieldName": "label"
116
- },
117
- {
118
- "name": "over-background",
119
- "type": {
120
- "text": "boolean"
121
- },
122
- "default": "false",
123
- "fieldName": "overBackground"
124
- },
125
- {
126
- "name": "static",
127
- "type": {
128
- "text": "'white' | undefined"
129
- },
130
- "fieldName": "static"
131
- },
132
- {
133
- "name": "progress",
134
- "type": {
135
- "text": "number"
136
- },
137
- "default": "0",
138
- "fieldName": "progress"
139
- }
140
- ],
141
- "mixins": [
142
- {
143
- "name": "SizedMixin",
144
- "package": "@spectrum-web-components/base"
145
- }
146
- ],
147
- "superclass": {
148
- "name": "SpectrumElement",
149
- "package": "@spectrum-web-components/base"
150
- },
151
- "tagName": "sp-progress-circle",
152
- "customElement": true
153
- }
154
- ],
155
- "exports": [
156
- {
157
- "kind": "js",
158
- "name": "ProgressCircle",
159
- "declaration": {
160
- "name": "ProgressCircle",
161
- "module": "src/ProgressCircle.js"
162
- }
163
- }
164
- ]
165
- }
166
- ]
167
- }