Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@spectrum-web-components/overlay

Package Overview
Dependencies
Maintainers
5
Versions
312
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spectrum-web-components/overlay - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

6

CHANGELOG.md

@@ -6,2 +6,8 @@ # Change Log

## [0.3.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/overlay@0.3.1...@spectrum-web-components/overlay@0.3.2) (2020-03-16)
### Bug Fixes
- **theme:** track default theme values dynamically ([a0c306c](https://github.com/adobe/spectrum-web-components/commit/a0c306c))
## [0.3.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/overlay@0.3.0...@spectrum-web-components/overlay@0.3.1) (2020-03-11)

@@ -8,0 +14,0 @@

1

lib/active-overlay.js

@@ -275,3 +275,2 @@ /*

renderTheme(content) {
import('@spectrum-web-components/theme');
const color = this.color;

@@ -278,0 +277,0 @@ const scale = this.scale;

@@ -21,3 +21,3 @@ {

],
"version": "0.3.1",
"version": "0.3.2",
"description": "",

@@ -43,6 +43,6 @@ "main": "lib/index.js",

"@popperjs/core": "^2.0.4",
"@spectrum-web-components/theme": "^0.3.0",
"@spectrum-web-components/theme": "^0.3.1",
"tslib": "^1.10.0"
},
"gitHead": "d5b370be9515cb1458c436fd4b7c8689e2bfb933"
"gitHead": "05f9a0b1e25b0419276845d0c5a3c9395fea78ea"
}

@@ -402,3 +402,2 @@ /*

public renderTheme(content: TemplateResult): TemplateResult {
import('@spectrum-web-components/theme');
const color = this.color as Color;

@@ -405,0 +404,0 @@ const scale = this.scale as Scale;

Sorry, the diff of this file is not supported yet

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