@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.js
CHANGED
|
@@ -18073,20 +18073,6 @@ var Button = React4__namespace.forwardRef(
|
|
|
18073
18073
|
}
|
|
18074
18074
|
);
|
|
18075
18075
|
Button.displayName = "Button";
|
|
18076
|
-
var PopoverContent = React4__namespace.forwardRef(({ className, align = "center", sideOffset = 4, ...props }, ref) => /* @__PURE__ */ jsxRuntime.jsx(PopoverPrimitive__namespace.Portal, { children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
18077
|
-
PopoverPrimitive__namespace.Content,
|
|
18078
|
-
{
|
|
18079
|
-
ref,
|
|
18080
|
-
align,
|
|
18081
|
-
sideOffset,
|
|
18082
|
-
className: cn(
|
|
18083
|
-
"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",
|
|
18084
|
-
className
|
|
18085
|
-
),
|
|
18086
|
-
...props
|
|
18087
|
-
}
|
|
18088
|
-
) }));
|
|
18089
|
-
PopoverContent.displayName = "PopoverContent";
|
|
18090
18076
|
var ScrollArea = React4__namespace.forwardRef(
|
|
18091
18077
|
({
|
|
18092
18078
|
className,
|