@spectrum-web-components/tray 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.
@@ -4,13 +4,22 @@
4
4
  "modules": [
5
5
  {
6
6
  "kind": "javascript-module",
7
- "path": "sp-tray.ts",
7
+ "path": "sp-tray.js",
8
8
  "declarations": [],
9
- "exports": []
9
+ "exports": [
10
+ {
11
+ "kind": "custom-element-definition",
12
+ "name": "sp-tray",
13
+ "declaration": {
14
+ "name": "Tray",
15
+ "module": "/src/Tray.js"
16
+ }
17
+ }
18
+ ]
10
19
  },
11
20
  {
12
21
  "kind": "javascript-module",
13
- "path": "src/Tray.ts",
22
+ "path": "src/Tray.js",
14
23
  "declarations": [
15
24
  {
16
25
  "kind": "class",
@@ -175,7 +184,7 @@
175
184
  "name": "Tray",
176
185
  "declaration": {
177
186
  "name": "Tray",
178
- "module": "src/Tray.ts"
187
+ "module": "src/Tray.js"
179
188
  }
180
189
  }
181
190
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spectrum-web-components/tray",
3
- "version": "0.31.1-react.3+886f51591",
3
+ "version": "0.32.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -57,14 +57,14 @@
57
57
  "lit-html"
58
58
  ],
59
59
  "dependencies": {
60
- "@spectrum-web-components/base": "^0.31.1-react.3+886f51591",
61
- "@spectrum-web-components/modal": "^0.31.1-react.3+886f51591",
62
- "@spectrum-web-components/reactive-controllers": "^0.31.1-react.3+886f51591",
63
- "@spectrum-web-components/shared": "^0.31.1-react.3+886f51591",
64
- "@spectrum-web-components/underlay": "^0.31.1-react.3+886f51591"
60
+ "@spectrum-web-components/base": "^0.32.0",
61
+ "@spectrum-web-components/modal": "^0.32.0",
62
+ "@spectrum-web-components/reactive-controllers": "^0.32.0",
63
+ "@spectrum-web-components/shared": "^0.32.0",
64
+ "@spectrum-web-components/underlay": "^0.32.0"
65
65
  },
66
66
  "devDependencies": {
67
- "@spectrum-css/tray": "^2.0.35"
67
+ "@spectrum-css/tray": "^2.0.43"
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": "886f515919ca0e8a1cec52a00babb1d4a195ae01"
75
+ "gitHead": "c5f67662ac54d0e37debaf7cbd7c2df60e8b294e"
76
76
  }