@bbki.ng/components 2.2.5 → 2.2.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +0 -3
- package/dist/index.css.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1115,7 +1115,7 @@ var RandomRowsLayout = import_react20.default.memo(
|
|
|
1115
1115
|
// lib/img/Gallery.tsx
|
|
1116
1116
|
var defaultImageRenderer = (img, index, col) => {
|
|
1117
1117
|
return /* @__PURE__ */ import_react21.default.createElement("div", {
|
|
1118
|
-
className: (0, import_classnames12.default)("mb-
|
|
1118
|
+
className: (0, import_classnames12.default)("mb-128", {
|
|
1119
1119
|
"md:mr-64": col === 0,
|
|
1120
1120
|
"md:ml-64": col !== 0
|
|
1121
1121
|
})
|