akeyless-client-commons 1.0.107 → 1.0.108

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.
@@ -5427,7 +5427,7 @@ function InternationalPhonePicker(param) {
5427
5427
  style: {
5428
5428
  direction: "ltr"
5429
5429
  },
5430
- className: cn("flex rounded-lg shadow-sm shadow-black/5", className),
5430
+ className: cn("flex flex-1 rounded-sm shadow-sm shadow-black/5", className),
5431
5431
  international: true,
5432
5432
  countries: [
5433
5433
  "US",
@@ -5223,7 +5223,7 @@ function InternationalPhonePicker(param) {
5223
5223
  style: {
5224
5224
  direction: "ltr"
5225
5225
  },
5226
- className: cn("flex rounded-lg shadow-sm shadow-black/5", className),
5226
+ className: cn("flex flex-1 rounded-sm shadow-sm shadow-black/5", className),
5227
5227
  international: true,
5228
5228
  countries: [
5229
5229
  "US",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "akeyless-client-commons",
3
- "version": "1.0.107",
3
+ "version": "1.0.108",
4
4
  "scripts": {
5
5
  "build": "tsup",
6
6
  "deploy": "npm run build && npm version patch --no-git-tag-version && npm publish",