aug-compile
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -64,3 +64,3 @@ /** | ||
const op = `opacity: ${cs2.getPropertyValue("opacity")};` | ||
const bg = `background: ${cs2.getPropertyValue("background")};` | ||
const bg = `background: ${cs2.getPropertyValue("background") || cs2.getPropertyValue("--aug-inlay-bg") || "var(--aug-inlay-bg)"};` | ||
augCompileSheet.insertRule( `[data-augmented-ui-compiled~="${id}"]::before { content: ""; ${webkit}clip-path: ${clip2}; ${op} ${bg} }`, x ) | ||
@@ -73,3 +73,3 @@ x++ | ||
const op = `opacity: ${cs3.getPropertyValue("opacity")};` | ||
const bg = `background: ${cs3.getPropertyValue("background")};` | ||
const bg = `background: ${cs3.getPropertyValue("background") || cs3.getPropertyValue("--aug-border-bg") || "var(--aug-border-bg)"};` | ||
augCompileSheet.insertRule( `[data-augmented-ui-compiled~="${id}"]::after { content: ""; ${webkit}clip-path: ${clip3}; ${op} ${bg} }`, x ) | ||
@@ -76,0 +76,0 @@ x++ |
{ | ||
"name": "aug-compile", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Get the most out of your runtime performance by compiling static augmented-ui configurations up front", | ||
"main": "aug-compile-es6.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "echo \"informal test in test.html\" && exit 1" | ||
}, | ||
@@ -9,0 +9,0 @@ "repository": { |
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
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
13978
6
0