akeyless-client-commons 1.1.86 → 1.1.87

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.
@@ -7223,7 +7223,7 @@ function DatePicker2(param) {
7223
7223
  return (0, import_date2.today)((0, import_date2.getLocalTimeZone)());
7224
7224
  };
7225
7225
  return /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(import_react_aria_components4.I18nProvider, {
7226
- locale: direction === "rtl" ? "he-IL" : "en-GB",
7226
+ locale: "en-GB",
7227
7227
  children: /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)("form", {
7228
7228
  style: {
7229
7229
  direction: direction
@@ -7249,7 +7249,7 @@ function DatePicker2(param) {
7249
7249
  style: {
7250
7250
  direction: "ltr"
7251
7251
  },
7252
- className: "px-2 py-1 text-end "
7252
+ className: "px-2 py-1 justify-end"
7253
7253
  })
7254
7254
  }),
7255
7255
  /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(import_react_aria_components3.Button, {
@@ -7290,7 +7290,7 @@ function DatePicker2(param) {
7290
7290
  style: {
7291
7291
  direction: "ltr"
7292
7292
  },
7293
- className: "px-2 py-1 text-end "
7293
+ className: "px-2 py-1 justify-end"
7294
7294
  })
7295
7295
  }),
7296
7296
  /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(import_react_aria_components3.Button, {
@@ -6998,7 +6998,7 @@ function DatePicker2(param) {
6998
6998
  return today2(getLocalTimeZone2());
6999
6999
  };
7000
7000
  return /* @__PURE__ */ jsx24(I18nProvider, {
7001
- locale: direction === "rtl" ? "he-IL" : "en-GB",
7001
+ locale: "en-GB",
7002
7002
  children: /* @__PURE__ */ jsxs17("form", {
7003
7003
  style: {
7004
7004
  direction: direction
@@ -7024,7 +7024,7 @@ function DatePicker2(param) {
7024
7024
  style: {
7025
7025
  direction: "ltr"
7026
7026
  },
7027
- className: "px-2 py-1 text-end "
7027
+ className: "px-2 py-1 justify-end"
7028
7028
  })
7029
7029
  }),
7030
7030
  /* @__PURE__ */ jsx24(Button3, {
@@ -7065,7 +7065,7 @@ function DatePicker2(param) {
7065
7065
  style: {
7066
7066
  direction: "ltr"
7067
7067
  },
7068
- className: "px-2 py-1 text-end "
7068
+ className: "px-2 py-1 justify-end"
7069
7069
  })
7070
7070
  }),
7071
7071
  /* @__PURE__ */ jsx24(Button3, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "akeyless-client-commons",
3
- "version": "1.1.86",
3
+ "version": "1.1.87",
4
4
  "scripts": {
5
5
  "build": "tsup",
6
6
  "deploy": "npm run build && npm version patch --no-git-tag-version && npm publish",