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

@spectrum-css/alertdialog

Package Overview
Dependencies
Maintainers
4
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spectrum-css/alertdialog - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

23

CHANGELOG.md
# Change Log
## 4.0.1
### Patch Changes
- [#3534](https://github.com/adobe/spectrum-css/pull/3534) [`68e0057`](https://github.com/adobe/spectrum-css/commit/68e00577156cc32b21bfa768dbd2d35d73563b4c) Thanks [@castastrophe](https://github.com/castastrophe)! - Fixes a bug in the content of the `dist/index-theme.css` file.
Expected `index-theme.css` to include the component selectors with component-level custom properties mapped to the `--system` prefixed ones in order to allow a component to support various contexts.
Expected output example for the index-theme.css:
```
.spectrum-ActionButton {
--spectrum-actionbutton-background-color-default: var(--system-action-button-background-color-default);
--spectrum-actionbutton-background-color-hover: var(--system-action-button-background-color-hover);
```
- Updated dependencies [[`68e0057`](https://github.com/adobe/spectrum-css/commit/68e00577156cc32b21bfa768dbd2d35d73563b4c)]:
- @spectrum-css/buttongroup@9.0.1
- @spectrum-css/divider@5.0.1
- @spectrum-css/icon@9.0.1
- @spectrum-css/modal@7.0.1
- @spectrum-css/underlay@6.0.1
## 4.0.0

@@ -4,0 +27,0 @@

12

package.json
{
"name": "@spectrum-css/alertdialog",
"version": "4.0.0",
"version": "4.0.1",
"description": "The Spectrum CSS alertdialog component",

@@ -44,8 +44,8 @@ "license": "Apache-2.0",

"devDependencies": {
"@spectrum-css/buttongroup": "9.0.0",
"@spectrum-css/divider": "5.0.0",
"@spectrum-css/icon": "9.0.0",
"@spectrum-css/modal": "7.0.0",
"@spectrum-css/buttongroup": "9.0.1",
"@spectrum-css/divider": "5.0.1",
"@spectrum-css/icon": "9.0.1",
"@spectrum-css/modal": "7.0.1",
"@spectrum-css/tokens": "16.0.0",
"@spectrum-css/underlay": "6.0.0",
"@spectrum-css/underlay": "6.0.1",
"eslint": "^8.57.0",

@@ -52,0 +52,0 @@ "npm-run-all2": "^7.0.2",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc