@opencxh/ui-kit 3.108.0 → 3.108.1
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 +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4614,7 +4614,7 @@ const Qr = ({
|
|
|
4614
4614
|
isSelectedHandler: s,
|
|
4615
4615
|
onClick: a,
|
|
4616
4616
|
preMenuItemsComponent: l
|
|
4617
|
-
}) => /* @__PURE__ */ c("nav", { className: "flex h-full shrink-0 flex-col
|
|
4617
|
+
}) => /* @__PURE__ */ c("nav", { className: "flex h-full shrink-0 flex-col p-3 pt-4", children: [
|
|
4618
4618
|
/* @__PURE__ */ c("div", { className: "flex items-center gap-2 px-2 pb-3", children: [
|
|
4619
4619
|
/* @__PURE__ */ e("span", { className: "min-w-0 flex-1 truncate text-lg font-semibold text-text", children: t }),
|
|
4620
4620
|
r && r.length > 0 && /* @__PURE__ */ e("div", { className: "flex shrink-0 items-center gap-1", children: r.map((i, b) => /* @__PURE__ */ e(
|