akeyless-client-commons 1.0.122 → 1.0.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.
package/dist/components/index.js
CHANGED
|
@@ -1744,7 +1744,7 @@ var TableBase = function(props) {
|
|
|
1744
1744
|
style: {
|
|
1745
1745
|
direction: direction
|
|
1746
1746
|
},
|
|
1747
|
-
className: cn("flex justify-
|
|
1747
|
+
className: cn("flex justify-between items-center gap-2", containerHeaderClassName || ""),
|
|
1748
1748
|
children: [
|
|
1749
1749
|
/* @__PURE__ */ (0, import_jsx_runtime8.jsxs)("div", {
|
|
1750
1750
|
className: cn("flex justify-start items-center gap-2", searchContainerClassName),
|
|
@@ -1540,7 +1540,7 @@ var TableBase = function(props) {
|
|
|
1540
1540
|
style: {
|
|
1541
1541
|
direction: direction
|
|
1542
1542
|
},
|
|
1543
|
-
className: cn("flex justify-
|
|
1543
|
+
className: cn("flex justify-between items-center gap-2", containerHeaderClassName || ""),
|
|
1544
1544
|
children: [
|
|
1545
1545
|
/* @__PURE__ */ jsxs6("div", {
|
|
1546
1546
|
className: cn("flex justify-start items-center gap-2", searchContainerClassName),
|