@sikka/hawa 0.0.14 → 0.0.17

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 (70) hide show
  1. package/.github/workflows/hawa-publish-push.yml +1 -0
  2. package/es/index.es.js +1 -1
  3. package/lib/index.js +1 -1
  4. package/package.json +1 -1
  5. package/src/blocks/Account/UserProfileForm.js +79 -43
  6. package/src/blocks/Account/UserSettingsForm.js +7 -2
  7. package/src/blocks/AuthForms/NewPasswordForm.js +57 -38
  8. package/src/blocks/AuthForms/ResetPasswordForm.js +36 -39
  9. package/src/blocks/AuthForms/SignInForm.js +76 -59
  10. package/src/blocks/AuthForms/SignUpForm.js +65 -44
  11. package/src/blocks/Payment/ChargeWalletForm.js +29 -20
  12. package/src/blocks/Pricing/PricingPlans.js +19 -9
  13. package/src/elements/HawaAlert.js +1 -24
  14. package/src/elements/HawaAppBar.js +139 -0
  15. package/src/elements/HawaListItem.js +21 -0
  16. package/src/elements/HawaPricingCard.js +40 -22
  17. package/src/elements/HawaTextField.js +15 -149
  18. package/src/elements/HawaTypography.js +0 -19
  19. package/src/elements/OfflineBanner.js +19 -0
  20. package/src/elements/index.js +3 -0
  21. package/src/layout/HawaAppLayout.js +246 -0
  22. package/src/layout/index.js +1 -0
  23. package/storybook-static/{0.f47eb24a4893a96ec307.manager.bundle.js → 0.42b12e88e2d7c13fc83c.manager.bundle.js} +1 -1
  24. package/storybook-static/{4.0fcda1281dc1961dbe94.manager.bundle.js → 4.6efb4495a449edfbd0b0.manager.bundle.js} +2 -2
  25. package/storybook-static/{4.0fcda1281dc1961dbe94.manager.bundle.js.LICENSE.txt → 4.6efb4495a449edfbd0b0.manager.bundle.js.LICENSE.txt} +0 -0
  26. package/storybook-static/{5.63ab4f94d50a3acf080d.manager.bundle.js → 5.fdf5c7287259585b43a3.manager.bundle.js} +1 -1
  27. package/storybook-static/{6.a6d45262f7e98f3f18d3.manager.bundle.js → 6.8f7b9049856bdace5643.manager.bundle.js} +2 -2
  28. package/storybook-static/{6.a6d45262f7e98f3f18d3.manager.bundle.js.LICENSE.txt → 6.8f7b9049856bdace5643.manager.bundle.js.LICENSE.txt} +0 -0
  29. package/storybook-static/{6.704d1e8d.iframe.bundle.js → 6.f7101198.iframe.bundle.js} +0 -0
  30. package/storybook-static/{7.097710753af9a1c41b80.manager.bundle.js → 7.dfc01154563c92ef9ccf.manager.bundle.js} +1 -1
  31. package/storybook-static/{8.76c3cbf398692028e834.manager.bundle.js → 8.c1928a9f13347c159613.manager.bundle.js} +1 -1
  32. package/storybook-static/iframe.html +1 -1
  33. package/storybook-static/index.html +1 -1
  34. package/storybook-static/main.d9e1c87c8c22202eed3c.manager.bundle.js +1 -0
  35. package/storybook-static/main.fb3876e0.iframe.bundle.js +1 -0
  36. package/storybook-static/{runtime~main.c8dac23bc753439736f0.manager.bundle.js → runtime~main.1373976137528887a7ad.manager.bundle.js} +1 -1
  37. package/storybook-static/{runtime~main.f1ebae9b.iframe.bundle.js → runtime~main.1430538c.iframe.bundle.js} +1 -1
  38. package/storybook-static/vendors~main.3f680c6a.iframe.bundle.js +76 -0
  39. package/storybook-static/{vendors~main.5eab66d3.iframe.bundle.js.LICENSE.txt → vendors~main.3f680c6a.iframe.bundle.js.LICENSE.txt} +0 -0
  40. package/storybook-static/vendors~main.3f680c6a.iframe.bundle.js.map +1 -0
  41. package/storybook-static/vendors~main.41b22d5a0c6132a028f1.manager.bundle.js +2 -0
  42. package/storybook-static/{vendors~main.a697e07137d366f95f76.manager.bundle.js.LICENSE.txt → vendors~main.41b22d5a0c6132a028f1.manager.bundle.js.LICENSE.txt} +0 -0
  43. package/src/stories/BlocksStories/Account/UserProfile.stories.js +0 -21
  44. package/src/stories/BlocksStories/Account/UserSettings.stories.js +0 -55
  45. package/src/stories/BlocksStories/Auth/NewPassword.stories.js +0 -60
  46. package/src/stories/BlocksStories/Auth/ResetPassword.stories.js +0 -59
  47. package/src/stories/BlocksStories/Auth/SignIn.stories.js +0 -89
  48. package/src/stories/BlocksStories/Auth/SignUp.stories.js +0 -90
  49. package/src/stories/BlocksStories/Payment/ChargeWallet.stories.js +0 -30
  50. package/src/stories/BlocksStories/Payment/PayWithCreditCard.stories.js +0 -37
  51. package/src/stories/BlocksStories/Payment/PayWithWallet.stories.js +0 -17
  52. package/src/stories/BlocksStories/Payment/PaymentSelection.stories.js +0 -60
  53. package/src/stories/BlocksStories/Pricing/BillingPlans.stories.js +0 -46
  54. package/src/stories/BlocksStories/Pricing/LandingPlans.stories.js +0 -45
  55. package/src/stories/ElementsStories/AdaptiveButton.stories.js +0 -51
  56. package/src/stories/ElementsStories/Alert.stories.js +0 -41
  57. package/src/stories/ElementsStories/InputLabel.stories.js +0 -13
  58. package/src/stories/ElementsStories/ItemCard.stories.js +0 -18
  59. package/src/stories/ElementsStories/LogoButtons.stories.js +0 -73
  60. package/src/stories/ElementsStories/PricingCard.stories.js +0 -91
  61. package/src/stories/ElementsStories/RadioSelector.stories.js +0 -36
  62. package/src/stories/ElementsStories/SettingsRow.stories.js +0 -63
  63. package/src/stories/ElementsStories/TextField.stories.js +0 -49
  64. package/src/stories/Introduction.stories.mdx +0 -229
  65. package/src/stories/LayoutStories/Box.stories.js +0 -36
  66. package/storybook-static/main.ac6e4b72b033097dad76.manager.bundle.js +0 -1
  67. package/storybook-static/main.e382d866.iframe.bundle.js +0 -1
  68. package/storybook-static/vendors~main.5eab66d3.iframe.bundle.js +0 -76
  69. package/storybook-static/vendors~main.5eab66d3.iframe.bundle.js.map +0 -1
  70. package/storybook-static/vendors~main.a697e07137d366f95f76.manager.bundle.js +0 -2
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vendors~main.3f680c6a.iframe.bundle.js","sources":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;A","sourceRoot":""}