New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@spectrum-css/inlinealert

Package Overview
Dependencies
Maintainers
0
Versions
159
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spectrum-css/inlinealert - npm Package Compare versions

Comparing version

to
9.0.0-s2-foundations.14

25

CHANGELOG.md
# Change Log
## 9.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/button@14.0.0-s2-foundations.16
- @spectrum-css/icon@8.0.0-s2-foundations.16
- @spectrum-css/tokens@15.0.0-s2-foundations.22
## 9.0.0-s2-foundations.13

@@ -187,2 +200,14 @@

## 8.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/button@13.1.3
- @spectrum-css/icon@7.1.4
## 8.1.2

@@ -189,0 +214,0 @@

29

metadata/metadata.json

@@ -101,3 +101,30 @@ {

],
"system-theme": [],
"system-theme": [
"--system-in-line-alert-background-color",
"--system-in-line-alert-border-and-icon-color",
"--system-in-line-alert-border-and-icon-color-info",
"--system-in-line-alert-border-and-icon-color-negative",
"--system-in-line-alert-border-and-icon-color-notice",
"--system-in-line-alert-border-and-icon-color-positive",
"--system-in-line-alert-border-radius",
"--system-in-line-alert-border-width",
"--system-in-line-alert-content-color",
"--system-in-line-alert-content-font-family",
"--system-in-line-alert-content-font-size",
"--system-in-line-alert-content-font-style",
"--system-in-line-alert-content-font-weight",
"--system-in-line-alert-content-line-height",
"--system-in-line-alert-header-color",
"--system-in-line-alert-header-min-block-size",
"--system-in-line-alert-heading-font-family",
"--system-in-line-alert-heading-font-size",
"--system-in-line-alert-heading-font-style",
"--system-in-line-alert-heading-font-weight",
"--system-in-line-alert-heading-line-height",
"--system-in-line-alert-icon-size",
"--system-in-line-alert-min-inline-size",
"--system-in-line-alert-spacing-edge-to-text",
"--system-in-line-alert-spacing-header-content-button",
"--system-in-line-alert-spacing-header-to-icon"
],
"passthroughs": [],

@@ -104,0 +131,0 @@ "high-contrast": [

9

package.json
{
"name": "@spectrum-css/inlinealert",
"version": "9.0.0-s2-foundations.13",
"version": "9.0.0-s2-foundations.14",
"description": "The Spectrum CSS in-line alert 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",

@@ -42,2 +42,3 @@ import { Template as Button } from "@spectrum-css/button/stories/template.js";

iconName,
setName: "workflow",
customClasses: [`${rootClass}-icon`],

@@ -44,0 +45,0 @@ }, context) : nothing;