@tmlmobilidade/ui 20250823.53.52 → 20250823.56.7
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 +4 -2
- package/dist/index.css.map +1 -1
- package/dist/styles-no-reset.css +4 -2
- package/dist/styles.css +4 -2
- package/package.json +1 -1
package/dist/index.css
CHANGED
@@ -11679,10 +11679,12 @@ breakpoint-mobile {
|
|
11679
11679
|
/* * */
|
11680
11680
|
/* GROW WHEN USED */
|
11681
11681
|
|
11682
|
+
.styles-module_growWhenUsed__9WsiQ {
|
11683
|
+
transition: width 200ms ease-in-out;
|
11684
|
+
}
|
11685
|
+
|
11682
11686
|
.styles-module_growWhenUsed__9WsiQ[data-with-right-section="true"] {
|
11683
11687
|
width: 100%;
|
11684
|
-
min-width: initial;
|
11685
|
-
transition: width 200ms ease-in-out;
|
11686
11688
|
}
|
11687
11689
|
|
11688
11690
|
/* * */
|