tabler-react-2 0.1.122 → 0.1.123

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.
@@ -176,7 +176,11 @@ var Table = exports.Table = function Table(_ref4) {
176
176
  style: {
177
177
  cursor: column.sortable ? "pointer" : "default"
178
178
  }
179
- }, /*#__PURE__*/_react["default"].createElement("span", {
179
+ }, column.icon && /*#__PURE__*/_react["default"].createElement("span", {
180
+ style: {
181
+ marginRight: "8px"
182
+ }
183
+ }, column.icon), /*#__PURE__*/_react["default"].createElement("span", {
180
184
  style: {
181
185
  marginRight: "8px"
182
186
  }
package/docs/package.json CHANGED
@@ -22,7 +22,7 @@
22
22
  "react": "^18.2.0",
23
23
  "react-dom": "^18.2.0",
24
24
  "styled-components": "^6.1.15",
25
- "tabler-react-2": "^0.1.97"
25
+ "tabler-react-2": "^0.1.122"
26
26
  },
27
27
  "devDependencies": {},
28
28
  "keywords": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabler-react-2",
3
- "version": "0.1.122",
3
+ "version": "0.1.123",
4
4
  "description": "A react implementation of Tabler ui",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {