@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.
@@ -7118,8 +7118,7 @@ function useColumnAutoWidth(containerRef, columns, rows, options) {
7118
7118
  return next;
7119
7119
  });
7120
7120
  };
7121
- const initialRect = el.getBoundingClientRect();
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-md font-medium text-fg-strong bg-bg-table-head",
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-DZvENJfF.mjs.map
11885
+ //# sourceMappingURL=panel-Bfl44bpu.mjs.map