@spectrum-web-components/progress-circle 0.30.1-overlay.42 → 0.31.0

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