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.es.js
CHANGED
|
@@ -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-[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),
|
|
8447
8447
|
...props
|
|
8448
8448
|
})
|
|
8449
8449
|
}));
|
|
@@ -8586,7 +8586,7 @@ function UserMenu({ user, tenant, settingsHref, logoutHref }) {
|
|
|
8586
8586
|
children: /* @__PURE__ */ jsx19("button", {
|
|
8587
8587
|
type: "button",
|
|
8588
8588
|
"aria-label": `Open user menu for ${user.name}`,
|
|
8589
|
-
className: cn("rounded-full outline-none", "focus-visible:ring-2 focus-visible:ring-action-primary focus-visible:ring-offset-2", "transition-
|
|
8589
|
+
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"),
|
|
8590
8590
|
children: /* @__PURE__ */ jsxs3(Avatar2, {
|
|
8591
8591
|
className: "h-8 w-8",
|
|
8592
8592
|
children: [
|
|
@@ -11019,4 +11019,4 @@ export {
|
|
|
11019
11019
|
useShell
|
|
11020
11020
|
};
|
|
11021
11021
|
|
|
11022
|
-
//# debugId=
|
|
11022
|
+
//# debugId=733471F01446DFA064756E2164756E21
|