@snowpact/react-tanstack-query-table 1.6.4 → 1.7.0

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.js CHANGED
@@ -4549,7 +4549,7 @@ function Pd({ table: e }) {
4549
4549
  );
4550
4550
  }) }),
4551
4551
  /* @__PURE__ */ p(te.Separator, {}),
4552
- /* @__PURE__ */ p(te.Item, { onClick: a, className: "snow-text-xs snow-cursor-pointer", children: t("dataTable.resetColumns") })
4552
+ /* @__PURE__ */ p(te.Item, { onClick: a, className: "snow-text-xs snow-cursor-pointer snow-text-center snow-text-muted-foreground", children: t("dataTable.resetColumns") })
4553
4553
  ] })
4554
4554
  ] });
4555
4555
  }
@@ -6070,7 +6070,7 @@ function Lf({ item: e, actions: t, onAction: n }) {
6070
6070
  return /* @__PURE__ */ k(
6071
6071
  Pe,
6072
6072
  {
6073
- className: X(l.showLabel ? "" : "snow-btn-icon", l.className),
6073
+ className: X("snow-action-btn", l.showLabel ? "" : "snow-btn-icon", l.className),
6074
6074
  onClick: () => s(l),
6075
6075
  disabled: l.disabled,
6076
6076
  onMouseEnter: (h) => r.show(l.label, h.currentTarget),