@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.
@@ -7139,8 +7139,7 @@ function useColumnAutoWidth(containerRef, columns, rows, options) {
7139
7139
  return next;
7140
7140
  });
7141
7141
  };
7142
- const initialRect = el.getBoundingClientRect();
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-md font-medium text-fg-strong bg-bg-table-head",
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-awQFDYLz.cjs.map
11904
+ //# sourceMappingURL=panel-DOYE6OT9.cjs.map