@metropolle/design-system 1.2026.0-1.22.1838 → 1.2026.0-1.22.2325

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.
@@ -1135,6 +1135,7 @@ html[data-theme="light"] select.mds-input {
1135
1135
 
1136
1136
  /* Select Search */
1137
1137
  .mds-select-search {
1138
+ position: relative; /* Required for absolute positioning of search icon */
1138
1139
  flex-shrink: 0; /* Don't shrink in flex container */
1139
1140
  padding: 8px;
1140
1141
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metropolle/design-system",
3
- "version": "1.2026.01.22.1838",
3
+ "version": "1.2026.01.22.2325",
4
4
  "description": "Sistema de design unificado para a plataforma Metropolle",
5
5
  "type": "module",
6
6
  "main": "dist/react/index.js",