ui-arreya-components 0.0.7 → 0.0.8

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/ui.es.js CHANGED
@@ -7297,7 +7297,7 @@ const Yu = ({
7297
7297
  );
7298
7298
  Yu.displayName = "BreadcrumbElipssis";
7299
7299
  function rd({ title: e, breadcrumbItems: t = [], showHomeLink: r = !0, className: n = "", children: o }) {
7300
- return /* @__PURE__ */ m.jsx("header", { className: `border-b pb-4 ${n}`, children: /* @__PURE__ */ m.jsxs("div", { className: "container mx-auto px-4", children: [
7300
+ return /* @__PURE__ */ m.jsx("header", { className: `border-b pb-4 ${n}`, children: /* @__PURE__ */ m.jsxs("div", { className: "container mx-auto p-4", children: [
7301
7301
  (t.length > 0 || r) && /* @__PURE__ */ m.jsx(Ea, { className: "mb-2", children: /* @__PURE__ */ m.jsxs(Ca, { children: [
7302
7302
  r && /* @__PURE__ */ m.jsxs(m.Fragment, { children: [
7303
7303
  /* @__PURE__ */ m.jsx(wr, { children: /* @__PURE__ */ m.jsxs(Er, { href: "/", className: "flex items-center", children: [
@@ -7335,6 +7335,7 @@ export {
7335
7335
  Nl as DialogTitle,
7336
7336
  Qu as DialogTrigger,
7337
7337
  rd as Header,
7338
+ Mo as Input,
7338
7339
  Ru as Sidebar,
7339
7340
  ku as SidebarContent,
7340
7341
  Ou as SidebarFooter,