hubg-app-shell 0.1.3 → 0.1.4
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 +3 -3
- package/dist/index.cjs.js.map +4 -4
- package/dist/index.es.js +3 -3
- package/dist/index.es.js.map +4 -4
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -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-[9999] 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
|
}));
|
|
@@ -8664,7 +8664,7 @@ function UserMenu({ user, tenant, settingsHref, logoutHref }) {
|
|
|
8664
8664
|
children: /* @__PURE__ */ jsx_runtime6.jsx("button", {
|
|
8665
8665
|
type: "button",
|
|
8666
8666
|
"aria-label": `Open user menu for ${user.name}`,
|
|
8667
|
-
className: cn("rounded-full outline-none", "focus-visible:ring-2 focus-visible:ring-action-primary focus-visible:ring-offset-2", "transition-
|
|
8667
|
+
className: cn("rounded-full outline-none", "focus-visible:ring-2 focus-visible:ring-action-primary focus-visible:ring-offset-2", "transition-transform duration-150 hover:scale-110 active:scale-95"),
|
|
8668
8668
|
children: /* @__PURE__ */ jsx_runtime6.jsxs(Avatar2, {
|
|
8669
8669
|
className: "h-8 w-8",
|
|
8670
8670
|
children: [
|
|
@@ -11083,4 +11083,4 @@ function ModuleHost({
|
|
|
11083
11083
|
});
|
|
11084
11084
|
}
|
|
11085
11085
|
|
|
11086
|
-
//# debugId=
|
|
11086
|
+
//# debugId=42313A6499657D2D64756E2164756E21
|