@tmlmobilidade/ui 20250709.2206.24 → 20250710.1005.34
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 +24 -19
- package/dist/index.css.map +1 -1
- package/dist/index.d.ts +39 -77
- 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/datatable/DataTable/index.js +1 -1
- package/dist/src/components/datatable/DataTable/index.js.map +1 -1
- package/dist/src/components/datatable/DataTableContext/index.js +28 -42
- package/dist/src/components/datatable/DataTableContext/index.js.map +1 -1
- package/dist/src/components/datatable/DataTableRow/index.js +1 -6
- package/dist/src/components/datatable/DataTableRow/index.js.map +1 -1
- package/dist/src/components/datatable/DataTableRow/styles.module.css.js +1 -1
- package/dist/styles-no-reset.css +24 -19
- package/dist/styles.css +24 -19
- 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;
|
|
@@ -10365,29 +10380,19 @@ breakpoint-mobile {
|
|
|
10365
10380
|
|
|
10366
10381
|
.styles-module_cell__Yb-lZ {
|
|
10367
10382
|
display: flex;
|
|
10383
|
+
align-items: center;
|
|
10384
|
+
justify-content: flex-start;
|
|
10368
10385
|
padding: var(--size-spacing-md);
|
|
10369
|
-
|
|
10370
|
-
|
|
10371
|
-
|
|
10372
|
-
|
|
10373
|
-
|
|
10374
|
-
|
|
10375
|
-
.styles-module_maxWidth__S-bPz {
|
|
10376
|
-
& * {
|
|
10377
|
-
overflow: hidden;
|
|
10378
|
-
text-overflow: ellipsis;
|
|
10379
|
-
white-space: nowrap;
|
|
10380
|
-
}
|
|
10381
|
-
}
|
|
10382
|
-
|
|
10383
|
-
.styles-module_fullWidth__vNRRx {
|
|
10384
|
-
& * {
|
|
10385
|
-
min-width: max-content;
|
|
10386
|
-
}
|
|
10386
|
+
overflow: hidden;
|
|
10387
|
+
text-overflow: ellipsis;
|
|
10388
|
+
font-size: var(--font-size-md);
|
|
10389
|
+
font-weight: var(--font-weight-semibold);
|
|
10390
|
+
line-height: var(font-line-height);
|
|
10391
|
+
color: var(--color-system-text-100);
|
|
10387
10392
|
}
|
|
10388
10393
|
|
|
10389
10394
|
.styles-module_center__ksO5v {
|
|
10390
|
-
|
|
10395
|
+
justify-content: center;
|
|
10391
10396
|
}
|
|
10392
10397
|
/* * */
|
|
10393
10398
|
/* LABEL */
|