@sikka/hawa 0.14.14-next → 0.14.16-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 +16 -2
- package/dist/index.d.mts +13 -37
- package/dist/index.d.ts +13 -37
- package/dist/index.js +597 -583
- package/dist/index.mjs +1044 -1033
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -888,6 +888,10 @@ input[type="number"]::-webkit-inner-spin-button,
|
|
|
888
888
|
margin-top: 0.25rem;
|
|
889
889
|
margin-bottom: 0.25rem;
|
|
890
890
|
}
|
|
891
|
+
.hawa-my-10 {
|
|
892
|
+
margin-top: 2.5rem;
|
|
893
|
+
margin-bottom: 2.5rem;
|
|
894
|
+
}
|
|
891
895
|
.hawa-my-2 {
|
|
892
896
|
margin-top: 0.5rem;
|
|
893
897
|
margin-bottom: 0.5rem;
|
|
@@ -1097,8 +1101,8 @@ input[type="number"]::-webkit-inner-spin-button,
|
|
|
1097
1101
|
.hawa-h-\[16px\] {
|
|
1098
1102
|
height: 16px;
|
|
1099
1103
|
}
|
|
1100
|
-
.hawa-h-\[
|
|
1101
|
-
height:
|
|
1104
|
+
.hawa-h-\[195px\] {
|
|
1105
|
+
height: 195px;
|
|
1102
1106
|
}
|
|
1103
1107
|
.hawa-h-\[1px\] {
|
|
1104
1108
|
height: 1px;
|
|
@@ -1189,6 +1193,9 @@ input[type="number"]::-webkit-inner-spin-button,
|
|
|
1189
1193
|
.hawa-w-1\/2 {
|
|
1190
1194
|
width: 50%;
|
|
1191
1195
|
}
|
|
1196
|
+
.hawa-w-1\/6 {
|
|
1197
|
+
width: 16.666667%;
|
|
1198
|
+
}
|
|
1192
1199
|
.hawa-w-10 {
|
|
1193
1200
|
width: 2.5rem;
|
|
1194
1201
|
}
|
|
@@ -1808,6 +1815,9 @@ input[type="number"]::-webkit-inner-spin-button,
|
|
|
1808
1815
|
.hawa-border-r-0 {
|
|
1809
1816
|
border-right-width: 0px;
|
|
1810
1817
|
}
|
|
1818
|
+
.hawa-border-r-4 {
|
|
1819
|
+
border-right-width: 4px;
|
|
1820
|
+
}
|
|
1811
1821
|
.hawa-border-t {
|
|
1812
1822
|
border-top-width: 1px;
|
|
1813
1823
|
}
|
|
@@ -2624,6 +2634,10 @@ input[type="number"]::-webkit-inner-spin-button,
|
|
|
2624
2634
|
.hawa-ring-offset-background {
|
|
2625
2635
|
--tw-ring-offset-color: hsl(var(--background));
|
|
2626
2636
|
}
|
|
2637
|
+
.hawa-drop-shadow-lg {
|
|
2638
|
+
--tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
|
|
2639
|
+
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
|
|
2640
|
+
}
|
|
2627
2641
|
.hawa-drop-shadow-xl {
|
|
2628
2642
|
--tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
|
|
2629
2643
|
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
|
package/dist/index.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React$1 from 'react';
|
|
2
|
-
import React__default, { FC, ReactNode, ChangeEvent, InputHTMLAttributes, PropsWithChildren, RefObject } from 'react';
|
|
2
|
+
import React__default, { FC, ReactNode, ChangeEvent, InputHTMLAttributes, PropsWithChildren, RefObject, useEffect } from 'react';
|
|
3
3
|
import * as DropdownMenuPrimitive from '@radix-ui/react-dropdown-menu';
|
|
4
4
|
import * as class_variance_authority_types from 'class-variance-authority/types';
|
|
5
5
|
import { VariantProps } from 'class-variance-authority';
|
|
@@ -1023,8 +1023,8 @@ type AppTopbarType = {
|
|
|
1023
1023
|
size?: number;
|
|
1024
1024
|
username?: string;
|
|
1025
1025
|
email?: string;
|
|
1026
|
-
profileMenuItems
|
|
1027
|
-
avatarImage
|
|
1026
|
+
profileMenuItems?: MenuItemType[];
|
|
1027
|
+
avatarImage?: string;
|
|
1028
1028
|
};
|
|
1029
1029
|
declare const AppTopbar: React__default.FC<AppTopbarType>;
|
|
1030
1030
|
|
|
@@ -1066,24 +1066,17 @@ type AppTabsType = {
|
|
|
1066
1066
|
declare const AppTabs: React__default.FC<AppTabsType>;
|
|
1067
1067
|
|
|
1068
1068
|
type AppLayoutTypes = {
|
|
1069
|
+
pages?: any[];
|
|
1069
1070
|
/** The direction of the layout */
|
|
1070
1071
|
direction?: DirectionType;
|
|
1071
|
-
/** The title of the current selected page, make sure it's the same as the drawerItem slug */
|
|
1072
|
-
currentPage: string;
|
|
1073
1072
|
/** Specifies the title of the page. */
|
|
1074
1073
|
pageTitle?: string;
|
|
1075
1074
|
/** Specifies the symbol for the logo. */
|
|
1076
1075
|
logoSymbol?: any;
|
|
1077
1076
|
/** Specifies the link for the logo. */
|
|
1078
1077
|
logoLink?: string;
|
|
1079
|
-
/** Specifies the text for the logo. */
|
|
1080
|
-
logoText?: any;
|
|
1081
1078
|
/** Specifies the content to be displayed in the layout. */
|
|
1082
1079
|
children?: any;
|
|
1083
|
-
/** Specifies the username to be displayed. */
|
|
1084
|
-
username?: string;
|
|
1085
|
-
/** Specifies the user email to be displayed. */
|
|
1086
|
-
email?: string;
|
|
1087
1080
|
/** Specifies the image for the avatar. */
|
|
1088
1081
|
avatarImage?: any;
|
|
1089
1082
|
/**
|
|
@@ -1093,19 +1086,6 @@ type AppLayoutTypes = {
|
|
|
1093
1086
|
* - 'large': Large.
|
|
1094
1087
|
*/
|
|
1095
1088
|
drawerSize?: "sm" | "md" | "large";
|
|
1096
|
-
/** Specifies the menu items for the profile menu. */
|
|
1097
|
-
/**
|
|
1098
|
-
* Specifies the width of the profile menu.
|
|
1099
|
-
* - 'default': Default width.
|
|
1100
|
-
* - 'sm': Small width.
|
|
1101
|
-
* - 'lg': Large width.
|
|
1102
|
-
* - 'parent': Inherits width from parent element.
|
|
1103
|
-
*/
|
|
1104
|
-
profileMenuWidth: "default" | "sm" | "lg" | "parent";
|
|
1105
|
-
/** Event handler for settings button click. */
|
|
1106
|
-
onSettingsClick?: () => void;
|
|
1107
|
-
/** Event handler for drawer expansion. */
|
|
1108
|
-
onDrawerExpand?: (e: any) => void;
|
|
1109
1089
|
/** Specifies whether to keep the drawer open. */
|
|
1110
1090
|
keepOpen: boolean;
|
|
1111
1091
|
setKeepOpen: (value: boolean) => void;
|
|
@@ -1115,18 +1095,13 @@ type AppLayoutTypes = {
|
|
|
1115
1095
|
clickedItem?: any;
|
|
1116
1096
|
/** Event handler for logo button click. */
|
|
1117
1097
|
onLogoClick?: () => void;
|
|
1118
|
-
/** Text labels for various UI elements. */
|
|
1119
|
-
texts?: {
|
|
1120
|
-
/** Label for expand sidebar button. */
|
|
1121
|
-
expandSidebar?: string;
|
|
1122
|
-
/** Label for collapse sidebar button. */
|
|
1123
|
-
collapseSidebar?: string;
|
|
1124
|
-
};
|
|
1125
1098
|
};
|
|
1126
1099
|
declare const DocsLayout: React__default.FunctionComponent<AppLayoutTypes>;
|
|
1127
1100
|
|
|
1128
1101
|
type DocsSidebarType = {
|
|
1129
|
-
|
|
1102
|
+
pages: any[];
|
|
1103
|
+
currentPage?: string;
|
|
1104
|
+
direction?: DirectionType;
|
|
1130
1105
|
};
|
|
1131
1106
|
declare const DocsSidebar: React__default.FC<DocsSidebarType>;
|
|
1132
1107
|
|
|
@@ -1261,6 +1236,7 @@ type LoginFormTypes = {
|
|
|
1261
1236
|
onTwitterLogin?: () => void;
|
|
1262
1237
|
/** Additional buttons to add under the login button */
|
|
1263
1238
|
additionalButtons?: any;
|
|
1239
|
+
/** The allowed length of the password input field */
|
|
1264
1240
|
passwordLength?: number;
|
|
1265
1241
|
};
|
|
1266
1242
|
declare const LoginForm: FC<LoginFormTypes>;
|
|
@@ -1344,12 +1320,10 @@ type AppLandingTypes = {
|
|
|
1344
1320
|
viaEmail?: boolean;
|
|
1345
1321
|
viaPhone?: boolean;
|
|
1346
1322
|
viaApple?: boolean;
|
|
1347
|
-
|
|
1323
|
+
allowRegister?: boolean;
|
|
1348
1324
|
size: "small" | "normal" | "full";
|
|
1349
1325
|
direction: DirectionType;
|
|
1350
1326
|
handleRouteToRegister: () => void;
|
|
1351
|
-
handleLanguage: () => void;
|
|
1352
|
-
handleColorMode: () => void;
|
|
1353
1327
|
handleGoogle?: () => void;
|
|
1354
1328
|
handleTwitter?: () => void;
|
|
1355
1329
|
handleApple?: () => void;
|
|
@@ -1361,12 +1335,12 @@ type AppLandingTypes = {
|
|
|
1361
1335
|
declare const AppLanding: FC<AppLandingTypes>;
|
|
1362
1336
|
|
|
1363
1337
|
type CheckEmailBlocks = {
|
|
1338
|
+
handleResend?: () => void;
|
|
1364
1339
|
texts?: {
|
|
1365
1340
|
checkEmail: string;
|
|
1366
1341
|
resendEmail: string;
|
|
1367
1342
|
pleaseVerify: string;
|
|
1368
1343
|
};
|
|
1369
|
-
handleResend?: () => void;
|
|
1370
1344
|
};
|
|
1371
1345
|
declare const CheckEmail: FC<CheckEmailBlocks>;
|
|
1372
1346
|
|
|
@@ -1660,6 +1634,8 @@ type UsageCardTypes = {
|
|
|
1660
1634
|
};
|
|
1661
1635
|
declare const Usage: FC<UsageCardTypes>;
|
|
1662
1636
|
|
|
1637
|
+
declare const useIsomorphicEffect: typeof useEffect;
|
|
1638
|
+
|
|
1663
1639
|
type ToasterToast = ToastProps & {
|
|
1664
1640
|
id: string;
|
|
1665
1641
|
title?: React$1.ReactNode;
|
|
@@ -1739,4 +1715,4 @@ declare function useTabs(initialTab?: string): {
|
|
|
1739
1715
|
handleTabChange: (index: any) => void;
|
|
1740
1716
|
};
|
|
1741
1717
|
|
|
1742
|
-
export { Accordion, AccordionContent, AccordionItem, AccordionRoot, AccordionTrigger, ActionCard, AdCard, Alert, Announcement, AppLanding, AppLayout, AppLayoutSidebarItemProps, AppStores, AppTabs, AppTopbar, BackToTop, Badge, BadgedComponent, Breadcrumb, Button, ButtonProps, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Carousel, CheckEmail, Checkbox, Chip, ChipColors, ChipTypes, CodeBlock, CodeConfirmation, ColorPicker, Combobox, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, ComparingPlans, Copyrights, Count, DataTable, DestroyableCard, Dialog, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogTitle, DialogTrigger, DocsLayout, DocsSidebar, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuItem, DropdownMenuLabel, DropdownMenuRoot, DropdownMenuSeparator, DropdownMenuSubTrigger, DropdownMenuTrigger, EmptyState, FeedbackEmoji, FeedbackForm, FeedbackRating, FileDropzone, HorizontalPricing, Input, InterfaceSettings, ItemCard, Label, LabelProps, LandingCard, LeadGenerator, LegalTexts, Loading, LoginForm, Logos, MenuItemType, Menubar, MenubarCheckboxItem, MenubarContent, MenubarGroup, MenubarItem, MenubarLabel, MenubarMenu, MenubarPortal, MenubarRadioGroup, MenubarRadioItem, MenubarSeparator, MenubarShortcut, MenubarSub, MenubarSubContent, MenubarSubTrigger, MenubarTrigger, NavMenuItem, Navbar, NavigationMenu, NavigationMenuLink, NewPasswordForm, NoPermission, NotFound, PhoneInput, PinInput, Popover, PopoverContent, PopoverTrigger, PricingCard, PricingPlans, Progress, ProgressCircle, Radio, RadioOptionsTypes, RegisterForm, ResetPasswordForm, ScrollArea, ScrollBar, ScrollIndicator, Select, SelectOptionProps, Separator, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetOverlay, SheetPortal, SheetTitle, SheetTrigger, SidebarGroup, SidebarItem, SimpleTable, Skeleton, Slider, SortButton, SplitButton, Stats, StopPropagationWrapper, SubItem$1 as SubItem, Switch, 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, useMediaQuery, useTabs, useToast, useWindowSize };
|
|
1718
|
+
export { Accordion, AccordionContent, AccordionItem, AccordionRoot, AccordionTrigger, ActionCard, AdCard, Alert, Announcement, AppLanding, AppLayout, AppLayoutSidebarItemProps, AppStores, AppTabs, AppTopbar, BackToTop, Badge, BadgedComponent, Breadcrumb, Button, ButtonProps, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Carousel, CheckEmail, Checkbox, Chip, ChipColors, ChipTypes, CodeBlock, CodeConfirmation, ColorPicker, Combobox, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, ComparingPlans, Copyrights, Count, DataTable, DestroyableCard, Dialog, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogTitle, DialogTrigger, DocsLayout, DocsSidebar, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuItem, DropdownMenuLabel, DropdownMenuRoot, DropdownMenuSeparator, DropdownMenuSubTrigger, DropdownMenuTrigger, EmptyState, FeedbackEmoji, FeedbackForm, FeedbackRating, FileDropzone, HorizontalPricing, Input, InterfaceSettings, ItemCard, Label, LabelProps, LandingCard, LeadGenerator, LegalTexts, Loading, LoginForm, Logos, MenuItemType, Menubar, MenubarCheckboxItem, MenubarContent, MenubarGroup, MenubarItem, MenubarLabel, MenubarMenu, MenubarPortal, MenubarRadioGroup, MenubarRadioItem, MenubarSeparator, MenubarShortcut, MenubarSub, MenubarSubContent, MenubarSubTrigger, MenubarTrigger, NavMenuItem, Navbar, NavigationMenu, NavigationMenuLink, NewPasswordForm, NoPermission, NotFound, PhoneInput, PinInput, Popover, PopoverContent, PopoverTrigger, PricingCard, PricingPlans, Progress, ProgressCircle, Radio, RadioOptionsTypes, RegisterForm, ResetPasswordForm, ScrollArea, ScrollBar, ScrollIndicator, Select, SelectOptionProps, Separator, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetOverlay, SheetPortal, SheetTitle, SheetTrigger, SidebarGroup, SidebarItem, SimpleTable, Skeleton, Slider, SortButton, SplitButton, Stats, StopPropagationWrapper, SubItem$1 as SubItem, Switch, 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, useIsomorphicEffect, useMediaQuery, useTabs, useToast, useWindowSize };
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React$1 from 'react';
|
|
2
|
-
import React__default, { FC, ReactNode, ChangeEvent, InputHTMLAttributes, PropsWithChildren, RefObject } from 'react';
|
|
2
|
+
import React__default, { FC, ReactNode, ChangeEvent, InputHTMLAttributes, PropsWithChildren, RefObject, useEffect } from 'react';
|
|
3
3
|
import * as DropdownMenuPrimitive from '@radix-ui/react-dropdown-menu';
|
|
4
4
|
import * as class_variance_authority_types from 'class-variance-authority/types';
|
|
5
5
|
import { VariantProps } from 'class-variance-authority';
|
|
@@ -1023,8 +1023,8 @@ type AppTopbarType = {
|
|
|
1023
1023
|
size?: number;
|
|
1024
1024
|
username?: string;
|
|
1025
1025
|
email?: string;
|
|
1026
|
-
profileMenuItems
|
|
1027
|
-
avatarImage
|
|
1026
|
+
profileMenuItems?: MenuItemType[];
|
|
1027
|
+
avatarImage?: string;
|
|
1028
1028
|
};
|
|
1029
1029
|
declare const AppTopbar: React__default.FC<AppTopbarType>;
|
|
1030
1030
|
|
|
@@ -1066,24 +1066,17 @@ type AppTabsType = {
|
|
|
1066
1066
|
declare const AppTabs: React__default.FC<AppTabsType>;
|
|
1067
1067
|
|
|
1068
1068
|
type AppLayoutTypes = {
|
|
1069
|
+
pages?: any[];
|
|
1069
1070
|
/** The direction of the layout */
|
|
1070
1071
|
direction?: DirectionType;
|
|
1071
|
-
/** The title of the current selected page, make sure it's the same as the drawerItem slug */
|
|
1072
|
-
currentPage: string;
|
|
1073
1072
|
/** Specifies the title of the page. */
|
|
1074
1073
|
pageTitle?: string;
|
|
1075
1074
|
/** Specifies the symbol for the logo. */
|
|
1076
1075
|
logoSymbol?: any;
|
|
1077
1076
|
/** Specifies the link for the logo. */
|
|
1078
1077
|
logoLink?: string;
|
|
1079
|
-
/** Specifies the text for the logo. */
|
|
1080
|
-
logoText?: any;
|
|
1081
1078
|
/** Specifies the content to be displayed in the layout. */
|
|
1082
1079
|
children?: any;
|
|
1083
|
-
/** Specifies the username to be displayed. */
|
|
1084
|
-
username?: string;
|
|
1085
|
-
/** Specifies the user email to be displayed. */
|
|
1086
|
-
email?: string;
|
|
1087
1080
|
/** Specifies the image for the avatar. */
|
|
1088
1081
|
avatarImage?: any;
|
|
1089
1082
|
/**
|
|
@@ -1093,19 +1086,6 @@ type AppLayoutTypes = {
|
|
|
1093
1086
|
* - 'large': Large.
|
|
1094
1087
|
*/
|
|
1095
1088
|
drawerSize?: "sm" | "md" | "large";
|
|
1096
|
-
/** Specifies the menu items for the profile menu. */
|
|
1097
|
-
/**
|
|
1098
|
-
* Specifies the width of the profile menu.
|
|
1099
|
-
* - 'default': Default width.
|
|
1100
|
-
* - 'sm': Small width.
|
|
1101
|
-
* - 'lg': Large width.
|
|
1102
|
-
* - 'parent': Inherits width from parent element.
|
|
1103
|
-
*/
|
|
1104
|
-
profileMenuWidth: "default" | "sm" | "lg" | "parent";
|
|
1105
|
-
/** Event handler for settings button click. */
|
|
1106
|
-
onSettingsClick?: () => void;
|
|
1107
|
-
/** Event handler for drawer expansion. */
|
|
1108
|
-
onDrawerExpand?: (e: any) => void;
|
|
1109
1089
|
/** Specifies whether to keep the drawer open. */
|
|
1110
1090
|
keepOpen: boolean;
|
|
1111
1091
|
setKeepOpen: (value: boolean) => void;
|
|
@@ -1115,18 +1095,13 @@ type AppLayoutTypes = {
|
|
|
1115
1095
|
clickedItem?: any;
|
|
1116
1096
|
/** Event handler for logo button click. */
|
|
1117
1097
|
onLogoClick?: () => void;
|
|
1118
|
-
/** Text labels for various UI elements. */
|
|
1119
|
-
texts?: {
|
|
1120
|
-
/** Label for expand sidebar button. */
|
|
1121
|
-
expandSidebar?: string;
|
|
1122
|
-
/** Label for collapse sidebar button. */
|
|
1123
|
-
collapseSidebar?: string;
|
|
1124
|
-
};
|
|
1125
1098
|
};
|
|
1126
1099
|
declare const DocsLayout: React__default.FunctionComponent<AppLayoutTypes>;
|
|
1127
1100
|
|
|
1128
1101
|
type DocsSidebarType = {
|
|
1129
|
-
|
|
1102
|
+
pages: any[];
|
|
1103
|
+
currentPage?: string;
|
|
1104
|
+
direction?: DirectionType;
|
|
1130
1105
|
};
|
|
1131
1106
|
declare const DocsSidebar: React__default.FC<DocsSidebarType>;
|
|
1132
1107
|
|
|
@@ -1261,6 +1236,7 @@ type LoginFormTypes = {
|
|
|
1261
1236
|
onTwitterLogin?: () => void;
|
|
1262
1237
|
/** Additional buttons to add under the login button */
|
|
1263
1238
|
additionalButtons?: any;
|
|
1239
|
+
/** The allowed length of the password input field */
|
|
1264
1240
|
passwordLength?: number;
|
|
1265
1241
|
};
|
|
1266
1242
|
declare const LoginForm: FC<LoginFormTypes>;
|
|
@@ -1344,12 +1320,10 @@ type AppLandingTypes = {
|
|
|
1344
1320
|
viaEmail?: boolean;
|
|
1345
1321
|
viaPhone?: boolean;
|
|
1346
1322
|
viaApple?: boolean;
|
|
1347
|
-
|
|
1323
|
+
allowRegister?: boolean;
|
|
1348
1324
|
size: "small" | "normal" | "full";
|
|
1349
1325
|
direction: DirectionType;
|
|
1350
1326
|
handleRouteToRegister: () => void;
|
|
1351
|
-
handleLanguage: () => void;
|
|
1352
|
-
handleColorMode: () => void;
|
|
1353
1327
|
handleGoogle?: () => void;
|
|
1354
1328
|
handleTwitter?: () => void;
|
|
1355
1329
|
handleApple?: () => void;
|
|
@@ -1361,12 +1335,12 @@ type AppLandingTypes = {
|
|
|
1361
1335
|
declare const AppLanding: FC<AppLandingTypes>;
|
|
1362
1336
|
|
|
1363
1337
|
type CheckEmailBlocks = {
|
|
1338
|
+
handleResend?: () => void;
|
|
1364
1339
|
texts?: {
|
|
1365
1340
|
checkEmail: string;
|
|
1366
1341
|
resendEmail: string;
|
|
1367
1342
|
pleaseVerify: string;
|
|
1368
1343
|
};
|
|
1369
|
-
handleResend?: () => void;
|
|
1370
1344
|
};
|
|
1371
1345
|
declare const CheckEmail: FC<CheckEmailBlocks>;
|
|
1372
1346
|
|
|
@@ -1660,6 +1634,8 @@ type UsageCardTypes = {
|
|
|
1660
1634
|
};
|
|
1661
1635
|
declare const Usage: FC<UsageCardTypes>;
|
|
1662
1636
|
|
|
1637
|
+
declare const useIsomorphicEffect: typeof useEffect;
|
|
1638
|
+
|
|
1663
1639
|
type ToasterToast = ToastProps & {
|
|
1664
1640
|
id: string;
|
|
1665
1641
|
title?: React$1.ReactNode;
|
|
@@ -1739,4 +1715,4 @@ declare function useTabs(initialTab?: string): {
|
|
|
1739
1715
|
handleTabChange: (index: any) => void;
|
|
1740
1716
|
};
|
|
1741
1717
|
|
|
1742
|
-
export { Accordion, AccordionContent, AccordionItem, AccordionRoot, AccordionTrigger, ActionCard, AdCard, Alert, Announcement, AppLanding, AppLayout, AppLayoutSidebarItemProps, AppStores, AppTabs, AppTopbar, BackToTop, Badge, BadgedComponent, Breadcrumb, Button, ButtonProps, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Carousel, CheckEmail, Checkbox, Chip, ChipColors, ChipTypes, CodeBlock, CodeConfirmation, ColorPicker, Combobox, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, ComparingPlans, Copyrights, Count, DataTable, DestroyableCard, Dialog, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogTitle, DialogTrigger, DocsLayout, DocsSidebar, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuItem, DropdownMenuLabel, DropdownMenuRoot, DropdownMenuSeparator, DropdownMenuSubTrigger, DropdownMenuTrigger, EmptyState, FeedbackEmoji, FeedbackForm, FeedbackRating, FileDropzone, HorizontalPricing, Input, InterfaceSettings, ItemCard, Label, LabelProps, LandingCard, LeadGenerator, LegalTexts, Loading, LoginForm, Logos, MenuItemType, Menubar, MenubarCheckboxItem, MenubarContent, MenubarGroup, MenubarItem, MenubarLabel, MenubarMenu, MenubarPortal, MenubarRadioGroup, MenubarRadioItem, MenubarSeparator, MenubarShortcut, MenubarSub, MenubarSubContent, MenubarSubTrigger, MenubarTrigger, NavMenuItem, Navbar, NavigationMenu, NavigationMenuLink, NewPasswordForm, NoPermission, NotFound, PhoneInput, PinInput, Popover, PopoverContent, PopoverTrigger, PricingCard, PricingPlans, Progress, ProgressCircle, Radio, RadioOptionsTypes, RegisterForm, ResetPasswordForm, ScrollArea, ScrollBar, ScrollIndicator, Select, SelectOptionProps, Separator, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetOverlay, SheetPortal, SheetTitle, SheetTrigger, SidebarGroup, SidebarItem, SimpleTable, Skeleton, Slider, SortButton, SplitButton, Stats, StopPropagationWrapper, SubItem$1 as SubItem, Switch, 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, useMediaQuery, useTabs, useToast, useWindowSize };
|
|
1718
|
+
export { Accordion, AccordionContent, AccordionItem, AccordionRoot, AccordionTrigger, ActionCard, AdCard, Alert, Announcement, AppLanding, AppLayout, AppLayoutSidebarItemProps, AppStores, AppTabs, AppTopbar, BackToTop, Badge, BadgedComponent, Breadcrumb, Button, ButtonProps, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Carousel, CheckEmail, Checkbox, Chip, ChipColors, ChipTypes, CodeBlock, CodeConfirmation, ColorPicker, Combobox, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, ComparingPlans, Copyrights, Count, DataTable, DestroyableCard, Dialog, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogTitle, DialogTrigger, DocsLayout, DocsSidebar, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuItem, DropdownMenuLabel, DropdownMenuRoot, DropdownMenuSeparator, DropdownMenuSubTrigger, DropdownMenuTrigger, EmptyState, FeedbackEmoji, FeedbackForm, FeedbackRating, FileDropzone, HorizontalPricing, Input, InterfaceSettings, ItemCard, Label, LabelProps, LandingCard, LeadGenerator, LegalTexts, Loading, LoginForm, Logos, MenuItemType, Menubar, MenubarCheckboxItem, MenubarContent, MenubarGroup, MenubarItem, MenubarLabel, MenubarMenu, MenubarPortal, MenubarRadioGroup, MenubarRadioItem, MenubarSeparator, MenubarShortcut, MenubarSub, MenubarSubContent, MenubarSubTrigger, MenubarTrigger, NavMenuItem, Navbar, NavigationMenu, NavigationMenuLink, NewPasswordForm, NoPermission, NotFound, PhoneInput, PinInput, Popover, PopoverContent, PopoverTrigger, PricingCard, PricingPlans, Progress, ProgressCircle, Radio, RadioOptionsTypes, RegisterForm, ResetPasswordForm, ScrollArea, ScrollBar, ScrollIndicator, Select, SelectOptionProps, Separator, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetOverlay, SheetPortal, SheetTitle, SheetTrigger, SidebarGroup, SidebarItem, SimpleTable, Skeleton, Slider, SortButton, SplitButton, Stats, StopPropagationWrapper, SubItem$1 as SubItem, Switch, 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, useIsomorphicEffect, useMediaQuery, useTabs, useToast, useWindowSize };
|