@sikka/hawa 0.32.0 → 0.32.1-next
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.
@@ -108,7 +108,7 @@ type LoginFormTypes = {
|
|
108
108
|
/** If true, the form is displayed without a card container styling.*/
|
109
109
|
cardless?: boolean;
|
110
110
|
/** Props to pass to the PhoneInput component */
|
111
|
-
phoneInputProps
|
111
|
+
phoneInputProps?: PhoneInputProps;
|
112
112
|
};
|
113
113
|
declare const LoginForm: FC<LoginFormTypes>;
|
114
114
|
|
@@ -108,7 +108,7 @@ type LoginFormTypes = {
|
|
108
108
|
/** If true, the form is displayed without a card container styling.*/
|
109
109
|
cardless?: boolean;
|
110
110
|
/** Props to pass to the PhoneInput component */
|
111
|
-
phoneInputProps
|
111
|
+
phoneInputProps?: PhoneInputProps;
|
112
112
|
};
|
113
113
|
declare const LoginForm: FC<LoginFormTypes>;
|
114
114
|
|
package/dist/blocks/index.d.mts
CHANGED
@@ -89,7 +89,7 @@ type LoginFormTypes = {
|
|
89
89
|
/** If true, the form is displayed without a card container styling.*/
|
90
90
|
cardless?: boolean;
|
91
91
|
/** Props to pass to the PhoneInput component */
|
92
|
-
phoneInputProps
|
92
|
+
phoneInputProps?: PhoneInputProps;
|
93
93
|
};
|
94
94
|
declare const LoginForm: FC<LoginFormTypes>;
|
95
95
|
|
package/dist/blocks/index.d.ts
CHANGED
@@ -89,7 +89,7 @@ type LoginFormTypes = {
|
|
89
89
|
/** If true, the form is displayed without a card container styling.*/
|
90
90
|
cardless?: boolean;
|
91
91
|
/** Props to pass to the PhoneInput component */
|
92
|
-
phoneInputProps
|
92
|
+
phoneInputProps?: PhoneInputProps;
|
93
93
|
};
|
94
94
|
declare const LoginForm: FC<LoginFormTypes>;
|
95
95
|
|
package/dist/index.d.mts
CHANGED
@@ -1576,7 +1576,7 @@ type LoginFormTypes = {
|
|
1576
1576
|
/** If true, the form is displayed without a card container styling.*/
|
1577
1577
|
cardless?: boolean;
|
1578
1578
|
/** Props to pass to the PhoneInput component */
|
1579
|
-
phoneInputProps
|
1579
|
+
phoneInputProps?: PhoneInputProps;
|
1580
1580
|
};
|
1581
1581
|
declare const LoginForm: FC<LoginFormTypes>;
|
1582
1582
|
|
package/dist/index.d.ts
CHANGED
@@ -1576,7 +1576,7 @@ type LoginFormTypes = {
|
|
1576
1576
|
/** If true, the form is displayed without a card container styling.*/
|
1577
1577
|
cardless?: boolean;
|
1578
1578
|
/** Props to pass to the PhoneInput component */
|
1579
|
-
phoneInputProps
|
1579
|
+
phoneInputProps?: PhoneInputProps;
|
1580
1580
|
};
|
1581
1581
|
declare const LoginForm: FC<LoginFormTypes>;
|
1582
1582
|
|