@spectrum-css/tray
Advanced tools
Comparing version
# Change Log | ||
## 3.1.3 | ||
### Patch Changes | ||
- [#3107](https://github.com/adobe/spectrum-css/pull/3107) [`83d5a17`](https://github.com/adobe/spectrum-css/commit/83d5a171bd850df693707611203ecce21f22e7d2) Thanks [@castastrophe](https://github.com/castastrophe)! - Incorporate glob export for the dist directory in all component packages as well as glob markdown exports (to include both CHANGELOG and READMEs). | ||
Sort keys in the package.json assets. | ||
- Updated dependencies [[`83d5a17`](https://github.com/adobe/spectrum-css/commit/83d5a171bd850df693707611203ecce21f22e7d2)]: | ||
- @spectrum-css/divider@3.1.3 | ||
- @spectrum-css/button@13.1.3 | ||
- @spectrum-css/dialog@10.1.4 | ||
- @spectrum-css/modal@5.1.3 | ||
- @spectrum-css/icon@7.1.4 | ||
## 3.1.2 | ||
@@ -4,0 +19,0 @@ |
{ | ||
"name": "@spectrum-css/tray", | ||
"version": "3.1.2", | ||
"version": "3.1.3", | ||
"description": "The Spectrum CSS tray component", | ||
@@ -18,3 +18,4 @@ "license": "Apache-2.0", | ||
".": "./dist/index.css", | ||
"./CHANGELOG.md": "./CHANGELOG.md", | ||
"./*.md": "./*.md", | ||
"./dist/*": "./dist/*", | ||
"./index-*.css": "./dist/index-*.css", | ||
@@ -27,5 +28,6 @@ "./index.css": "./dist/index.css", | ||
}, | ||
"main": "dist/index.css", | ||
"files": [ | ||
"dist/*", | ||
"CHANGELOG.md", | ||
"*.md", | ||
"package.json", | ||
@@ -35,3 +37,2 @@ "stories/*", | ||
], | ||
"main": "dist/index.css", | ||
"peerDependencies": { | ||
@@ -38,0 +39,0 @@ "@spectrum-css/button": ">=13", |
import { Template as Dialog } from "@spectrum-css/dialog/stories/template.js"; | ||
import { disableDefaultModes, viewports } from "@spectrum-css/preview/modes"; | ||
import { isOpen } from "@spectrum-css/preview/types"; | ||
import { version } from "../package.json"; | ||
import pkgJson from "../package.json"; | ||
import { TrayGroup } from "./tray.test.js"; | ||
@@ -44,3 +44,3 @@ | ||
}, | ||
componentVersion: version, | ||
packageJson: pkgJson, | ||
}, | ||
@@ -47,0 +47,0 @@ }; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
55888
1.28%