@tmlmobilidade/ui 20250823.53.52 → 20250823.104.6
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.
- package/dist/index.css +6 -4
- package/dist/index.css.map +1 -1
- package/dist/src/components/inputs/SearchInput/index.js +14 -1
- package/dist/src/components/inputs/SearchInput/index.js.map +1 -1
- package/dist/src/components/inputs/SearchInput/styles.module.css.js +1 -1
- package/dist/styles-no-reset.css +6 -4
- package/dist/styles.css +6 -4
- package/package.json +1 -1
package/dist/index.css
CHANGED
@@ -11677,14 +11677,16 @@ breakpoint-mobile {
|
|
11677
11677
|
}
|
11678
11678
|
}
|
11679
11679
|
/* * */
|
11680
|
-
/*
|
11680
|
+
/* IN USE OVERRIDE */
|
11681
11681
|
|
11682
|
-
.styles-
|
11683
|
-
width: 100%;
|
11684
|
-
min-width: initial;
|
11682
|
+
.styles-module_override__9xXIN {
|
11685
11683
|
transition: width 200ms ease-in-out;
|
11686
11684
|
}
|
11687
11685
|
|
11686
|
+
.styles-module_override__9xXIN[data-in-use="true"] {
|
11687
|
+
width: 100%;
|
11688
|
+
}
|
11689
|
+
|
11688
11690
|
/* * */
|
11689
11691
|
/* POPUP */
|
11690
11692
|
|