@spectrum-web-components/split-view 0.31.1-react.1 → 0.31.1-react.21
Sign up to get free protection for your applications and to get access to all the features.
- package/custom-elements.json +12 -2
- package/package.json +4 -4
package/custom-elements.json
CHANGED
@@ -6,7 +6,16 @@
|
|
6
6
|
"kind": "javascript-module",
|
7
7
|
"path": "sp-split-view.ts",
|
8
8
|
"declarations": [],
|
9
|
-
"exports": [
|
9
|
+
"exports": [
|
10
|
+
{
|
11
|
+
"kind": "custom-element-definition",
|
12
|
+
"name": "sp-split-view",
|
13
|
+
"declaration": {
|
14
|
+
"name": "SplitView",
|
15
|
+
"module": "/src/SplitView.js"
|
16
|
+
}
|
17
|
+
}
|
18
|
+
]
|
10
19
|
},
|
11
20
|
{
|
12
21
|
"kind": "javascript-module",
|
@@ -232,7 +241,8 @@
|
|
232
241
|
"type": {
|
233
242
|
"text": "number"
|
234
243
|
},
|
235
|
-
"privacy": "private"
|
244
|
+
"privacy": "private",
|
245
|
+
"readonly": true
|
236
246
|
},
|
237
247
|
{
|
238
248
|
"kind": "method",
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@spectrum-web-components/split-view",
|
3
|
-
"version": "0.31.1-react.
|
3
|
+
"version": "0.31.1-react.21+44f0b1df9",
|
4
4
|
"publishConfig": {
|
5
5
|
"access": "public"
|
6
6
|
},
|
@@ -61,10 +61,10 @@
|
|
61
61
|
"lit-html"
|
62
62
|
],
|
63
63
|
"dependencies": {
|
64
|
-
"@spectrum-web-components/base": "^0.31.1-react.
|
64
|
+
"@spectrum-web-components/base": "^0.31.1-react.21+44f0b1df9"
|
65
65
|
},
|
66
66
|
"devDependencies": {
|
67
|
-
"@spectrum-css/splitview": "^3.0.
|
67
|
+
"@spectrum-css/splitview": "^3.0.40"
|
68
68
|
},
|
69
69
|
"types": "./src/index.d.ts",
|
70
70
|
"customElements": "custom-elements.json",
|
@@ -72,5 +72,5 @@
|
|
72
72
|
"./sp-*.js",
|
73
73
|
"./**/*.dev.js"
|
74
74
|
],
|
75
|
-
"gitHead": "
|
75
|
+
"gitHead": "44f0b1df9e1ea77d9e931629a63918ceee2744c2"
|
76
76
|
}
|