@sikka/hawa 0.0.251 → 0.0.252

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 (49) hide show
  1. package/es/index.es.js +3 -3
  2. package/lib/index.js +3 -3
  3. package/package.json +1 -1
  4. package/src/blocks/Account/HawaApiBox.tsx +1 -1
  5. package/src/blocks/Account/UserProfileForm.tsx +1 -1
  6. package/src/blocks/Account/UserSettingsForm.tsx +1 -1
  7. package/src/blocks/AuthForms/AppLanding.tsx +1 -1
  8. package/src/blocks/AuthForms/ResetPasswordForm.tsx +1 -1
  9. package/src/blocks/AuthForms/SignInForm.tsx +1 -1
  10. package/src/blocks/AuthForms/SignUpForm.tsx +1 -1
  11. package/src/blocks/Misc/EmptyState.tsx +1 -1
  12. package/src/blocks/Misc/LeadGenerator.tsx +1 -1
  13. package/src/blocks/Misc/Newsletter.tsx +1 -1
  14. package/src/blocks/Misc/NoPermission.tsx +1 -1
  15. package/src/blocks/Misc/NotFound.tsx +1 -1
  16. package/src/blocks/Misc/Testimonial.tsx +1 -1
  17. package/src/blocks/Payment/CheckoutForm.tsx +1 -1
  18. package/src/blocks/Payment/Confirmation.tsx +1 -1
  19. package/src/blocks/Payment/CreditCardForm.tsx +1 -1
  20. package/src/blocks/Payment/PayWithWallet.tsx +1 -1
  21. package/src/blocks/Payment/SelectPayment.tsx +1 -1
  22. package/src/blocks/Pricing/PricingPlans.tsx +1 -1
  23. package/src/blocks/Referral/ReferralAccount.tsx +1 -1
  24. package/src/blocks/Referral/ReferralSettlement.tsx +1 -1
  25. package/src/blocks/Referral/ReferralStats.tsx +1 -1
  26. package/src/elements/AutoCompleteField.tsx +1 -1
  27. package/src/elements/Breadcrumb.tsx +1 -1
  28. package/src/elements/DraggableCard.tsx +1 -1
  29. package/src/elements/HawaAdCard.tsx +1 -1
  30. package/src/elements/HawaButton.tsx +1 -1
  31. package/src/elements/HawaChip.tsx +1 -1
  32. package/src/elements/HawaCopyrights.tsx +1 -1
  33. package/src/elements/HawaDrawer.tsx +1 -1
  34. package/src/elements/HawaIconCount.tsx +1 -1
  35. package/src/elements/HawaLandingCard.tsx +1 -1
  36. package/src/elements/HawaLogoButton.tsx +1 -1
  37. package/src/elements/HawaPricingCard.tsx +1 -1
  38. package/src/elements/HawaSearchBar.tsx +1 -1
  39. package/src/elements/HawaSelect.tsx +1 -1
  40. package/src/elements/HawaSettingsRow.tsx +1 -1
  41. package/src/elements/HawaSpinner.tsx +1 -1
  42. package/src/elements/HawaStats.tsx +1 -1
  43. package/src/elements/HawaStepper.tsx +1 -1
  44. package/src/elements/HawaStoreButtons.tsx +1 -1
  45. package/src/elements/HawaSwitch.tsx +1 -1
  46. package/src/elements/HawaTextField.tsx +1 -1
  47. package/src/elements/HawaTypography.tsx +1 -1
  48. package/src/elements/TabPanel.tsx +1 -1
  49. package/src/elements/UsageCard.tsx +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sikka/hawa",
3
- "version": "0.0.251",
3
+ "version": "0.0.252",
4
4
  "description": "SaaS Oriented UI Kit",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.es.js",
@@ -1,4 +1,4 @@
1
- import { FC } from "react"
1
+ import React, { FC } from "react"
2
2
 
