@bbki.ng/components 2.2.4 → 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 +4 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +3 -13
- package/dist/index.css.map +1 -1
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -70,7 +70,7 @@ var Article = (props) => {
|
|
|
70
70
|
return /* @__PURE__ */ import_react.default.createElement("div", {
|
|
71
71
|
className: (0, import_classnames.default)("article", className)
|
|
72
72
|
}, /* @__PURE__ */ import_react.default.createElement("div", {
|
|
73
|
-
className: "text-[2.25rem] mb-128
|
|
73
|
+
className: "text-[2.25rem] mb-128 leading-none"
|
|
74
74
|
}, title), description && /* @__PURE__ */ import_react.default.createElement("div", {
|
|
75
75
|
className: "mb-128"
|
|
76
76
|
}, description), /* @__PURE__ */ import_react.default.createElement("div", {
|
|
@@ -379,7 +379,7 @@ var Page = (props) => {
|
|
|
379
379
|
}, /* @__PURE__ */ import_react10.default.createElement("section", {
|
|
380
380
|
className: "flex-grow flex-shrink-0 px-6"
|
|
381
381
|
}, main), /* @__PURE__ */ import_react10.default.createElement("div", {
|
|
382
|
-
className: `flx-grow-0 w-full
|
|
382
|
+
className: `flx-grow-0 w-full fixed bottom-0 z-50`
|
|
383
383
|
}, nav));
|
|
384
384
|
};
|
|
385
385
|
var NotFound = (props) => {
|
|
@@ -884,7 +884,7 @@ var import_classnames9 = __toESM(require("classnames"), 1);
|
|
|
884
884
|
var import_react18 = __toESM(require("react"), 1);
|
|
885
885
|
var ThreeColLayout = (props) => {
|
|
886
886
|
const { leftRenderer, middleRenderer, rightRenderer } = props;
|
|
887
|
-
const colCls = (0, import_classnames9.default)("max-h-full overflow-auto xl:!block py-
|
|
887
|
+
const colCls = (0, import_classnames9.default)("max-h-full overflow-auto xl:!block py-128");
|
|
888
888
|
return /* @__PURE__ */ import_react18.default.createElement("div", {
|
|
889
889
|
className: "grid grid-cols-1 xl:grid-cols-3 gap-4 h-full w-full"
|
|
890
890
|
}, /* @__PURE__ */ import_react18.default.createElement("div", {
|
|
@@ -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
|
})
|