@dreamtree-org/twreact-ui 1.0.90 → 1.0.92
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.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -5085,7 +5085,7 @@ var Table = function Table(_ref) {
|
|
|
5085
5085
|
onToggle: toggleColumnVisibility,
|
|
5086
5086
|
menuRef: columnMenuRef
|
|
5087
5087
|
}), !isMobileView && /*#__PURE__*/React__default.createElement("div", {
|
|
5088
|
-
className: "overflow-x-auto overflow-y-visible
|
|
5088
|
+
className: "overflow-x-auto overflow-y-visible"
|
|
5089
5089
|
}, /*#__PURE__*/React__default.createElement("table", _extends({
|
|
5090
5090
|
className: cn$1("min-w-full divide-y divide-gray-200", className)
|
|
5091
5091
|
}, props), /*#__PURE__*/React__default.createElement("thead", {
|