@sikka/hawa 0.0.89 → 0.0.90

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": "@sikka/hawa",
3
- "version": "0.0.89",
3
+ "version": "0.0.90",
4
4
  "description": "UI Kit",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.es.js",
@@ -96,7 +96,12 @@ export const SignInForm = (props) => {
96
96
  {props.texts.forgotPasswordText}
97
97
  </div>
98
98
  )}
99
- <HawaButton fullWidth type="submit" text={props.texts.signInText} />{" "}
99
+ <HawaButton
100
+ fullWidth
101
+ isLoading={props.isLoading}
102
+ type="submit"
103
+ text={props.texts.signInText}
104
+ />{" "}
100
105
  {!props.withoutSignUp && (
101
106
  <div className="dark:text-gray-300 font-semibold p-3 text-center text-sm">
102
107
  {props.texts.newUserText}{" "}