sag_components 2.0.0-beta182 → 2.0.0-beta183
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.js
CHANGED
|
@@ -40061,7 +40061,7 @@ const TableBody = ({
|
|
|
40061
40061
|
width: "12",
|
|
40062
40062
|
height: "12",
|
|
40063
40063
|
fill: "#666"
|
|
40064
|
-
}))) : null, columns.map(column => {
|
|
40064
|
+
}))) : expandable === true ? /*#__PURE__*/React__default["default"].createElement("div", null) : null, columns.map(column => {
|
|
40065
40065
|
const value = row[column.key];
|
|
40066
40066
|
const formattedValue = formatValue(value, column, row, rowIndex);
|
|
40067
40067
|
return /*#__PURE__*/React__default["default"].createElement(TableCell, {
|