@boltic/cli 1.0.21 → 1.0.23
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/package.json
CHANGED
|
@@ -943,7 +943,7 @@ const phone = {
|
|
|
943
943
|
onlyCountries: [],
|
|
944
944
|
preferredCountries: ["US", "GB", "CA"],
|
|
945
945
|
continents: ["NA", "EU"],
|
|
946
|
-
|
|
946
|
+
allowDynamic: true,
|
|
947
947
|
},
|
|
948
948
|
validation: {
|
|
949
949
|
required: false,
|
|
@@ -1038,6 +1038,12 @@ const button = {
|
|
|
1038
1038
|
value: "",
|
|
1039
1039
|
isDisabled: false,
|
|
1040
1040
|
readOnly: false,
|
|
1041
|
+
validation: {
|
|
1042
|
+
required: true,
|
|
1043
|
+
requiredDetail: {
|
|
1044
|
+
errorMsg: "Please connect with Asana first",
|
|
1045
|
+
},
|
|
1046
|
+
},
|
|
1041
1047
|
htmlProps: {
|
|
1042
1048
|
variant: "contained",
|
|
1043
1049
|
size: "medium",
|