ui-arreya-components 0.0.8 → 0.0.9
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.cjs.js +14 -14
- package/dist/ui.es.js +1 -2
- package/dist/ui.umd.js +13 -13
- package/package.json +1 -1
- package/src/components/feature/header.stories.tsx +1 -1
- package/src/components/feature/header.tsx +1 -1
- package/src/components/ui/input.tsx +1 -1
- package/src/index.css +8 -0
- package/src/index.ts +1 -4
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
|
|
7300
|
+
return /* @__PURE__ */ m.jsx("header", { className: `border-b pb-4 ${n}`, children: /* @__PURE__ */ m.jsxs("div", { className: "container mx-auto px-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,7 +7335,6 @@ export {
|
|
|
7335
7335
|
Nl as DialogTitle,
|
|
7336
7336
|
Qu as DialogTrigger,
|
|
7337
7337
|
rd as Header,
|
|
7338
|
-
Mo as Input,
|
|
7339
7338
|
Ru as Sidebar,
|
|
7340
7339
|
ku as SidebarContent,
|
|
7341
7340
|
Ou as SidebarFooter,
|