ant-app-builder
Advanced tools
Comparing version 1.3.8 to 1.3.9
@@ -147,3 +147,3 @@ | ||
data = await FS.readFile(filePath) | ||
toolbar_output = await less.render(`.ant-window_[data-id="${id}"] .win-toolbar_ {${data.toString()}}`, options) | ||
toolbar_output = await less.render(`.ant-window_[data-id="${id}"] .win-toolbar_, .ant-window_[data-id="${id}"] .win-caption-toolbar_ {${data.toString()}}`, options) | ||
toolbar_output = toolbar_output.css | ||
@@ -150,0 +150,0 @@ .replace(/(url\('?)\~/g, `$1/app/${namespace}/${id}`) |
{ | ||
"name": "ant-app-builder", | ||
"version": "1.3.8", | ||
"version": "1.3.9", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./lib", |
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
51726