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.cjs.js
CHANGED
|
@@ -8513,7 +8513,7 @@ var DropdownMenuSubTrigger2 = React39.forwardRef(({ className, inset, children,
|
|
|
8513
8513
|
DropdownMenuSubTrigger2.displayName = SubTrigger2.displayName;
|
|
8514
8514
|
var DropdownMenuSubContent2 = React39.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx_runtime4.jsx(SubContent2, {
|
|
8515
8515
|
ref,
|
|
8516
|
-
className: cn("z-
|
|
8516
|
+
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),
|
|
8517
8517
|
...props
|
|
8518
8518
|
}));
|
|
8519
8519
|
DropdownMenuSubContent2.displayName = SubContent2.displayName;
|
|
@@ -8521,7 +8521,7 @@ var DropdownMenuContent2 = React39.forwardRef(({ className, sideOffset = 4, ...p
|
|
|
8521
8521
|
children: /* @__PURE__ */ jsx_runtime4.jsx(Content22, {
|
|
8522
8522
|
ref,
|
|
8523
8523
|
sideOffset,
|
|
8524
|
-
className: cn("z-[
|
|
8524
|
+
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),
|
|
8525
8525
|
...props
|
|
8526
8526
|
})
|
|
8527
8527
|
}));
|
|
@@ -10509,7 +10509,7 @@ var TooltipContent2 = React51.forwardRef(({ className, sideOffset = 4, ...props
|
|
|
10509
10509
|
children: /* @__PURE__ */ jsx_runtime10.jsx(Content24, {
|
|
10510
10510
|
ref,
|
|
10511
10511
|
sideOffset,
|
|
10512
|
-
className: cn("z-
|
|
10512
|
+
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),
|
|
10513
10513
|
...props
|
|
10514
10514
|
})
|
|
10515
10515
|
}));
|
|
@@ -10904,7 +10904,7 @@ function AppShellInner({
|
|
|
10904
10904
|
}),
|
|
10905
10905
|
/* @__PURE__ */ jsx_runtime12.jsx("main", {
|
|
10906
10906
|
id: "shell-main-content",
|
|
10907
|
-
className: "min-w-0 flex-1 overflow-auto",
|
|
10907
|
+
className: "min-w-0 flex-1 overflow-auto pl-5",
|
|
10908
10908
|
tabIndex: -1,
|
|
10909
10909
|
children
|
|
10910
10910
|
})
|
|
@@ -11083,4 +11083,4 @@ function ModuleHost({
|
|
|
11083
11083
|
});
|
|
11084
11084
|
}
|
|
11085
11085
|
|
|
11086
|
-
//# debugId=
|
|
11086
|
+
//# debugId=A14ECD83FBFB882C64756E2164756E21
|