@snksergio/design-system 0.17.0 → 0.17.1
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-lib/chunks/{panel-DZvENJfF.mjs → panel-Bfl44bpu.mjs} +3 -4
- package/dist-lib/chunks/panel-Bfl44bpu.mjs.map +1 -0
- package/dist-lib/chunks/{panel-awQFDYLz.cjs → panel-DOYE6OT9.cjs} +3 -4
- package/dist-lib/chunks/panel-DOYE6OT9.cjs.map +1 -0
- package/dist-lib/index.cjs +1 -1
- package/dist-lib/index.mjs +2 -2
- package/dist-lib/preview/clientes.cjs +1 -1
- package/dist-lib/preview/clientes.mjs +1 -1
- package/dist-lib/src/components/ui/DataTable/hooks/use-column-auto-width.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist-lib/chunks/panel-DZvENJfF.mjs.map +0 -1
- package/dist-lib/chunks/panel-awQFDYLz.cjs.map +0 -1
|
@@ -7139,8 +7139,7 @@ function useColumnAutoWidth(containerRef, columns, rows, options) {
|
|
|
7139
7139
|
return next;
|
|
7140
7140
|
});
|
|
7141
7141
|
};
|
|
7142
|
-
|
|
7143
|
-
recalculate(initialRect.width);
|
|
7142
|
+
recalculate(el.clientWidth);
|
|
7144
7143
|
const observer = new ResizeObserver((entries) => {
|
|
7145
7144
|
const entry = entries[0];
|
|
7146
7145
|
if (!entry) return;
|
|
@@ -8953,7 +8952,7 @@ function DataTableTotalizerRow({
|
|
|
8953
8952
|
pinOffset: stickyOffsets[field],
|
|
8954
8953
|
align: col.align,
|
|
8955
8954
|
ellipsis: col.ellipsis,
|
|
8956
|
-
className: "text-body-
|
|
8955
|
+
className: "text-body-xs font-semibold text-fg-strong bg-bg-table-head",
|
|
8957
8956
|
children: content
|
|
8958
8957
|
},
|
|
8959
8958
|
field
|
|
@@ -11902,4 +11901,4 @@ exports.savedViewsMockService = savedViewsMockService;
|
|
|
11902
11901
|
exports.useColumnWidths = useColumnWidths;
|
|
11903
11902
|
exports.useDataTableContext = useDataTableContext;
|
|
11904
11903
|
exports.useFloatingPanelResize = useFloatingPanelResize;
|
|
11905
|
-
//# sourceMappingURL=panel-
|
|
11904
|
+
//# sourceMappingURL=panel-DOYE6OT9.cjs.map
|