@spectrum-web-components/tray 0.35.0 → 0.35.1-rc.15

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/README.md CHANGED
@@ -26,7 +26,7 @@ import { Tray } from '@spectrum-web-components/tray';
26
26
  ## Dialog
27
27
 
28
28
  ```html
29
- <overlay-trigger type="modal" placement="none">
29
+ <overlay-trigger type="modal">
30
30
  <sp-button slot="trigger" variant="secondary">Toggle tray</sp-button>
31
31
  <sp-tray slot="click-content">
32
32
  <sp-dialog size="s" dismissable>
@@ -40,7 +40,7 @@ import { Tray } from '@spectrum-web-components/tray';
40
40
  ## Menu
41
41
 
42
42
  ```html
43
- <overlay-trigger type="modal" placement="none">
43
+ <overlay-trigger type="modal">
44
44
  <sp-button slot="trigger" variant="secondary">Toggle menu</sp-button>
45
45
  <sp-tray slot="click-content">
46
46
  <sp-menu style="width: 100%">
@@ -4,7 +4,7 @@
4
4
  "modules": [
5
5
  {
6
6
  "kind": "javascript-module",
7
- "path": "sp-tray.js",
7
+ "path": "sp-tray.ts",
8
8
  "declarations": [],
9
9
  "exports": [
10
10
  {
@@ -19,7 +19,7 @@
19
19
  },
20
20
  {
21
21
  "kind": "javascript-module",
22
- "path": "src/Tray.js",
22
+ "path": "src/Tray.ts",
23
23
  "declarations": [
24
24
  {
25
25
  "kind": "class",
@@ -184,7 +184,7 @@
184
184
  "name": "Tray",
185
185
  "declaration": {
186
186
  "name": "Tray",
187
- "module": "src/Tray.js"
187
+ "module": "src/Tray.ts"
188
188
  }
189
189
  }
190
190
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spectrum-web-components/tray",
3
- "version": "0.35.0",
3
+ "version": "0.35.1-rc.15+9b76319e4",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -57,11 +57,11 @@
57
57
  "lit-html"
58
58
  ],
59
59
  "dependencies": {
60
- "@spectrum-web-components/base": "^0.35.0",
61
- "@spectrum-web-components/modal": "^0.35.0",
62
- "@spectrum-web-components/reactive-controllers": "^0.35.0",
63
- "@spectrum-web-components/shared": "^0.35.0",
64
- "@spectrum-web-components/underlay": "^0.35.0"
60
+ "@spectrum-web-components/base": "^0.35.1-rc.15+9b76319e4",
61
+ "@spectrum-web-components/modal": "^0.35.1-rc.15+9b76319e4",
62
+ "@spectrum-web-components/reactive-controllers": "^0.35.1-rc.15+9b76319e4",
63
+ "@spectrum-web-components/shared": "^0.35.1-rc.15+9b76319e4",
64
+ "@spectrum-web-components/underlay": "^0.35.1-rc.15+9b76319e4"
65
65
  },
66
66
  "devDependencies": {
67
67
  "@spectrum-css/tray": "^2.0.57"
@@ -72,5 +72,5 @@
72
72
  "./sp-*.js",
73
73
  "./**/*.dev.js"
74
74
  ],
75
- "gitHead": "1ee5a6c92838cdf48321276d97f61c20f8476ac1"
75
+ "gitHead": "9b76319e4f1cc7cb0dd03e9d9debf544e5bed4e9"
76
76
  }