@bbki.ng/components 2.1.33 → 2.1.35

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 CHANGED
@@ -355,7 +355,7 @@ var Page = (props) => {
355
355
  }, nav), /* @__PURE__ */ import_react10.default.createElement("section", {
356
356
  className: "flex-grow flex-shrink-0 px-6"
357
357
  }, main), footer && /* @__PURE__ */ import_react10.default.createElement("footer", {
358
- className: "flex-grow-0 flex-shrink-0 flex items-center justify-center h-64"
358
+ className: "flex-grow-0 flex-shrink-0 flex items-center justify-center h-128"
359
359
  }, footer));
360
360
  };
361
361
  var NotFound = (props) => {
@@ -474,7 +474,8 @@ var TitledList = (props) => {
474
474
  }
475
475
  return /* @__PURE__ */ import_react13.default.createElement(Article, {
476
476
  title,
477
- description
477
+ description,
478
+ className: "w-fit"
478
479
  }, /* @__PURE__ */ import_react13.default.createElement(List, {
479
480
  ...rest
480
481
  }));