@sikka/hawa 0.0.40 → 0.0.43

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.
Files changed (72) hide show
  1. package/.github/workflows/hawa-publish-push.yml +1 -1
  2. package/.github/workflows/hawa-publish.yml +3 -1
  3. package/es/index.es.js +1 -1
  4. package/lib/index.js +1 -1
  5. package/package.json +19 -3
  6. package/src/blocks/Account/UserProfileForm.js +39 -1
  7. package/src/blocks/AuthForms/SignInForm.js +1 -1
  8. package/src/blocks/AuthForms/SignInPhone.js +43 -0
  9. package/src/blocks/AuthForms/SignUpForm.js +2 -0
  10. package/src/blocks/AuthForms/index.js +1 -0
  11. package/src/elements/AdaptiveButton.js +1 -1
  12. package/src/elements/HawaPhoneInput.js +48 -0
  13. package/src/elements/PinInput.js +9 -1
  14. package/src/elements/index.js +1 -1
  15. package/src/styles.css +54 -3
  16. package/src/theme/HawaTheme.js +26 -12
  17. package/storybook-static/0.6124c2748d3e65e1b2cb.manager.bundle.js +2 -0
  18. package/storybook-static/0.6124c2748d3e65e1b2cb.manager.bundle.js.LICENSE.txt +8 -0
  19. package/storybook-static/0.b6e074ad.iframe.bundle.js +3 -0
  20. package/storybook-static/0.b6e074ad.iframe.bundle.js.LICENSE.txt +8 -0
  21. package/storybook-static/0.b6e074ad.iframe.bundle.js.map +1 -0
  22. package/storybook-static/1.1afe453d.iframe.bundle.js +1 -0
  23. package/storybook-static/1.bd6511f086504dd70145.manager.bundle.js +1 -0
  24. package/storybook-static/{2.89943a03.iframe.bundle.js → 2.e7f8eecc.iframe.bundle.js} +0 -0
  25. package/storybook-static/5.deb43d3a68375c09581a.manager.bundle.js +2 -0
  26. package/storybook-static/{5.a331b0a36ded1c541923.manager.bundle.js.LICENSE.txt → 5.deb43d3a68375c09581a.manager.bundle.js.LICENSE.txt} +0 -0
  27. package/storybook-static/6.249b7db6e23f6b9cadb6.manager.bundle.js +1 -0
  28. package/storybook-static/6.b22bfe7f.iframe.bundle.js +3 -0
  29. package/storybook-static/{6.3a1fb0c3.iframe.bundle.js.LICENSE.txt → 6.b22bfe7f.iframe.bundle.js.LICENSE.txt} +0 -0
  30. package/storybook-static/6.b22bfe7f.iframe.bundle.js.map +1 -0
  31. package/storybook-static/{7.5b8a4de4b5fa42d8de02.manager.bundle.js → 7.d8516dca49008e2c4ff3.manager.bundle.js} +1 -1
  32. package/storybook-static/7.f0b4b36c.iframe.bundle.js +1 -0
  33. package/storybook-static/8.bfd0b85fcee1d5b82b2a.manager.bundle.js +2 -0
  34. package/storybook-static/{8.a3dec9c37e8951a17939.manager.bundle.js.LICENSE.txt → 8.bfd0b85fcee1d5b82b2a.manager.bundle.js.LICENSE.txt} +0 -0
  35. package/storybook-static/{8.b569e86b.iframe.bundle.js → 8.d6b26a40.iframe.bundle.js} +0 -0
  36. package/storybook-static/9.c0a47b6b.iframe.bundle.js +3 -0
  37. package/storybook-static/{9.f9db5c90.iframe.bundle.js.LICENSE.txt → 9.c0a47b6b.iframe.bundle.js.LICENSE.txt} +0 -0
  38. package/storybook-static/9.c0a47b6b.iframe.bundle.js.map +1 -0
  39. package/storybook-static/{9.d04fdaada645cd23cb4b.manager.bundle.js → 9.d54acbbe1e3658f1423d.manager.bundle.js} +1 -1
  40. package/storybook-static/iframe.html +3 -3
  41. package/storybook-static/index.html +1 -1
  42. package/storybook-static/main.2f0f77ef.iframe.bundle.js +1 -0
  43. package/storybook-static/main.5a189b21151a4a9bac2a.manager.bundle.js +1 -0
  44. package/storybook-static/project.json +1 -1
  45. package/storybook-static/{runtime~main.9be73be4.iframe.bundle.js → runtime~main.0e8a2888.iframe.bundle.js} +1 -1
  46. package/storybook-static/{runtime~main.1bd817501fb34a0cb56b.manager.bundle.js → runtime~main.ecdccec302ff88ae42db.manager.bundle.js} +1 -1
  47. package/storybook-static/vendors~main.261044d5.iframe.bundle.js +76 -0
  48. package/storybook-static/{vendors~main.40879e99.iframe.bundle.js.LICENSE.txt → vendors~main.261044d5.iframe.bundle.js.LICENSE.txt} +17 -1
  49. package/storybook-static/vendors~main.261044d5.iframe.bundle.js.map +1 -0
  50. package/storybook-static/vendors~main.276217ab3ce7975228ae.manager.bundle.js +2 -0
  51. package/storybook-static/{vendors~main.ed8bc18573e141ab3b26.manager.bundle.js.LICENSE.txt → vendors~main.276217ab3ce7975228ae.manager.bundle.js.LICENSE.txt} +0 -0
  52. package/src/elements/HawaInputLabel.js +0 -9
  53. package/storybook-static/0.a2c13f8ca8477800b11f.manager.bundle.js +0 -2
  54. package/storybook-static/0.a2c13f8ca8477800b11f.manager.bundle.js.LICENSE.txt +0 -8
  55. package/storybook-static/0.d94b248f.iframe.bundle.js +0 -3
  56. package/storybook-static/0.d94b248f.iframe.bundle.js.LICENSE.txt +0 -8
  57. package/storybook-static/0.d94b248f.iframe.bundle.js.map +0 -1
  58. package/storybook-static/1.37f89487.iframe.bundle.js +0 -1
  59. package/storybook-static/1.d522251f2377f7751924.manager.bundle.js +0 -1
  60. package/storybook-static/5.a331b0a36ded1c541923.manager.bundle.js +0 -2
  61. package/storybook-static/6.3a1fb0c3.iframe.bundle.js +0 -3
  62. package/storybook-static/6.3a1fb0c3.iframe.bundle.js.map +0 -1
  63. package/storybook-static/6.aee6c4935c69d480fc0d.manager.bundle.js +0 -1
  64. package/storybook-static/7.f33530b1.iframe.bundle.js +0 -1
  65. package/storybook-static/8.a3dec9c37e8951a17939.manager.bundle.js +0 -2
  66. package/storybook-static/9.f9db5c90.iframe.bundle.js +0 -3
  67. package/storybook-static/9.f9db5c90.iframe.bundle.js.map +0 -1
  68. package/storybook-static/main.066fa5c5.iframe.bundle.js +0 -1
  69. package/storybook-static/main.750dea0e0e515fd26844.manager.bundle.js +0 -1
  70. package/storybook-static/vendors~main.40879e99.iframe.bundle.js +0 -76
  71. package/storybook-static/vendors~main.40879e99.iframe.bundle.js.map +0 -1
  72. package/storybook-static/vendors~main.ed8bc18573e141ab3b26.manager.bundle.js +0 -2
@@ -4,6 +4,12 @@ object-assign
4
4
  @license MIT
5
5
  */
6
6
 
7
+ /*!
8
+ Copyright (c) 2017 Jed Watson.
9
+ Licensed under the MIT License (MIT), see
10
+ http://jedwatson.github.io/classnames
11
+ */
12
+
7
13
  /*!
8
14
  * The buffer module from node.js, for the browser.
9
15
  *
@@ -56,7 +62,17 @@ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
56
62
  PERFORMANCE OF THIS SOFTWARE.
57
63
  ***************************************************************************** */
58
64
 
59
- /** @license MUI v5.4.4
65
+ /**
66
+ * @license React
67
+ * react-is.production.min.js
68
+ *
69
+ * Copyright (c) Facebook, Inc. and its affiliates.
70
+ *
71
+ * This source code is licensed under the MIT license found in the
72
+ * LICENSE file in the root directory of this source tree.
73
+ */
74
+
75
+ /** @license MUI v5.10.1
60
76
  *
61
77
  * This source code is licensed under the MIT license found in the
62
78
  * LICENSE file in the root directory of this source tree.
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vendors~main.261044d5.iframe.bundle.js","sources":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;A","sourceRoot":""}