🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@spectrum-css/tray

Package Overview
Dependencies
Maintainers
4
Versions
172
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spectrum-css/tray - npm Package Compare versions

Comparing version

to
4.0.0-s2-foundations.14

31

CHANGELOG.md
# Change Log
## 4.0.0-s2-foundations.14
### Major Changes
- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`57709c0`](https://github.com/adobe/spectrum-css/commit/57709c09f7cfddb67125fa96691ae869ff8840ca) Thanks [@pfulton](https://github.com/pfulton)! - Pull in the corner radii updates for S2
### Patch Changes
- Updated dependencies [[`57709c0`](https://github.com/adobe/spectrum-css/commit/57709c09f7cfddb67125fa96691ae869ff8840ca)]:
- @spectrum-css/divider@4.0.0-s2-foundations.14
- @spectrum-css/button@14.0.0-s2-foundations.16
- @spectrum-css/dialog@11.0.0-s2-foundations.14
- @spectrum-css/modal@6.0.0-s2-foundations.15
- @spectrum-css/icon@8.0.0-s2-foundations.16
- @spectrum-css/tokens@15.0.0-s2-foundations.22
## 4.0.0-s2-foundations.13

@@ -229,2 +245,17 @@

## 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

@@ -231,0 +262,0 @@

11

metadata/metadata.json

@@ -39,5 +39,14 @@ {

],
"system-theme": [],
"system-theme": [
"--system-tray-background-color",
"--system-tray-corner-radius",
"--system-tray-entry-animation-delay",
"--system-tray-entry-animation-duration",
"--system-tray-exit-animation-delay",
"--system-tray-exit-animation-duration",
"--system-tray-max-inline-size",
"--system-tray-spacing-edge-to-safe-zone"
],
"passthroughs": ["--mod-modal-max-width"],
"high-contrast": ["--highcontrast-tray-background-color"]
}

9

package.json
{
"name": "@spectrum-css/tray",
"version": "4.0.0-s2-foundations.13",
"version": "4.0.0-s2-foundations.14",
"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, mobile } from "@spectrum-css/preview/modes";
import { disableDefaultModes } from "@spectrum-css/preview/modes";
import { isOpen } from "@spectrum-css/preview/types";

@@ -37,8 +37,4 @@ import pkgJson from "../package.json";

},
chromatic: {
modes: {
"Viewport | small": {
...mobile,
},
},
viewport: {
defaultViewport: "mobile2"
},

@@ -73,3 +69,4 @@ packageJson: pkgJson,

modes: disableDefaultModes,
viewport: "mobile2",
},
};