@metropolle/design-system 1.0.0-beta.2025.9.5.1721.8a8aff3 → 1.0.0-beta.2025.9.6.252.b17bdbc

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.
@@ -80,8 +80,10 @@ button[class*="ghost"]:hover {
80
80
  border-color: rgba(255, 255, 255, 0.3) !important;
81
81
  }
82
82
 
83
- /* Raw button baseline */
84
- button {
83
+ /* Raw button baseline
84
+ Scope only to unstyled raw buttons to avoid overriding
85
+ components that set inline styles or DS classes */
86
+ button:not([style]):not(.mds-button):not([class*="mds-button"]):not([class*="btn"]) {
85
87
  background-color: rgba(255, 255, 255, 0.1) !important;
86
88
  color: #ffffff !important;
87
89
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
@@ -92,7 +94,7 @@ button {
92
94
  font-family: inherit !important;
93
95
  }
94
96
 
95
- button:hover {
97
+ button:not([style]):not(.mds-button):not([class*="mds-button"]):not([class*="btn"]):hover {
96
98
  background-color: rgba(255, 255, 255, 0.15) !important;
97
99
  border-color: rgba(255, 255, 255, 0.3) !important;
98
100
  transform: translateY(-1px) !important;
@@ -109,7 +111,7 @@ button:hover {
109
111
  border: none !important;
110
112
  }
111
113
 
112
- button:disabled {
114
+ button:not([style]):not(.mds-button):not([class*="mds-button"]):not([class*="btn"]):disabled {
113
115
  opacity: 0.5 !important;
114
116
  cursor: not-allowed !important;
115
117
  transform: none !important;
@@ -454,4 +456,3 @@ html[data-theme="light"] select[class*="mds-select"] {
454
456
  color: #1a1a1a !important;
455
457
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e") !important;
456
458
  }
457
-
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metropolle/design-system",
3
- "version": "1.0.0-beta.2025.09.05.1721.8a8aff3",
3
+ "version": "1.0.0-beta.2025.09.06.0252.b17bdbc",
4
4
  "description": "Sistema de design unificado para a plataforma Metropolle",
5
5
  "type": "module",
6
6
  "main": "dist/react/index.js",