tabler-react-2 0.1.155 → 0.1.157

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.
@@ -201,12 +201,7 @@ var TableV2 = exports.TableV2 = function TableV2(_ref5) {
201
201
  if (isEmpty) {
202
202
  // Use an invisible placeholder to keep height without adding visual noise.
203
203
  // Wrap in inline-block so the cell keeps a minimal box even in dense mode.
204
- return /*#__PURE__*/_react["default"].createElement("span", {
205
- className: "d-inline-block",
206
- "aria-label": "empty"
207
- }, /*#__PURE__*/_react["default"].createElement("span", {
208
- className: "opacity-0"
209
- }, emptyCellPlaceholder));
204
+ return emptyCellPlaceholder;
210
205
  }
211
206
  return (0, _reactTable.flexRender)(cell.column.columnDef.cell, cell.getContext());
212
207
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabler-react-2",
3
- "version": "0.1.155",
3
+ "version": "0.1.157",
4
4
  "description": "A react implementation of Tabler ui",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {