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.
@@ -1744,7 +1744,7 @@ var TableBase = function(props) {
1744
1744
  style: {
1745
1745
  direction: direction
1746
1746
  },
1747
- className: cn("flex justify-start items-center gap-2", containerHeaderClassName || ""),
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-start items-center gap-2", containerHeaderClassName || ""),
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),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "akeyless-client-commons",
3
- "version": "1.0.122",
3
+ "version": "1.0.123",
4
4
  "scripts": {
5
5
  "build": "tsup",
6
6
  "deploy": "npm run build && npm version patch --no-git-tag-version && npm publish",