@banyan_cloud/roots 1.0.25 → 1.0.26
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/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/esm/index.js
CHANGED
|
@@ -35763,7 +35763,7 @@ var TableCell = /*#__PURE__*/forwardRef(function TableCell(props, ref) {
|
|
|
35763
35763
|
style: style,
|
|
35764
35764
|
'data-elem': 'text'
|
|
35765
35765
|
})), {}, {
|
|
35766
|
-
children: cellContent
|
|
35766
|
+
children: [null, false, true].includes(cellContent) ? JSON.stringify(cellContent) : cellContent
|
|
35767
35767
|
})),
|
|
35768
35768
|
component3: component3,
|
|
35769
35769
|
RootDOM: RootDOM,
|