@sikka/hawa 0.4.4-next → 0.4.7-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 +37 -1
- package/dist/index.d.mts +62 -16
- package/dist/index.d.ts +62 -16
- package/dist/index.js +1177 -1021
- package/dist/index.mjs +882 -734
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -580,13 +580,20 @@ input[type="number"]::-webkit-inner-spin-button,
|
|
|
580
580
|
display: inline-block;
|
|
581
581
|
position: relative;
|
|
582
582
|
top: 3px;
|
|
583
|
-
margin: 0 5px 0 0;
|
|
583
|
+
/* margin: 0 5px 0 0; */
|
|
584
|
+
|
|
584
585
|
width: 15px;
|
|
585
586
|
height: 15px;
|
|
586
587
|
border-radius: 11px;
|
|
587
588
|
border: 2px solid #a3a3a3;
|
|
588
589
|
background-color: transparent;
|
|
589
590
|
}
|
|
591
|
+
.radio-item.margin-right label:before {
|
|
592
|
+
margin: 0 5px 0 0; /* top right bottom left */
|
|
593
|
+
}
|
|
594
|
+
.radio-item.margin-left label:before {
|
|
595
|
+
margin: 0 0 0 5px; /* top right bottom left */
|
|
596
|
+
}
|
|
590
597
|
.radio-item-default input[type="radio"]:checked + label:after {
|
|
591
598
|
border-radius: 100%;
|
|
592
599
|
width: 9px;
|
|
@@ -810,6 +817,10 @@ input[type="number"]::-webkit-inner-spin-button,
|
|
|
810
817
|
margin-top: 0.25rem;
|
|
811
818
|
margin-bottom: 0.25rem;
|
|
812
819
|
}
|
|
820
|
+
.hawa-my-2 {
|
|
821
|
+
margin-top: 0.5rem;
|
|
822
|
+
margin-bottom: 0.5rem;
|
|
823
|
+
}
|
|
813
824
|
.hawa-my-4 {
|
|
814
825
|
margin-top: 1rem;
|
|
815
826
|
margin-bottom: 1rem;
|
|
@@ -835,6 +846,9 @@ input[type="number"]::-webkit-inner-spin-button,
|
|
|
835
846
|
.hawa-mb-5 {
|
|
836
847
|
margin-bottom: 1.25rem;
|
|
837
848
|
}
|
|
849
|
+
.hawa-ml-0 {
|
|
850
|
+
margin-left: 0px;
|
|
851
|
+
}
|
|
838
852
|
.hawa-ml-14 {
|
|
839
853
|
margin-left: 3.5rem;
|
|
840
854
|
}
|
|
@@ -904,6 +918,9 @@ input[type="number"]::-webkit-inner-spin-button,
|
|
|
904
918
|
.hawa-hidden {
|
|
905
919
|
display: none;
|
|
906
920
|
}
|
|
921
|
+
.hawa-aspect-square {
|
|
922
|
+
aspect-ratio: 1 / 1;
|
|
923
|
+
}
|
|
907
924
|
.hawa-h-1 {
|
|
908
925
|
height: 0.25rem;
|
|
909
926
|
}
|
|
@@ -1143,6 +1160,9 @@ input[type="number"]::-webkit-inner-spin-button,
|
|
|
1143
1160
|
.hawa-w-\[47px\] {
|
|
1144
1161
|
width: 47px;
|
|
1145
1162
|
}
|
|
1163
|
+
.hawa-w-auto {
|
|
1164
|
+
width: auto;
|
|
1165
|
+
}
|
|
1146
1166
|
.hawa-w-fit {
|
|
1147
1167
|
width: -moz-fit-content;
|
|
1148
1168
|
width: fit-content;
|
|
@@ -1172,6 +1192,9 @@ input[type="number"]::-webkit-inner-spin-button,
|
|
|
1172
1192
|
.hawa-max-w-4xl {
|
|
1173
1193
|
max-width: 56rem;
|
|
1174
1194
|
}
|
|
1195
|
+
.hawa-max-w-\[200px\] {
|
|
1196
|
+
max-width: 200px;
|
|
1197
|
+
}
|
|
1175
1198
|
.hawa-max-w-\[52px\] {
|
|
1176
1199
|
max-width: 52px;
|
|
1177
1200
|
}
|
|
@@ -1344,6 +1367,9 @@ input[type="number"]::-webkit-inner-spin-button,
|
|
|
1344
1367
|
.hawa-justify-start {
|
|
1345
1368
|
justify-content: flex-start;
|
|
1346
1369
|
}
|
|
1370
|
+
.hawa-justify-end {
|
|
1371
|
+
justify-content: flex-end;
|
|
1372
|
+
}
|
|
1347
1373
|
.hawa-justify-center {
|
|
1348
1374
|
justify-content: center;
|
|
1349
1375
|
}
|
|
@@ -1600,6 +1626,10 @@ input[type="number"]::-webkit-inner-spin-button,
|
|
|
1600
1626
|
--tw-bg-opacity: 1;
|
|
1601
1627
|
background-color: rgb(239 246 255 / var(--tw-bg-opacity));
|
|
1602
1628
|
}
|
|
1629
|
+
.hawa-bg-blue-500 {
|
|
1630
|
+
--tw-bg-opacity: 1;
|
|
1631
|
+
background-color: rgb(59 130 246 / var(--tw-bg-opacity));
|
|
1632
|
+
}
|
|
1603
1633
|
.hawa-bg-border {
|
|
1604
1634
|
background-color: hsl(var(--border));
|
|
1605
1635
|
}
|
|
@@ -1680,6 +1710,9 @@ input[type="number"]::-webkit-inner-spin-button,
|
|
|
1680
1710
|
.hawa-bg-primary\/5 {
|
|
1681
1711
|
background-color: hsl(var(--primary) / 0.05);
|
|
1682
1712
|
}
|
|
1713
|
+
.hawa-bg-primary\/50 {
|
|
1714
|
+
background-color: hsl(var(--primary) / 0.5);
|
|
1715
|
+
}
|
|
1683
1716
|
.hawa-bg-primary\/90 {
|
|
1684
1717
|
background-color: hsl(var(--primary) / 0.9);
|
|
1685
1718
|
}
|
|
@@ -1910,6 +1943,9 @@ input[type="number"]::-webkit-inner-spin-button,
|
|
|
1910
1943
|
.hawa-text-\[11px\] {
|
|
1911
1944
|
font-size: 11px;
|
|
1912
1945
|
}
|
|
1946
|
+
.hawa-text-\[12px\] {
|
|
1947
|
+
font-size: 12px;
|
|
1948
|
+
}
|
|
1913
1949
|
.hawa-text-\[1rem\] {
|
|
1914
1950
|
font-size: 1rem;
|
|
1915
1951
|
}
|
package/dist/index.d.mts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as class_variance_authority_types from 'class-variance-authority/types';
|
|
2
1
|
import * as React from 'react';
|
|
3
2
|
import React__default, { FC, ReactNode, ChangeEvent, RefObject, PropsWithRef } from 'react';
|
|
3
|
+
import * as class_variance_authority_types from 'class-variance-authority/types';
|
|
4
4
|
import { VariantProps } from 'class-variance-authority';
|
|
5
5
|
import * as DialogPrimitive from '@radix-ui/react-dialog';
|
|
6
6
|
import { DialogProps } from '@radix-ui/react-dialog';
|
|
@@ -21,6 +21,49 @@ import * as _radix_ui_react_slot from '@radix-ui/react-slot';
|
|
|
21
21
|
import * as react_hook_form from 'react-hook-form';
|
|
22
22
|
import { FieldValues, FieldPath, ControllerProps } from 'react-hook-form';
|
|
23
23
|
|
|
24
|
+
type ImageCardTypes = {
|
|
25
|
+
children: any;
|
|
26
|
+
align?: any;
|
|
27
|
+
bottomElement?: any;
|
|
28
|
+
inCardActions?: any;
|
|
29
|
+
cardImage?: string;
|
|
30
|
+
title?: string;
|
|
31
|
+
subtitle?: string;
|
|
32
|
+
blank?: boolean;
|
|
33
|
+
};
|
|
34
|
+
declare const ActionCard: FC<ImageCardTypes>;
|
|
35
|
+
|
|
36
|
+
type AdCardTypes = {
|
|
37
|
+
orientation: "vertical" | "horizontal";
|
|
38
|
+
title: string;
|
|
39
|
+
description: string;
|
|
40
|
+
imageURL: string;
|
|
41
|
+
handleHide?: any;
|
|
42
|
+
handleCantHide?: () => void;
|
|
43
|
+
canHide: boolean;
|
|
44
|
+
};
|
|
45
|
+
declare const AdCard: FC<AdCardTypes>;
|
|
46
|
+
|
|
47
|
+
type PricingCardTypes = {
|
|
48
|
+
direction?: "rtl" | "ltr";
|
|
49
|
+
features: [{
|
|
50
|
+
included: boolean;
|
|
51
|
+
text: string;
|
|
52
|
+
}];
|
|
53
|
+
price: number;
|
|
54
|
+
texts: {
|
|
55
|
+
title: string;
|
|
56
|
+
subtitle: string;
|
|
57
|
+
buttonText: string;
|
|
58
|
+
cycleText: string;
|
|
59
|
+
currencyText: string;
|
|
60
|
+
};
|
|
61
|
+
onPlanClicked?: () => void;
|
|
62
|
+
currentPlan?: boolean;
|
|
63
|
+
size: "small" | "medium" | "large";
|
|
64
|
+
};
|
|
65
|
+
declare const PricingCard: FC<PricingCardTypes>;
|
|
66
|
+
|
|
24
67
|
declare const buttonVariants: (props?: ({
|
|
25
68
|
variant?: "link" | "default" | "light" | "destructive" | "outline" | "secondary" | "ghost" | "neoBrutalism" | null | undefined;
|
|
26
69
|
size?: "xs" | "sm" | "lg" | "xl" | "default" | "heightless" | "icon" | "smallIcon" | null | undefined;
|
|
@@ -169,6 +212,7 @@ type RadioTypes = {
|
|
|
169
212
|
width?: "default" | "full";
|
|
170
213
|
onChangeTab?: any;
|
|
171
214
|
defaultValue?: any;
|
|
215
|
+
direction?: "rtl" | "ltr";
|
|
172
216
|
};
|
|
173
217
|
declare const Radio: FC<RadioTypes>;
|
|
174
218
|
|
|
@@ -302,18 +346,6 @@ type PinInputTypes = {
|
|
|
302
346
|
};
|
|
303
347
|
declare const PinInput: FC<PinInputTypes>;
|
|
304
348
|
|
|
305
|
-
type ImageCardTypes = {
|
|
306
|
-
children: any;
|
|
307
|
-
align?: any;
|
|
308
|
-
bottomElement?: any;
|
|
309
|
-
inCardActions?: any;
|
|
310
|
-
cardImage?: string;
|
|
311
|
-
title?: string;
|
|
312
|
-
subtitle?: string;
|
|
313
|
-
blank?: boolean;
|
|
314
|
-
};
|
|
315
|
-
declare const ActionCard: FC<ImageCardTypes>;
|
|
316
|
-
|
|
317
349
|
type FileDropzoneTypes = {
|
|
318
350
|
/** The text label above the component. Consistant with the other form input fields */
|
|
319
351
|
label?: string;
|
|
@@ -494,14 +526,14 @@ type TextFieldTypes = {
|
|
|
494
526
|
declare const Input: FC<TextFieldTypes>;
|
|
495
527
|
|
|
496
528
|
declare const Tabs: React.ForwardRefExoticComponent<Omit<TabsPrimitive.TabsProps & React.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
497
|
-
orientation?: "
|
|
529
|
+
orientation?: "vertical" | "horizontal" | undefined;
|
|
498
530
|
} & React.RefAttributes<HTMLDivElement>>;
|
|
499
531
|
declare const TabsList: React.ForwardRefExoticComponent<Omit<TabsPrimitive.TabsListProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
500
532
|
declare const TabsTrigger: React.ForwardRefExoticComponent<Omit<TabsPrimitive.TabsTriggerProps & React.RefAttributes<HTMLButtonElement>, "ref"> & React.RefAttributes<HTMLButtonElement>>;
|
|
501
533
|
declare const TabsContent: React.ForwardRefExoticComponent<Omit<TabsPrimitive.TabsContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
502
534
|
|
|
503
535
|
declare const ScrollArea: React.ForwardRefExoticComponent<Omit<ScrollAreaPrimitive.ScrollAreaProps & React.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
504
|
-
orientation?: "
|
|
536
|
+
orientation?: "vertical" | "horizontal" | undefined;
|
|
505
537
|
} & React.RefAttributes<HTMLDivElement>>;
|
|
506
538
|
declare const ScrollBar: React.ForwardRefExoticComponent<Omit<ScrollAreaPrimitive.ScrollAreaScrollbarProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
507
539
|
|
|
@@ -722,6 +754,20 @@ type SubItem = {
|
|
|
722
754
|
};
|
|
723
755
|
declare const AppLayout: React__default.FunctionComponent<AppLayoutTypes>;
|
|
724
756
|
|
|
757
|
+
type CopyRightsTypes = {
|
|
758
|
+
/** A text used as the version of the app, for example: v1.0.0 */
|
|
759
|
+
version?: string;
|
|
760
|
+
/** Credit to the creator of the app, for example: Sikka Software */
|
|
761
|
+
credits?: string;
|
|
762
|
+
/** The URL of the logo in the copyrights */
|
|
763
|
+
logoURL?: string;
|
|
764
|
+
/** Enable/Disable the existance of the logo */
|
|
765
|
+
withLogo?: boolean;
|
|
766
|
+
/** Fires when the logo is clicked, usually goes to the website of the creator of the app */
|
|
767
|
+
onLogoClicked?: any;
|
|
768
|
+
};
|
|
769
|
+
declare const Copyrights: FC<CopyRightsTypes>;
|
|
770
|
+
|
|
725
771
|
type LoginFormTypes = {
|
|
726
772
|
texts?: {
|
|
727
773
|
emailLabel?: string;
|
|
@@ -1077,4 +1123,4 @@ type UsageCardTypes = {
|
|
|
1077
1123
|
};
|
|
1078
1124
|
declare const Usage: FC<UsageCardTypes>;
|
|
1079
1125
|
|
|
1080
|
-
export { Accordion, AccordionContent, AccordionItem, AccordionTrigger, ActionCard, 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, DataTable, Dialog, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogTitle, DialogTrigger, DropdownMenu, EmptyState, FeedbackEmoji, FeedbackForm, FeedbackRating, FileDropzone, Form, FormControl, FormDescription, FormField, FormItem, FormLabel, FormMessage, Input, InterfaceSettings, Label, LeadGenerator, LegalTexts, Loading, LoginForm, Logos, MenuItemType, NewPasswordForm, NoPermission, NotFound, PhoneInput, PinInput, Popover, PopoverContent, PopoverTrigger, Progress, Radio, RadioOptionsTypes, RegisterForm, ResetPasswordForm, ScrollArea, ScrollBar, Select, Separator, SidebarGroup, SidebarItem, SimpleTable, Skeleton, Slider, SortButton, Stats, SubItem$2 as SubItem, Switch, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContent, TabsList, TabsTrigger, Testimonial, Textarea, TextareaProps, Toast, ToastAction, ToastActionElement, ToastClose, ToastDescription, ToastProps, ToastProvider, ToastTitle, ToastViewport, Toaster, Tooltip, Usage, UserReferralSource, buttonVariants, useFormField };
|
|
1126
|
+
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, Copyrights, DataTable, Dialog, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogTitle, DialogTrigger, DropdownMenu, EmptyState, FeedbackEmoji, FeedbackForm, FeedbackRating, FileDropzone, Form, FormControl, FormDescription, FormField, FormItem, FormLabel, FormMessage, Input, InterfaceSettings, Label, LeadGenerator, LegalTexts, Loading, LoginForm, Logos, MenuItemType, NewPasswordForm, NoPermission, NotFound, PhoneInput, PinInput, Popover, PopoverContent, PopoverTrigger, PricingCard, Progress, Radio, RadioOptionsTypes, RegisterForm, ResetPasswordForm, ScrollArea, ScrollBar, Select, Separator, SidebarGroup, SidebarItem, SimpleTable, Skeleton, Slider, SortButton, Stats, SubItem$2 as SubItem, Switch, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContent, TabsList, TabsTrigger, Testimonial, Textarea, TextareaProps, Toast, ToastAction, ToastActionElement, ToastClose, ToastDescription, ToastProps, ToastProvider, ToastTitle, ToastViewport, Toaster, Tooltip, Usage, UserReferralSource, buttonVariants, useFormField };
|
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as class_variance_authority_types from 'class-variance-authority/types';
|
|
2
1
|
import * as React from 'react';
|
|
3
2
|
import React__default, { FC, ReactNode, ChangeEvent, RefObject, PropsWithRef } from 'react';
|
|
3
|
+
import * as class_variance_authority_types from 'class-variance-authority/types';
|
|
4
4
|
import { VariantProps } from 'class-variance-authority';
|
|
5
5
|
import * as DialogPrimitive from '@radix-ui/react-dialog';
|
|
6
6
|
import { DialogProps } from '@radix-ui/react-dialog';
|
|
@@ -21,6 +21,49 @@ import * as _radix_ui_react_slot from '@radix-ui/react-slot';
|
|
|
21
21
|
import * as react_hook_form from 'react-hook-form';
|
|
22
22
|
import { FieldValues, FieldPath, ControllerProps } from 'react-hook-form';
|
|
23
23
|
|
|
24
|
+
type ImageCardTypes = {
|
|
25
|
+
children: any;
|
|
26
|
+
align?: any;
|
|
27
|
+
bottomElement?: any;
|
|
28
|
+
inCardActions?: any;
|
|
29
|
+
cardImage?: string;
|
|
30
|
+
title?: string;
|
|
31
|
+
subtitle?: string;
|
|
32
|
+
blank?: boolean;
|
|
33
|
+
};
|
|
34
|
+
declare const ActionCard: FC<ImageCardTypes>;
|
|
35
|
+
|
|
36
|
+
type AdCardTypes = {
|
|
37
|
+
orientation: "vertical" | "horizontal";
|
|
38
|
+
title: string;
|
|
39
|
+
description: string;
|
|
40
|
+
imageURL: string;
|
|
41
|
+
handleHide?: any;
|
|
42
|
+
handleCantHide?: () => void;
|
|
43
|
+
canHide: boolean;
|
|
44
|
+
};
|
|
45
|
+
declare const AdCard: FC<AdCardTypes>;
|
|
46
|
+
|
|
47
|
+
type PricingCardTypes = {
|
|
48
|
+
direction?: "rtl" | "ltr";
|
|
49
|
+
features: [{
|
|
50
|
+
included: boolean;
|
|
51
|
+
text: string;
|
|
52
|
+
}];
|
|
53
|
+
price: number;
|
|
54
|
+
texts: {
|
|
55
|
+
title: string;
|
|
56
|
+
subtitle: string;
|
|
57
|
+
buttonText: string;
|
|
58
|
+
cycleText: string;
|
|
59
|
+
currencyText: string;
|
|
60
|
+
};
|
|
61
|
+
onPlanClicked?: () => void;
|
|
62
|
+
currentPlan?: boolean;
|
|
63
|
+
size: "small" | "medium" | "large";
|
|
64
|
+
};
|
|
65
|
+
declare const PricingCard: FC<PricingCardTypes>;
|
|
66
|
+
|
|
24
67
|
declare const buttonVariants: (props?: ({
|
|
25
68
|
variant?: "link" | "default" | "light" | "destructive" | "outline" | "secondary" | "ghost" | "neoBrutalism" | null | undefined;
|
|
26
69
|
size?: "xs" | "sm" | "lg" | "xl" | "default" | "heightless" | "icon" | "smallIcon" | null | undefined;
|
|
@@ -169,6 +212,7 @@ type RadioTypes = {
|
|
|
169
212
|
width?: "default" | "full";
|
|
170
213
|
onChangeTab?: any;
|
|
171
214
|
defaultValue?: any;
|
|
215
|
+
direction?: "rtl" | "ltr";
|
|
172
216
|
};
|
|
173
217
|
declare const Radio: FC<RadioTypes>;
|
|
174
218
|
|
|
@@ -302,18 +346,6 @@ type PinInputTypes = {
|
|
|
302
346
|
};
|
|
303
347
|
declare const PinInput: FC<PinInputTypes>;
|
|
304
348
|
|
|
305
|
-
type ImageCardTypes = {
|
|
306
|
-
children: any;
|
|
307
|
-
align?: any;
|
|
308
|
-
bottomElement?: any;
|
|
309
|
-
inCardActions?: any;
|
|
310
|
-
cardImage?: string;
|
|
311
|
-
title?: string;
|
|
312
|
-
subtitle?: string;
|
|
313
|
-
blank?: boolean;
|
|
314
|
-
};
|
|
315
|
-
declare const ActionCard: FC<ImageCardTypes>;
|
|
316
|
-
|
|
317
349
|
type FileDropzoneTypes = {
|
|
318
350
|
/** The text label above the component. Consistant with the other form input fields */
|
|
319
351
|
label?: string;
|
|
@@ -494,14 +526,14 @@ type TextFieldTypes = {
|
|
|
494
526
|
declare const Input: FC<TextFieldTypes>;
|
|
495
527
|
|
|
496
528
|
declare const Tabs: React.ForwardRefExoticComponent<Omit<TabsPrimitive.TabsProps & React.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
497
|
-
orientation?: "
|
|
529
|
+
orientation?: "vertical" | "horizontal" | undefined;
|
|
498
530
|
} & React.RefAttributes<HTMLDivElement>>;
|
|
499
531
|
declare const TabsList: React.ForwardRefExoticComponent<Omit<TabsPrimitive.TabsListProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
500
532
|
declare const TabsTrigger: React.ForwardRefExoticComponent<Omit<TabsPrimitive.TabsTriggerProps & React.RefAttributes<HTMLButtonElement>, "ref"> & React.RefAttributes<HTMLButtonElement>>;
|
|
501
533
|
declare const TabsContent: React.ForwardRefExoticComponent<Omit<TabsPrimitive.TabsContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
502
534
|
|
|
503
535
|
declare const ScrollArea: React.ForwardRefExoticComponent<Omit<ScrollAreaPrimitive.ScrollAreaProps & React.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
504
|
-
orientation?: "
|
|
536
|
+
orientation?: "vertical" | "horizontal" | undefined;
|
|
505
537
|
} & React.RefAttributes<HTMLDivElement>>;
|
|
506
538
|
declare const ScrollBar: React.ForwardRefExoticComponent<Omit<ScrollAreaPrimitive.ScrollAreaScrollbarProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
507
539
|
|
|
@@ -722,6 +754,20 @@ type SubItem = {
|
|
|
722
754
|
};
|
|
723
755
|
declare const AppLayout: React__default.FunctionComponent<AppLayoutTypes>;
|
|
724
756
|
|
|
757
|
+
type CopyRightsTypes = {
|
|
758
|
+
/** A text used as the version of the app, for example: v1.0.0 */
|
|
759
|
+
version?: string;
|
|
760
|
+
/** Credit to the creator of the app, for example: Sikka Software */
|
|
761
|
+
credits?: string;
|
|
762
|
+
/** The URL of the logo in the copyrights */
|
|
763
|
+
logoURL?: string;
|
|
764
|
+
/** Enable/Disable the existance of the logo */
|
|
765
|
+
withLogo?: boolean;
|
|
766
|
+
/** Fires when the logo is clicked, usually goes to the website of the creator of the app */
|
|
767
|
+
onLogoClicked?: any;
|
|
768
|
+
};
|
|
769
|
+
declare const Copyrights: FC<CopyRightsTypes>;
|
|
770
|
+
|
|
725
771
|
type LoginFormTypes = {
|
|
726
772
|
texts?: {
|
|
727
773
|
emailLabel?: string;
|
|
@@ -1077,4 +1123,4 @@ type UsageCardTypes = {
|
|
|
1077
1123
|
};
|
|
1078
1124
|
declare const Usage: FC<UsageCardTypes>;
|
|
1079
1125
|
|
|
1080
|
-
export { Accordion, AccordionContent, AccordionItem, AccordionTrigger, ActionCard, 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, DataTable, Dialog, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogTitle, DialogTrigger, DropdownMenu, EmptyState, FeedbackEmoji, FeedbackForm, FeedbackRating, FileDropzone, Form, FormControl, FormDescription, FormField, FormItem, FormLabel, FormMessage, Input, InterfaceSettings, Label, LeadGenerator, LegalTexts, Loading, LoginForm, Logos, MenuItemType, NewPasswordForm, NoPermission, NotFound, PhoneInput, PinInput, Popover, PopoverContent, PopoverTrigger, Progress, Radio, RadioOptionsTypes, RegisterForm, ResetPasswordForm, ScrollArea, ScrollBar, Select, Separator, SidebarGroup, SidebarItem, SimpleTable, Skeleton, Slider, SortButton, Stats, SubItem$2 as SubItem, Switch, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContent, TabsList, TabsTrigger, Testimonial, Textarea, TextareaProps, Toast, ToastAction, ToastActionElement, ToastClose, ToastDescription, ToastProps, ToastProvider, ToastTitle, ToastViewport, Toaster, Tooltip, Usage, UserReferralSource, buttonVariants, useFormField };
|
|
1126
|
+
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, Copyrights, DataTable, Dialog, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogTitle, DialogTrigger, DropdownMenu, EmptyState, FeedbackEmoji, FeedbackForm, FeedbackRating, FileDropzone, Form, FormControl, FormDescription, FormField, FormItem, FormLabel, FormMessage, Input, InterfaceSettings, Label, LeadGenerator, LegalTexts, Loading, LoginForm, Logos, MenuItemType, NewPasswordForm, NoPermission, NotFound, PhoneInput, PinInput, Popover, PopoverContent, PopoverTrigger, PricingCard, Progress, Radio, RadioOptionsTypes, RegisterForm, ResetPasswordForm, ScrollArea, ScrollBar, Select, Separator, SidebarGroup, SidebarItem, SimpleTable, Skeleton, Slider, SortButton, Stats, SubItem$2 as SubItem, Switch, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContent, TabsList, TabsTrigger, Testimonial, Textarea, TextareaProps, Toast, ToastAction, ToastActionElement, ToastClose, ToastDescription, ToastProps, ToastProvider, ToastTitle, ToastViewport, Toaster, Tooltip, Usage, UserReferralSource, buttonVariants, useFormField };
|