@3sc/common-component 0.0.423 → 0.0.425
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.es.js +2 -2
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -43888,7 +43888,7 @@ nh.propTypes = {
|
|
|
43888
43888
|
className: "string"
|
|
43889
43889
|
};
|
|
43890
43890
|
function rh({ isRenderCellContent: e, column: t, row: n, parent: r }) {
|
|
43891
|
-
const o = n[t.key]
|
|
43891
|
+
const o = n[t.key], i = (o == null ? void 0 : o.length) > 20;
|
|
43892
43892
|
return /* @__PURE__ */ g.jsx(g.Fragment, { children: e ? /* @__PURE__ */ g.jsx(
|
|
43893
43893
|
we,
|
|
43894
43894
|
{
|
|
@@ -43955,7 +43955,7 @@ function rh({ isRenderCellContent: e, column: t, row: n, parent: r }) {
|
|
|
43955
43955
|
},
|
|
43956
43956
|
id: t.key,
|
|
43957
43957
|
component: "p",
|
|
43958
|
-
children:
|
|
43958
|
+
children: o ?? ""
|
|
43959
43959
|
}
|
|
43960
43960
|
) }) });
|
|
43961
43961
|
}
|