@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: 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: PhoneInputProps;
111
+ phoneInputProps?: PhoneInputProps;
112
112
  };
113
113
  declare const LoginForm: FC<LoginFormTypes>;
114
114
 
@@ -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: PhoneInputProps;
92
+ phoneInputProps?: PhoneInputProps;
93
93
  };
94
94
  declare const LoginForm: FC<LoginFormTypes>;
95
95
 
@@ -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: 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: 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: PhoneInputProps;
1579
+ phoneInputProps?: PhoneInputProps;
1580
1580
  };
1581
1581
  declare const LoginForm: FC<LoginFormTypes>;
1582
1582
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sikka/hawa",
3
- "version": "0.32.0",
3
+ "version": "0.32.1-next",
4
4
  "description": "Modern UI Kit made with Tailwind",
5
5
  "author": {
6
6
  "name": "Sikka Software",