shadcn-ui-react 0.6.2 → 0.6.6

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
@@ -7864,7 +7864,7 @@ var import_jsx_runtime39 = require("react/jsx-runtime");
7864
7864
  var Table = React59.forwardRef(
7865
7865
  (_a, ref) => {
7866
7866
  var _b = _a, { className, containerClassName } = _b, props = __objRest(_b, ["className", "containerClassName"]);
7867
- return /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { className: cn("relative w-full overflow-auto", containerClassName), children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
7867
+ return /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { className: cn("relative w-full overflow-visible", containerClassName), children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
7868
7868
  "table",
7869
7869
  __spreadValues({
7870
7870
  ref,
package/dist/index.js CHANGED
@@ -7654,7 +7654,7 @@ import { jsx as jsx39 } from "react/jsx-runtime";
7654
7654
  var Table = React59.forwardRef(
7655
7655
  (_a, ref) => {
7656
7656
  var _b = _a, { className, containerClassName } = _b, props = __objRest(_b, ["className", "containerClassName"]);
7657
- return /* @__PURE__ */ jsx39("div", { className: cn("relative w-full overflow-auto", containerClassName), children: /* @__PURE__ */ jsx39(
7657
+ return /* @__PURE__ */ jsx39("div", { className: cn("relative w-full overflow-visible", containerClassName), children: /* @__PURE__ */ jsx39(
7658
7658
  "table",
7659
7659
  __spreadValues({
7660
7660
  ref,
package/dist/style.css CHANGED
@@ -888,6 +888,9 @@
888
888
  .overflow-hidden {
889
889
  overflow: hidden;
890
890
  }
891
+ .overflow-visible {
892
+ overflow: visible;
893
+ }
891
894
  .overflow-x-hidden {
892
895
  overflow-x: hidden;
893
896
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shadcn-ui-react",
3
- "version": "0.6.2",
3
+ "version": "0.6.6",
4
4
  "private": false,
5
5
  "author": "Bleker Cordova <bleker@gliyen.com>",
6
6
  "description": "A collection of components for building beautiful and accessible user interfaces with React and Tailwind CSS.",