@spectrum-web-components/card 0.31.1-react.3 → 0.32.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.
- package/custom-elements.json +27 -11
- package/package.json +10 -10
package/custom-elements.json
CHANGED
|
@@ -4,13 +4,22 @@
|
|
|
4
4
|
"modules": [
|
|
5
5
|
{
|
|
6
6
|
"kind": "javascript-module",
|
|
7
|
-
"path": "sp-card.
|
|
7
|
+
"path": "sp-card.js",
|
|
8
8
|
"declarations": [],
|
|
9
|
-
"exports": [
|
|
9
|
+
"exports": [
|
|
10
|
+
{
|
|
11
|
+
"kind": "custom-element-definition",
|
|
12
|
+
"name": "sp-card",
|
|
13
|
+
"declaration": {
|
|
14
|
+
"name": "Card",
|
|
15
|
+
"module": "/src/Card.js"
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
]
|
|
10
19
|
},
|
|
11
20
|
{
|
|
12
21
|
"kind": "javascript-module",
|
|
13
|
-
"path": "src/Card.
|
|
22
|
+
"path": "src/Card.js",
|
|
14
23
|
"declarations": [
|
|
15
24
|
{
|
|
16
25
|
"kind": "class",
|
|
@@ -162,7 +171,8 @@
|
|
|
162
171
|
"type": {
|
|
163
172
|
"text": "boolean"
|
|
164
173
|
},
|
|
165
|
-
"privacy": "protected"
|
|
174
|
+
"privacy": "protected",
|
|
175
|
+
"readonly": true
|
|
166
176
|
},
|
|
167
177
|
{
|
|
168
178
|
"kind": "field",
|
|
@@ -170,7 +180,8 @@
|
|
|
170
180
|
"type": {
|
|
171
181
|
"text": "boolean"
|
|
172
182
|
},
|
|
173
|
-
"privacy": "protected"
|
|
183
|
+
"privacy": "protected",
|
|
184
|
+
"readonly": true
|
|
174
185
|
},
|
|
175
186
|
{
|
|
176
187
|
"kind": "method",
|
|
@@ -303,7 +314,8 @@
|
|
|
303
314
|
"type": {
|
|
304
315
|
"text": "TemplateResult"
|
|
305
316
|
},
|
|
306
|
-
"privacy": "protected"
|
|
317
|
+
"privacy": "protected",
|
|
318
|
+
"readonly": true
|
|
307
319
|
},
|
|
308
320
|
{
|
|
309
321
|
"kind": "field",
|
|
@@ -311,7 +323,8 @@
|
|
|
311
323
|
"type": {
|
|
312
324
|
"text": "TemplateResult"
|
|
313
325
|
},
|
|
314
|
-
"privacy": "protected"
|
|
326
|
+
"privacy": "protected",
|
|
327
|
+
"readonly": true
|
|
315
328
|
},
|
|
316
329
|
{
|
|
317
330
|
"kind": "field",
|
|
@@ -319,7 +332,8 @@
|
|
|
319
332
|
"type": {
|
|
320
333
|
"text": "TemplateResult"
|
|
321
334
|
},
|
|
322
|
-
"privacy": "protected"
|
|
335
|
+
"privacy": "protected",
|
|
336
|
+
"readonly": true
|
|
323
337
|
},
|
|
324
338
|
{
|
|
325
339
|
"kind": "field",
|
|
@@ -327,7 +341,8 @@
|
|
|
327
341
|
"type": {
|
|
328
342
|
"text": "TemplateResult[]"
|
|
329
343
|
},
|
|
330
|
-
"privacy": "protected"
|
|
344
|
+
"privacy": "protected",
|
|
345
|
+
"readonly": true
|
|
331
346
|
},
|
|
332
347
|
{
|
|
333
348
|
"kind": "method",
|
|
@@ -345,7 +360,8 @@
|
|
|
345
360
|
"type": {
|
|
346
361
|
"text": "TemplateResult"
|
|
347
362
|
},
|
|
348
|
-
"privacy": "private"
|
|
363
|
+
"privacy": "private",
|
|
364
|
+
"readonly": true
|
|
349
365
|
}
|
|
350
366
|
],
|
|
351
367
|
"events": [
|
|
@@ -467,7 +483,7 @@
|
|
|
467
483
|
"name": "Card",
|
|
468
484
|
"declaration": {
|
|
469
485
|
"name": "Card",
|
|
470
|
-
"module": "src/Card.
|
|
486
|
+
"module": "src/Card.js"
|
|
471
487
|
}
|
|
472
488
|
}
|
|
473
489
|
]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spectrum-web-components/card",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.32.0",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -57,16 +57,16 @@
|
|
|
57
57
|
"lit-html"
|
|
58
58
|
],
|
|
59
59
|
"dependencies": {
|
|
60
|
-
"@spectrum-web-components/asset": "^0.
|
|
61
|
-
"@spectrum-web-components/base": "^0.
|
|
62
|
-
"@spectrum-web-components/checkbox": "^0.
|
|
63
|
-
"@spectrum-web-components/icons-workflow": "^0.
|
|
64
|
-
"@spectrum-web-components/quick-actions": "^0.
|
|
65
|
-
"@spectrum-web-components/shared": "^0.
|
|
66
|
-
"@spectrum-web-components/styles": "^0.
|
|
60
|
+
"@spectrum-web-components/asset": "^0.32.0",
|
|
61
|
+
"@spectrum-web-components/base": "^0.32.0",
|
|
62
|
+
"@spectrum-web-components/checkbox": "^0.32.0",
|
|
63
|
+
"@spectrum-web-components/icons-workflow": "^0.32.0",
|
|
64
|
+
"@spectrum-web-components/quick-actions": "^0.32.0",
|
|
65
|
+
"@spectrum-web-components/shared": "^0.32.0",
|
|
66
|
+
"@spectrum-web-components/styles": "^0.32.0"
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|
|
69
|
-
"@spectrum-css/card": "^5.0.
|
|
69
|
+
"@spectrum-css/card": "^5.0.33"
|
|
70
70
|
},
|
|
71
71
|
"types": "./src/index.d.ts",
|
|
72
72
|
"customElements": "custom-elements.json",
|
|
@@ -74,5 +74,5 @@
|
|
|
74
74
|
"./sp-*.js",
|
|
75
75
|
"./**/*.dev.js"
|
|
76
76
|
],
|
|
77
|
-
"gitHead": "
|
|
77
|
+
"gitHead": "c5f67662ac54d0e37debaf7cbd7c2df60e8b294e"
|
|
78
78
|
}
|