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.
package/dist/components/index.js
CHANGED
|
@@ -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, "
|
|
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, "
|
|
5256
|
+
children: slashFilterSvg(false, "gray")
|
|
5256
5257
|
}),
|
|
5257
5258
|
/* @__PURE__ */ jsx18("button", {
|
|
5258
5259
|
onClick: closeFilterWindow,
|