hubg-app-shell 0.1.4 → 0.1.5
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.cjs.js +5 -5
- package/dist/index.cjs.js.map +5 -5
- package/dist/index.es.js +5 -5
- package/dist/index.es.js.map +5 -5
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -8435,7 +8435,7 @@ var DropdownMenuSubTrigger2 = React39.forwardRef(({ className, inset, children,
|
|
|
8435
8435
|
DropdownMenuSubTrigger2.displayName = SubTrigger2.displayName;
|
|
8436
8436
|
var DropdownMenuSubContent2 = React39.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx16(SubContent2, {
|
|
8437
8437
|
ref,
|
|
8438
|
-
className: cn("z-
|
|
8438
|
+
className: cn("z-[1000001] min-w-[8rem] overflow-hidden rounded-radius-200 border border-line-default", "bg-surface-raised p-1 text-content-default shadow-elevation-2", "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", className),
|
|
8439
8439
|
...props
|
|
8440
8440
|
}));
|
|
8441
8441
|
DropdownMenuSubContent2.displayName = SubContent2.displayName;
|
|
@@ -8443,7 +8443,7 @@ var DropdownMenuContent2 = React39.forwardRef(({ className, sideOffset = 4, ...p
|
|
|
8443
8443
|
children: /* @__PURE__ */ jsx16(Content22, {
|
|
8444
8444
|
ref,
|
|
8445
8445
|
sideOffset,
|
|
8446
|
-
className: cn("z-[
|
|
8446
|
+
className: cn("z-[1000001] min-w-[8rem] overflow-hidden rounded-radius-200 border border-line-default", "bg-surface-raised p-1 text-content-default shadow-elevation-2", "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", className),
|
|
8447
8447
|
...props
|
|
8448
8448
|
})
|
|
8449
8449
|
}));
|
|
@@ -10431,7 +10431,7 @@ var TooltipContent2 = React51.forwardRef(({ className, sideOffset = 4, ...props
|
|
|
10431
10431
|
children: /* @__PURE__ */ jsx29(Content24, {
|
|
10432
10432
|
ref,
|
|
10433
10433
|
sideOffset,
|
|
10434
|
-
className: cn("z-
|
|
10434
|
+
className: cn("z-[1000001] overflow-hidden rounded-radius-100", "bg-surface-overlay-inverse px-3 py-1.5", "text-xs text-content-inverse", "shadow-elevation-1", "animate-in fade-in-0 zoom-in-95", "data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-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", className),
|
|
10435
10435
|
...props
|
|
10436
10436
|
})
|
|
10437
10437
|
}));
|
|
@@ -10826,7 +10826,7 @@ function AppShellInner({
|
|
|
10826
10826
|
}),
|
|
10827
10827
|
/* @__PURE__ */ jsx31("main", {
|
|
10828
10828
|
id: "shell-main-content",
|
|
10829
|
-
className: "min-w-0 flex-1 overflow-auto",
|
|
10829
|
+
className: "min-w-0 flex-1 overflow-auto pl-5",
|
|
10830
10830
|
tabIndex: -1,
|
|
10831
10831
|
children
|
|
10832
10832
|
})
|
|
@@ -11019,4 +11019,4 @@ export {
|
|
|
11019
11019
|
useShell
|
|
11020
11020
|
};
|
|
11021
11021
|
|
|
11022
|
-
//# debugId=
|
|
11022
|
+
//# debugId=B3662079A60BD1A564756E2164756E21
|