@moontra/moonui-pro 2.26.10 → 2.26.11
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.global.js +62 -62
- package/dist/index.global.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -6318,7 +6318,7 @@ var MoonUICommandDialogPro = ({
|
|
|
6318
6318
|
}) => {
|
|
6319
6319
|
return /* @__PURE__ */ jsx(MoonUIDialogPro, { ...props, children: /* @__PURE__ */ jsxs(MoonUIDialogContentPro, { className: "overflow-hidden p-0 shadow-2xl", hideCloseButton: true, children: [
|
|
6320
6320
|
/* @__PURE__ */ jsx(MoonUIDialogTitlePro, { className: "sr-only", children: "AI Command Menu" }),
|
|
6321
|
-
/* @__PURE__ */ jsx(
|
|
6321
|
+
/* @__PURE__ */ jsx(Command, { className: "[&_[cmdk-group-heading]]:px-2 [&_[cmdk-group-heading]]:font-medium [&_[cmdk-group-heading]]:text-muted-foreground", children })
|
|
6322
6322
|
] }) });
|
|
6323
6323
|
};
|
|
6324
6324
|
var MoonUICommandInputPro = t.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsxs("div", { className: "flex items-center border-b px-3", "cmdk-input-wrapper": "", children: [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@moontra/moonui-pro",
|
|
3
|
-
"version": "2.26.
|
|
3
|
+
"version": "2.26.11",
|
|
4
4
|
"description": "Premium React components for MoonUI - Advanced UI library with 50+ pro components including performance, interactive, and gesture components",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.mjs",
|