shadcn-ui-react 0.6.2 → 0.6.5
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 +1 -1
- package/dist/index.js +1 -1
- package/dist/style.css +3 -0
- package/package.json +1 -1
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-
|
|
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-
|
|
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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "shadcn-ui-react",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.5",
|
|
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.",
|