pixelize-design-library 2.2.127 → 2.2.128

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.
@@ -182,7 +182,7 @@ function Table(_a) {
182
182
  }, _hover: { bg: (_u = (_t = theme.colors) === null || _t === void 0 ? void 0 : _t.red) === null || _u === void 0 ? void 0 : _u[600] }, display: "flex", alignItems: "center", justifyContent: "center", zIndex: 2 },
183
183
  react_1.default.createElement(lucide_react_1.X, { size: 10, strokeWidth: 3 })))),
184
184
  react_1.default.createElement(Divider_1.default, null))),
185
- tableData.length > 0 && react_1.default.createElement(TableSearch_1.default, { onSearch: onGlobalSearch }),
185
+ react_1.default.createElement(TableSearch_1.default, { onSearch: onGlobalSearch }),
186
186
  isTableSettings && tableData.length > 0 && (react_1.default.createElement(react_1.default.Fragment, null,
187
187
  react_1.default.createElement(Divider_1.default, null),
188
188
  react_1.default.createElement(TableSettings_1.default, { columns: columnsList, onSave: function (cols) { return handleColumnPreferences(cols); }, tableSettings: tableSettings }))),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pixelize-design-library",
3
- "version": "2.2.127",
3
+ "version": "2.2.128",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",