akeyless-client-commons 1.1.62 → 1.1.63

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.
@@ -5471,10 +5471,11 @@ var Filter = (0, import_react11.memo)(function(param) {
5471
5471
  children: filterLabel + " " + filterableColumn.header
5472
5472
  }),
5473
5473
  /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)("div", {
5474
+ className: "flex gap-1",
5474
5475
  children: [
5475
5476
  ((_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", {
5476
5477
  onClick: clearFilter,
5477
- children: slashFilterSvg(false, "#000")
5478
+ children: slashFilterSvg(false, "gray")
5478
5479
  }),
5479
5480
  /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("button", {
5480
5481
  onClick: closeFilterWindow,
@@ -5249,10 +5249,11 @@ var Filter = memo(function(param) {
5249
5249
  children: filterLabel + " " + filterableColumn.header
5250
5250
  }),
5251
5251
  /* @__PURE__ */ jsxs12("div", {
5252
+ className: "flex gap-1",
5252
5253
  children: [
5253
5254
  ((_filters_filterableColumn_dataKey = filters[filterableColumn.dataKey]) === null || _filters_filterableColumn_dataKey === void 0 ? void 0 : _filters_filterableColumn_dataKey.length) > 0 && /* @__PURE__ */ jsx18("button", {
5254
5255
  onClick: clearFilter,
5255
- children: slashFilterSvg(false, "#000")
5256
+ children: slashFilterSvg(false, "gray")
5256
5257
  }),
5257
5258
  /* @__PURE__ */ jsx18("button", {
5258
5259
  onClick: closeFilterWindow,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "akeyless-client-commons",
3
- "version": "1.1.62",
3
+ "version": "1.1.63",
4
4
  "scripts": {
5
5
  "build": "tsup",
6
6
  "deploy": "npm run build && npm version patch --no-git-tag-version && npm publish",