@codesinger0/shared-components 1.1.49 → 1.1.50

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.
@@ -66,7 +66,7 @@ const Menu = ({
66
66
  <div className="w-full">
67
67
 
68
68
  {/* Top section - Logo and Children content */}
69
- {children && (<div className="w-full flex items-center pt-4 px-6">
69
+ {children && (<div className="w-full flex items-center py-4 px-6">
70
70
  {/* Logo - takes only required space */}
71
71
  <Link to="/" className={`flex-shrink-0 ${logoClassName}`}>
72
72
  <div className="relative w-24 h-12 lg:w-32 lg:h-16 overflow-hidden flex items-center justify-center">
@@ -97,7 +97,7 @@ const Menu = ({
97
97
  )}
98
98
 
99
99
  {/* Bottom section - Menu navigation bar */}
100
- <div className="w-full px-6 pb-2 flex justify-between items-center">
100
+ <div className="w-full px-6 py-4 flex justify-between items-center">
101
101
  {/* Left side - Auth buttons */}
102
102
  <div className="flex items-center">
103
103
  {AuthButtonsComponent && <AuthButtonsComponent />}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codesinger0/shared-components",
3
- "version": "1.1.49",
3
+ "version": "1.1.50",
4
4
  "description": "Shared React components for customer projects",
5
5
  "main": "dist/index.js",
6
6
  "files": [