@tmlmobilidade/ui 20250331.1153.43 → 20250331.1159.55
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.map +1 -1
- package/dist/styles-no-reset.css +1 -0
- package/dist/styles.css +1 -0
- package/package.json +1 -1
package/dist/styles-no-reset.css
CHANGED
@@ -10049,6 +10049,7 @@ breakpoint-mobile {
|
|
10049
10049
|
align-items: flex-start;
|
10050
10050
|
justify-content: flex-start;
|
10051
10051
|
width: 100%;
|
10052
|
+
height: 100%;
|
10052
10053
|
background-color: var(--color-system-background-100);
|
10053
10054
|
border: 1px solid var(--color-system-border-100);
|
10054
10055
|
border-radius: 5px;
|
package/dist/styles.css
CHANGED
@@ -10104,6 +10104,7 @@ breakpoint-mobile {
|
|
10104
10104
|
align-items: flex-start;
|
10105
10105
|
justify-content: flex-start;
|
10106
10106
|
width: 100%;
|
10107
|
+
height: 100%;
|
10107
10108
|
background-color: var(--color-system-background-100);
|
10108
10109
|
border: 1px solid var(--color-system-border-100);
|
10109
10110
|
border-radius: 5px;
|