@moontra/moonui-pro 2.26.10 → 2.26.12
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 +63 -63
- package/dist/index.global.js.map +1 -1
- package/dist/index.mjs +3 -3
- 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: [
|
|
@@ -8000,7 +8000,7 @@ var TabsContent = t.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */
|
|
|
8000
8000
|
{
|
|
8001
8001
|
ref,
|
|
8002
8002
|
className: cn(
|
|
8003
|
-
"mt-
|
|
8003
|
+
"mt-6 ring-offset-background focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2",
|
|
8004
8004
|
className
|
|
8005
8005
|
),
|
|
8006
8006
|
...props
|
|
@@ -72875,7 +72875,7 @@ var AlertDialogFooter = ({
|
|
|
72875
72875
|
"div",
|
|
72876
72876
|
{
|
|
72877
72877
|
className: cn(
|
|
72878
|
-
"flex flex-col-reverse sm:flex-row sm:justify-end sm:space-x-2",
|
|
72878
|
+
"flex flex-col-reverse sm:flex-row sm:justify-end sm:space-x-2 mt-6",
|
|
72879
72879
|
className
|
|
72880
72880
|
),
|
|
72881
72881
|
...props
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@moontra/moonui-pro",
|
|
3
|
-
"version": "2.26.
|
|
3
|
+
"version": "2.26.12",
|
|
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",
|