akeyless-client-commons 1.0.171 → 1.0.172

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.
@@ -5562,6 +5562,7 @@ function InternationalPhonePicker(param) {
5562
5562
  required: required
5563
5563
  }),
5564
5564
  /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(RPNInput.default, {
5565
+ disabled: disabled,
5565
5566
  style: {
5566
5567
  direction: "ltr"
5567
5568
  },
@@ -5346,6 +5346,7 @@ function InternationalPhonePicker(param) {
5346
5346
  required: required
5347
5347
  }),
5348
5348
  /* @__PURE__ */ jsx18(RPNInput.default, {
5349
+ disabled: disabled,
5349
5350
  style: {
5350
5351
  direction: "ltr"
5351
5352
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "akeyless-client-commons",
3
- "version": "1.0.171",
3
+ "version": "1.0.172",
4
4
  "scripts": {
5
5
  "build": "tsup",
6
6
  "deploy": "npm run build && npm version patch --no-git-tag-version && npm publish",