@sikka/hawa 0.1.87 → 0.1.89
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/dist/index.d.mts +15 -4
- package/dist/index.d.ts +15 -4
- package/dist/index.js +3621 -2546
- package/dist/index.js.map +1 -0
- package/dist/index.mjs +264 -217
- package/dist/index.mjs.map +1 -0
- package/dist/styles.css +6 -0
- package/package.json +1 -1
- package/src/blocks/AuthForms/CheckEmail.tsx +54 -0
- package/src/blocks/AuthForms/ResetPasswordForm.tsx +9 -9
- package/src/blocks/AuthForms/index.ts +1 -0
- package/src/blocks/Misc/NoPermission.tsx +1 -5
- package/src/elements/HawaAdCard.tsx +61 -23
- package/src/styles.css +6 -0
- package/src/translations/ar.json +4 -1
- package/src/translations/en.json +4 -1
- package/tsup.config.js +7 -0
package/dist/index.d.mts
CHANGED
|
@@ -698,7 +698,9 @@ type AdCardTypes = {
|
|
|
698
698
|
title: string;
|
|
699
699
|
description: string;
|
|
700
700
|
imageURL: string;
|
|
701
|
-
handleHide
|
|
701
|
+
handleHide?: any;
|
|
702
|
+
handleCantHide?: () => void;
|
|
703
|
+
canHide: boolean;
|
|
702
704
|
};
|
|
703
705
|
declare const HawaAdCard: FC<AdCardTypes>;
|
|
704
706
|
|
|
@@ -1281,7 +1283,7 @@ type ResetPasswordType = {
|
|
|
1281
1283
|
handleResetPassword: () => void;
|
|
1282
1284
|
handleRouteToSignUp: () => void;
|
|
1283
1285
|
sent: any;
|
|
1284
|
-
texts
|
|
1286
|
+
texts?: {
|
|
1285
1287
|
emailLabel: string;
|
|
1286
1288
|
emailPlaceholder: string;
|
|
1287
1289
|
emailRequiredText: string;
|
|
@@ -1315,6 +1317,16 @@ type TConfirmation = {
|
|
|
1315
1317
|
};
|
|
1316
1318
|
declare const CodeConfirmation: FC<TConfirmation>;
|
|
1317
1319
|
|
|
1320
|
+
type CheckEmailBlocks = {
|
|
1321
|
+
texts?: {
|
|
1322
|
+
checkEmail: string;
|
|
1323
|
+
resendEmail: string;
|
|
1324
|
+
pleaseVerify: string;
|
|
1325
|
+
};
|
|
1326
|
+
handleResend?: () => void;
|
|
1327
|
+
};
|
|
1328
|
+
declare const CheckEmail: FC<CheckEmailBlocks>;
|
|
1329
|
+
|
|
1318
1330
|
type SelectPaymentTypes = {
|
|
1319
1331
|
viaMada: boolean;
|
|
1320
1332
|
viaWallet: boolean;
|
|
@@ -1617,7 +1629,6 @@ type AnnouncementTypes = {
|
|
|
1617
1629
|
declare const Announcement: FC<AnnouncementTypes>;
|
|
1618
1630
|
|
|
1619
1631
|
type TNoPermission = {
|
|
1620
|
-
variant?: "outlined" | "contained" | "neobrutalism";
|
|
1621
1632
|
texts?: {
|
|
1622
1633
|
title: string;
|
|
1623
1634
|
subtitle: string;
|
|
@@ -1668,4 +1679,4 @@ declare function useToast(): {
|
|
|
1668
1679
|
toasts: ToasterToast[];
|
|
1669
1680
|
};
|
|
1670
1681
|
|
|
1671
|
-
export { ActionCard, Announcement, AppLanding, AppLayout, AppSidebar, ArrowCarousel, BackToTop, Box, Button, ButtonProps, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Carousel, ChargeWalletForm, CheckoutForm, CodeConfirmation, ComparingPlans, ConfirmationPage, CreditCardForm, Dialog, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogTitle, DialogTrigger, DragDropImages, DraggableCard, DropdownMenu, EmptyState, FloatingComment, FloatingCommentExec, FloatingCommentSlate, Footer, HawaAccordion, HawaAdCard, HawaAlert, HawaAppLayout, HawaAppLayoutSimplified, HawaBanner, HawaBottomAppBar, HawaButton, HawaCheckbox, HawaChip, HawaCodeBlock, HawaColorPicker, HawaContainer, HawaCopyrights, HawaDatepicker, HawaDropdownMenu, HawaGrid, HawaIconCount, HawaInlineCode, HawaItemCard, HawaLandingCard, HawaLoading, HawaMenu, HawaModal, HawaPanelTabs, HawaPhoneInput, HawaPinInput, HawaPricingCard, HawaRadio, HawaRange, HawaSearchBar, HawaSelect, HawaSettingsRow, HawaSiteLayout, HawaStats, HawaStepper, HawaStoreButtons, HawaTable, HawaTabs, HawaTextField, HawaTooltip, HawaTypography, HorizontalPricing, Input, InputProps, InterfaceSettings, InvoiceAccordion, Label, LeadGenerator, MenuItemType, NewPasswordForm, NoPermission, NotFound, PayWithWallet, Popover, PricingPlans, ReferralAccount, ReferralSettlement, ReferralStats, ResetPasswordForm, SelectPayment, Separator, SidebarGroup, SidebarItem, SignInBlock, SignInForm, SignInPhone, SignUpForm, Skeleton, SubItem$2 as SubItem, SubsectionList, Switch, Tabs, TabsContent, TabsList, TabsTrigger, Testimonial, Textarea, TextareaProps, Timeline, Toast$1 as Toast, ToastAction, ToastActionElement, ToastClose, ToastDescription, ToastProps, ToastProvider, ToastTitle, ToastViewport, Toaster, Tooltip, UsageCard, UserFeedback, UserProfileForm, UserSettingsForm, buttonVariants, reducer, toast, useToast };
|
|
1682
|
+
export { ActionCard, Announcement, AppLanding, AppLayout, AppSidebar, ArrowCarousel, BackToTop, Box, Button, ButtonProps, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Carousel, ChargeWalletForm, CheckEmail, CheckoutForm, CodeConfirmation, ComparingPlans, ConfirmationPage, CreditCardForm, Dialog, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogTitle, DialogTrigger, DragDropImages, DraggableCard, DropdownMenu, EmptyState, FloatingComment, FloatingCommentExec, FloatingCommentSlate, Footer, HawaAccordion, HawaAdCard, HawaAlert, HawaAppLayout, HawaAppLayoutSimplified, HawaBanner, HawaBottomAppBar, HawaButton, HawaCheckbox, HawaChip, HawaCodeBlock, HawaColorPicker, HawaContainer, HawaCopyrights, HawaDatepicker, HawaDropdownMenu, HawaGrid, HawaIconCount, HawaInlineCode, HawaItemCard, HawaLandingCard, HawaLoading, HawaMenu, HawaModal, HawaPanelTabs, HawaPhoneInput, HawaPinInput, HawaPricingCard, HawaRadio, HawaRange, HawaSearchBar, HawaSelect, HawaSettingsRow, HawaSiteLayout, HawaStats, HawaStepper, HawaStoreButtons, HawaTable, HawaTabs, HawaTextField, HawaTooltip, HawaTypography, HorizontalPricing, Input, InputProps, InterfaceSettings, InvoiceAccordion, Label, LeadGenerator, MenuItemType, NewPasswordForm, NoPermission, NotFound, PayWithWallet, Popover, PricingPlans, ReferralAccount, ReferralSettlement, ReferralStats, ResetPasswordForm, SelectPayment, Separator, SidebarGroup, SidebarItem, SignInBlock, SignInForm, SignInPhone, SignUpForm, Skeleton, SubItem$2 as SubItem, SubsectionList, Switch, Tabs, TabsContent, TabsList, TabsTrigger, Testimonial, Textarea, TextareaProps, Timeline, Toast$1 as Toast, ToastAction, ToastActionElement, ToastClose, ToastDescription, ToastProps, ToastProvider, ToastTitle, ToastViewport, Toaster, Tooltip, UsageCard, UserFeedback, UserProfileForm, UserSettingsForm, buttonVariants, reducer, toast, useToast };
|
package/dist/index.d.ts
CHANGED
|
@@ -698,7 +698,9 @@ type AdCardTypes = {
|
|
|
698
698
|
title: string;
|
|
699
699
|
description: string;
|
|
700
700
|
imageURL: string;
|
|
701
|
-
handleHide
|
|
701
|
+
handleHide?: any;
|
|
702
|
+
handleCantHide?: () => void;
|
|
703
|
+
canHide: boolean;
|
|
702
704
|
};
|
|
703
705
|
declare const HawaAdCard: FC<AdCardTypes>;
|
|
704
706
|
|
|
@@ -1281,7 +1283,7 @@ type ResetPasswordType = {
|
|
|
1281
1283
|
handleResetPassword: () => void;
|
|
1282
1284
|
handleRouteToSignUp: () => void;
|
|
1283
1285
|
sent: any;
|
|
1284
|
-
texts
|
|
1286
|
+
texts?: {
|
|
1285
1287
|
emailLabel: string;
|
|
1286
1288
|
emailPlaceholder: string;
|
|
1287
1289
|
emailRequiredText: string;
|
|
@@ -1315,6 +1317,16 @@ type TConfirmation = {
|
|
|
1315
1317
|
};
|
|
1316
1318
|
declare const CodeConfirmation: FC<TConfirmation>;
|
|
1317
1319
|
|
|
1320
|
+
type CheckEmailBlocks = {
|
|
1321
|
+
texts?: {
|
|
1322
|
+
checkEmail: string;
|
|
1323
|
+
resendEmail: string;
|
|
1324
|
+
pleaseVerify: string;
|
|
1325
|
+
};
|
|
1326
|
+
handleResend?: () => void;
|
|
1327
|
+
};
|
|
1328
|
+
declare const CheckEmail: FC<CheckEmailBlocks>;
|
|
1329
|
+
|
|
1318
1330
|
type SelectPaymentTypes = {
|
|
1319
1331
|
viaMada: boolean;
|
|
1320
1332
|
viaWallet: boolean;
|
|
@@ -1617,7 +1629,6 @@ type AnnouncementTypes = {
|
|
|
1617
1629
|
declare const Announcement: FC<AnnouncementTypes>;
|
|
1618
1630
|
|
|
1619
1631
|
type TNoPermission = {
|
|
1620
|
-
variant?: "outlined" | "contained" | "neobrutalism";
|
|
1621
1632
|
texts?: {
|
|
1622
1633
|
title: string;
|
|
1623
1634
|
subtitle: string;
|
|
@@ -1668,4 +1679,4 @@ declare function useToast(): {
|
|
|
1668
1679
|
toasts: ToasterToast[];
|
|
1669
1680
|
};
|
|
1670
1681
|
|
|
1671
|
-
export { ActionCard, Announcement, AppLanding, AppLayout, AppSidebar, ArrowCarousel, BackToTop, Box, Button, ButtonProps, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Carousel, ChargeWalletForm, CheckoutForm, CodeConfirmation, ComparingPlans, ConfirmationPage, CreditCardForm, Dialog, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogTitle, DialogTrigger, DragDropImages, DraggableCard, DropdownMenu, EmptyState, FloatingComment, FloatingCommentExec, FloatingCommentSlate, Footer, HawaAccordion, HawaAdCard, HawaAlert, HawaAppLayout, HawaAppLayoutSimplified, HawaBanner, HawaBottomAppBar, HawaButton, HawaCheckbox, HawaChip, HawaCodeBlock, HawaColorPicker, HawaContainer, HawaCopyrights, HawaDatepicker, HawaDropdownMenu, HawaGrid, HawaIconCount, HawaInlineCode, HawaItemCard, HawaLandingCard, HawaLoading, HawaMenu, HawaModal, HawaPanelTabs, HawaPhoneInput, HawaPinInput, HawaPricingCard, HawaRadio, HawaRange, HawaSearchBar, HawaSelect, HawaSettingsRow, HawaSiteLayout, HawaStats, HawaStepper, HawaStoreButtons, HawaTable, HawaTabs, HawaTextField, HawaTooltip, HawaTypography, HorizontalPricing, Input, InputProps, InterfaceSettings, InvoiceAccordion, Label, LeadGenerator, MenuItemType, NewPasswordForm, NoPermission, NotFound, PayWithWallet, Popover, PricingPlans, ReferralAccount, ReferralSettlement, ReferralStats, ResetPasswordForm, SelectPayment, Separator, SidebarGroup, SidebarItem, SignInBlock, SignInForm, SignInPhone, SignUpForm, Skeleton, SubItem$2 as SubItem, SubsectionList, Switch, Tabs, TabsContent, TabsList, TabsTrigger, Testimonial, Textarea, TextareaProps, Timeline, Toast$1 as Toast, ToastAction, ToastActionElement, ToastClose, ToastDescription, ToastProps, ToastProvider, ToastTitle, ToastViewport, Toaster, Tooltip, UsageCard, UserFeedback, UserProfileForm, UserSettingsForm, buttonVariants, reducer, toast, useToast };
|
|
1682
|
+
export { ActionCard, Announcement, AppLanding, AppLayout, AppSidebar, ArrowCarousel, BackToTop, Box, Button, ButtonProps, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Carousel, ChargeWalletForm, CheckEmail, CheckoutForm, CodeConfirmation, ComparingPlans, ConfirmationPage, CreditCardForm, Dialog, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogTitle, DialogTrigger, DragDropImages, DraggableCard, DropdownMenu, EmptyState, FloatingComment, FloatingCommentExec, FloatingCommentSlate, Footer, HawaAccordion, HawaAdCard, HawaAlert, HawaAppLayout, HawaAppLayoutSimplified, HawaBanner, HawaBottomAppBar, HawaButton, HawaCheckbox, HawaChip, HawaCodeBlock, HawaColorPicker, HawaContainer, HawaCopyrights, HawaDatepicker, HawaDropdownMenu, HawaGrid, HawaIconCount, HawaInlineCode, HawaItemCard, HawaLandingCard, HawaLoading, HawaMenu, HawaModal, HawaPanelTabs, HawaPhoneInput, HawaPinInput, HawaPricingCard, HawaRadio, HawaRange, HawaSearchBar, HawaSelect, HawaSettingsRow, HawaSiteLayout, HawaStats, HawaStepper, HawaStoreButtons, HawaTable, HawaTabs, HawaTextField, HawaTooltip, HawaTypography, HorizontalPricing, Input, InputProps, InterfaceSettings, InvoiceAccordion, Label, LeadGenerator, MenuItemType, NewPasswordForm, NoPermission, NotFound, PayWithWallet, Popover, PricingPlans, ReferralAccount, ReferralSettlement, ReferralStats, ResetPasswordForm, SelectPayment, Separator, SidebarGroup, SidebarItem, SignInBlock, SignInForm, SignInPhone, SignUpForm, Skeleton, SubItem$2 as SubItem, SubsectionList, Switch, Tabs, TabsContent, TabsList, TabsTrigger, Testimonial, Textarea, TextareaProps, Timeline, Toast$1 as Toast, ToastAction, ToastActionElement, ToastClose, ToastDescription, ToastProps, ToastProvider, ToastTitle, ToastViewport, Toaster, Tooltip, UsageCard, UserFeedback, UserProfileForm, UserSettingsForm, buttonVariants, reducer, toast, useToast };
|