@tmlmobilidade/ui 20250709.2223.25 → 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 +9 -19
- package/dist/index.css.map +1 -1
- package/dist/index.d.ts +39 -77
- 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 +9 -19
- package/dist/styles.css +9 -19
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -10380,29 +10380,19 @@ breakpoint-mobile {
|
|
|
10380
10380
|
|
|
10381
10381
|
.styles-module_cell__Yb-lZ {
|
|
10382
10382
|
display: flex;
|
|
10383
|
+
align-items: center;
|
|
10384
|
+
justify-content: flex-start;
|
|
10383
10385
|
padding: var(--size-spacing-md);
|
|
10384
|
-
|
|
10385
|
-
|
|
10386
|
-
|
|
10387
|
-
|
|
10388
|
-
|
|
10389
|
-
|
|
10390
|
-
.styles-module_maxWidth__S-bPz {
|
|
10391
|
-
& * {
|
|
10392
|
-
overflow: hidden;
|
|
10393
|
-
text-overflow: ellipsis;
|
|
10394
|
-
white-space: nowrap;
|
|
10395
|
-
}
|
|
10396
|
-
}
|
|
10397
|
-
|
|
10398
|
-
.styles-module_fullWidth__vNRRx {
|
|
10399
|
-
& * {
|
|
10400
|
-
min-width: max-content;
|
|
10401
|
-
}
|
|
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);
|
|
10402
10392
|
}
|
|
10403
10393
|
|
|
10404
10394
|
.styles-module_center__ksO5v {
|
|
10405
|
-
|
|
10395
|
+
justify-content: center;
|
|
10406
10396
|
}
|
|
10407
10397
|
/* * */
|
|
10408
10398
|
/* LABEL */
|