@inf-monkeys-tech/monkeys-design 1.0.102 → 1.0.103
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/components/agent-workbench/index.js +6 -20
- package/dist/components/agent-workbench/index.js.map +1 -1
- package/dist/components/agent-workbench/index.mjs +5 -19
- package/dist/components/agent-workbench/index.mjs.map +1 -1
- package/dist/components/primitives/index.d.mts +11 -6
- package/dist/components/primitives/index.d.ts +11 -6
- package/dist/components/primitives/index.js +40 -19
- package/dist/components/primitives/index.js.map +1 -1
- package/dist/components/primitives/index.mjs +39 -19
- package/dist/components/primitives/index.mjs.map +1 -1
- package/dist/index.js +0 -14
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +0 -14
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -18038,20 +18038,6 @@ var Button = React4.forwardRef(
|
|
|
18038
18038
|
}
|
|
18039
18039
|
);
|
|
18040
18040
|
Button.displayName = "Button";
|
|
18041
|
-
var PopoverContent = React4.forwardRef(({ className, align = "center", sideOffset = 4, ...props }, ref) => /* @__PURE__ */ jsx(PopoverPrimitive.Portal, { children: /* @__PURE__ */ jsx(
|
|
18042
|
-
PopoverPrimitive.Content,
|
|
18043
|
-
{
|
|
18044
|
-
ref,
|
|
18045
|
-
align,
|
|
18046
|
-
sideOffset,
|
|
18047
|
-
className: cn(
|
|
18048
|
-
"z-50 w-72 rounded-lg border bg-popover p-4 text-popover-foreground shadow-md outline-none data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",
|
|
18049
|
-
className
|
|
18050
|
-
),
|
|
18051
|
-
...props
|
|
18052
|
-
}
|
|
18053
|
-
) }));
|
|
18054
|
-
PopoverContent.displayName = "PopoverContent";
|
|
18055
18041
|
var ScrollArea = React4.forwardRef(
|
|
18056
18042
|
({
|
|
18057
18043
|
className,
|