@underverse-ui/underverse 0.2.63 → 0.2.64

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.cjs CHANGED
@@ -13309,7 +13309,7 @@ function DataTable({
13309
13309
  "flex items-center gap-2 select-none min-h-10",
13310
13310
  isRightAlign && "justify-end",
13311
13311
  isCenterAlign && "justify-center",
13312
- !isRightAlign && !isCenterAlign && "justify-between"
13312
+ !isRightAlign && !isCenterAlign && "justify-start"
13313
13313
  ),
13314
13314
  children: isRightAlign ? /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(import_jsx_runtime57.Fragment, { children: [
13315
13315
  filterContent,