@metropolle/design-system 1.0.0-beta.2025.8.29.1558.9969927 → 1.0.0-beta.2025.8.29.1619.c20dae1

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.
@@ -749,24 +749,23 @@ html[data-theme="light"] .mds-page-header {
749
749
  right: 0;
750
750
  height: 60px;
751
751
  z-index: 1000;
752
- padding: 0 var(--mds-spacing-xl);
753
- backdrop-filter: blur(20px);
754
- -webkit-backdrop-filter: blur(20px);
755
- box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
752
+ backdrop-filter: blur(10px);
753
+ -webkit-backdrop-filter: blur(10px);
754
+ box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
756
755
  transition: all 0.3s ease;
756
+ font-family: var(--mds-typography-fontFamily-brand);
757
757
  }
758
758
 
759
759
  /* Dark theme navbar */
760
760
  html[data-theme="dark"] .mds-navbar {
761
- background: rgba(255, 255, 255, 0.1);
761
+ background-color: rgba(30, 41, 59, 0.95);
762
762
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
763
763
  }
764
764
 
765
765
  /* Light theme navbar */
766
766
  html[data-theme="light"] .mds-navbar {
767
- background: rgba(255, 255, 255, 0.8);
767
+ background-color: rgba(255, 255, 255, 0.95);
768
768
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
769
- box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
770
769
  }
771
770
 
772
771
  /* Navbar content container */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metropolle/design-system",
3
- "version": "1.0.0-beta.2025.08.29.1558.9969927",
3
+ "version": "1.0.0-beta.2025.08.29.1619.c20dae1",
4
4
  "description": "Sistema de design unificado para a plataforma Metropolle",
5
5
  "type": "module",
6
6
  "main": "dist/react/index.js",