@saltcorn/markup
Advanced tools
Comparing version 1.0.0-rc.1 to 1.0.0-rc.2
@@ -479,5 +479,9 @@ "use strict"; | ||
segment.class, | ||
sameWidths && | ||
`row-cols-1 row-cols-md-${segment.besides.length} g-4`, | ||
"g-4", | ||
sameWidths && `row-cols-1 row-cols-md-${segment.besides.length}`, | ||
typeof segment.gx !== "undefined" && | ||
segment.gx !== null && | ||
`gx-${segment.gx}`, | ||
typeof segment.gy !== "undefined" && | ||
segment.gy !== null && | ||
`gy-${segment.gy}`, | ||
!segment.style?.["margin-bottom"] && `mb-3`, | ||
@@ -511,3 +515,2 @@ ], | ||
segment.class, | ||
segment.style && segment.style.width ? null : "w-100", | ||
typeof segment.gx !== "undefined" && | ||
@@ -514,0 +517,0 @@ segment.gx !== null && |
{ | ||
"name": "@saltcorn/markup", | ||
"version": "1.0.0-rc.1", | ||
"version": "1.0.0-rc.2", | ||
"description": "Markup for Saltcorn, open-source no-code platform", | ||
@@ -38,3 +38,3 @@ "homepage": "https://saltcorn.com", | ||
"devDependencies": { | ||
"@saltcorn/types": "1.0.0-rc.1", | ||
"@saltcorn/types": "1.0.0-rc.2", | ||
"@types/escape-html": "^1.0.1", | ||
@@ -41,0 +41,0 @@ "@types/jest": "^29.5.11", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
265683
3477