@spectrum-web-components/meter 0.7.9-react.32 → 0.7.9-react.48

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/meter",
3
- "version": "0.7.9-react.32+342d768c5",
3
+ "version": "0.7.9-react.48+e4fada004",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -57,9 +57,9 @@
57
57
  "lit-html"
58
58
  ],
59
59
  "dependencies": {
60
- "@spectrum-web-components/base": "^0.7.5-react.32+342d768c5",
61
- "@spectrum-web-components/field-label": "^0.10.6-react.32+342d768c5",
62
- "@spectrum-web-components/shared": "^0.15.6-react.32+342d768c5"
60
+ "@spectrum-web-components/base": "^0.7.5-react.48+e4fada004",
61
+ "@spectrum-web-components/field-label": "^0.10.6-react.48+e4fada004",
62
+ "@spectrum-web-components/shared": "^0.15.6-react.48+e4fada004"
63
63
  },
64
64
  "devDependencies": {
65
65
  "@spectrum-css/progressbar": "^1.0.33"
@@ -70,5 +70,5 @@
70
70
  "./sp-*.js",
71
71
  "./**/*.dev.js"
72
72
  ],
73
- "gitHead": "342d768c58d0a2790117f7625db6085210bb7f17"
73
+ "gitHead": "e4fada0040dcaf1e1267f2159f366ec708cb2d09"
74
74
  }
@@ -1,200 +0,0 @@
1
- {
2
- "schemaVersion": "1.0.0",
3
- "readme": "",
4
- "modules": [
5
- {
6
- "kind": "javascript-module",
7
- "path": "sp-meter.ts",
8
- "declarations": [],
9
- "exports": [
10
- {
11
- "kind": "custom-element-definition",
12
- "name": "sp-meter",
13
- "declaration": {
14
- "name": "Meter",
15
- "module": "/src/Meter.js"
16
- }
17
- }
18
- ]
19
- },
20
- {
21
- "kind": "javascript-module",
22
- "path": "src/Meter.ts",
23
- "declarations": [
24
- {
25
- "kind": "class",
26
- "description": "",
27
- "name": "Meter",
28
- "slots": [
29
- {
30
- "description": "text labeling the Meter",
31
- "name": ""
32
- }
33
- ],
34
- "members": [
35
- {
36
- "kind": "field",
37
- "name": "progress",
38
- "type": {
39
- "text": "number"
40
- },
41
- "privacy": "public",
42
- "default": "0",
43
- "attribute": "progress"
44
- },
45
- {
46
- "kind": "field",
47
- "name": "overBackground",
48
- "type": {
49
- "text": "boolean"
50
- },
51
- "privacy": "public",
52
- "default": "false",
53
- "attribute": "over-background",
54
- "reflects": true
55
- },
56
- {
57
- "kind": "field",
58
- "name": "notice",
59
- "type": {
60
- "text": "boolean"
61
- },
62
- "privacy": "public",
63
- "default": "false",
64
- "attribute": "notice",
65
- "reflects": true
66
- },
67
- {
68
- "kind": "field",
69
- "name": "negative",
70
- "type": {
71
- "text": "boolean"
72
- },
73
- "privacy": "public",
74
- "default": "false",
75
- "attribute": "negative",
76
- "reflects": true
77
- },
78
- {
79
- "kind": "field",
80
- "name": "positive",
81
- "type": {
82
- "text": "boolean"
83
- },
84
- "privacy": "public",
85
- "default": "false",
86
- "attribute": "positive",
87
- "reflects": true
88
- },
89
- {
90
- "kind": "field",
91
- "name": "label",
92
- "type": {
93
- "text": "string"
94
- },
95
- "privacy": "public",
96
- "default": "''",
97
- "attribute": "label",
98
- "reflects": true
99
- },
100
- {
101
- "kind": "field",
102
- "name": "sideLabel",
103
- "type": {
104
- "text": "boolean"
105
- },
106
- "privacy": "public",
107
- "default": "false",
108
- "attribute": "side-label",
109
- "reflects": true
110
- }
111
- ],
112
- "attributes": [
113
- {
114
- "name": "progress",
115
- "type": {
116
- "text": "number"
117
- },
118
- "default": "0",
119
- "fieldName": "progress"
120
- },
121
- {
122
- "name": "over-background",
123
- "type": {
124
- "text": "boolean"
125
- },
126
- "default": "false",
127
- "fieldName": "overBackground"
128
- },
129
- {
130
- "name": "notice",
131
- "type": {
132
- "text": "boolean"
133
- },
134
- "default": "false",
135
- "fieldName": "notice"
136
- },
137
- {
138
- "name": "negative",
139
- "type": {
140
- "text": "boolean"
141
- },
142
- "default": "false",
143
- "fieldName": "negative"
144
- },
145
- {
146
- "name": "positive",
147
- "type": {
148
- "text": "boolean"
149
- },
150
- "default": "false",
151
- "fieldName": "positive"
152
- },
153
- {
154
- "name": "label",
155
- "type": {
156
- "text": "string"
157
- },
158
- "default": "''",
159
- "fieldName": "label"
160
- },
161
- {
162
- "name": "side-label",
163
- "type": {
164
- "text": "boolean"
165
- },
166
- "default": "false",
167
- "fieldName": "sideLabel"
168
- }
169
- ],
170
- "mixins": [
171
- {
172
- "name": "SizedMixin",
173
- "package": "@spectrum-web-components/base"
174
- },
175
- {
176
- "name": "ObserveSlotText",
177
- "package": "@spectrum-web-components/shared/src/observe-slot-text.js"
178
- }
179
- ],
180
- "superclass": {
181
- "name": "SpectrumElement",
182
- "package": "@spectrum-web-components/base"
183
- },
184
- "tagName": "sp-meter",
185
- "customElement": true
186
- }
187
- ],
188
- "exports": [
189
- {
190
- "kind": "js",
191
- "name": "Meter",
192
- "declaration": {
193
- "name": "Meter",
194
- "module": "src/Meter.ts"
195
- }
196
- }
197
- ]
198
- }
199
- ]
200
- }