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.esm.js
CHANGED
|
@@ -40051,7 +40051,7 @@ const TableBody = ({
|
|
|
40051
40051
|
width: "12",
|
|
40052
40052
|
height: "12",
|
|
40053
40053
|
fill: "#666"
|
|
40054
|
-
}))) : null, columns.map(column => {
|
|
40054
|
+
}))) : expandable === true ? /*#__PURE__*/React$1.createElement("div", null) : null, columns.map(column => {
|
|
40055
40055
|
const value = row[column.key];
|
|
40056
40056
|
const formattedValue = formatValue(value, column, row, rowIndex);
|
|
40057
40057
|
return /*#__PURE__*/React$1.createElement(TableCell, {
|