@tmlmobilidade/ui 20250709.2135.38 → 20250709.2223.25
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/src/components/common/BackButton/index.js +2 -1
- package/dist/src/components/common/BackButton/index.js.map +1 -1
- package/dist/src/components/common/BackButton/styles.module.css.js +4 -0
- package/dist/src/components/common/BackButton/styles.module.css.js.map +1 -0
- package/dist/src/components/display/TagGroup/index.js +1 -1
- package/dist/src/components/display/TagGroup/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
|
@@ -10306,6 +10306,21 @@ breakpoint-mobile {
|
|
|
10306
10306
|
flex-wrap: wrap-reverse;
|
|
10307
10307
|
}
|
|
10308
10308
|
|
|
10309
|
+
/* * */
|
|
10310
|
+
/* ROOT */
|
|
10311
|
+
|
|
10312
|
+
.styles-module_root__wDUf9 {
|
|
10313
|
+
width: 40px;
|
|
10314
|
+
min-width: 40px;
|
|
10315
|
+
height: 40px;
|
|
10316
|
+
min-height: 40px;
|
|
10317
|
+
color: var(--color-system-text-200);
|
|
10318
|
+
background-color: transparent;
|
|
10319
|
+
}
|
|
10320
|
+
|
|
10321
|
+
.styles-module_root__wDUf9:hover {
|
|
10322
|
+
background-color: var(--color-system-background-200);
|
|
10323
|
+
}
|
|
10309
10324
|
.styles-module_header__6dpaJ {
|
|
10310
10325
|
position: sticky;
|
|
10311
10326
|
top: 0;
|