labsense-ui-kit 1.2.81 → 1.2.82
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.js +3 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +3 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -9680,7 +9680,9 @@ var TableRow = function TableRow(_ref) {
|
|
|
9680
9680
|
subtextweight: cellData.subtextweight,
|
|
9681
9681
|
alignment: cellData.alignment,
|
|
9682
9682
|
CustomFunction: cellData.CustomFunction,
|
|
9683
|
-
minHeight: '30px'
|
|
9683
|
+
minHeight: '30px',
|
|
9684
|
+
minWidth: cellData.minWidth,
|
|
9685
|
+
maxWidth: cellData.maxWidth
|
|
9684
9686
|
});
|
|
9685
9687
|
}));
|
|
9686
9688
|
}));
|