@admin-layout/tailwind-design-pro 12.0.16-alpha.11 → 12.0.16-alpha.12

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.
@@ -139,7 +139,7 @@ const MainHeader = props => {
139
139
  }, animation, layout === 'mix' ? 'headerTitleRender' : undefined);
140
140
  // Use CSS classes instead of theme-based styling
141
141
  const getHeaderClasses = () => {
142
- let classes = `${isMobile ? headerSettings?.position || 'fixed' : scrolled ? 'fixed' : 'absolute'} w-full top-0 z-10 px-[8%] transition-all duration-1000 ease-in-out group`;
142
+ let classes = `${isMobile ? headerSettings?.position || 'fixed' : scrolled ? 'fixed' : 'absolute'} w-full top-0 z-[100] px-[8%] transition-all duration-1000 ease-in-out group`;
143
143
  if (scrolled) {
144
144
  classes += ' py-2 shadow-themed-md';
145
145
  } else {
@@ -245,7 +245,7 @@ const RightMenu = ({
245
245
  alt: "User"
246
246
  }) : null
247
247
  }), isOpen && jsxs("div", {
248
- className: "absolute right-0 mt-2 w-72 rounded-themed shadow-themed-lg py-1 themed-dropdown ring-1 ring-border focus:outline-none z-40",
248
+ className: "bg-background absolute right-0 mt-2 w-72 rounded-themed shadow-themed-lg py-1 themed-dropdown ring-1 ring-border focus:outline-none z-40",
249
249
  role: "menu",
250
250
  "aria-orientation": "vertical",
251
251
  "aria-labelledby": "user-menu",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@admin-layout/tailwind-design-pro",
3
- "version": "12.0.16-alpha.11",
3
+ "version": "12.0.16-alpha.12",
4
4
  "description": "Sample core for higher packages to depend on",
5
5
  "license": "ISC",
6
6
  "author": "CDMBase LLC",
@@ -53,5 +53,5 @@
53
53
  "typescript": {
54
54
  "definition": "lib/index.d.ts"
55
55
  },
56
- "gitHead": "570827b56947042c0ba76dd9dc743bc3f72874b8"
56
+ "gitHead": "e42490565e2a610c042970f217d055e791a02086"
57
57
  }