@facter/ds-core 1.21.0 → 1.22.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
@@ -1495,14 +1495,14 @@ function useAutoPageSize(options = {}) {
1495
1495
  isReady: hasCalculated.current
1496
1496
  };
1497
1497
  }
1498
- var Table = React10__namespace.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsxRuntime.jsx("div", { className: "relative w-full overflow-auto", children: /* @__PURE__ */ jsxRuntime.jsx(
1498
+ var Table = React10__namespace.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsxRuntime.jsx(
1499
1499
  "table",
1500
1500
  {
1501
1501
  ref,
1502
1502
  className: cn("w-full caption-bottom text-sm", className),
1503
1503
  ...props
1504
1504
  }
1505
- ) }));
1505
+ ));
1506
1506
  Table.displayName = "Table";
1507
1507
  var TableHeader = React10__namespace.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsxRuntime.jsx("thead", { ref, className: cn("[&_tr]:border-b", className), ...props }));
1508
1508
  TableHeader.displayName = "TableHeader";