@tmlmobilidade/ui 20250708.1822.41 → 20250708.1853.31
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 +17 -1
- package/dist/index.css.map +1 -1
- package/dist/index.d.ts +2 -1
- package/dist/src/components/datatable/DataTableRow/index.js +2 -10
- package/dist/src/components/datatable/DataTableRow/index.js.map +1 -1
- package/dist/src/components/layout/LoadingOverlay/index.js +2 -2
- package/dist/src/components/layout/LoadingOverlay/index.js.map +1 -1
- package/dist/styles-no-reset.css +17 -1
- package/dist/styles.css +17 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -10529,13 +10529,20 @@ breakpoint-mobile {
|
|
|
10529
10529
|
width: min-content;
|
|
10530
10530
|
min-width: 100%;
|
|
10531
10531
|
background-color: var(--color-system-background-100);
|
|
10532
|
-
|
|
10532
|
+
border-bottom: 1px solid var(--color-system-border-100);
|
|
10533
10533
|
}
|
|
10534
10534
|
|
|
10535
10535
|
.styles-module_row__46pHv:hover {
|
|
10536
10536
|
background-color: var(--color-system-background-200);
|
|
10537
10537
|
}
|
|
10538
10538
|
|
|
10539
|
+
/* * */
|
|
10540
|
+
/* ROW / IS CLICKABLE */
|
|
10541
|
+
|
|
10542
|
+
.styles-module_row__46pHv[data-is-clickable='true'] {
|
|
10543
|
+
cursor: pointer;
|
|
10544
|
+
}
|
|
10545
|
+
|
|
10539
10546
|
/* * */
|
|
10540
10547
|
/* * */
|
|
10541
10548
|
/* * */
|
|
@@ -11003,9 +11010,18 @@ breakpoint-mobile {
|
|
|
11003
11010
|
align-items: center;
|
|
11004
11011
|
justify-content: center;
|
|
11005
11012
|
width: 100%;
|
|
11013
|
+
}
|
|
11014
|
+
|
|
11015
|
+
/* * */
|
|
11016
|
+
/* ROOT / DIMMED */
|
|
11017
|
+
|
|
11018
|
+
.styles-module_root__XaC3k[data-dimmed="true"] {
|
|
11006
11019
|
background-color: rgb(0 0 0 / 75%);
|
|
11007
11020
|
}
|
|
11008
11021
|
|
|
11022
|
+
/* * */
|
|
11023
|
+
/* ROOT / FULLSCREEN */
|
|
11024
|
+
|
|
11009
11025
|
.styles-module_root__XaC3k[data-fullscreen="true"] {
|
|
11010
11026
|
position: fixed;
|
|
11011
11027
|
inset: 0;
|