akeyless-client-commons 1.1.58 → 1.1.60

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.
@@ -5518,13 +5518,13 @@ var Filter = (0, import_react11.memo)(function(param) {
5518
5518
  }),
5519
5519
  /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)("div", {
5520
5520
  children: [
5521
- /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("button", {
5522
- onClick: closeFilterWindow,
5523
- children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(RedXSvg2, {})
5524
- }),
5525
5521
  ((_filters_filterableColumn_dataKey = filters[filterableColumn.dataKey]) === null || _filters_filterableColumn_dataKey === void 0 ? void 0 : _filters_filterableColumn_dataKey.length) > 0 && /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("button", {
5526
5522
  onClick: clearFilter,
5527
5523
  children: slashFilterSvg(false, "#000")
5524
+ }),
5525
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("button", {
5526
+ onClick: closeFilterWindow,
5527
+ children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(RedXSvg2, {})
5528
5528
  })
5529
5529
  ]
5530
5530
  })
@@ -5296,13 +5296,13 @@ var Filter = memo(function(param) {
5296
5296
  }),
5297
5297
  /* @__PURE__ */ jsxs12("div", {
5298
5298
  children: [
5299
- /* @__PURE__ */ jsx18("button", {
5300
- onClick: closeFilterWindow,
5301
- children: /* @__PURE__ */ jsx18(RedXSvg2, {})
5302
- }),
5303
5299
  ((_filters_filterableColumn_dataKey = filters[filterableColumn.dataKey]) === null || _filters_filterableColumn_dataKey === void 0 ? void 0 : _filters_filterableColumn_dataKey.length) > 0 && /* @__PURE__ */ jsx18("button", {
5304
5300
  onClick: clearFilter,
5305
5301
  children: slashFilterSvg(false, "#000")
5302
+ }),
5303
+ /* @__PURE__ */ jsx18("button", {
5304
+ onClick: closeFilterWindow,
5305
+ children: /* @__PURE__ */ jsx18(RedXSvg2, {})
5306
5306
  })
5307
5307
  ]
5308
5308
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "akeyless-client-commons",
3
- "version": "1.1.58",
3
+ "version": "1.1.60",
4
4
  "scripts": {
5
5
  "build": "tsup",
6
6
  "deploy": "npm run build && npm version patch --no-git-tag-version && npm publish",