@spectrum-web-components/progress-circle 0.48.0-beta.2 → 0.48.1

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,185 @@
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": "field",
83
+ "name": "slotEl",
84
+ "type": {
85
+ "text": "HTMLSlotElement"
86
+ },
87
+ "privacy": "private"
88
+ },
89
+ {
90
+ "kind": "method",
91
+ "name": "makeRotation",
92
+ "privacy": "private",
93
+ "return": {
94
+ "type": {
95
+ "text": "string | undefined"
96
+ }
97
+ },
98
+ "parameters": [
99
+ {
100
+ "name": "rotation",
101
+ "type": {
102
+ "text": "number"
103
+ }
104
+ }
105
+ ]
106
+ },
107
+ {
108
+ "kind": "method",
109
+ "name": "handleSlotchange",
110
+ "privacy": "protected",
111
+ "return": {
112
+ "type": {
113
+ "text": "void"
114
+ }
115
+ }
116
+ }
117
+ ],
118
+ "attributes": [
119
+ {
120
+ "name": "indeterminate",
121
+ "type": {
122
+ "text": "boolean"
123
+ },
124
+ "default": "false",
125
+ "fieldName": "indeterminate"
126
+ },
127
+ {
128
+ "name": "label",
129
+ "type": {
130
+ "text": "string"
131
+ },
132
+ "default": "''",
133
+ "fieldName": "label"
134
+ },
135
+ {
136
+ "name": "over-background",
137
+ "type": {
138
+ "text": "boolean"
139
+ },
140
+ "default": "false",
141
+ "fieldName": "overBackground"
142
+ },
143
+ {
144
+ "name": "static",
145
+ "type": {
146
+ "text": "'white' | undefined"
147
+ },
148
+ "fieldName": "static"
149
+ },
150
+ {
151
+ "name": "progress",
152
+ "type": {
153
+ "text": "number"
154
+ },
155
+ "default": "0",
156
+ "fieldName": "progress"
157
+ }
158
+ ],
159
+ "mixins": [
160
+ {
161
+ "name": "SizedMixin",
162
+ "package": "@spectrum-web-components/base"
163
+ }
164
+ ],
165
+ "superclass": {
166
+ "name": "SpectrumElement",
167
+ "package": "@spectrum-web-components/base"
168
+ },
169
+ "tagName": "sp-progress-circle",
170
+ "customElement": true
171
+ }
172
+ ],
173
+ "exports": [
174
+ {
175
+ "kind": "js",
176
+ "name": "ProgressCircle",
177
+ "declaration": {
178
+ "name": "ProgressCircle",
179
+ "module": "src/ProgressCircle.js"
180
+ }
181
+ }
182
+ ]
183
+ }
184
+ ]
185
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spectrum-web-components/progress-circle",
3
- "version": "0.48.0-beta.2",
3
+ "version": "0.48.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -57,8 +57,8 @@
57
57
  "lit-html"
58
58
  ],
59
59
  "dependencies": {
60
- "@spectrum-web-components/base": "^0.48.0-beta.2",
61
- "@spectrum-web-components/shared": "^0.48.0-beta.2"
60
+ "@spectrum-web-components/base": "^0.48.1",
61
+ "@spectrum-web-components/shared": "^0.48.1"
62
62
  },
63
63
  "devDependencies": {
64
64
  "@spectrum-css/progresscircle": "^3.1.0"
@@ -69,5 +69,5 @@
69
69
  "./sp-*.js",
70
70
  "./**/*.dev.js"
71
71
  ],
72
- "gitHead": "e0479b5edadc68587c678267d3ac2c29c460b4d3"
72
+ "gitHead": "b756ecc3587411e4dbeb825bad40a9f4a3c7a248"
73
73
  }