@spectrum-web-components/tray 0.36.0 → 0.37.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.
- package/README.md +2 -2
- package/package.json +7 -7
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"
|
|
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"
|
|
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%">
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spectrum-web-components/tray",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.37.0",
|
|
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.
|
|
61
|
-
"@spectrum-web-components/modal": "^0.
|
|
62
|
-
"@spectrum-web-components/reactive-controllers": "^0.
|
|
63
|
-
"@spectrum-web-components/shared": "^0.
|
|
64
|
-
"@spectrum-web-components/underlay": "^0.
|
|
60
|
+
"@spectrum-web-components/base": "^0.37.0",
|
|
61
|
+
"@spectrum-web-components/modal": "^0.37.0",
|
|
62
|
+
"@spectrum-web-components/reactive-controllers": "^0.37.0",
|
|
63
|
+
"@spectrum-web-components/shared": "^0.37.0",
|
|
64
|
+
"@spectrum-web-components/underlay": "^0.37.0"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
67
|
"@spectrum-css/tray": "^2.1.3"
|
|
@@ -72,5 +72,5 @@
|
|
|
72
72
|
"./sp-*.js",
|
|
73
73
|
"./**/*.dev.js"
|
|
74
74
|
],
|
|
75
|
-
"gitHead": "
|
|
75
|
+
"gitHead": "d771f62f0d8063070af43283bb0fd5e3400bad06"
|
|
76
76
|
}
|