@secondstaxorg/sscomp 1.7.19 → 1.7.21

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@secondstaxorg/sscomp",
3
- "version": "1.7.19",
3
+ "version": "1.7.21",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/"
6
6
  },
@@ -8,9 +8,9 @@ export interface PhoneInputProps {
8
8
  */
9
9
  placeholder?: string;
10
10
  /**
11
- * Function to receive the object of the selected item
11
+ * Function to receive the object of the selected country
12
12
  */
13
- selectedCountryCode: (a: countryCodesType) => void;
13
+ selectedCountryCode?: (a: countryCodesType) => void;
14
14
  /**
15
15
  * Boolean to specify whether the field is active or disabled
16
16
  */