@sikka/hawa 0.19.40-next → 0.19.41-next

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
@@ -1095,13 +1095,12 @@ interface ProgressCircleProps extends React__default.HTMLAttributes<HTMLDivEleme
1095
1095
  }
1096
1096
  declare const ProgressCircle: React__default.ForwardRefExoticComponent<ProgressCircleProps & React__default.RefAttributes<HTMLDivElement>>;
1097
1097
 
1098
- declare const NavigationMenuLink: React$1.ForwardRefExoticComponent<NavigationMenuPrimitive.NavigationMenuLinkProps & React$1.RefAttributes<HTMLAnchorElement>>;
1098
+ declare const navigationMenuTriggerStyle: (props?: class_variance_authority_types.ClassProp | undefined) => string;
1099
1099
  type NavMenuItemTypes = {
1100
1100
  icon?: React$1.ReactNode;
1101
1101
  title: string;
1102
1102
  subtitle?: string;
1103
1103
  };
1104
- declare const NavMenuItem: React$1.FC<NavMenuItemTypes & React$1.ComponentProps<typeof NavigationMenuPrimitive.Link>>;
1105
1104
  type NavigationMenuTypes = {
1106
1105
  items: {
1107
1106
  trigger: any;
@@ -1112,7 +1111,18 @@ type NavigationMenuTypes = {
1112
1111
  viewportClassNames?: string;
1113
1112
  direction?: DirectionType;
1114
1113
  };
1114
+ declare const NavigationMenuRoot: React$1.ForwardRefExoticComponent<Omit<NavigationMenuPrimitive.NavigationMenuProps & React$1.RefAttributes<HTMLElement>, "ref"> & {
1115
+ viewportClassNames?: string | undefined;
1116
+ } & React$1.RefAttributes<HTMLElement>>;
1117
+ declare const NavigationMenuList: React$1.ForwardRefExoticComponent<Omit<NavigationMenuPrimitive.NavigationMenuListProps & React$1.RefAttributes<HTMLUListElement>, "ref"> & React$1.RefAttributes<HTMLUListElement>>;
1118
+ declare const NavigationMenuTrigger: React$1.ForwardRefExoticComponent<Omit<NavigationMenuPrimitive.NavigationMenuTriggerProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
1119
+ declare const NavigationMenuContent: React$1.ForwardRefExoticComponent<Omit<NavigationMenuPrimitive.NavigationMenuContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
1120
+ declare const NavMenuItem: React$1.FC<NavMenuItemTypes & React$1.ComponentProps<typeof NavigationMenuPrimitive.Link>>;
1121
+ declare const NavigationMenuViewport: React$1.ForwardRefExoticComponent<Omit<NavigationMenuPrimitive.NavigationMenuViewportProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
1122
+ declare const NavigationMenuIndicator: React$1.ForwardRefExoticComponent<Omit<NavigationMenuPrimitive.NavigationMenuIndicatorProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
1115
1123
  declare const NavigationMenu: React$1.FC<NavigationMenuTypes>;
1124
+ declare const NavigationMenuItem$1: React$1.ForwardRefExoticComponent<NavigationMenuPrimitive.NavigationMenuItemProps & React$1.RefAttributes<HTMLLIElement>>;
1125
+ declare const NavigationMenuLink: React$1.ForwardRefExoticComponent<NavigationMenuPrimitive.NavigationMenuLinkProps & React$1.RefAttributes<HTMLAnchorElement>>;
1116
1126
 
1117
1127
  declare const StopPropagationWrapper: (props: any) => React__default.JSX.Element;
1118
1128
 
@@ -1862,4 +1872,4 @@ declare function useTabs(initialTab?: string): {
1862
1872
  handleTabChange: (index: any) => void;
1863
1873
  };
1864
1874
 
1865
- export { Accordion, AccordionContent, AccordionItem, AccordionRoot, AccordionTrigger, ActionCard, AdCard, Alert, Announcement, AppLanding, AppLayout, type AppSidebarItemProps, AppStores, AppTabs, AppTopbar, Avatar, BackToTop, Badge, BadgedComponent, Breadcrumb, Button, type ButtonProps, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Carousel, CheckEmail, Checkbox, Chip, type ChipColors, type ChipTypes, CodeBlock, CodeConfirmation, ColorPicker, Combobox, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, ComparingPlans, Copyrights, Count, DataTable, DestroyableCard, Dialog, DialogBody, DialogCarousel, DialogCarouselContent, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogPortal, DialogStep, DialogSteps, DialogTitle, DialogTrigger, DocsLayout, DocsSidebar, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadio, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuRoot, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, EmptyState, FeedbackEmoji, FeedbackForm, FeedbackRating, FileDropzone, FileUploader, HorizontalPricing, Input, InterfaceSettings, ItemCard, Label, type LabelProps, LandingCard, LeadGenerator, LegalTexts, Loading, LoginForm, Logos, type MenuItemType, Menubar, MenubarCheckboxItem, MenubarContent, MenubarGroup, MenubarItem, MenubarLabel, MenubarMenu, MenubarPortal, MenubarRadioGroup, MenubarRadioItem, MenubarSeparator, MenubarShortcut, MenubarSub, MenubarSubContent, MenubarSubTrigger, MenubarTrigger, NavMenuItem, Navbar, NavigationMenu, NavigationMenuLink, NewPasswordForm, NoPermission, NotFound, Pagination, PasswordInput, PasswordStrengthIndicator, PhoneInput, PinInput, Popover, PopoverContent, PopoverTrigger, PricingCard, type PricingCardProps, PricingPlans, Progress, ProgressCircle, Radio, type RadioOptionsTypes, RegisterForm, ResetPasswordForm, ScrollArea, ScrollBar, ScrollIndicator, Select, type SelectOptionProps, Separator, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetOverlay, SheetPortal, SheetTitle, SheetTrigger, SidebarGroup, SidebarItem, SimpleTable, Skeleton, Slider, SortButton, SplitButton, Stats, StopPropagationWrapper, type SubItem$1 as SubItem, Switch, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContent, TabsList, TabsTrigger, Testimonial, Textarea, type TextareaProps, Toast$1 as Toast, ToastAction, type ToastActionElement, ToastClose, ToastDescription, type ToastProps, ToastProvider, ToastTitle, ToastViewport, Toaster, Tooltip, Usage, type UseFocusWithinOptions, type UseMediaQueryOptions, UserReferralSource, buttonVariants, reducer, toast, useBreakpoint, useClipboard, useDialogCarousel, useFocusWithin, useIsomorphicEffect, useMediaQuery, useMultiStepDialog, useTabs, useToast, useWindowSize };
1875
+ export { Accordion, AccordionContent, AccordionItem, AccordionRoot, AccordionTrigger, ActionCard, AdCard, Alert, Announcement, AppLanding, AppLayout, type AppSidebarItemProps, AppStores, AppTabs, AppTopbar, Avatar, BackToTop, Badge, BadgedComponent, Breadcrumb, Button, type ButtonProps, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Carousel, CheckEmail, Checkbox, Chip, type ChipColors, type ChipTypes, CodeBlock, CodeConfirmation, ColorPicker, Combobox, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, ComparingPlans, Copyrights, Count, DataTable, DestroyableCard, Dialog, DialogBody, DialogCarousel, DialogCarouselContent, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogPortal, DialogStep, DialogSteps, DialogTitle, DialogTrigger, DocsLayout, DocsSidebar, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadio, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuRoot, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, EmptyState, FeedbackEmoji, FeedbackForm, FeedbackRating, FileDropzone, FileUploader, HorizontalPricing, Input, InterfaceSettings, ItemCard, Label, type LabelProps, LandingCard, LeadGenerator, LegalTexts, Loading, LoginForm, Logos, type MenuItemType, Menubar, MenubarCheckboxItem, MenubarContent, MenubarGroup, MenubarItem, MenubarLabel, MenubarMenu, MenubarPortal, MenubarRadioGroup, MenubarRadioItem, MenubarSeparator, MenubarShortcut, MenubarSub, MenubarSubContent, MenubarSubTrigger, MenubarTrigger, NavMenuItem, Navbar, NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem$1 as NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuRoot, NavigationMenuTrigger, NavigationMenuViewport, NewPasswordForm, NoPermission, NotFound, Pagination, PasswordInput, PasswordStrengthIndicator, PhoneInput, PinInput, Popover, PopoverContent, PopoverTrigger, PricingCard, type PricingCardProps, PricingPlans, Progress, ProgressCircle, Radio, type RadioOptionsTypes, RegisterForm, ResetPasswordForm, ScrollArea, ScrollBar, ScrollIndicator, Select, type SelectOptionProps, Separator, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetOverlay, SheetPortal, SheetTitle, SheetTrigger, SidebarGroup, SidebarItem, SimpleTable, Skeleton, Slider, SortButton, SplitButton, Stats, StopPropagationWrapper, type SubItem$1 as SubItem, Switch, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContent, TabsList, TabsTrigger, Testimonial, Textarea, type TextareaProps, Toast$1 as Toast, ToastAction, type ToastActionElement, ToastClose, ToastDescription, type ToastProps, ToastProvider, ToastTitle, ToastViewport, Toaster, Tooltip, Usage, type UseFocusWithinOptions, type UseMediaQueryOptions, UserReferralSource, buttonVariants, navigationMenuTriggerStyle, reducer, toast, useBreakpoint, useClipboard, useDialogCarousel, useFocusWithin, useIsomorphicEffect, useMediaQuery, useMultiStepDialog, useTabs, useToast, useWindowSize };
package/dist/index.d.ts CHANGED
@@ -1095,13 +1095,12 @@ interface ProgressCircleProps extends React__default.HTMLAttributes<HTMLDivEleme
1095
1095
  }
1096
1096
  declare const ProgressCircle: React__default.ForwardRefExoticComponent<ProgressCircleProps & React__default.RefAttributes<HTMLDivElement>>;
1097
1097
 
1098
- declare const NavigationMenuLink: React$1.ForwardRefExoticComponent<NavigationMenuPrimitive.NavigationMenuLinkProps & React$1.RefAttributes<HTMLAnchorElement>>;
1098
+ declare const navigationMenuTriggerStyle: (props?: class_variance_authority_types.ClassProp | undefined) => string;
1099
1099
  type NavMenuItemTypes = {
1100
1100
  icon?: React$1.ReactNode;
1101
1101
  title: string;
1102
1102
  subtitle?: string;
1103
1103
  };
1104
- declare const NavMenuItem: React$1.FC<NavMenuItemTypes & React$1.ComponentProps<typeof NavigationMenuPrimitive.Link>>;
1105
1104
  type NavigationMenuTypes = {
1106
1105
  items: {
1107
1106
  trigger: any;
@@ -1112,7 +1111,18 @@ type NavigationMenuTypes = {
1112
1111
  viewportClassNames?: string;
1113
1112
  direction?: DirectionType;
1114
1113
  };
1114
+ declare const NavigationMenuRoot: React$1.ForwardRefExoticComponent<Omit<NavigationMenuPrimitive.NavigationMenuProps & React$1.RefAttributes<HTMLElement>, "ref"> & {
1115
+ viewportClassNames?: string | undefined;
1116
+ } & React$1.RefAttributes<HTMLElement>>;
1117
+ declare const NavigationMenuList: React$1.ForwardRefExoticComponent<Omit<NavigationMenuPrimitive.NavigationMenuListProps & React$1.RefAttributes<HTMLUListElement>, "ref"> & React$1.RefAttributes<HTMLUListElement>>;
1118
+ declare const NavigationMenuTrigger: React$1.ForwardRefExoticComponent<Omit<NavigationMenuPrimitive.NavigationMenuTriggerProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
1119
+ declare const NavigationMenuContent: React$1.ForwardRefExoticComponent<Omit<NavigationMenuPrimitive.NavigationMenuContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
1120
+ declare const NavMenuItem: React$1.FC<NavMenuItemTypes & React$1.ComponentProps<typeof NavigationMenuPrimitive.Link>>;
1121
+ declare const NavigationMenuViewport: React$1.ForwardRefExoticComponent<Omit<NavigationMenuPrimitive.NavigationMenuViewportProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
1122
+ declare const NavigationMenuIndicator: React$1.ForwardRefExoticComponent<Omit<NavigationMenuPrimitive.NavigationMenuIndicatorProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
1115
1123
  declare const NavigationMenu: React$1.FC<NavigationMenuTypes>;
1124
+ declare const NavigationMenuItem$1: React$1.ForwardRefExoticComponent<NavigationMenuPrimitive.NavigationMenuItemProps & React$1.RefAttributes<HTMLLIElement>>;
1125
+ declare const NavigationMenuLink: React$1.ForwardRefExoticComponent<NavigationMenuPrimitive.NavigationMenuLinkProps & React$1.RefAttributes<HTMLAnchorElement>>;
1116
1126
 
1117
1127
  declare const StopPropagationWrapper: (props: any) => React__default.JSX.Element;
1118
1128
 
@@ -1862,4 +1872,4 @@ declare function useTabs(initialTab?: string): {
1862
1872
  handleTabChange: (index: any) => void;
1863
1873
  };
1864
1874
 
1865
- export { Accordion, AccordionContent, AccordionItem, AccordionRoot, AccordionTrigger, ActionCard, AdCard, Alert, Announcement, AppLanding, AppLayout, type AppSidebarItemProps, AppStores, AppTabs, AppTopbar, Avatar, BackToTop, Badge, BadgedComponent, Breadcrumb, Button, type ButtonProps, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Carousel, CheckEmail, Checkbox, Chip, type ChipColors, type ChipTypes, CodeBlock, CodeConfirmation, ColorPicker, Combobox, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, ComparingPlans, Copyrights, Count, DataTable, DestroyableCard, Dialog, DialogBody, DialogCarousel, DialogCarouselContent, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogPortal, DialogStep, DialogSteps, DialogTitle, DialogTrigger, DocsLayout, DocsSidebar, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadio, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuRoot, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, EmptyState, FeedbackEmoji, FeedbackForm, FeedbackRating, FileDropzone, FileUploader, HorizontalPricing, Input, InterfaceSettings, ItemCard, Label, type LabelProps, LandingCard, LeadGenerator, LegalTexts, Loading, LoginForm, Logos, type MenuItemType, Menubar, MenubarCheckboxItem, MenubarContent, MenubarGroup, MenubarItem, MenubarLabel, MenubarMenu, MenubarPortal, MenubarRadioGroup, MenubarRadioItem, MenubarSeparator, MenubarShortcut, MenubarSub, MenubarSubContent, MenubarSubTrigger, MenubarTrigger, NavMenuItem, Navbar, NavigationMenu, NavigationMenuLink, NewPasswordForm, NoPermission, NotFound, Pagination, PasswordInput, PasswordStrengthIndicator, PhoneInput, PinInput, Popover, PopoverContent, PopoverTrigger, PricingCard, type PricingCardProps, PricingPlans, Progress, ProgressCircle, Radio, type RadioOptionsTypes, RegisterForm, ResetPasswordForm, ScrollArea, ScrollBar, ScrollIndicator, Select, type SelectOptionProps, Separator, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetOverlay, SheetPortal, SheetTitle, SheetTrigger, SidebarGroup, SidebarItem, SimpleTable, Skeleton, Slider, SortButton, SplitButton, Stats, StopPropagationWrapper, type SubItem$1 as SubItem, Switch, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContent, TabsList, TabsTrigger, Testimonial, Textarea, type TextareaProps, Toast$1 as Toast, ToastAction, type ToastActionElement, ToastClose, ToastDescription, type ToastProps, ToastProvider, ToastTitle, ToastViewport, Toaster, Tooltip, Usage, type UseFocusWithinOptions, type UseMediaQueryOptions, UserReferralSource, buttonVariants, reducer, toast, useBreakpoint, useClipboard, useDialogCarousel, useFocusWithin, useIsomorphicEffect, useMediaQuery, useMultiStepDialog, useTabs, useToast, useWindowSize };
1875
+ export { Accordion, AccordionContent, AccordionItem, AccordionRoot, AccordionTrigger, ActionCard, AdCard, Alert, Announcement, AppLanding, AppLayout, type AppSidebarItemProps, AppStores, AppTabs, AppTopbar, Avatar, BackToTop, Badge, BadgedComponent, Breadcrumb, Button, type ButtonProps, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Carousel, CheckEmail, Checkbox, Chip, type ChipColors, type ChipTypes, CodeBlock, CodeConfirmation, ColorPicker, Combobox, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, ComparingPlans, Copyrights, Count, DataTable, DestroyableCard, Dialog, DialogBody, DialogCarousel, DialogCarouselContent, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogPortal, DialogStep, DialogSteps, DialogTitle, DialogTrigger, DocsLayout, DocsSidebar, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadio, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuRoot, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, EmptyState, FeedbackEmoji, FeedbackForm, FeedbackRating, FileDropzone, FileUploader, HorizontalPricing, Input, InterfaceSettings, ItemCard, Label, type LabelProps, LandingCard, LeadGenerator, LegalTexts, Loading, LoginForm, Logos, type MenuItemType, Menubar, MenubarCheckboxItem, MenubarContent, MenubarGroup, MenubarItem, MenubarLabel, MenubarMenu, MenubarPortal, MenubarRadioGroup, MenubarRadioItem, MenubarSeparator, MenubarShortcut, MenubarSub, MenubarSubContent, MenubarSubTrigger, MenubarTrigger, NavMenuItem, Navbar, NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem$1 as NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuRoot, NavigationMenuTrigger, NavigationMenuViewport, NewPasswordForm, NoPermission, NotFound, Pagination, PasswordInput, PasswordStrengthIndicator, PhoneInput, PinInput, Popover, PopoverContent, PopoverTrigger, PricingCard, type PricingCardProps, PricingPlans, Progress, ProgressCircle, Radio, type RadioOptionsTypes, RegisterForm, ResetPasswordForm, ScrollArea, ScrollBar, ScrollIndicator, Select, type SelectOptionProps, Separator, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetOverlay, SheetPortal, SheetTitle, SheetTrigger, SidebarGroup, SidebarItem, SimpleTable, Skeleton, Slider, SortButton, SplitButton, Stats, StopPropagationWrapper, type SubItem$1 as SubItem, Switch, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContent, TabsList, TabsTrigger, Testimonial, Textarea, type TextareaProps, Toast$1 as Toast, ToastAction, type ToastActionElement, ToastClose, ToastDescription, type ToastProps, ToastProvider, ToastTitle, ToastViewport, Toaster, Tooltip, Usage, type UseFocusWithinOptions, type UseMediaQueryOptions, UserReferralSource, buttonVariants, navigationMenuTriggerStyle, reducer, toast, useBreakpoint, useClipboard, useDialogCarousel, useFocusWithin, useIsomorphicEffect, useMediaQuery, useMultiStepDialog, useTabs, useToast, useWindowSize };
package/dist/index.js CHANGED
@@ -146,7 +146,14 @@ __export(components_exports, {
146
146
  NavMenuItem: () => NavMenuItem,
147
147
  Navbar: () => Navbar,
148
148
  NavigationMenu: () => NavigationMenu,
149
+ NavigationMenuContent: () => NavigationMenuContent,
150
+ NavigationMenuIndicator: () => NavigationMenuIndicator,
151
+ NavigationMenuItem: () => NavigationMenuItem,
149
152
  NavigationMenuLink: () => NavigationMenuLink,
153
+ NavigationMenuList: () => NavigationMenuList,
154
+ NavigationMenuRoot: () => NavigationMenuRoot,
155
+ NavigationMenuTrigger: () => NavigationMenuTrigger,
156
+ NavigationMenuViewport: () => NavigationMenuViewport,
150
157
  NewPasswordForm: () => NewPasswordForm,
151
158
  NoPermission: () => NoPermission,
152
159
  NotFound: () => NotFound,
@@ -216,6 +223,7 @@ __export(components_exports, {
216
223
  Usage: () => Usage,
217
224
  UserReferralSource: () => UserReferralSource,
218
225
  buttonVariants: () => buttonVariants,
226
+ navigationMenuTriggerStyle: () => navigationMenuTriggerStyle,
219
227
  reducer: () => reducer,
220
228
  toast: () => toast,
221
229
  useBreakpoint: () => useBreakpoint,
@@ -7497,6 +7505,9 @@ ProgressCircle.displayName = "ProgressCircle";
7497
7505
  var React59 = __toESM(require("react"));
7498
7506
  var NavigationMenuPrimitive = __toESM(require("@radix-ui/react-navigation-menu"));
7499
7507
  var import_class_variance_authority4 = require("class-variance-authority");
7508
+ var navigationMenuTriggerStyle = (0, import_class_variance_authority4.cva)(
7509
+ "hawa-group hawa-inline-flex hawa-h-10 hawa-w-max hawa-items-center hawa-gap-1 hawa-justify-center hawa-rounded-md hawa-bg-background hawa-px-4 hawa-py-2 hawa-text-sm hawa-font-medium hawa-transition-colors hover:hawa-bg-accent hover:hawa-text-accent-foreground focus:hawa-bg-accent focus:hawa-text-accent-foreground focus:hawa-outline-none disabled:hawa-pointer-events-none disabled:hawa-opacity-50 data-[active]:hawa-bg-accent/50 "
7510
+ );
7500
7511
  var NavigationMenuRoot = React59.forwardRef(({ className, children, viewportClassNames, ...props }, ref) => /* @__PURE__ */ React59.createElement(
7501
7512
  NavigationMenuPrimitive.Root,
7502
7513
  {
@@ -7511,7 +7522,6 @@ var NavigationMenuRoot = React59.forwardRef(({ className, children, viewportClas
7511
7522
  children,
7512
7523
  /* @__PURE__ */ React59.createElement(NavigationMenuViewport, { className: viewportClassNames })
7513
7524
  ));
7514
- NavigationMenuRoot.displayName = NavigationMenuPrimitive.Root.displayName;
7515
7525
  var NavigationMenuList = React59.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ React59.createElement(
7516
7526
  NavigationMenuPrimitive.List,
7517
7527
  {
@@ -7523,11 +7533,6 @@ var NavigationMenuList = React59.forwardRef(({ className, ...props }, ref) => /*
7523
7533
  ...props
7524
7534
  }
7525
7535
  ));
7526
- NavigationMenuList.displayName = NavigationMenuPrimitive.List.displayName;
7527
- var NavigationMenuItem = NavigationMenuPrimitive.Item;
7528
- var navigationMenuTriggerStyle = (0, import_class_variance_authority4.cva)(
7529
- "hawa-group hawa-inline-flex hawa-h-10 hawa-w-max hawa-items-center hawa-gap-1 hawa-justify-center hawa-rounded-md hawa-bg-background hawa-px-4 hawa-py-2 hawa-text-sm hawa-font-medium hawa-transition-colors hover:hawa-bg-accent hover:hawa-text-accent-foreground focus:hawa-bg-accent focus:hawa-text-accent-foreground focus:hawa-outline-none disabled:hawa-pointer-events-none disabled:hawa-opacity-50 data-[active]:hawa-bg-accent/50 "
7530
- );
7531
7536
  var NavigationMenuTrigger = React59.forwardRef(({ className, children, ...props }, ref) => /* @__PURE__ */ React59.createElement(
7532
7537
  NavigationMenuPrimitive.Trigger,
7533
7538
  {
@@ -7556,7 +7561,6 @@ var NavigationMenuTrigger = React59.forwardRef(({ className, children, ...props
7556
7561
  /* @__PURE__ */ React59.createElement("path", { d: "m6 9 6 6 6-6" })
7557
7562
  )
7558
7563
  ));
7559
- NavigationMenuTrigger.displayName = NavigationMenuPrimitive.Trigger.displayName;
7560
7564
  var NavigationMenuContent = React59.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ React59.createElement(
7561
7565
  NavigationMenuPrimitive.Content,
7562
7566
  {
@@ -7571,8 +7575,6 @@ var NavigationMenuContent = React59.forwardRef(({ className, ...props }, ref) =>
7571
7575
  ...props
7572
7576
  }
7573
7577
  ));
7574
- NavigationMenuContent.displayName = NavigationMenuPrimitive.Content.displayName;
7575
- var NavigationMenuLink = NavigationMenuPrimitive.Link;
7576
7578
  var NavMenuItem = ({ icon, title, subtitle, ...linkProps }) => /* @__PURE__ */ React59.createElement(NavigationMenuLink, { ...linkProps }, /* @__PURE__ */ React59.createElement("div", { className: "hawa-max-w-md hawa-rounded-inner hawa-cursor-pointer hawa-p-4 hawa-py-2 hawa-flex hawa-flex-row hawa-gap-4 hawa-items-center hawa-transition-all hover:hawa-bg-muted" }, icon && icon, /* @__PURE__ */ React59.createElement("div", { className: "hawa-flex hawa-flex-col" }, /* @__PURE__ */ React59.createElement("h1", { className: "hawa-font-bold hawa-text-xl" }, title), /* @__PURE__ */ React59.createElement("p", { className: "hawa-text-sm" }, subtitle))));
7577
7579
  var NavigationMenuViewport = React59.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ React59.createElement(
7578
7580
  "div",
@@ -7639,6 +7641,12 @@ var NavigationMenu = ({
7639
7641
  ))))
7640
7642
  );
7641
7643
  };
7644
+ var NavigationMenuItem = NavigationMenuPrimitive.Item;
7645
+ var NavigationMenuLink = NavigationMenuPrimitive.Link;
7646
+ NavigationMenuContent.displayName = NavigationMenuPrimitive.Content.displayName;
7647
+ NavigationMenuTrigger.displayName = NavigationMenuPrimitive.Trigger.displayName;
7648
+ NavigationMenuList.displayName = NavigationMenuPrimitive.List.displayName;
7649
+ NavigationMenuRoot.displayName = NavigationMenuPrimitive.Root.displayName;
7642
7650
  NavigationMenuIndicator.displayName = NavigationMenuPrimitive.Indicator.displayName;
7643
7651
  NavigationMenuViewport.displayName = NavigationMenuPrimitive.Viewport.displayName;
7644
7652
 
@@ -11175,7 +11183,7 @@ var ComparingPlans = (props) => {
11175
11183
  key: i,
11176
11184
  className: "hawa-flex hawa-flex-col hawa-gap-2 hawa-justify-center hawa-items-center"
11177
11185
  },
11178
- /* @__PURE__ */ import_react70.default.createElement("div", { className: "hawa-flex hawa-flex-col hawa-gap-2" }, /* @__PURE__ */ import_react70.default.createElement("div", { className: "hawa-flex hawa-flex-col" }, /* @__PURE__ */ import_react70.default.createElement("span", { className: "hawa-text-md hawa-font-bold " }, plan.texts.title), /* @__PURE__ */ import_react70.default.createElement("span", { className: "hawa-text-md hawa-font-normal hawa-text-muted-foreground " }, plan.texts.subtitle)), /* @__PURE__ */ import_react70.default.createElement("div", { className: "hawa-flex hawa-items-baseline " }, /* @__PURE__ */ import_react70.default.createElement(import_react70.default.Fragment, null, /* @__PURE__ */ import_react70.default.createElement("span", { className: "hawa-text-5xl hawa-font-extrabold hawa-tracking-tight" }, plan.price), /* @__PURE__ */ import_react70.default.createElement("span", { className: "hawa-mx-1 hawa-text-sm hawa-font-semibold" }, plan.texts.currencyText)), /* @__PURE__ */ import_react70.default.createElement("span", { className: "hawa-ml-1 hawa-text-xl hawa-font-normal " }, "/ ", plan.texts.cycleText)))
11186
+ /* @__PURE__ */ import_react70.default.createElement("div", { className: "hawa-flex hawa-flex-col hawa-gap-2" }, /* @__PURE__ */ import_react70.default.createElement("div", { className: "hawa-flex hawa-flex-col" }, /* @__PURE__ */ import_react70.default.createElement("span", { className: "hawa-text-md hawa-font-bold " }, plan.texts.title), /* @__PURE__ */ import_react70.default.createElement("span", { className: "hawa-text-md hawa-font-normal hawa-text-muted-foreground " }, plan.texts.subtitle)), /* @__PURE__ */ import_react70.default.createElement("div", { className: " hawa-flex hawa-items-baseline " }, /* @__PURE__ */ import_react70.default.createElement(import_react70.default.Fragment, null, /* @__PURE__ */ import_react70.default.createElement("span", { className: "hawa-text-5xl hawa-font-extrabold hawa-tracking-tight" }, plan.price), /* @__PURE__ */ import_react70.default.createElement("span", { className: "hawa-mx-1 hawa-text-sm hawa-font-semibold" }, plan.texts.currencyText)), /* @__PURE__ */ import_react70.default.createElement("span", { className: "hawa-ml-1 hawa-text-xl hawa-font-normal " }, "/ ", plan.texts.cycleText)))
11179
11187
  ))
11180
11188
  ), /* @__PURE__ */ import_react70.default.createElement(
11181
11189
  ScrollArea,
@@ -11747,7 +11755,14 @@ function useTabs(initialTab = "") {
11747
11755
  NavMenuItem,
11748
11756
  Navbar,
11749
11757
  NavigationMenu,
11758
+ NavigationMenuContent,
11759
+ NavigationMenuIndicator,
11760
+ NavigationMenuItem,
11750
11761
  NavigationMenuLink,
11762
+ NavigationMenuList,
11763
+ NavigationMenuRoot,
11764
+ NavigationMenuTrigger,
11765
+ NavigationMenuViewport,
11751
11766
  NewPasswordForm,
11752
11767
  NoPermission,
11753
11768
  NotFound,
@@ -11817,6 +11832,7 @@ function useTabs(initialTab = "") {
11817
11832
  Usage,
11818
11833
  UserReferralSource,
11819
11834
  buttonVariants,
11835
+ navigationMenuTriggerStyle,
11820
11836
  reducer,
11821
11837
  toast,
11822
11838
  useBreakpoint,
package/dist/index.mjs CHANGED
@@ -7279,6 +7279,9 @@ ProgressCircle.displayName = "ProgressCircle";
7279
7279
  import * as React59 from "react";
7280
7280
  import * as NavigationMenuPrimitive from "@radix-ui/react-navigation-menu";
7281
7281
  import { cva as cva4 } from "class-variance-authority";
7282
+ var navigationMenuTriggerStyle = cva4(
7283
+ "hawa-group hawa-inline-flex hawa-h-10 hawa-w-max hawa-items-center hawa-gap-1 hawa-justify-center hawa-rounded-md hawa-bg-background hawa-px-4 hawa-py-2 hawa-text-sm hawa-font-medium hawa-transition-colors hover:hawa-bg-accent hover:hawa-text-accent-foreground focus:hawa-bg-accent focus:hawa-text-accent-foreground focus:hawa-outline-none disabled:hawa-pointer-events-none disabled:hawa-opacity-50 data-[active]:hawa-bg-accent/50 "
7284
+ );
7282
7285
  var NavigationMenuRoot = React59.forwardRef(({ className, children, viewportClassNames, ...props }, ref) => /* @__PURE__ */ React59.createElement(
7283
7286
  NavigationMenuPrimitive.Root,
7284
7287
  {
@@ -7293,7 +7296,6 @@ var NavigationMenuRoot = React59.forwardRef(({ className, children, viewportClas
7293
7296
  children,
7294
7297
  /* @__PURE__ */ React59.createElement(NavigationMenuViewport, { className: viewportClassNames })
7295
7298
  ));
7296
- NavigationMenuRoot.displayName = NavigationMenuPrimitive.Root.displayName;
7297
7299
  var NavigationMenuList = React59.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ React59.createElement(
7298
7300
  NavigationMenuPrimitive.List,
7299
7301
  {
@@ -7305,11 +7307,6 @@ var NavigationMenuList = React59.forwardRef(({ className, ...props }, ref) => /*
7305
7307
  ...props
7306
7308
  }
7307
7309
  ));
7308
- NavigationMenuList.displayName = NavigationMenuPrimitive.List.displayName;
7309
- var NavigationMenuItem = NavigationMenuPrimitive.Item;
7310
- var navigationMenuTriggerStyle = cva4(
7311
- "hawa-group hawa-inline-flex hawa-h-10 hawa-w-max hawa-items-center hawa-gap-1 hawa-justify-center hawa-rounded-md hawa-bg-background hawa-px-4 hawa-py-2 hawa-text-sm hawa-font-medium hawa-transition-colors hover:hawa-bg-accent hover:hawa-text-accent-foreground focus:hawa-bg-accent focus:hawa-text-accent-foreground focus:hawa-outline-none disabled:hawa-pointer-events-none disabled:hawa-opacity-50 data-[active]:hawa-bg-accent/50 "
7312
- );
7313
7310
  var NavigationMenuTrigger = React59.forwardRef(({ className, children, ...props }, ref) => /* @__PURE__ */ React59.createElement(
7314
7311
  NavigationMenuPrimitive.Trigger,
7315
7312
  {
@@ -7338,7 +7335,6 @@ var NavigationMenuTrigger = React59.forwardRef(({ className, children, ...props
7338
7335
  /* @__PURE__ */ React59.createElement("path", { d: "m6 9 6 6 6-6" })
7339
7336
  )
7340
7337
  ));
7341
- NavigationMenuTrigger.displayName = NavigationMenuPrimitive.Trigger.displayName;
7342
7338
  var NavigationMenuContent = React59.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ React59.createElement(
7343
7339
  NavigationMenuPrimitive.Content,
7344
7340
  {
@@ -7353,8 +7349,6 @@ var NavigationMenuContent = React59.forwardRef(({ className, ...props }, ref) =>
7353
7349
  ...props
7354
7350
  }
7355
7351
  ));
7356
- NavigationMenuContent.displayName = NavigationMenuPrimitive.Content.displayName;
7357
- var NavigationMenuLink = NavigationMenuPrimitive.Link;
7358
7352
  var NavMenuItem = ({ icon, title, subtitle, ...linkProps }) => /* @__PURE__ */ React59.createElement(NavigationMenuLink, { ...linkProps }, /* @__PURE__ */ React59.createElement("div", { className: "hawa-max-w-md hawa-rounded-inner hawa-cursor-pointer hawa-p-4 hawa-py-2 hawa-flex hawa-flex-row hawa-gap-4 hawa-items-center hawa-transition-all hover:hawa-bg-muted" }, icon && icon, /* @__PURE__ */ React59.createElement("div", { className: "hawa-flex hawa-flex-col" }, /* @__PURE__ */ React59.createElement("h1", { className: "hawa-font-bold hawa-text-xl" }, title), /* @__PURE__ */ React59.createElement("p", { className: "hawa-text-sm" }, subtitle))));
7359
7353
  var NavigationMenuViewport = React59.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ React59.createElement(
7360
7354
  "div",
@@ -7421,6 +7415,12 @@ var NavigationMenu = ({
7421
7415
  ))))
7422
7416
  );
7423
7417
  };
7418
+ var NavigationMenuItem = NavigationMenuPrimitive.Item;
7419
+ var NavigationMenuLink = NavigationMenuPrimitive.Link;
7420
+ NavigationMenuContent.displayName = NavigationMenuPrimitive.Content.displayName;
7421
+ NavigationMenuTrigger.displayName = NavigationMenuPrimitive.Trigger.displayName;
7422
+ NavigationMenuList.displayName = NavigationMenuPrimitive.List.displayName;
7423
+ NavigationMenuRoot.displayName = NavigationMenuPrimitive.Root.displayName;
7424
7424
  NavigationMenuIndicator.displayName = NavigationMenuPrimitive.Indicator.displayName;
7425
7425
  NavigationMenuViewport.displayName = NavigationMenuPrimitive.Viewport.displayName;
7426
7426
 
@@ -10959,7 +10959,7 @@ var ComparingPlans = (props) => {
10959
10959
  key: i,
10960
10960
  className: "hawa-flex hawa-flex-col hawa-gap-2 hawa-justify-center hawa-items-center"
10961
10961
  },
10962
- /* @__PURE__ */ React96.createElement("div", { className: "hawa-flex hawa-flex-col hawa-gap-2" }, /* @__PURE__ */ React96.createElement("div", { className: "hawa-flex hawa-flex-col" }, /* @__PURE__ */ React96.createElement("span", { className: "hawa-text-md hawa-font-bold " }, plan.texts.title), /* @__PURE__ */ React96.createElement("span", { className: "hawa-text-md hawa-font-normal hawa-text-muted-foreground " }, plan.texts.subtitle)), /* @__PURE__ */ React96.createElement("div", { className: "hawa-flex hawa-items-baseline " }, /* @__PURE__ */ React96.createElement(React96.Fragment, null, /* @__PURE__ */ React96.createElement("span", { className: "hawa-text-5xl hawa-font-extrabold hawa-tracking-tight" }, plan.price), /* @__PURE__ */ React96.createElement("span", { className: "hawa-mx-1 hawa-text-sm hawa-font-semibold" }, plan.texts.currencyText)), /* @__PURE__ */ React96.createElement("span", { className: "hawa-ml-1 hawa-text-xl hawa-font-normal " }, "/ ", plan.texts.cycleText)))
10962
+ /* @__PURE__ */ React96.createElement("div", { className: "hawa-flex hawa-flex-col hawa-gap-2" }, /* @__PURE__ */ React96.createElement("div", { className: "hawa-flex hawa-flex-col" }, /* @__PURE__ */ React96.createElement("span", { className: "hawa-text-md hawa-font-bold " }, plan.texts.title), /* @__PURE__ */ React96.createElement("span", { className: "hawa-text-md hawa-font-normal hawa-text-muted-foreground " }, plan.texts.subtitle)), /* @__PURE__ */ React96.createElement("div", { className: " hawa-flex hawa-items-baseline " }, /* @__PURE__ */ React96.createElement(React96.Fragment, null, /* @__PURE__ */ React96.createElement("span", { className: "hawa-text-5xl hawa-font-extrabold hawa-tracking-tight" }, plan.price), /* @__PURE__ */ React96.createElement("span", { className: "hawa-mx-1 hawa-text-sm hawa-font-semibold" }, plan.texts.currencyText)), /* @__PURE__ */ React96.createElement("span", { className: "hawa-ml-1 hawa-text-xl hawa-font-normal " }, "/ ", plan.texts.cycleText)))
10963
10963
  ))
10964
10964
  ), /* @__PURE__ */ React96.createElement(
10965
10965
  ScrollArea,
@@ -11530,7 +11530,14 @@ export {
11530
11530
  NavMenuItem,
11531
11531
  Navbar,
11532
11532
  NavigationMenu,
11533
+ NavigationMenuContent,
11534
+ NavigationMenuIndicator,
11535
+ NavigationMenuItem,
11533
11536
  NavigationMenuLink,
11537
+ NavigationMenuList,
11538
+ NavigationMenuRoot,
11539
+ NavigationMenuTrigger,
11540
+ NavigationMenuViewport,
11534
11541
  NewPasswordForm,
11535
11542
  NoPermission,
11536
11543
  NotFound,
@@ -11600,6 +11607,7 @@ export {
11600
11607
  Usage,
11601
11608
  UserReferralSource,
11602
11609
  buttonVariants,
11610
+ navigationMenuTriggerStyle,
11603
11611
  reducer,
11604
11612
  toast,
11605
11613
  useBreakpoint,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sikka/hawa",
3
- "version": "0.19.40-next",
3
+ "version": "0.19.41-next",
4
4
  "description": "Modern UI Kit made with Tailwind",
5
5
  "author": {
6
6
  "name": "Sikka Software",
@@ -114,7 +114,7 @@
114
114
  "eslint-plugin-storybook": "^0.6.15",
115
115
  "jest": "^29.7.0",
116
116
  "jest-environment-jsdom": "^29.7.0",
117
- "lucide-react": "^0.292.0",
117
+ "lucide-react": "^0.294.0",
118
118
  "postcss": "^8.4.31",
119
119
  "postcss-cli": "^10.1.0",
120
120
  "postcss-import": "^15.1.0",