@sikka/hawa 0.10.19-next → 0.10.21-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.css +22 -0
- package/dist/index.d.mts +9 -2
- package/dist/index.d.ts +9 -2
- package/dist/index.js +433 -370
- package/dist/index.mjs +297 -256
- package/package.json +2 -1
package/dist/index.css
CHANGED
|
@@ -557,6 +557,19 @@ video {
|
|
|
557
557
|
--tw-backdrop-saturate: ;
|
|
558
558
|
--tw-backdrop-sepia: ;
|
|
559
559
|
}
|
|
560
|
+
.hawa-container {
|
|
561
|
+
width: 100%;
|
|
562
|
+
margin-right: auto;
|
|
563
|
+
margin-left: auto;
|
|
564
|
+
padding-right: 2rem;
|
|
565
|
+
padding-left: 2rem;
|
|
566
|
+
}
|
|
567
|
+
@media (min-width: 1400px) {
|
|
568
|
+
|
|
569
|
+
.hawa-container {
|
|
570
|
+
max-width: 1400px;
|
|
571
|
+
}
|
|
572
|
+
}
|
|
560
573
|
.link::after {
|
|
561
574
|
content: url("data:image/svg+xml,%3Csvg stroke='%234c37eb' fill='none' stroke-width='2' viewBox='0 0 24 24' aria-hidden='true' height='1em' width='1em' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14'%3E%3C/path%3E%3C/svg%3E");
|
|
562
575
|
display: inline-block;
|
|
@@ -876,6 +889,10 @@ input[type="number"]::-webkit-inner-spin-button,
|
|
|
876
889
|
margin-left: 1rem;
|
|
877
890
|
margin-right: 1rem;
|
|
878
891
|
}
|
|
892
|
+
.hawa-mx-auto {
|
|
893
|
+
margin-left: auto;
|
|
894
|
+
margin-right: auto;
|
|
895
|
+
}
|
|
879
896
|
.hawa-my-0 {
|
|
880
897
|
margin-top: 0px;
|
|
881
898
|
margin-bottom: 0px;
|
|
@@ -1586,6 +1603,11 @@ input[type="number"]::-webkit-inner-spin-button,
|
|
|
1586
1603
|
margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
|
|
1587
1604
|
margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
|
|
1588
1605
|
}
|
|
1606
|
+
.hawa-space-y-2 > :not([hidden]) ~ :not([hidden]) {
|
|
1607
|
+
--tw-space-y-reverse: 0;
|
|
1608
|
+
margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
|
|
1609
|
+
margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
|
|
1610
|
+
}
|
|
1589
1611
|
.hawa-space-y-4 > :not([hidden]) ~ :not([hidden]) {
|
|
1590
1612
|
--tw-space-y-reverse: 0;
|
|
1591
1613
|
margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
|
package/dist/index.d.mts
CHANGED
|
@@ -904,6 +904,13 @@ type CopyRightsTypes = {
|
|
|
904
904
|
};
|
|
905
905
|
declare const Copyrights: FC<CopyRightsTypes>;
|
|
906
906
|
|
|
907
|
+
type NavbarType = {
|
|
908
|
+
logo?: any;
|
|
909
|
+
buttons?: any;
|
|
910
|
+
menuItems?: any;
|
|
911
|
+
};
|
|
912
|
+
declare const Navbar: React__default.FC<NavbarType>;
|
|
913
|
+
|
|
907
914
|
type LoginFormTypes = {
|
|
908
915
|
texts?: {
|
|
909
916
|
emailLabel?: string;
|
|
@@ -952,7 +959,7 @@ type LoginFormTypes = {
|
|
|
952
959
|
/** If true, the reset password option is hidden. */
|
|
953
960
|
withoutResetPassword?: boolean;
|
|
954
961
|
/** If true, the register option is hidden. */
|
|
955
|
-
|
|
962
|
+
allowRegister?: boolean;
|
|
956
963
|
/** If true, a loading spinner is displayed within the main form submit button. */
|
|
957
964
|
isLoading?: boolean;
|
|
958
965
|
/** If true, a loading spinner is displayed within the Google login button. */
|
|
@@ -1513,4 +1520,4 @@ declare function useTabs(initialTab?: string): {
|
|
|
1513
1520
|
handleTabChange: (index: any) => void;
|
|
1514
1521
|
};
|
|
1515
1522
|
|
|
1516
|
-
export { Accordion, AccordionContent, AccordionItem, AccordionTrigger, ActionCard, AdCard, Alert, Announcement, AppLanding, AppLayout, AppStores, BackToTop, Breadcrumb, Button, ButtonProps, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, CheckEmail, Checkbox, Chip, CodeBlock, CodeConfirmation, ColorPicker, Combobox, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, ComparingPlans, Copyrights, Count, DataTable, Dialog, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogTitle, DialogTrigger, DropdownMenu, EmptyState, FeedbackEmoji, FeedbackForm, FeedbackRating, FileDropzone, Form, FormControl, FormDescription, FormField, FormItem, FormLabel, FormMessage, HorizontalPricing, Input, InterfaceSettings, ItemCard, Label, LandingCard, LeadGenerator, LegalTexts, Loading, LoginForm, Logos, MenuItemType, NavMenuItem, NavigationMenu, NavigationMenuLink, NewPasswordForm, NoPermission, NotFound, PhoneInput, PinInput, Popover, PopoverContent, PopoverTrigger, PricingCard, PricingPlans, Progress, Radio, RadioOptionsTypes, RegisterForm, ResetPasswordForm, ScrollArea, ScrollBar, Select, SelectOptionProps, Separator, SidebarGroup, SidebarItem, SimpleTable, Skeleton, Slider, SortButton, Stats, StopPropagationWrapper, SubItem$2 as SubItem, Switch, TChipTypes, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContent, TabsList, TabsTrigger, Testimonial, Textarea, TextareaProps, Toast$1 as Toast, ToastAction, ToastActionElement, ToastClose, ToastDescription, ToastProps, ToastProvider, ToastTitle, ToastViewport, Toaster, Tooltip, Usage, UseFocusWithinOptions, UseMediaQueryOptions, UserReferralSource, buttonVariants, reducer, toast, useBreakpoint, useClipboard, useFocusWithin, useFormField, useMediaQuery, useTabs, useToast, useWindowSize };
|
|
1523
|
+
export { Accordion, AccordionContent, AccordionItem, AccordionTrigger, ActionCard, AdCard, Alert, Announcement, AppLanding, AppLayout, AppStores, BackToTop, Breadcrumb, Button, ButtonProps, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, CheckEmail, Checkbox, Chip, CodeBlock, CodeConfirmation, ColorPicker, Combobox, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, ComparingPlans, Copyrights, Count, DataTable, Dialog, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogTitle, DialogTrigger, DropdownMenu, EmptyState, FeedbackEmoji, FeedbackForm, FeedbackRating, FileDropzone, Form, FormControl, FormDescription, FormField, FormItem, FormLabel, FormMessage, HorizontalPricing, Input, InterfaceSettings, ItemCard, Label, LandingCard, LeadGenerator, LegalTexts, Loading, LoginForm, Logos, MenuItemType, NavMenuItem, Navbar, NavigationMenu, NavigationMenuLink, NewPasswordForm, NoPermission, NotFound, PhoneInput, PinInput, Popover, PopoverContent, PopoverTrigger, PricingCard, PricingPlans, Progress, Radio, RadioOptionsTypes, RegisterForm, ResetPasswordForm, ScrollArea, ScrollBar, Select, SelectOptionProps, Separator, SidebarGroup, SidebarItem, SimpleTable, Skeleton, Slider, SortButton, Stats, StopPropagationWrapper, SubItem$2 as SubItem, Switch, TChipTypes, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContent, TabsList, TabsTrigger, Testimonial, Textarea, TextareaProps, Toast$1 as Toast, ToastAction, ToastActionElement, ToastClose, ToastDescription, ToastProps, ToastProvider, ToastTitle, ToastViewport, Toaster, Tooltip, Usage, UseFocusWithinOptions, UseMediaQueryOptions, UserReferralSource, buttonVariants, reducer, toast, useBreakpoint, useClipboard, useFocusWithin, useFormField, useMediaQuery, useTabs, useToast, useWindowSize };
|
package/dist/index.d.ts
CHANGED
|
@@ -904,6 +904,13 @@ type CopyRightsTypes = {
|
|
|
904
904
|
};
|
|
905
905
|
declare const Copyrights: FC<CopyRightsTypes>;
|
|
906
906
|
|
|
907
|
+
type NavbarType = {
|
|
908
|
+
logo?: any;
|
|
909
|
+
buttons?: any;
|
|
910
|
+
menuItems?: any;
|
|
911
|
+
};
|
|
912
|
+
declare const Navbar: React__default.FC<NavbarType>;
|
|
913
|
+
|
|
907
914
|
type LoginFormTypes = {
|
|
908
915
|
texts?: {
|
|
909
916
|
emailLabel?: string;
|
|
@@ -952,7 +959,7 @@ type LoginFormTypes = {
|
|
|
952
959
|
/** If true, the reset password option is hidden. */
|
|
953
960
|
withoutResetPassword?: boolean;
|
|
954
961
|
/** If true, the register option is hidden. */
|
|
955
|
-
|
|
962
|
+
allowRegister?: boolean;
|
|
956
963
|
/** If true, a loading spinner is displayed within the main form submit button. */
|
|
957
964
|
isLoading?: boolean;
|
|
958
965
|
/** If true, a loading spinner is displayed within the Google login button. */
|
|
@@ -1513,4 +1520,4 @@ declare function useTabs(initialTab?: string): {
|
|
|
1513
1520
|
handleTabChange: (index: any) => void;
|
|
1514
1521
|
};
|
|
1515
1522
|
|
|
1516
|
-
export { Accordion, AccordionContent, AccordionItem, AccordionTrigger, ActionCard, AdCard, Alert, Announcement, AppLanding, AppLayout, AppStores, BackToTop, Breadcrumb, Button, ButtonProps, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, CheckEmail, Checkbox, Chip, CodeBlock, CodeConfirmation, ColorPicker, Combobox, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, ComparingPlans, Copyrights, Count, DataTable, Dialog, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogTitle, DialogTrigger, DropdownMenu, EmptyState, FeedbackEmoji, FeedbackForm, FeedbackRating, FileDropzone, Form, FormControl, FormDescription, FormField, FormItem, FormLabel, FormMessage, HorizontalPricing, Input, InterfaceSettings, ItemCard, Label, LandingCard, LeadGenerator, LegalTexts, Loading, LoginForm, Logos, MenuItemType, NavMenuItem, NavigationMenu, NavigationMenuLink, NewPasswordForm, NoPermission, NotFound, PhoneInput, PinInput, Popover, PopoverContent, PopoverTrigger, PricingCard, PricingPlans, Progress, Radio, RadioOptionsTypes, RegisterForm, ResetPasswordForm, ScrollArea, ScrollBar, Select, SelectOptionProps, Separator, SidebarGroup, SidebarItem, SimpleTable, Skeleton, Slider, SortButton, Stats, StopPropagationWrapper, SubItem$2 as SubItem, Switch, TChipTypes, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContent, TabsList, TabsTrigger, Testimonial, Textarea, TextareaProps, Toast$1 as Toast, ToastAction, ToastActionElement, ToastClose, ToastDescription, ToastProps, ToastProvider, ToastTitle, ToastViewport, Toaster, Tooltip, Usage, UseFocusWithinOptions, UseMediaQueryOptions, UserReferralSource, buttonVariants, reducer, toast, useBreakpoint, useClipboard, useFocusWithin, useFormField, useMediaQuery, useTabs, useToast, useWindowSize };
|
|
1523
|
+
export { Accordion, AccordionContent, AccordionItem, AccordionTrigger, ActionCard, AdCard, Alert, Announcement, AppLanding, AppLayout, AppStores, BackToTop, Breadcrumb, Button, ButtonProps, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, CheckEmail, Checkbox, Chip, CodeBlock, CodeConfirmation, ColorPicker, Combobox, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, ComparingPlans, Copyrights, Count, DataTable, Dialog, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogTitle, DialogTrigger, DropdownMenu, EmptyState, FeedbackEmoji, FeedbackForm, FeedbackRating, FileDropzone, Form, FormControl, FormDescription, FormField, FormItem, FormLabel, FormMessage, HorizontalPricing, Input, InterfaceSettings, ItemCard, Label, LandingCard, LeadGenerator, LegalTexts, Loading, LoginForm, Logos, MenuItemType, NavMenuItem, Navbar, NavigationMenu, NavigationMenuLink, NewPasswordForm, NoPermission, NotFound, PhoneInput, PinInput, Popover, PopoverContent, PopoverTrigger, PricingCard, PricingPlans, Progress, Radio, RadioOptionsTypes, RegisterForm, ResetPasswordForm, ScrollArea, ScrollBar, Select, SelectOptionProps, Separator, SidebarGroup, SidebarItem, SimpleTable, Skeleton, Slider, SortButton, Stats, StopPropagationWrapper, SubItem$2 as SubItem, Switch, TChipTypes, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContent, TabsList, TabsTrigger, Testimonial, Textarea, TextareaProps, Toast$1 as Toast, ToastAction, ToastActionElement, ToastClose, ToastDescription, ToastProps, ToastProvider, ToastTitle, ToastViewport, Toaster, Tooltip, Usage, UseFocusWithinOptions, UseMediaQueryOptions, UserReferralSource, buttonVariants, reducer, toast, useBreakpoint, useClipboard, useFocusWithin, useFormField, useMediaQuery, useTabs, useToast, useWindowSize };
|