@superinterface/react 3.1.0 → 3.2.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.
package/dist/index.cjs CHANGED
@@ -2638,10 +2638,17 @@ var components = {
2638
2638
  });
2639
2639
  },
2640
2640
  table: function(props) {
2641
- return /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(import_themes31.Table.Root, _object_spread_props(_object_spread({}, props), {
2642
- variant: "surface",
2643
- mb: "3"
2644
- }));
2641
+ return /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(import_jsx_runtime43.Fragment, {
2642
+ children: [
2643
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("style", {
2644
+ children: ".rt-TableRootTable { overflow: inherit; }"
2645
+ }),
2646
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(import_themes31.Table.Root, _object_spread_props(_object_spread({}, props), {
2647
+ variant: "surface",
2648
+ mb: "3"
2649
+ }))
2650
+ ]
2651
+ });
2645
2652
  },
2646
2653
  thead: import_themes31.Table.Header,
2647
2654
  tbody: import_themes31.Table.Body,