@saltcorn/markup
Advanced tools
Comparing version 0.4.2-beta.0 to 0.4.2
@@ -58,3 +58,3 @@ const { | ||
a( | ||
{ class: "dropdown-item", href: si.link }, | ||
{ class: ["dropdown-item", si.style || ""], href: si.link }, | ||
si.icon ? i({ class: `fa-fw mr-05 ${si.icon}` }) : "", | ||
@@ -79,3 +79,6 @@ si.label | ||
a( | ||
{ class: "nav-link js-scroll-trigger", href: text(s.link) }, | ||
{ | ||
class: ["nav-link js-scroll-trigger", s.style || ""], | ||
href: text(s.link), | ||
}, | ||
s.icon ? i({ class: `fa-fw mr-05 ${s.icon}` }) : "", | ||
@@ -248,3 +251,3 @@ text(s.label) | ||
headersInBody, | ||
cardHeaderTabs | ||
cardHeaderTabs, | ||
}; |
@@ -379,7 +379,10 @@ const { contract, is } = require("contractis"); | ||
{ | ||
class: `col-${ | ||
segment.breakpoint ? segment.breakpoint + "-" : "" | ||
}${segment.widths ? segment.widths[ixb] : defwidth}${ | ||
segment.aligns ? " text-" + segment.aligns[ixb] : "" | ||
}`, | ||
class: | ||
segment.widths === false | ||
? "" | ||
: `col-${ | ||
segment.breakpoint ? segment.breakpoint + "-" : "" | ||
}${segment.widths ? segment.widths[ixb] : defwidth}${ | ||
segment.aligns ? " text-" + segment.aligns[ixb] : "" | ||
}`, | ||
}, | ||
@@ -386,0 +389,0 @@ go(t, false, ixb) |
{ | ||
"name": "@saltcorn/markup", | ||
"version": "0.4.2-beta.0", | ||
"version": "0.4.2", | ||
"description": "Markup for Saltcorn, open-source no-code platform", | ||
@@ -27,3 +27,3 @@ "homepage": "https://saltcorn.com", | ||
}, | ||
"gitHead": "0fc7f6fff105a65f14416ed86fb5bd5e00f5c780" | ||
"gitHead": "df7c0a35bfb4436700487d45ed8008310162082a" | ||
} |
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
54874
1840
24
34
10
148