@tmlmobilidade/ui 20250823.5.28 → 20250823.53.52
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 +15 -0
- package/dist/index.css.map +1 -1
- package/dist/index.d.ts +2 -1
- package/dist/src/components/inputs/SearchInput/index.js +3 -2
- package/dist/src/components/inputs/SearchInput/index.js.map +1 -1
- package/dist/src/components/inputs/SearchInput/styles.module.css.js +4 -0
- package/dist/src/components/inputs/SearchInput/styles.module.css.js.map +1 -0
- package/dist/src/components/layout/Spacer/index.js +2 -2
- package/dist/src/components/layout/Spacer/index.js.map +1 -1
- package/dist/styles-no-reset.css +15 -0
- package/dist/styles.css +15 -0
- package/package.json +1 -1
package/dist/index.css
CHANGED
@@ -11139,6 +11139,12 @@ breakpoint-mobile {
|
|
11139
11139
|
height: 2px;
|
11140
11140
|
}
|
11141
11141
|
|
11142
|
+
/* * */
|
11143
|
+
/* PROPS / SHRINK */
|
11144
|
+
|
11145
|
+
.styles-module_container__nTl3X[data-shrink="true"] {
|
11146
|
+
flex-shrink: 999;
|
11147
|
+
}
|
11142
11148
|
/* * */
|
11143
11149
|
/* TOOLTIP */
|
11144
11150
|
|
@@ -11670,6 +11676,15 @@ breakpoint-mobile {
|
|
11670
11676
|
user-select: none;
|
11671
11677
|
}
|
11672
11678
|
}
|
11679
|
+
/* * */
|
11680
|
+
/* GROW WHEN USED */
|
11681
|
+
|
11682
|
+
.styles-module_growWhenUsed__9WsiQ[data-with-right-section="true"] {
|
11683
|
+
width: 100%;
|
11684
|
+
min-width: initial;
|
11685
|
+
transition: width 200ms ease-in-out;
|
11686
|
+
}
|
11687
|
+
|
11673
11688
|
/* * */
|
11674
11689
|
/* POPUP */
|
11675
11690
|
|