@ah-automation.nl/component-lib 0.0.19 → 0.0.20
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.js +6 -6
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6241,21 +6241,21 @@ function ef({
|
|
|
6241
6241
|
"border-b border-sidebar-border/70 p-2",
|
|
6242
6242
|
l
|
|
6243
6243
|
),
|
|
6244
|
-
children: /* @__PURE__ */
|
|
6245
|
-
i ? /* @__PURE__ */ h("div", { className: "min-w-0 flex-1 group-data-[collapsible=icon]:hidden p-2", children: i }) : null,
|
|
6246
|
-
/* @__PURE__ */ h(Bu, { className: "ml-auto" })
|
|
6247
|
-
] })
|
|
6244
|
+
children: /* @__PURE__ */ h("div", { className: "flex min-h-8 items-center gap-2", children: i ? /* @__PURE__ */ h("div", { className: "min-w-0 flex-1 group-data-[collapsible=icon]:hidden p-2", children: i }) : null })
|
|
6248
6245
|
}
|
|
6249
6246
|
),
|
|
6250
6247
|
/* @__PURE__ */ h(ju, { className: k("p-2", u), children: /* @__PURE__ */ h("div", { className: k("flex flex-col gap-1", c), children: f.map((y) => y.kind === "item" ? w(y.item) : x(y.group, y.groupIndex)) }) }),
|
|
6251
|
-
a ? /* @__PURE__ */
|
|
6248
|
+
a ? /* @__PURE__ */ W(
|
|
6252
6249
|
Wu,
|
|
6253
6250
|
{
|
|
6254
6251
|
className: k(
|
|
6255
6252
|
"border-t border-sidebar-border/70 p-2",
|
|
6256
6253
|
d
|
|
6257
6254
|
),
|
|
6258
|
-
children:
|
|
6255
|
+
children: [
|
|
6256
|
+
a,
|
|
6257
|
+
/* @__PURE__ */ h(Bu, { className: "ml-auto" })
|
|
6258
|
+
]
|
|
6259
6259
|
}
|
|
6260
6260
|
) : null
|
|
6261
6261
|
]
|