@spectrum-web-components/split-view 0.31.1-react.2 → 0.31.1-react.21

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.
@@ -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.2+971de948d",
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.2+971de948d"
64
+ "@spectrum-web-components/base": "^0.31.1-react.21+44f0b1df9"
65
65
  },
66
66
  "devDependencies": {
67
- "@spectrum-css/splitview": "^3.0.38"
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": "971de948df12f7082f13ab5dd5e638d456ebbb94"
75
+ "gitHead": "44f0b1df9e1ea77d9e931629a63918ceee2744c2"
76
76
  }