@sikka/hawa 0.1.97 → 0.1.99

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 CHANGED
@@ -271,17 +271,6 @@ type HawaPhoneInputTypes = {
271
271
  };
272
272
  declare const HawaPhoneInput: FC<HawaPhoneInputTypes>;
273
273
 
274
- type THawaToolTip = {
275
- children?: ReactElement;
276
- content?: string;
277
- btnHovered?: any;
278
- buttonRef?: any;
279
- direction?: "rtl" | "ltr";
280
- size?: "normal" | "small" | "large";
281
- position?: "left-top" | "left-bottom" | "right-top" | "right-bottom" | "top-right" | "top-left" | "bottom-right" | "bottom-left";
282
- };
283
- declare const HawaTooltip: FC<THawaToolTip>;
284
-
285
274
  type TabsTypes$1 = {
286
275
  options?: any;
287
276
  onChangeTab?: (option: any) => void;
@@ -314,7 +303,7 @@ type ModalTypes = {
314
303
  };
315
304
  declare const HawaModal: FC<ModalTypes>;
316
305
 
317
- interface TMenuTypes$1 {
306
+ interface TMenuTypes {
318
307
  menuItems: MenuItems$1[][];
319
308
  withHeader?: boolean;
320
309
  headerTitle?: string;
@@ -335,13 +324,7 @@ type MenuItems$1 = {
335
324
  isButton?: boolean;
336
325
  element?: any;
337
326
  };
338
- declare const HawaMenu: FC<TMenuTypes$1>;
339
-
340
- interface TMenuTypes {
341
- children?: any;
342
- direction?: "rtl" | "ltr";
343
- }
344
- declare const HawaDropdownMenu: FC<TMenuTypes>;
327
+ declare const HawaMenu: FC<TMenuTypes>;
345
328
 
346
329
  type CopyRightsTypes = {
347
330
  /** A text used as the version of the app, for example: v1.0.0 */
@@ -792,8 +775,8 @@ type ComponentTypes = {
792
775
  declare const UserReferralSource: FC<ComponentTypes>;
793
776
 
794
777
  declare const buttonVariants: (props?: {
795
- variant?: "link" | "default" | "outline" | "light" | "secondary" | "destructive" | "ghost" | "neoBrutalism";
796
- size?: "icon" | "default" | "sm" | "lg" | "xl" | "xs" | "heightless" | "smallIcon";
778
+ variant?: "link" | "default" | "outline" | "light" | "destructive" | "secondary" | "ghost" | "neoBrutalism";
779
+ size?: "icon" | "default" | "sm" | "lg" | "xl" | "heightless" | "xs" | "smallIcon";
797
780
  } & class_variance_authority_dist_types.ClassProp) => string;
798
781
  interface ButtonProps extends React$1.ButtonHTMLAttributes<HTMLButtonElement>, VariantProps<typeof buttonVariants> {
799
782
  asChild?: boolean;
@@ -1734,4 +1717,4 @@ declare function useToast(): {
1734
1717
  toasts: ToasterToast[];
1735
1718
  };
1736
1719
 
1737
- 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, StickyFeatures, 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, UserReferralSource, UserSettingsForm, buttonVariants, reducer, toast, useToast };
1720
+ 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, HawaGrid, HawaIconCount, HawaInlineCode, HawaItemCard, HawaLandingCard, HawaLoading, HawaMenu, HawaModal, HawaPanelTabs, HawaPhoneInput, HawaPinInput, HawaPricingCard, HawaRadio, HawaRange, HawaSearchBar, HawaSelect, HawaSettingsRow, HawaSiteLayout, HawaStats, HawaStepper, HawaStoreButtons, HawaTable, HawaTabs, HawaTextField, 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, StickyFeatures, 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, UserReferralSource, UserSettingsForm, buttonVariants, reducer, toast, useToast };
package/dist/index.d.ts CHANGED
@@ -271,17 +271,6 @@ type HawaPhoneInputTypes = {
271
271
  };
272
272
  declare const HawaPhoneInput: FC<HawaPhoneInputTypes>;
273
273
 
274
- type THawaToolTip = {
275
- children?: ReactElement;
276
- content?: string;
277
- btnHovered?: any;
278
- buttonRef?: any;
279
- direction?: "rtl" | "ltr";
280
- size?: "normal" | "small" | "large";
281
- position?: "left-top" | "left-bottom" | "right-top" | "right-bottom" | "top-right" | "top-left" | "bottom-right" | "bottom-left";
282
- };
283
- declare const HawaTooltip: FC<THawaToolTip>;
284
-
285
274
  type TabsTypes$1 = {
286
275
  options?: any;
287
276
  onChangeTab?: (option: any) => void;
@@ -314,7 +303,7 @@ type ModalTypes = {
314
303
  };
315
304
  declare const HawaModal: FC<ModalTypes>;
316
305
 
317
- interface TMenuTypes$1 {
306
+ interface TMenuTypes {
318
307
  menuItems: MenuItems$1[][];
319
308
  withHeader?: boolean;
320
309
  headerTitle?: string;
@@ -335,13 +324,7 @@ type MenuItems$1 = {
335
324
  isButton?: boolean;
336
325
  element?: any;
337
326
  };
338
- declare const HawaMenu: FC<TMenuTypes$1>;
339
-
340
- interface TMenuTypes {
341
- children?: any;
342
- direction?: "rtl" | "ltr";
343
- }
344
- declare const HawaDropdownMenu: FC<TMenuTypes>;
327
+ declare const HawaMenu: FC<TMenuTypes>;
345
328
 
346
329
  type CopyRightsTypes = {
347
330
  /** A text used as the version of the app, for example: v1.0.0 */
@@ -792,8 +775,8 @@ type ComponentTypes = {
792
775
  declare const UserReferralSource: FC<ComponentTypes>;
793
776
 
794
777
  declare const buttonVariants: (props?: {
795
- variant?: "link" | "default" | "outline" | "light" | "secondary" | "destructive" | "ghost" | "neoBrutalism";
796
- size?: "icon" | "default" | "sm" | "lg" | "xl" | "xs" | "heightless" | "smallIcon";
778
+ variant?: "link" | "default" | "outline" | "light" | "destructive" | "secondary" | "ghost" | "neoBrutalism";
779
+ size?: "icon" | "default" | "sm" | "lg" | "xl" | "heightless" | "xs" | "smallIcon";
797
780
  } & class_variance_authority_dist_types.ClassProp) => string;
798
781
  interface ButtonProps extends React$1.ButtonHTMLAttributes<HTMLButtonElement>, VariantProps<typeof buttonVariants> {
799
782
  asChild?: boolean;
@@ -1734,4 +1717,4 @@ declare function useToast(): {
1734
1717
  toasts: ToasterToast[];
1735
1718
  };
1736
1719
 
1737
- 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, StickyFeatures, 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, UserReferralSource, UserSettingsForm, buttonVariants, reducer, toast, useToast };
1720
+ 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, HawaGrid, HawaIconCount, HawaInlineCode, HawaItemCard, HawaLandingCard, HawaLoading, HawaMenu, HawaModal, HawaPanelTabs, HawaPhoneInput, HawaPinInput, HawaPricingCard, HawaRadio, HawaRange, HawaSearchBar, HawaSelect, HawaSettingsRow, HawaSiteLayout, HawaStats, HawaStepper, HawaStoreButtons, HawaTable, HawaTabs, HawaTextField, 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, StickyFeatures, 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, UserReferralSource, UserSettingsForm, buttonVariants, reducer, toast, useToast };