@danikokonn/yarik-frontend-lib 2.0.58-test40 → 2.0.58-test41

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.
@@ -53,9 +53,11 @@ export default function RowContent({ row, columns, onSelectRow, onDoubleClick, c
53
53
  return;
54
54
  onSelectRow(row.id);
55
55
  }, onDoubleClick: (_) => (onDoubleClick || (() => { }))(row.id) },
56
- React.createElement("style", null, ` td.MuiTableCell-root ul: {
57
- overflow-x: "auto"
58
- }`),
56
+ React.createElement("style", null, `
57
+ td.MuiTableCell-root ul {
58
+ overflow-x: auto;
59
+ }
60
+ `),
59
61
  col.cellContentComponent
60
62
  ? col.cellContentComponent(row)
61
63
  : typeof Object(row)[col.name] === "object" && Object(row)[col.name] != null ? (React.createElement(JSONTree /*invertTheme={invertTheme}*/, { theme: treeTheme, shouldExpandNodeInitially: () => false, data: Object(row)[col.name] })) : Object(row)[col.name] || "N/A"))),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@danikokonn/yarik-frontend-lib",
3
- "version": "2.0.58-test40",
3
+ "version": "2.0.58-test41",
4
4
  "license": "Apache-2.0",
5
5
  "description": "",
6
6
  "author": "",