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.
package/dist/components/index.js
CHANGED
|
@@ -5427,7 +5427,7 @@ function InternationalPhonePicker(param) {
|
|
|
5427
5427
|
style: {
|
|
5428
5428
|
direction: "ltr"
|
|
5429
5429
|
},
|
|
5430
|
-
className: cn("flex rounded-
|
|
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-
|
|
5226
|
+
className: cn("flex flex-1 rounded-sm shadow-sm shadow-black/5", className),
|
|
5227
5227
|
international: true,
|
|
5228
5228
|
countries: [
|
|
5229
5229
|
"US",
|