@tmlmobilidade/ui 20250329.120.34 → 20250329.124.32
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 -1
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/styles-no-reset.css
CHANGED
@@ -10172,7 +10172,7 @@ breakpoint-mobile {
|
|
10172
10172
|
/* PROPS / SIZE */
|
10173
10173
|
|
10174
10174
|
.styles-module_element__Rcvmy[data-size="full"] {
|
10175
|
-
--spacer-size:
|
10175
|
+
--spacer-size: 100%;
|
10176
10176
|
}
|
10177
10177
|
|
10178
10178
|
.styles-module_element__Rcvmy[data-size="lg"] {
|
package/dist/styles.css
CHANGED
@@ -10227,7 +10227,7 @@ breakpoint-mobile {
|
|
10227
10227
|
/* PROPS / SIZE */
|
10228
10228
|
|
10229
10229
|
.styles-module_element__Rcvmy[data-size="full"] {
|
10230
|
-
--spacer-size:
|
10230
|
+
--spacer-size: 100%;
|
10231
10231
|
}
|
10232
10232
|
|
10233
10233
|
.styles-module_element__Rcvmy[data-size="lg"] {
|