@spectrum-web-components/vrt-compare 0.1.12 → 0.1.13
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 +2 -51
- package/package.json +6 -6
package/custom-elements.json
CHANGED
|
@@ -2,36 +2,6 @@
|
|
|
2
2
|
"schemaVersion": "1.0.0",
|
|
3
3
|
"readme": "",
|
|
4
4
|
"modules": [
|
|
5
|
-
{
|
|
6
|
-
"kind": "javascript-module",
|
|
7
|
-
"path": "onion-skinner.ts",
|
|
8
|
-
"declarations": [],
|
|
9
|
-
"exports": [
|
|
10
|
-
{
|
|
11
|
-
"kind": "custom-element-definition",
|
|
12
|
-
"name": "onion-skinner",
|
|
13
|
-
"declaration": {
|
|
14
|
-
"name": "OnionSkinner",
|
|
15
|
-
"module": "/src/OnionSkinner.js"
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
]
|
|
19
|
-
},
|
|
20
|
-
{
|
|
21
|
-
"kind": "javascript-module",
|
|
22
|
-
"path": "vrt-compare.ts",
|
|
23
|
-
"declarations": [],
|
|
24
|
-
"exports": [
|
|
25
|
-
{
|
|
26
|
-
"kind": "custom-element-definition",
|
|
27
|
-
"name": "vrt-compare",
|
|
28
|
-
"declaration": {
|
|
29
|
-
"name": "VrtCompare",
|
|
30
|
-
"module": "/src/VrtCompare.js"
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
]
|
|
34
|
-
},
|
|
35
5
|
{
|
|
36
6
|
"kind": "javascript-module",
|
|
37
7
|
"path": "src/OnionSkinner.ts",
|
|
@@ -117,9 +87,7 @@
|
|
|
117
87
|
"superclass": {
|
|
118
88
|
"name": "SpectrumElement",
|
|
119
89
|
"package": "@spectrum-web-components/base"
|
|
120
|
-
}
|
|
121
|
-
"tagName": "onion-skinner",
|
|
122
|
-
"customElement": true
|
|
90
|
+
}
|
|
123
91
|
}
|
|
124
92
|
],
|
|
125
93
|
"exports": [
|
|
@@ -324,9 +292,7 @@
|
|
|
324
292
|
"superclass": {
|
|
325
293
|
"name": "SpectrumElement",
|
|
326
294
|
"package": "@spectrum-web-components/base"
|
|
327
|
-
}
|
|
328
|
-
"tagName": "vrt-compare",
|
|
329
|
-
"customElement": true
|
|
295
|
+
}
|
|
330
296
|
}
|
|
331
297
|
],
|
|
332
298
|
"exports": [
|
|
@@ -339,21 +305,6 @@
|
|
|
339
305
|
}
|
|
340
306
|
}
|
|
341
307
|
]
|
|
342
|
-
},
|
|
343
|
-
{
|
|
344
|
-
"kind": "javascript-module",
|
|
345
|
-
"path": "src/index.ts",
|
|
346
|
-
"declarations": [],
|
|
347
|
-
"exports": [
|
|
348
|
-
{
|
|
349
|
-
"kind": "js",
|
|
350
|
-
"name": "*",
|
|
351
|
-
"declaration": {
|
|
352
|
-
"name": "*",
|
|
353
|
-
"package": "./VrtCompare.js"
|
|
354
|
-
}
|
|
355
|
-
}
|
|
356
|
-
]
|
|
357
308
|
}
|
|
358
309
|
]
|
|
359
310
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spectrum-web-components/vrt-compare",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.13",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -44,11 +44,11 @@
|
|
|
44
44
|
"lit-html"
|
|
45
45
|
],
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@spectrum-web-components/action-bar": "^0.4.
|
|
48
|
-
"@spectrum-web-components/action-button": "^0.8.
|
|
49
|
-
"@spectrum-web-components/action-group": "^0.8.
|
|
47
|
+
"@spectrum-web-components/action-bar": "^0.4.13",
|
|
48
|
+
"@spectrum-web-components/action-button": "^0.8.5",
|
|
49
|
+
"@spectrum-web-components/action-group": "^0.8.5",
|
|
50
50
|
"@spectrum-web-components/base": "^0.5.6",
|
|
51
|
-
"@spectrum-web-components/icons-workflow": "^0.8.
|
|
51
|
+
"@spectrum-web-components/icons-workflow": "^0.8.8",
|
|
52
52
|
"@spectrum-web-components/shared": "^0.14.1",
|
|
53
53
|
"@spectrum-web-components/split-view": "^0.4.7",
|
|
54
54
|
"@spectrum-web-components/styles": "^0.13.1",
|
|
@@ -63,5 +63,5 @@
|
|
|
63
63
|
"./vrt-compare.js",
|
|
64
64
|
"./vrt-compare.ts"
|
|
65
65
|
],
|
|
66
|
-
"gitHead": "
|
|
66
|
+
"gitHead": "8f5ea3556e160b6e30815edb2414dc5a5999a925"
|
|
67
67
|
}
|