@tmlmobilidade/ui 20250825.1622.13 → 20250825.2116.51
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 -0
- package/dist/index.css.map +1 -1
- package/dist/index.d.ts +2 -1
- package/dist/src/components/display/ValueDisplay/index.js +2 -2
- package/dist/src/components/display/ValueDisplay/index.js.map +1 -1
- package/dist/styles-no-reset.css +6 -0
- package/dist/styles.css +6 -0
- package/package.json +1 -1
package/dist/index.css
CHANGED
@@ -11014,6 +11014,12 @@ breakpoint-mobile {
|
|
11014
11014
|
box-shadow: 0 2px 8px 0 var(--color-shadow);
|
11015
11015
|
}
|
11016
11016
|
|
11017
|
+
.styles-module_container__Gu5UY[data-bordered='true'] {
|
11018
|
+
padding: var(--size-spacing-md);
|
11019
|
+
border: 1px solid var(--color-system-border-100);
|
11020
|
+
border-radius: 5px;
|
11021
|
+
}
|
11022
|
+
|
11017
11023
|
/* * */
|
11018
11024
|
/* LABEL */
|
11019
11025
|
|