@secondstaxorg/sscomp 1.7.43 → 1.7.45
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/index.es.js +4 -4
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +96 -76
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +4 -4
- package/dist/index.min.js.map +1 -1
- package/package.json +1 -1
- package/types/components/DatePicker/type.d.ts +2 -0
- package/types/components/PhoneInput/type.d.ts +4 -0
package/package.json
CHANGED
|
@@ -3,6 +3,10 @@ export interface PhoneInputProps {
|
|
|
3
3
|
* Country code to be displayed on page load
|
|
4
4
|
*/
|
|
5
5
|
initialCountryCode?: string;
|
|
6
|
+
/**
|
|
7
|
+
* Country code to be displayed on page load
|
|
8
|
+
*/
|
|
9
|
+
initialPhoneNumber?: number;
|
|
6
10
|
/**
|
|
7
11
|
* Placeholder text to be displayed in the field
|
|
8
12
|
*/
|