@sikka/hawa 0.0.15 → 0.0.18

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 (66) 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/SignInForm.js +5 -1
  8. package/src/blocks/AuthForms/SignUpForm.js +6 -2
  9. package/src/blocks/Payment/ChargeWalletForm.js +29 -20
  10. package/src/elements/HawaAlert.js +1 -24
  11. package/src/elements/HawaTable.js +39 -0
  12. package/src/elements/HawaTypography.js +0 -19
  13. package/src/elements/OfflineBanner.js +20 -0
  14. package/src/elements/index.js +2 -0
  15. package/src/layout/HawaDialog.js +45 -0
  16. package/src/layout/index.js +1 -0
  17. package/storybook-static/{0.f47eb24a4893a96ec307.manager.bundle.js → 0.42b12e88e2d7c13fc83c.manager.bundle.js} +1 -1
  18. package/storybook-static/{4.0fcda1281dc1961dbe94.manager.bundle.js → 4.6efb4495a449edfbd0b0.manager.bundle.js} +2 -2
  19. package/storybook-static/{4.0fcda1281dc1961dbe94.manager.bundle.js.LICENSE.txt → 4.6efb4495a449edfbd0b0.manager.bundle.js.LICENSE.txt} +0 -0
  20. package/storybook-static/{5.63ab4f94d50a3acf080d.manager.bundle.js → 5.fdf5c7287259585b43a3.manager.bundle.js} +1 -1
  21. package/storybook-static/{6.704d1e8d.iframe.bundle.js → 6.19c48a8c.iframe.bundle.js} +1 -1
  22. package/storybook-static/{6.a6d45262f7e98f3f18d3.manager.bundle.js → 6.8f7b9049856bdace5643.manager.bundle.js} +2 -2
  23. package/storybook-static/{6.a6d45262f7e98f3f18d3.manager.bundle.js.LICENSE.txt → 6.8f7b9049856bdace5643.manager.bundle.js.LICENSE.txt} +0 -0
  24. package/storybook-static/{7.097710753af9a1c41b80.manager.bundle.js → 7.dfc01154563c92ef9ccf.manager.bundle.js} +1 -1
  25. package/storybook-static/{8.76c3cbf398692028e834.manager.bundle.js → 8.c1928a9f13347c159613.manager.bundle.js} +1 -1
  26. package/storybook-static/iframe.html +1 -1
  27. package/storybook-static/index.html +1 -1
  28. package/storybook-static/main.c1b22dad.iframe.bundle.js +1 -0
  29. package/storybook-static/main.d9e1c87c8c22202eed3c.manager.bundle.js +1 -0
  30. package/storybook-static/{runtime~main.c8dac23bc753439736f0.manager.bundle.js → runtime~main.1373976137528887a7ad.manager.bundle.js} +1 -1
  31. package/storybook-static/{runtime~main.f1ebae9b.iframe.bundle.js → runtime~main.2c77505f.iframe.bundle.js} +1 -1
  32. package/storybook-static/vendors~main.41b22d5a0c6132a028f1.manager.bundle.js +2 -0
  33. package/storybook-static/{vendors~main.a697e07137d366f95f76.manager.bundle.js.LICENSE.txt → vendors~main.41b22d5a0c6132a028f1.manager.bundle.js.LICENSE.txt} +0 -0
  34. package/storybook-static/vendors~main.78f2cf4f.iframe.bundle.js +76 -0
  35. package/storybook-static/{vendors~main.b4186832.iframe.bundle.js.LICENSE.txt → vendors~main.78f2cf4f.iframe.bundle.js.LICENSE.txt} +0 -0
  36. package/storybook-static/vendors~main.78f2cf4f.iframe.bundle.js.map +1 -0
  37. package/src/stories/BlocksStories/Account/UserProfile.stories.js +0 -21
  38. package/src/stories/BlocksStories/Account/UserSettings.stories.js +0 -55
  39. package/src/stories/BlocksStories/Auth/NewPassword.stories.js +0 -61
  40. package/src/stories/BlocksStories/Auth/ResetPassword.stories.js +0 -58
  41. package/src/stories/BlocksStories/Auth/SignIn.stories.js +0 -89
  42. package/src/stories/BlocksStories/Auth/SignUp.stories.js +0 -91
  43. package/src/stories/BlocksStories/Payment/ChargeWallet.stories.js +0 -30
  44. package/src/stories/BlocksStories/Payment/PayWithCreditCard.stories.js +0 -37
  45. package/src/stories/BlocksStories/Payment/PayWithWallet.stories.js +0 -17
  46. package/src/stories/BlocksStories/Payment/PaymentSelection.stories.js +0 -60
  47. package/src/stories/BlocksStories/Pricing/BillingPlans.stories.js +0 -63
  48. package/src/stories/BlocksStories/Pricing/LandingPlans.stories.js +0 -63
  49. package/src/stories/ElementsStories/AdaptiveButton.stories.js +0 -51
  50. package/src/stories/ElementsStories/Alert.stories.js +0 -41
  51. package/src/stories/ElementsStories/InputLabel.stories.js +0 -13
  52. package/src/stories/ElementsStories/ItemCard.stories.js +0 -18
  53. package/src/stories/ElementsStories/LogoButtons.stories.js +0 -73
  54. package/src/stories/ElementsStories/PricingCard.stories.js +0 -91
  55. package/src/stories/ElementsStories/RadioSelector.stories.js +0 -36
  56. package/src/stories/ElementsStories/SettingsRow.stories.js +0 -63
  57. package/src/stories/ElementsStories/TextField.stories.js +0 -49
  58. package/src/stories/Introduction.stories.mdx +0 -229
  59. package/src/stories/LayoutStories/AppBar.stories.js +0 -29
  60. package/src/stories/LayoutStories/AppLayout.stories.js +0 -52
  61. package/src/stories/LayoutStories/Box.stories.js +0 -36
  62. package/storybook-static/main.66955578.iframe.bundle.js +0 -1
  63. package/storybook-static/main.ac6e4b72b033097dad76.manager.bundle.js +0 -1
  64. package/storybook-static/vendors~main.a697e07137d366f95f76.manager.bundle.js +0 -2
  65. package/storybook-static/vendors~main.b4186832.iframe.bundle.js +0 -76
  66. package/storybook-static/vendors~main.b4186832.iframe.bundle.js.map +0 -1