@spectrum-web-components/progress-bar 0.9.3-overlay.8 → 0.9.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,168 @@
1
+ {
2
+ "schemaVersion": "1.0.0",
3
+ "readme": "",
4
+ "modules": [
5
+ {
6
+ "kind": "javascript-module",
7
+ "path": "sp-progress-bar.js",
8
+ "declarations": [],
9
+ "exports": [
10
+ {
11
+ "kind": "custom-element-definition",
12
+ "name": "sp-progress-bar",
13
+ "declaration": {
14
+ "name": "ProgressBar",
15
+ "module": "/src/ProgressBar.js"
16
+ }
17
+ }
18
+ ]
19
+ },
20
+ {
21
+ "kind": "javascript-module",
22
+ "path": "src/ProgressBar.js",
23
+ "declarations": [
24
+ {
25
+ "kind": "class",
26
+ "description": "",
27
+ "name": "ProgressBar",
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": "sideLabel",
64
+ "type": {
65
+ "text": "boolean"
66
+ },
67
+ "privacy": "public",
68
+ "default": "false",
69
+ "attribute": "side-label",
70
+ "reflects": true
71
+ },
72
+ {
73
+ "kind": "field",
74
+ "name": "progress",
75
+ "type": {
76
+ "text": "number"
77
+ },
78
+ "privacy": "public",
79
+ "default": "0",
80
+ "attribute": "progress"
81
+ },
82
+ {
83
+ "kind": "field",
84
+ "name": "static",
85
+ "type": {
86
+ "text": "'white' | undefined"
87
+ },
88
+ "privacy": "public",
89
+ "attribute": "static",
90
+ "reflects": true
91
+ }
92
+ ],
93
+ "attributes": [
94
+ {
95
+ "name": "indeterminate",
96
+ "type": {
97
+ "text": "boolean"
98
+ },
99
+ "default": "false",
100
+ "fieldName": "indeterminate"
101
+ },
102
+ {
103
+ "name": "label",
104
+ "type": {
105
+ "text": "string"
106
+ },
107
+ "default": "''",
108
+ "fieldName": "label"
109
+ },
110
+ {
111
+ "name": "over-background",
112
+ "type": {
113
+ "text": "boolean"
114
+ },
115
+ "default": "false",
116
+ "fieldName": "overBackground"
117
+ },
118
+ {
119
+ "name": "side-label",
120
+ "type": {
121
+ "text": "boolean"
122
+ },
123
+ "default": "false",
124
+ "fieldName": "sideLabel"
125
+ },
126
+ {
127
+ "name": "progress",
128
+ "type": {
129
+ "text": "number"
130
+ },
131
+ "default": "0",
132
+ "fieldName": "progress"
133
+ },
134
+ {
135
+ "name": "static",
136
+ "type": {
137
+ "text": "'white' | undefined"
138
+ },
139
+ "fieldName": "static"
140
+ }
141
+ ],
142
+ "mixins": [
143
+ {
144
+ "name": "SizedMixin",
145
+ "package": "@spectrum-web-components/base"
146
+ }
147
+ ],
148
+ "superclass": {
149
+ "name": "SpectrumElement",
150
+ "package": "@spectrum-web-components/base"
151
+ },
152
+ "tagName": "sp-progress-bar",
153
+ "customElement": true
154
+ }
155
+ ],
156
+ "exports": [
157
+ {
158
+ "kind": "js",
159
+ "name": "ProgressBar",
160
+ "declaration": {
161
+ "name": "ProgressBar",
162
+ "module": "src/ProgressBar.js"
163
+ }
164
+ }
165
+ ]
166
+ }
167
+ ]
168
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spectrum-web-components/progress-bar",
3
- "version": "0.9.3-overlay.8+eef228d8d",
3
+ "version": "0.9.3",
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.7.5-overlay.236+eef228d8d",
61
- "@spectrum-web-components/field-label": "^0.10.9-overlay.8+eef228d8d"
60
+ "@spectrum-web-components/base": "^0.7.5",
61
+ "@spectrum-web-components/field-label": "^0.10.9"
62
62
  },
63
63
  "devDependencies": {
64
64
  "@spectrum-css/progressbar": "^3.0.1"
@@ -69,5 +69,5 @@
69
69
  "./sp-*.js",
70
70
  "./**/*.dev.js"
71
71
  ],
72
- "gitHead": "eef228d8defcf04fe32713c7232fd0873828752b"
72
+ "gitHead": "fe316a3ee9fc753f0de98aece11e04227df73ab7"
73
73
  }