arxatec-ui 0.1.30 → 0.1.32

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
@@ -6116,7 +6116,7 @@ function ul({ className: e, ...t }) {
6116
6116
  function dl({ className: e, ...t }) {
6117
6117
  return /* @__PURE__ */ V("th", {
6118
6118
  "data-slot": "table-head",
6119
- className: g("text-foreground h-10 px-2 text-left align-middle font-medium whitespace-nowrap border-r last:border-r-0 [&:has([role=checkbox])]:pr-0 [&>[role=checkbox]]:translate-y-[2px]", e),
6119
+ className: g("text-foreground h-10 px-2 text-left align-middle font-normal whitespace-nowrap border-r last:border-r-0 [&:has([role=checkbox])]:pr-0 [&>[role=checkbox]]:translate-y-[2px]", e),
6120
6120
  ...t
6121
6121
  });
6122
6122
  }