@spectrum-web-components/overlay
Advanced tools
Comparing version 0.3.1 to 0.3.2
@@ -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 @@ |
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
172925
2505