baaz-custom-components 3.2.7 → 3.2.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/index.js +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -488,7 +488,7 @@ var User = ({
|
|
|
488
488
|
setSelectedHubId(newId);
|
|
489
489
|
}
|
|
490
490
|
};
|
|
491
|
-
return /* @__PURE__ */ (0, import_jsx_runtime7.jsxs)(DropdownMenu, { children: [
|
|
491
|
+
return /* @__PURE__ */ (0, import_jsx_runtime7.jsxs)(DropdownMenu, { modal: false, children: [
|
|
492
492
|
/* @__PURE__ */ (0, import_jsx_runtime7.jsx)(DropdownMenuTrigger, { className: "cursor-pointer", asChild: true, children: /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
|
|
493
493
|
"img",
|
|
494
494
|
{
|
|
@@ -518,7 +518,7 @@ var User = ({
|
|
|
518
518
|
},
|
|
519
519
|
i
|
|
520
520
|
)),
|
|
521
|
-
/* @__PURE__ */ (0, import_jsx_runtime7.jsxs)("
|
|
521
|
+
/* @__PURE__ */ (0, import_jsx_runtime7.jsxs)("div", { className: "flex items-center gap-4 text-sm py-1", children: [
|
|
522
522
|
/* @__PURE__ */ (0, import_jsx_runtime7.jsx)(import_lucide_react3.Home, { size: 14 }),
|
|
523
523
|
" ",
|
|
524
524
|
/* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
|
package/dist/index.mjs
CHANGED
|
@@ -454,7 +454,7 @@ var User = ({
|
|
|
454
454
|
setSelectedHubId(newId);
|
|
455
455
|
}
|
|
456
456
|
};
|
|
457
|
-
return /* @__PURE__ */ jsxs5(DropdownMenu, { children: [
|
|
457
|
+
return /* @__PURE__ */ jsxs5(DropdownMenu, { modal: false, children: [
|
|
458
458
|
/* @__PURE__ */ jsx7(DropdownMenuTrigger, { className: "cursor-pointer", asChild: true, children: /* @__PURE__ */ jsx7(
|
|
459
459
|
"img",
|
|
460
460
|
{
|
|
@@ -484,7 +484,7 @@ var User = ({
|
|
|
484
484
|
},
|
|
485
485
|
i
|
|
486
486
|
)),
|
|
487
|
-
/* @__PURE__ */ jsxs5("
|
|
487
|
+
/* @__PURE__ */ jsxs5("div", { className: "flex items-center gap-4 text-sm py-1", children: [
|
|
488
488
|
/* @__PURE__ */ jsx7(Home, { size: 14 }),
|
|
489
489
|
" ",
|
|
490
490
|
/* @__PURE__ */ jsx7(
|