3
3
  type HawaApiBoxTypes = {
4
4
  lang?: any
@@ -1,4 +1,4 @@
1
- import { FC } from "react"
1
+ import React, { FC } from "react"
2
2
  import { HawaButton, HawaPhoneInput, HawaTextField } from "../../elements"
3
3
  import { Controller, FormProvider, useForm } from "react-hook-form"
4
4
  import { HawaContainer } from "../../layout"
@@ -1,4 +1,4 @@
1
- import { FC } from "react"
1
+ import React, { FC } from "react"
2
2
 
3
3
  type UserSettingsFormTypes = {
4
4
  children: any
@@ -1,4 +1,4 @@
1
- import { FC } from "react"
1
+ import React, { FC } from "react"
2
2
  import { HawaButton } from "../../elements"
3
3
  import { HawaContainer } from "../../layout/HawaContainer"
4
4
 
@@ -1,4 +1,4 @@
1
- import { FC } from "react"
1
+ import React, { FC } from "react"
2
2
  import { Controller, useForm } from "react-hook-form"
3
3
  import { HawaButton, HawaTextField } from "../../elements"
4
4
  import { HawaContainer } from "../../layout"
@@ -1,4 +1,4 @@
1
- import { FC } from "react"
1
+ import React, { FC } from "react"
2
2
  import {
3
3
  HawaTextField,
4
4
  HawaLogoButton,
@@ -1,4 +1,4 @@
1
- import { FC } from "react"
1
+ import React, { FC } from "react"
2
2
  import {
3
3
  HawaTextField,
4
4
  HawaLogoButton,
@@ -1,4 +1,4 @@
1
- import { FC } from "react"
1
+ import React, { FC } from "react"
2
2
  import { HawaButton } from "../../elements"
3
3
  import { HawaContainer } from "../../layout"
4
4
  import { FaCheck } from "react-icons/fa"
@@ -1,4 +1,4 @@
1
- import { FC } from "react"
1
+ import React, { FC } from "react"
2
2
  import { HawaButton, HawaTextField } from "../../elements"
3
3
  import { HawaContainer } from "../../layout"
4
4
 
@@ -1,4 +1,4 @@
1
- import { FC } from "react"
1
+ import React, { FC } from "react"
2
2
  import { HawaButton, HawaTextField } from "../../elements"
3
3
  import { HawaContainer } from "../../layout"
4
4
 
@@ -1,4 +1,4 @@
1
- import { FC } from "react"
1
+ import React, { FC } from "react"
2
2
  import { HawaContainer } from "../../layout"
3
3
  import { FaLock } from "react-icons/fa"
4
4
 
@@ -1,4 +1,4 @@
1
- import { FC } from "react"
1
+ import React, { FC } from "react"
2
2
  import { HawaButton } from "../../elements"
3
3
  import { HawaContainer } from "../../layout"
4
4
 
@@ -1,4 +1,4 @@
1
- import { FC } from "react"
1
+ import React, { FC } from "react"
2
2
 
3
3
  type TEmptyState = {
4
4
  variant?: "outlined" | "contained" | "neobrutalism"
@@ -1,4 +1,4 @@
1
- import { FC } from "react"
1
+ import React, { FC } from "react"
2
2
  import {
3
3
  HawaTextField,
4
4
  HawaTable,
@@ -1,4 +1,4 @@
1
- import { FC } from "react"
1
+ import React, { FC } from "react"
2
2
  import { HawaButton, HawaTable } from "../../elements"
3
3
  import { HawaContainer } from "../../layout"
4
4
 
@@ -1,4 +1,4 @@
1
- import { FC } from "react"
1
+ import React, { FC } from "react"
2
2
  import { HawaButton, HawaTextField } from "../../elements"
3
3
  import { Controller, useForm } from "react-hook-form"
4
4
  import { HawaContainer } from "../../layout"
@@ -1,4 +1,4 @@
1
- import { FC } from "react"
1
+ import React, { FC } from "react"
2
2
  import { HawaButton } from "../../elements"
3
3
  import { HawaContainer } from "../../layout"
4
4
 
@@ -1,4 +1,4 @@
1
- import { FC } from "react"
1
+ import React, { FC } from "react"
2
2
  import { HawaTypography, HawaLogoButton } from "../../elements"
3
3
  import { HawaContainer } from "../../layout"
4
4
 
@@ -1,4 +1,4 @@
1
- import { FC } from "react"
1
+ import React, { FC } from "react"
2
2
  import { HawaPricingCard, HawaTabs } from "../../elements"
3
3
 
4
4
  type PricingPlansTypes = {
@@ -1,4 +1,4 @@
1
- import { FC } from "react"
1
+ import React, { FC } from "react"
2
2
  import { FaClone } from "react-icons/fa"
3
3
  import { HawaButton } from "../../elements"
4
4
  import { HawaContainer } from "../../layout"
@@ -1,4 +1,4 @@
1
- import { FC } from "react"
1
+ import React, { FC } from "react"
2
2
  import { FaTimes } from "react-icons/fa"
3
3
  import {
4
4
  HawaAlert,
@@ -1,4 +1,4 @@
1
- import { FC } from "react"
1
+ import React, { FC } from "react"
2
2
  import { HawaAlert, HawaButton } from "../../elements"
3
3
  import { HawaContainer } from "../../layout"
4
4
 
@@ -1,4 +1,4 @@
1
- import { FC } from "react"
1
+ import React, { FC } from "react"
2
2
  import { Controller, useFormContext } from "react-hook-form"
3
3
 
4
4
  type TAutoCompleteFieldTypes = {
@@ -1,4 +1,4 @@
1
- import { FC, ReactNode } from "react"
1
+ import React, { FC, ReactNode } from "react"
2
2
 
3
3
  type TBreadcrumb = {
4
4
  /** The array of crumbs, each one with a label and a href link */
@@ -1,4 +1,4 @@
1
- import { ReactElement, FC } from "react"
1
+ import React, { ReactElement, FC } from "react"
2
2
 
3
3
  type DraggableCardTypes = {
4
4
  children: ReactElement
@@ -1,4 +1,4 @@
1
- import { FC } from "react"
1
+ import React, { FC } from "react"
2
2
 
3
3
  type AdCardTypes = {
4
4
  orientation: "vertical" | "horizontal"
@@ -1,4 +1,4 @@
1
- import { FC, ButtonHTMLAttributes } from "react"
1
+ import React, { FC, ButtonHTMLAttributes } from "react"
2
2
  import clsx from "clsx"
3
3
  import { HawaSpinner } from "./HawaSpinner"
4
4
  import { HawaTooltip } from "./HawaTooltip"
@@ -1,4 +1,4 @@
1
- import { FC } from "react"
1
+ import React, { FC } from "react"
2
2
  import clsx from "clsx"
3
3
 
4
4
  type TChipTypes = {
@@ -1,4 +1,4 @@
1
- import { FC } from "react"
1
+ import React, { FC } from "react"
2
2
 
3
3
  type CopyRightsTypes = {
4
4
  /** A text used as the version of the app, for example: v1.0.0 */
@@ -1,4 +1,4 @@
1
- import { FC, ReactElement, ReactNode } from "react"
1
+ import React, { FC, ReactElement, ReactNode } from "react"
2
2
  import { FaChevronLeft, FaChevronRight } from "react-icons/fa"
3
3
  import clsx from "clsx"
4
4
  // TODO: This element should either be removed or improved
@@ -1,4 +1,4 @@
1
- import { FC } from "react"
1
+ import React, { FC } from "react"
2
2
 
3
3
  type IconCountTypes = {
4
4
  /** The icon of the counter */
@@ -1,5 +1,5 @@
1
1
  import clsx from "clsx"
2
- import { FC } from "react"
2
+ import React, { FC } from "react"
3
3
 
4
4
  type LandingCardTypes = {
5
5
  orientation: "vertical" | "horizontal"
@@ -1,4 +1,4 @@
1
- import { FC } from "react"
1
+ import React, { FC } from "react"
2
2
 
3
3
  type LogoButtonTypes = {
4
4
  lang?: any
@@ -1,5 +1,5 @@
1
1
  import clsx from "clsx"
2
- import { FC } from "react"
2
+ import React, { FC } from "react"
3
3
  import { HawaButton } from "./HawaButton"
4
4
 
5
5
  // TODO: if feature.excluded is false, show gray and x
@@ -1,4 +1,4 @@
1
- import { FC } from "react"
1
+ import React, { FC } from "react"
2
2
  import { HawaTextField } from "./HawaTextField"
3
3
 
4
4
  type SearchBarTypes = {}
@@ -1,5 +1,5 @@
1
1
  import clsx from "clsx"
2
- import { FC } from "react"
2
+ import React, { FC } from "react"
3
3
  import Select from "react-select"
4
4
  import CreatableSelect from "react-select/creatable"
5
5
 
@@ -1,4 +1,4 @@
1
- import { FC } from "react"
1
+ import React, { FC } from "react"
2
2
  import { HawaTextField } from "./HawaTextField"
3
3
  import { HawaSwitch } from "./HawaSwitch"
4
4
  import { HawaColorPicker } from "./HawaColorPicker"
@@ -1,4 +1,4 @@
1
- import { FC } from "react"
1
+ import React, { FC } from "react"
2
2
  import clsx from "clsx"
3
3
 
4
4
  type SpinnerTypes = {
@@ -1,4 +1,4 @@
1
- import { FC } from "react"
1
+ import React, { FC } from "react"
2
2
  import clsx from "clsx"
3
3
  import { HawaSpinner } from "./HawaSpinner"
4
4
 
@@ -1,4 +1,4 @@
1
- import { FC } from "react"
1
+ import React, { FC } from "react"
2
2
  import clsx from "clsx"
3
3
  import { FaCheck } from "react-icons/fa"
4
4
 
@@ -1,4 +1,4 @@
1
- import { FC } from "react"
1
+ import React, { FC } from "react"
2
2
 
3
3
  type StoreButtonsTypes = {
4
4
  store: "apple" | "google"
@@ -1,4 +1,4 @@
1
- import { FC } from "react"
1
+ import React, { FC } from "react"
2
2
  import clsx from "clsx"
3
3
 
4
4
  type SwitchTypes = {
@@ -1,4 +1,4 @@
1
- import { FC, PropsWithRef } from "react"
1
+ import React, { FC, PropsWithRef } from "react"
2
2
  import clsx from "clsx"
3
3
 
4
4
  // TODO: make icon based on direction
@@ -1,4 +1,4 @@
1
- import { FC } from "react"
1
+ import React, { FC } from "react"
2
2
 
3
3
  type TypographyTypes = {
4
4
  children: any
@@ -1,4 +1,4 @@
1
- import { FC } from "react"
1
+ import React, { FC } from "react"
2
2
 
3
3
  type TabPanelTypes = {
4
4
  children: any
@@ -1,4 +1,4 @@
1
- import { FC } from "react"
1
+ import React, { FC } from "react"
2
2
  import { HawaTooltip } from "./HawaTooltip"
3
3
  import { BsExclamationCircleFill } from "react-icons/bs"
4
4