@saltcorn/markup
Advanced tools
Comparing version 0.4.0-beta.1 to 0.4.0
@@ -437,3 +437,3 @@ const { | ||
(btn) => | ||
`<button type="button" id="${btn.id}" class="${btn.class}">${btn.label}</button> ` | ||
`<button type="button" id="${btn.id}" class="${btn.class}"${btn.onclick?` onclick="${btn.onclick}"`:''}>${btn.label}</button> ` | ||
) | ||
@@ -440,0 +440,0 @@ .join(""); |
{ | ||
"name": "@saltcorn/markup", | ||
"version": "0.4.0-beta.1", | ||
"version": "0.4.0", | ||
"description": "Markup for Saltcorn, open-source no-code platform", | ||
@@ -27,3 +27,3 @@ "homepage": "https://saltcorn.com", | ||
}, | ||
"gitHead": "4261170a4df9b6b19b280d22aa0d7125e0edd569" | ||
"gitHead": "b230ed886615e494700792cee41753390f6e02fd" | ||
} |
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
54107