@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
|
@@ -7118,8 +7118,7 @@ function useColumnAutoWidth(containerRef, columns, rows, options) {
|
|
|
7118
7118
|
return next;
|
|
7119
7119
|
});
|
|
7120
7120
|
};
|
|
7121
|
-
|
|
7122
|
-
recalculate(initialRect.width);
|
|
7121
|
+
recalculate(el.clientWidth);
|
|
7123
7122
|
const observer = new ResizeObserver((entries) => {
|
|
7124
7123
|
const entry = entries[0];
|
|
7125
7124
|
if (!entry) return;
|
|
@@ -8932,7 +8931,7 @@ function DataTableTotalizerRow({
|
|
|
8932
8931
|
pinOffset: stickyOffsets[field],
|
|
8933
8932
|
align: col.align,
|
|
8934
8933
|
ellipsis: col.ellipsis,
|
|
8935
|
-
className: "text-body-
|
|
8934
|
+
className: "text-body-xs font-semibold text-fg-strong bg-bg-table-head",
|
|
8936
8935
|
children: content
|
|
8937
8936
|
},
|
|
8938
8937
|
field
|
|
@@ -11883,4 +11882,4 @@ export {
|
|
|
11883
11882
|
FilterPanel as y,
|
|
11884
11883
|
FloatingPanelField as z
|
|
11885
11884
|
};
|
|
11886
|
-
//# sourceMappingURL=panel-
|
|
11885
|
+
//# sourceMappingURL=panel-Bfl44bpu.mjs.map
|