@sikka/hawa 0.28.2-next → 0.29.1-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/blocks/feedback/index.js +2 -2
- package/dist/blocks/feedback/index.mjs +1 -1
- package/dist/blocks/index.js +2 -2
- package/dist/blocks/index.mjs +1 -1
- package/dist/blocks/pricing/index.js +2 -2
- package/dist/blocks/pricing/index.mjs +1 -1
- package/dist/{chunk-GQF62TFQ.mjs → chunk-J7JWUOWK.mjs} +2 -2
- package/dist/{chunk-NK7TELIV.mjs → chunk-ZSQKYEVH.mjs} +2 -2
- package/dist/elements/index.d.mts +10 -1
- package/dist/elements/index.d.ts +10 -1
- package/dist/elements/index.js +14 -2
- package/dist/elements/index.mjs +12 -1
- package/dist/index.css +101 -0
- package/dist/index.d.mts +10 -1
- package/dist/index.d.ts +10 -1
- package/dist/index.js +493 -481
- package/dist/index.mjs +418 -407
- package/dist/interfaceSettings/index.js +2 -2
- package/dist/interfaceSettings/index.js.map +1 -1
- package/dist/interfaceSettings/index.mjs +2 -2
- package/dist/interfaceSettings/index.mjs.map +1 -1
- package/dist/radio/index.js +2 -2
- package/dist/radio/index.js.map +1 -1
- package/dist/radio/index.mjs +2 -2
- package/dist/radio/index.mjs.map +1 -1
- package/package.json +8 -8
@@ -600,7 +600,7 @@ var Radio = ({
|
|
600
600
|
};
|
601
601
|
switch (design) {
|
602
602
|
case "tabs":
|
603
|
-
return /* @__PURE__ */ import_react3.default.createElement(
|
603
|
+
return /* @__PURE__ */ import_react3.default.createElement("div", { className: "hawa-gap-2 hawa-flex hawa-flex-col" }, props.label && /* @__PURE__ */ import_react3.default.createElement(Label, { ...labelProps }, props.label), /* @__PURE__ */ import_react3.default.createElement(
|
604
604
|
"ul",
|
605
605
|
{
|
606
606
|
ref: parentRef,
|
@@ -631,7 +631,7 @@ var Radio = ({
|
|
631
631
|
opt.icon && opt.icon,
|
632
632
|
opt.label
|
633
633
|
))
|
634
|
-
);
|
634
|
+
));
|
635
635
|
case "bordered":
|
636
636
|
return /* @__PURE__ */ import_react3.default.createElement("div", { className: cn(orientationStyle[orientation], "hawa-gap-4") }, props.options && props.options.map((opt, i) => /* @__PURE__ */ import_react3.default.createElement("div", { key: i, className: "hawa-w-full hawa-rounded hawa-border" }, /* @__PURE__ */ import_react3.default.createElement(
|
637
637
|
"div",
|
package/dist/blocks/index.js
CHANGED
@@ -4689,7 +4689,7 @@ var Radio = ({
|
|
4689
4689
|
};
|
4690
4690
|
switch (design) {
|
4691
4691
|
case "tabs":
|
4692
|
-
return /* @__PURE__ */ import_react22.default.createElement(
|
4692
|
+
return /* @__PURE__ */ import_react22.default.createElement("div", { className: "hawa-gap-2 hawa-flex hawa-flex-col" }, props.label && /* @__PURE__ */ import_react22.default.createElement(Label, { ...labelProps }, props.label), /* @__PURE__ */ import_react22.default.createElement(
|
4693
4693
|
"ul",
|
4694
4694
|
{
|
4695
4695
|
ref: parentRef,
|
@@ -4720,7 +4720,7 @@ var Radio = ({
|
|
4720
4720
|
opt.icon && opt.icon,
|
4721
4721
|
opt.label
|
4722
4722
|
))
|
4723
|
-
);
|
4723
|
+
));
|
4724
4724
|
case "bordered":
|
4725
4725
|
return /* @__PURE__ */ import_react22.default.createElement("div", { className: cn(orientationStyle[orientation], "hawa-gap-4") }, props.options && props.options.map((opt, i) => /* @__PURE__ */ import_react22.default.createElement("div", { key: i, className: "hawa-w-full hawa-rounded hawa-border" }, /* @__PURE__ */ import_react22.default.createElement(
|
4726
4726
|
"div",
|
package/dist/blocks/index.mjs
CHANGED
@@ -1046,7 +1046,7 @@ var Radio = ({
|
|
1046
1046
|
};
|
1047
1047
|
switch (design) {
|
1048
1048
|
case "tabs":
|
1049
|
-
return /* @__PURE__ */ import_react11.default.createElement(
|
1049
|
+
return /* @__PURE__ */ import_react11.default.createElement("div", { className: "hawa-gap-2 hawa-flex hawa-flex-col" }, props.label && /* @__PURE__ */ import_react11.default.createElement(Label2, { ...labelProps }, props.label), /* @__PURE__ */ import_react11.default.createElement(
|
1050
1050
|
"ul",
|
1051
1051
|
{
|
1052
1052
|
ref: parentRef,
|
@@ -1077,7 +1077,7 @@ var Radio = ({
|
|
1077
1077
|
opt.icon && opt.icon,
|
1078
1078
|
opt.label
|
1079
1079
|
))
|
1080
|
-
);
|
1080
|
+
));
|
1081
1081
|
case "bordered":
|
1082
1082
|
return /* @__PURE__ */ import_react11.default.createElement("div", { className: cn(orientationStyle[orientation], "hawa-gap-4") }, props.options && props.options.map((opt, i) => /* @__PURE__ */ import_react11.default.createElement("div", { key: i, className: "hawa-w-full hawa-rounded hawa-border" }, /* @__PURE__ */ import_react11.default.createElement(
|
1083
1083
|
"div",
|
@@ -2508,7 +2508,7 @@ var Radio = ({
|
|
2508
2508
|
};
|
2509
2509
|
switch (design) {
|
2510
2510
|
case "tabs":
|
2511
|
-
return /* @__PURE__ */ React9.createElement(
|
2511
|
+
return /* @__PURE__ */ React9.createElement("div", { className: "hawa-gap-2 hawa-flex hawa-flex-col" }, props.label && /* @__PURE__ */ React9.createElement(Label, { ...labelProps }, props.label), /* @__PURE__ */ React9.createElement(
|
2512
2512
|
"ul",
|
2513
2513
|
{
|
2514
2514
|
ref: parentRef,
|
@@ -2539,7 +2539,7 @@ var Radio = ({
|
|
2539
2539
|
opt.icon && opt.icon,
|
2540
2540
|
opt.label
|
2541
2541
|
))
|
2542
|
-
);
|
2542
|
+
));
|
2543
2543
|
case "bordered":
|
2544
2544
|
return /* @__PURE__ */ React9.createElement("div", { className: cn(orientationStyle[orientation], "hawa-gap-4") }, props.options && props.options.map((opt, i) => /* @__PURE__ */ React9.createElement("div", { key: i, className: "hawa-w-full hawa-rounded hawa-border" }, /* @__PURE__ */ React9.createElement(
|
2545
2545
|
"div",
|
@@ -58,7 +58,7 @@ var Radio = ({
|
|
58
58
|
};
|
59
59
|
switch (design) {
|
60
60
|
case "tabs":
|
61
|
-
return /* @__PURE__ */ React.createElement(
|
61
|
+
return /* @__PURE__ */ React.createElement("div", { className: "hawa-gap-2 hawa-flex hawa-flex-col" }, props.label && /* @__PURE__ */ React.createElement(Label, { ...labelProps }, props.label), /* @__PURE__ */ React.createElement(
|
62
62
|
"ul",
|
63
63
|
{
|
64
64
|
ref: parentRef,
|
@@ -89,7 +89,7 @@ var Radio = ({
|
|
89
89
|
opt.icon && opt.icon,
|
90
90
|
opt.label
|
91
91
|
))
|
92
|
-
);
|
92
|
+
));
|
93
93
|
case "bordered":
|
94
94
|
return /* @__PURE__ */ React.createElement("div", { className: cn(orientationStyle[orientation], "hawa-gap-4") }, props.options && props.options.map((opt, i) => /* @__PURE__ */ React.createElement("div", { key: i, className: "hawa-w-full hawa-rounded hawa-border" }, /* @__PURE__ */ React.createElement(
|
95
95
|
"div",
|
@@ -832,4 +832,13 @@ declare const InterfaceSettings: FC<TypographyTypes>;
|
|
832
832
|
|
833
833
|
declare const FileUploader: ({ handleFile, className }: any) => React__default.JSX.Element;
|
834
834
|
|
835
|
-
|
835
|
+
type PhoneMockupProps = {
|
836
|
+
children?: any;
|
837
|
+
upperOverlayGradiant?: boolean;
|
838
|
+
lowerOverlayGradiant?: boolean;
|
839
|
+
phone?: "iphone" | "android" | "default";
|
840
|
+
hideButtons?: boolean;
|
841
|
+
};
|
842
|
+
declare const PhoneMockup: React__default.FC<PhoneMockupProps>;
|
843
|
+
|
844
|
+
export { Accordion, AccordionContent, AccordionItem, type AccordionItemProps, AccordionRoot, AccordionTrigger, Alert, AppStores, Avatar, BackToTop, Badge, BadgedComponent, Breadcrumb, Button, type ButtonProps, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Carousel, Checkbox, ChipTypes, CodeBlock, ColorPicker, Combobox, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, Count, DataTable, DestroyableCard, Dialog, DialogBody, DialogCarousel, DialogCarouselContent, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogPortal, DialogStep, DialogSteps, DialogTitle, DialogTrigger, FileDropzone, FileUploader, Input, InterfaceSettings, LabelProps, Loading, Logos, NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuRoot, NavigationMenuTrigger, NavigationMenuViewport, Pagination, PasswordInput, PasswordStrengthIndicator, PhoneInput, PhoneMockup, PinInput, Popover, PopoverContent, PopoverTrigger, Progress, ProgressCircle, ScrollArea, ScrollBar, ScrollIndicator, Separator, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetOverlay, SheetPortal, SheetTitle, SheetTrigger, SimpleTable, Skeleton, Slider, SortButton, StandardNavigationMenuItem, StopPropagationWrapper, Switch, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContent, TabsList, TabsTrigger, type TextFieldTypes, Textarea, type TextareaProps, Toaster, ToasterToastProps, Tooltip, buttonVariants, navigationMenuTriggerStyle };
|
package/dist/elements/index.d.ts
CHANGED
@@ -832,4 +832,13 @@ declare const InterfaceSettings: FC<TypographyTypes>;
|
|
832
832
|
|
833
833
|
declare const FileUploader: ({ handleFile, className }: any) => React__default.JSX.Element;
|
834
834
|
|
835
|
-
|
835
|
+
type PhoneMockupProps = {
|
836
|
+
children?: any;
|
837
|
+
upperOverlayGradiant?: boolean;
|
838
|
+
lowerOverlayGradiant?: boolean;
|
839
|
+
phone?: "iphone" | "android" | "default";
|
840
|
+
hideButtons?: boolean;
|
841
|
+
};
|
842
|
+
declare const PhoneMockup: React__default.FC<PhoneMockupProps>;
|
843
|
+
|
844
|
+
export { Accordion, AccordionContent, AccordionItem, type AccordionItemProps, AccordionRoot, AccordionTrigger, Alert, AppStores, Avatar, BackToTop, Badge, BadgedComponent, Breadcrumb, Button, type ButtonProps, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Carousel, Checkbox, ChipTypes, CodeBlock, ColorPicker, Combobox, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, Count, DataTable, DestroyableCard, Dialog, DialogBody, DialogCarousel, DialogCarouselContent, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogPortal, DialogStep, DialogSteps, DialogTitle, DialogTrigger, FileDropzone, FileUploader, Input, InterfaceSettings, LabelProps, Loading, Logos, NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuRoot, NavigationMenuTrigger, NavigationMenuViewport, Pagination, PasswordInput, PasswordStrengthIndicator, PhoneInput, PhoneMockup, PinInput, Popover, PopoverContent, PopoverTrigger, Progress, ProgressCircle, ScrollArea, ScrollBar, ScrollIndicator, Separator, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetOverlay, SheetPortal, SheetTitle, SheetTrigger, SimpleTable, Skeleton, Slider, SortButton, StandardNavigationMenuItem, StopPropagationWrapper, Switch, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContent, TabsList, TabsTrigger, type TextFieldTypes, Textarea, type TextareaProps, Toaster, ToasterToastProps, Tooltip, buttonVariants, navigationMenuTriggerStyle };
|
package/dist/elements/index.js
CHANGED
@@ -118,6 +118,7 @@ __export(elements_exports, {
|
|
118
118
|
PasswordInput: () => PasswordInput,
|
119
119
|
PasswordStrengthIndicator: () => PasswordStrengthIndicator,
|
120
120
|
PhoneInput: () => PhoneInput,
|
121
|
+
PhoneMockup: () => PhoneMockup,
|
121
122
|
PinInput: () => PinInput,
|
122
123
|
Popover: () => Popover,
|
123
124
|
PopoverContent: () => PopoverContent,
|
@@ -3194,7 +3195,7 @@ var Radio = ({
|
|
3194
3195
|
};
|
3195
3196
|
switch (design) {
|
3196
3197
|
case "tabs":
|
3197
|
-
return /* @__PURE__ */ import_react11.default.createElement(
|
3198
|
+
return /* @__PURE__ */ import_react11.default.createElement("div", { className: "hawa-gap-2 hawa-flex hawa-flex-col" }, props.label && /* @__PURE__ */ import_react11.default.createElement(Label2, { ...labelProps }, props.label), /* @__PURE__ */ import_react11.default.createElement(
|
3198
3199
|
"ul",
|
3199
3200
|
{
|
3200
3201
|
ref: parentRef,
|
@@ -3225,7 +3226,7 @@ var Radio = ({
|
|
3225
3226
|
opt.icon && opt.icon,
|
3226
3227
|
opt.label
|
3227
3228
|
))
|
3228
|
-
);
|
3229
|
+
));
|
3229
3230
|
case "bordered":
|
3230
3231
|
return /* @__PURE__ */ import_react11.default.createElement("div", { className: cn(orientationStyle[orientation], "hawa-gap-4") }, props.options && props.options.map((opt, i) => /* @__PURE__ */ import_react11.default.createElement("div", { key: i, className: "hawa-w-full hawa-rounded hawa-border" }, /* @__PURE__ */ import_react11.default.createElement(
|
3231
3232
|
"div",
|
@@ -7878,6 +7879,16 @@ var InterfaceSettings = ({
|
|
7878
7879
|
}
|
7879
7880
|
));
|
7880
7881
|
};
|
7882
|
+
|
7883
|
+
// elements/phoneMockup/PhoneMockup.tsx
|
7884
|
+
var import_react36 = __toESM(require("react"));
|
7885
|
+
var PhoneMockup = ({
|
7886
|
+
children,
|
7887
|
+
upperOverlayGradiant,
|
7888
|
+
lowerOverlayGradiant,
|
7889
|
+
phone,
|
7890
|
+
hideButtons
|
7891
|
+
}) => /* @__PURE__ */ import_react36.default.createElement("div", { className: "hawa-relative hawa-mx-auto hawa-h-[600px] hawa-w-[300px] hawa-rounded-[2.5rem] hawa-border-[14px] hawa-border-gray-800 hawa-bg-gray-800 hawa-dark:border-gray-800" }, !hideButtons && /* @__PURE__ */ import_react36.default.createElement(import_react36.default.Fragment, null, /* @__PURE__ */ import_react36.default.createElement("div", { className: "hawa-absolute hawa--left-[16px] hawa-top-[72px] hawa-h-[32px] hawa-w-[3px] hawa-rounded-l-lg hawa-bg-gray-800 hawa-dark:bg-gray-800" }), /* @__PURE__ */ import_react36.default.createElement("div", { className: "hawa-absolute hawa--left-[16px] hawa-top-[124px] hawa-h-[46px] hawa-w-[3px] hawa-rounded-l-lg hawa-bg-gray-800 hawa-dark:bg-gray-800" }), /* @__PURE__ */ import_react36.default.createElement("div", { className: "hawa-absolute hawa--left-[16px] hawa-top-[178px] hawa-h-[46px] hawa-w-[3px] hawa-rounded-l-lg hawa-bg-gray-800 hawa-dark:bg-gray-800" }), /* @__PURE__ */ import_react36.default.createElement("div", { className: "hawa-absolute hawa--right-[16px] hawa-top-[142px] hawa-h-[64px] hawa-w-[3px] hawa-rounded-r-lg hawa-bg-gray-800 hawa-dark:bg-gray-800" })), /* @__PURE__ */ import_react36.default.createElement("div", { className: "no-scrollbar hawa-left-0 hawa-h-[572px] hawa-w-[272px] hawa-overflow-y-scroll hawa-rounded-[2rem] hawa-bg-white hawa-[clip-path:inset(0px_-1px_0px_0px_round_2rem)] hawa-dark:bg-gray-800" }, children), upperOverlayGradiant && /* @__PURE__ */ import_react36.default.createElement("div", { className: "hawa-pointer-events-none hawa-absolute hawa-left-0 hawa-top-0 hawa-h-[72px] hawa-w-[272px] hawa-rounded-t-[2rem] hawa-bg-gradient-to-t hawa-from-transparent hawa-to-black hawa-opacity-50 hawa-[clip-path:inset(0px_0px_0px_0px_round_0rem)]" }), lowerOverlayGradiant && /* @__PURE__ */ import_react36.default.createElement("div", { className: "hawa-pointer-events-none hawa-absolute hawa-bottom-0 hawa-left-0 hawa-h-[72px] hawa-w-[272px] hawa-rounded-b-[2rem] hawa-bg-gradient-to-t hawa-from-black hawa-to-transparent hawa-opacity-50 hawa-[clip-path:inset(0px_0px_0px_0px_round_0rem)]" }));
|
7881
7892
|
// Annotate the CommonJS export names for ESM import in node:
|
7882
7893
|
0 && (module.exports = {
|
7883
7894
|
Accordion,
|
@@ -7967,6 +7978,7 @@ var InterfaceSettings = ({
|
|
7967
7978
|
PasswordInput,
|
7968
7979
|
PasswordStrengthIndicator,
|
7969
7980
|
PhoneInput,
|
7981
|
+
PhoneMockup,
|
7970
7982
|
PinInput,
|
7971
7983
|
Popover,
|
7972
7984
|
PopoverContent,
|
package/dist/elements/index.mjs
CHANGED
@@ -28,7 +28,7 @@ import {
|
|
28
28
|
TabsTrigger,
|
29
29
|
Textarea,
|
30
30
|
UncheckMark
|
31
|
-
} from "../chunk-
|
31
|
+
} from "../chunk-J7JWUOWK.mjs";
|
32
32
|
import {
|
33
33
|
Sheet,
|
34
34
|
SheetClose,
|
@@ -3293,6 +3293,16 @@ var InterfaceSettings = ({
|
|
3293
3293
|
}
|
3294
3294
|
));
|
3295
3295
|
};
|
3296
|
+
|
3297
|
+
// elements/phoneMockup/PhoneMockup.tsx
|
3298
|
+
import React34 from "react";
|
3299
|
+
var PhoneMockup = ({
|
3300
|
+
children,
|
3301
|
+
upperOverlayGradiant,
|
3302
|
+
lowerOverlayGradiant,
|
3303
|
+
phone,
|
3304
|
+
hideButtons
|
3305
|
+
}) => /* @__PURE__ */ React34.createElement("div", { className: "hawa-relative hawa-mx-auto hawa-h-[600px] hawa-w-[300px] hawa-rounded-[2.5rem] hawa-border-[14px] hawa-border-gray-800 hawa-bg-gray-800 hawa-dark:border-gray-800" }, !hideButtons && /* @__PURE__ */ React34.createElement(React34.Fragment, null, /* @__PURE__ */ React34.createElement("div", { className: "hawa-absolute hawa--left-[16px] hawa-top-[72px] hawa-h-[32px] hawa-w-[3px] hawa-rounded-l-lg hawa-bg-gray-800 hawa-dark:bg-gray-800" }), /* @__PURE__ */ React34.createElement("div", { className: "hawa-absolute hawa--left-[16px] hawa-top-[124px] hawa-h-[46px] hawa-w-[3px] hawa-rounded-l-lg hawa-bg-gray-800 hawa-dark:bg-gray-800" }), /* @__PURE__ */ React34.createElement("div", { className: "hawa-absolute hawa--left-[16px] hawa-top-[178px] hawa-h-[46px] hawa-w-[3px] hawa-rounded-l-lg hawa-bg-gray-800 hawa-dark:bg-gray-800" }), /* @__PURE__ */ React34.createElement("div", { className: "hawa-absolute hawa--right-[16px] hawa-top-[142px] hawa-h-[64px] hawa-w-[3px] hawa-rounded-r-lg hawa-bg-gray-800 hawa-dark:bg-gray-800" })), /* @__PURE__ */ React34.createElement("div", { className: "no-scrollbar hawa-left-0 hawa-h-[572px] hawa-w-[272px] hawa-overflow-y-scroll hawa-rounded-[2rem] hawa-bg-white hawa-[clip-path:inset(0px_-1px_0px_0px_round_2rem)] hawa-dark:bg-gray-800" }, children), upperOverlayGradiant && /* @__PURE__ */ React34.createElement("div", { className: "hawa-pointer-events-none hawa-absolute hawa-left-0 hawa-top-0 hawa-h-[72px] hawa-w-[272px] hawa-rounded-t-[2rem] hawa-bg-gradient-to-t hawa-from-transparent hawa-to-black hawa-opacity-50 hawa-[clip-path:inset(0px_0px_0px_0px_round_0rem)]" }), lowerOverlayGradiant && /* @__PURE__ */ React34.createElement("div", { className: "hawa-pointer-events-none hawa-absolute hawa-bottom-0 hawa-left-0 hawa-h-[72px] hawa-w-[272px] hawa-rounded-b-[2rem] hawa-bg-gradient-to-t hawa-from-black hawa-to-transparent hawa-opacity-50 hawa-[clip-path:inset(0px_0px_0px_0px_round_0rem)]" }));
|
3296
3306
|
export {
|
3297
3307
|
Accordion,
|
3298
3308
|
AccordionContent,
|
@@ -3381,6 +3391,7 @@ export {
|
|
3381
3391
|
PasswordInput,
|
3382
3392
|
PasswordStrengthIndicator,
|
3383
3393
|
PhoneInput,
|
3394
|
+
PhoneMockup,
|
3384
3395
|
PinInput,
|
3385
3396
|
Popover,
|
3386
3397
|
PopoverContent,
|
package/dist/index.css
CHANGED
@@ -994,6 +994,12 @@ input[type="number"]::-webkit-inner-spin-button,
|
|
994
994
|
.hawa--left-1 {
|
995
995
|
left: -0.25rem;
|
996
996
|
}
|
997
|
+
.hawa--left-\[16px\] {
|
998
|
+
left: -16px;
|
999
|
+
}
|
1000
|
+
.hawa--right-\[16px\] {
|
1001
|
+
right: -16px;
|
1002
|
+
}
|
997
1003
|
.hawa-bottom-0 {
|
998
1004
|
bottom: 0px;
|
999
1005
|
}
|
@@ -1078,6 +1084,15 @@ input[type="number"]::-webkit-inner-spin-button,
|
|
1078
1084
|
.hawa-top-4 {
|
1079
1085
|
top: 1rem;
|
1080
1086
|
}
|
1087
|
+
.hawa-top-\[124px\] {
|
1088
|
+
top: 124px;
|
1089
|
+
}
|
1090
|
+
.hawa-top-\[142px\] {
|
1091
|
+
top: 142px;
|
1092
|
+
}
|
1093
|
+
.hawa-top-\[178px\] {
|
1094
|
+
top: 178px;
|
1095
|
+
}
|
1081
1096
|
.hawa-top-\[1px\] {
|
1082
1097
|
top: 1px;
|
1083
1098
|
}
|
@@ -1172,6 +1187,10 @@ input[type="number"]::-webkit-inner-spin-button,
|
|
1172
1187
|
margin-left: 0.625rem;
|
1173
1188
|
margin-right: 0.625rem;
|
1174
1189
|
}
|
1190
|
+
.hawa-mx-auto {
|
1191
|
+
margin-left: auto;
|
1192
|
+
margin-right: auto;
|
1193
|
+
}
|
1175
1194
|
.hawa-my-0 {
|
1176
1195
|
margin-top: 0px;
|
1177
1196
|
margin-bottom: 0px;
|
@@ -1406,6 +1425,9 @@ input[type="number"]::-webkit-inner-spin-button,
|
|
1406
1425
|
.hawa-h-\[30px\] {
|
1407
1426
|
height: 30px;
|
1408
1427
|
}
|
1428
|
+
.hawa-h-\[32px\] {
|
1429
|
+
height: 32px;
|
1430
|
+
}
|
1409
1431
|
.hawa-h-\[38px\] {
|
1410
1432
|
height: 38px;
|
1411
1433
|
}
|
@@ -1415,9 +1437,21 @@ input[type="number"]::-webkit-inner-spin-button,
|
|
1415
1437
|
.hawa-h-\[44px\] {
|
1416
1438
|
height: 44px;
|
1417
1439
|
}
|
1440
|
+
.hawa-h-\[46px\] {
|
1441
|
+
height: 46px;
|
1442
|
+
}
|
1418
1443
|
.hawa-h-\[48px\] {
|
1419
1444
|
height: 48px;
|
1420
1445
|
}
|
1446
|
+
.hawa-h-\[572px\] {
|
1447
|
+
height: 572px;
|
1448
|
+
}
|
1449
|
+
.hawa-h-\[600px\] {
|
1450
|
+
height: 600px;
|
1451
|
+
}
|
1452
|
+
.hawa-h-\[64px\] {
|
1453
|
+
height: 64px;
|
1454
|
+
}
|
1421
1455
|
.hawa-h-\[72px\] {
|
1422
1456
|
height: 72px;
|
1423
1457
|
}
|
@@ -1574,9 +1608,18 @@ input[type="number"]::-webkit-inner-spin-button,
|
|
1574
1608
|
.hawa-w-\[26px\] {
|
1575
1609
|
width: 26px;
|
1576
1610
|
}
|
1611
|
+
.hawa-w-\[272px\] {
|
1612
|
+
width: 272px;
|
1613
|
+
}
|
1614
|
+
.hawa-w-\[300px\] {
|
1615
|
+
width: 300px;
|
1616
|
+
}
|
1577
1617
|
.hawa-w-\[37px\] {
|
1578
1618
|
width: 37px;
|
1579
1619
|
}
|
1620
|
+
.hawa-w-\[3px\] {
|
1621
|
+
width: 3px;
|
1622
|
+
}
|
1580
1623
|
.hawa-w-\[42px\] {
|
1581
1624
|
width: 42px;
|
1582
1625
|
}
|
@@ -1963,6 +2006,9 @@ input[type="number"]::-webkit-inner-spin-button,
|
|
1963
2006
|
.hawa-overflow-x-clip {
|
1964
2007
|
overflow-x: clip;
|
1965
2008
|
}
|
2009
|
+
.hawa-overflow-y-scroll {
|
2010
|
+
overflow-y: scroll;
|
2011
|
+
}
|
1966
2012
|
.hawa-truncate {
|
1967
2013
|
overflow: hidden;
|
1968
2014
|
text-overflow: ellipsis;
|
@@ -1980,6 +2026,12 @@ input[type="number"]::-webkit-inner-spin-button,
|
|
1980
2026
|
.hawa-rounded-3xl {
|
1981
2027
|
border-radius: 1.5rem;
|
1982
2028
|
}
|
2029
|
+
.hawa-rounded-\[2\.5rem\] {
|
2030
|
+
border-radius: 2.5rem;
|
2031
|
+
}
|
2032
|
+
.hawa-rounded-\[2rem\] {
|
2033
|
+
border-radius: 2rem;
|
2034
|
+
}
|
1983
2035
|
.hawa-rounded-\[inherit\] {
|
1984
2036
|
border-radius: inherit;
|
1985
2037
|
}
|
@@ -2008,6 +2060,10 @@ input[type="number"]::-webkit-inner-spin-button,
|
|
2008
2060
|
border-bottom-right-radius: var(--radius);
|
2009
2061
|
border-bottom-left-radius: var(--radius);
|
2010
2062
|
}
|
2063
|
+
.hawa-rounded-b-\[2rem\] {
|
2064
|
+
border-bottom-right-radius: 2rem;
|
2065
|
+
border-bottom-left-radius: 2rem;
|
2066
|
+
}
|
2011
2067
|
.hawa-rounded-b-lg {
|
2012
2068
|
border-bottom-right-radius: var(--radius);
|
2013
2069
|
border-bottom-left-radius: var(--radius);
|
@@ -2024,10 +2080,18 @@ input[type="number"]::-webkit-inner-spin-button,
|
|
2024
2080
|
border-top-left-radius: var(--radius);
|
2025
2081
|
border-bottom-left-radius: var(--radius);
|
2026
2082
|
}
|
2083
|
+
.hawa-rounded-l-lg {
|
2084
|
+
border-top-left-radius: var(--radius);
|
2085
|
+
border-bottom-left-radius: var(--radius);
|
2086
|
+
}
|
2027
2087
|
.hawa-rounded-l-none {
|
2028
2088
|
border-top-left-radius: 0px;
|
2029
2089
|
border-bottom-left-radius: 0px;
|
2030
2090
|
}
|
2091
|
+
.hawa-rounded-r-lg {
|
2092
|
+
border-top-right-radius: var(--radius);
|
2093
|
+
border-bottom-right-radius: var(--radius);
|
2094
|
+
}
|
2031
2095
|
.hawa-rounded-r-none {
|
2032
2096
|
border-top-right-radius: 0px;
|
2033
2097
|
border-bottom-right-radius: 0px;
|
@@ -2036,6 +2100,10 @@ input[type="number"]::-webkit-inner-spin-button,
|
|
2036
2100
|
border-top-left-radius: var(--radius);
|
2037
2101
|
border-top-right-radius: var(--radius);
|
2038
2102
|
}
|
2103
|
+
.hawa-rounded-t-\[2rem\] {
|
2104
|
+
border-top-left-radius: 2rem;
|
2105
|
+
border-top-right-radius: 2rem;
|
2106
|
+
}
|
2039
2107
|
.hawa-rounded-t-lg {
|
2040
2108
|
border-top-left-radius: var(--radius);
|
2041
2109
|
border-top-right-radius: var(--radius);
|
@@ -2068,6 +2136,9 @@ input[type="number"]::-webkit-inner-spin-button,
|
|
2068
2136
|
.hawa-border-2 {
|
2069
2137
|
border-width: 2px;
|
2070
2138
|
}
|
2139
|
+
.hawa-border-\[14px\] {
|
2140
|
+
border-width: 14px;
|
2141
|
+
}
|
2071
2142
|
.hawa-border-x-0 {
|
2072
2143
|
border-left-width: 0px;
|
2073
2144
|
border-right-width: 0px;
|
@@ -2130,6 +2201,10 @@ input[type="number"]::-webkit-inner-spin-button,
|
|
2130
2201
|
--tw-border-opacity: 1;
|
2131
2202
|
border-color: rgb(229 231 235 / var(--tw-border-opacity));
|
2132
2203
|
}
|
2204
|
+
.hawa-border-gray-800 {
|
2205
|
+
--tw-border-opacity: 1;
|
2206
|
+
border-color: rgb(31 41 55 / var(--tw-border-opacity));
|
2207
|
+
}
|
2133
2208
|
.hawa-border-input {
|
2134
2209
|
border-color: hsl(var(--input));
|
2135
2210
|
}
|
@@ -2364,12 +2439,20 @@ input[type="number"]::-webkit-inner-spin-button,
|
|
2364
2439
|
.hawa-bg-gradient-to-bl {
|
2365
2440
|
background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
|
2366
2441
|
}
|
2442
|
+
.hawa-bg-gradient-to-t {
|
2443
|
+
background-image: linear-gradient(to top, var(--tw-gradient-stops));
|
2444
|
+
}
|
2367
2445
|
.hawa-bg-gradient-to-tl {
|
2368
2446
|
background-image: linear-gradient(to top left, var(--tw-gradient-stops));
|
2369
2447
|
}
|
2370
2448
|
.hawa-bg-none {
|
2371
2449
|
background-image: none;
|
2372
2450
|
}
|
2451
|
+
.hawa-from-black {
|
2452
|
+
--tw-gradient-from: #000 var(--tw-gradient-from-position);
|
2453
|
+
--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
|
2454
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
2455
|
+
}
|
2373
2456
|
.hawa-from-green-300 {
|
2374
2457
|
--tw-gradient-from: #86efac var(--tw-gradient-from-position);
|
2375
2458
|
--tw-gradient-to: rgb(134 239 172 / 0) var(--tw-gradient-to-position);
|
@@ -2390,6 +2473,11 @@ input[type="number"]::-webkit-inner-spin-button,
|
|
2390
2473
|
--tw-gradient-to: rgb(190 24 93 / 0) var(--tw-gradient-to-position);
|
2391
2474
|
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
2392
2475
|
}
|
2476
|
+
.hawa-from-transparent {
|
2477
|
+
--tw-gradient-from: transparent var(--tw-gradient-from-position);
|
2478
|
+
--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
|
2479
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
2480
|
+
}
|
2393
2481
|
.hawa-via-blue-500 {
|
2394
2482
|
--tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
|
2395
2483
|
--tw-gradient-stops: var(--tw-gradient-from), #3b82f6 var(--tw-gradient-via-position), var(--tw-gradient-to);
|
@@ -2402,12 +2490,18 @@ input[type="number"]::-webkit-inner-spin-button,
|
|
2402
2490
|
--tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);
|
2403
2491
|
--tw-gradient-stops: var(--tw-gradient-from), #ef4444 var(--tw-gradient-via-position), var(--tw-gradient-to);
|
2404
2492
|
}
|
2493
|
+
.hawa-to-black {
|
2494
|
+
--tw-gradient-to: #000 var(--tw-gradient-to-position);
|
2495
|
+
}
|
2405
2496
|
.hawa-to-purple-500 {
|
2406
2497
|
--tw-gradient-to: #a855f7 var(--tw-gradient-to-position);
|
2407
2498
|
}
|
2408
2499
|
.hawa-to-purple-600 {
|
2409
2500
|
--tw-gradient-to: #9333ea var(--tw-gradient-to-position);
|
2410
2501
|
}
|
2502
|
+
.hawa-to-transparent {
|
2503
|
+
--tw-gradient-to: transparent var(--tw-gradient-to-position);
|
2504
|
+
}
|
2411
2505
|
.hawa-to-yellow-500 {
|
2412
2506
|
--tw-gradient-to: #eab308 var(--tw-gradient-to-position);
|
2413
2507
|
}
|
@@ -3065,6 +3159,13 @@ input[type="number"]::-webkit-inner-spin-button,
|
|
3065
3159
|
--tw-shadow: 0.25rem 0.25rem hsl(var(--primary));
|
3066
3160
|
box-shadow: var(--tw-shadow);
|
3067
3161
|
}
|
3162
|
+
.no-scrollbar::-webkit-scrollbar {
|
3163
|
+
display: none;
|
3164
|
+
}
|
3165
|
+
.no-scrollbar {
|
3166
|
+
-ms-overflow-style: none;
|
3167
|
+
scrollbar-width: none;
|
3168
|
+
}
|
3068
3169
|
body {
|
3069
3170
|
font-family: "IBM Plex Sans Arabic", sans-serif;
|
3070
3171
|
}
|
package/dist/index.d.mts
CHANGED
@@ -1055,6 +1055,15 @@ declare const InterfaceSettings: FC<TypographyTypes>;
|
|
1055
1055
|
|
1056
1056
|
declare const FileUploader: ({ handleFile, className }: any) => React__default.JSX.Element;
|
1057
1057
|
|
1058
|
+
type PhoneMockupProps = {
|
1059
|
+
children?: any;
|
1060
|
+
upperOverlayGradiant?: boolean;
|
1061
|
+
lowerOverlayGradiant?: boolean;
|
1062
|
+
phone?: "iphone" | "android" | "default";
|
1063
|
+
hideButtons?: boolean;
|
1064
|
+
};
|
1065
|
+
declare const PhoneMockup: React__default.FC<PhoneMockupProps>;
|
1066
|
+
|
1058
1067
|
interface StatTypes extends React__default.HTMLAttributes<HTMLDivElement> {
|
1059
1068
|
label?: string;
|
1060
1069
|
color?: string;
|
@@ -2035,4 +2044,4 @@ declare function useTabs(initialTab?: string): {
|
|
2035
2044
|
handleTabChange: (index: any) => void;
|
2036
2045
|
};
|
2037
2046
|
|
2038
|
-
export { Accordion, AccordionContent, AccordionItem, type AccordionItemProps, AccordionRoot, AccordionTrigger, ActionCard, AdCard, Alert, Announcement, AppLanding, AppLayout, type AppSidebarItemProps, AppStores, AppTabs, AppTopbar, AuthButtons, 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, ContactForm, 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, 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, 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, StandardNavigationMenuItem, Stats, StopPropagationWrapper, type SubItem$1 as SubItem, Switch, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContent, TabsList, TabsTrigger, Testimonial, type TextFieldTypes, Textarea, type TextareaProps, Toast$1 as Toast, ToastAction, type ToastActionElement, ToastClose, ToastDescription, type ToastProps, ToastProvider, ToastTitle, ToastViewport, Toaster, type ToasterToastProps, Tooltip, Usage, type UseFocusWithinOptions, type UseMediaQueryOptions, UserReferralSource, buttonVariants, navigationMenuTriggerStyle, reducer, toast, useBreakpoint, useClipboard, useDialogCarousel, useFocusWithin, useIsomorphicEffect, useMediaQuery, useMultiStepDialog, useTabs, useToast, useWindowSize };
|
2047
|
+
export { Accordion, AccordionContent, AccordionItem, type AccordionItemProps, AccordionRoot, AccordionTrigger, ActionCard, AdCard, Alert, Announcement, AppLanding, AppLayout, type AppSidebarItemProps, AppStores, AppTabs, AppTopbar, AuthButtons, 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, ContactForm, 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, Navbar, NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem$1 as NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuRoot, NavigationMenuTrigger, NavigationMenuViewport, NewPasswordForm, NoPermission, NotFound, Pagination, PasswordInput, PasswordStrengthIndicator, PhoneInput, PhoneMockup, PinInput, Popover, PopoverContent, PopoverTrigger, PricingCard, 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, StandardNavigationMenuItem, Stats, StopPropagationWrapper, type SubItem$1 as SubItem, Switch, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContent, TabsList, TabsTrigger, Testimonial, type TextFieldTypes, Textarea, type TextareaProps, Toast$1 as Toast, ToastAction, type ToastActionElement, ToastClose, ToastDescription, type ToastProps, ToastProvider, ToastTitle, ToastViewport, Toaster, type ToasterToastProps, 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
@@ -1055,6 +1055,15 @@ declare const InterfaceSettings: FC<TypographyTypes>;
|
|
1055
1055
|
|
1056
1056
|
declare const FileUploader: ({ handleFile, className }: any) => React__default.JSX.Element;
|
1057
1057
|
|
1058
|
+
type PhoneMockupProps = {
|
1059
|
+
children?: any;
|
1060
|
+
upperOverlayGradiant?: boolean;
|
1061
|
+
lowerOverlayGradiant?: boolean;
|
1062
|
+
phone?: "iphone" | "android" | "default";
|
1063
|
+
hideButtons?: boolean;
|
1064
|
+
};
|
1065
|
+
declare const PhoneMockup: React__default.FC<PhoneMockupProps>;
|
1066
|
+
|
1058
1067
|
interface StatTypes extends React__default.HTMLAttributes<HTMLDivElement> {
|
1059
1068
|
label?: string;
|
1060
1069
|
color?: string;
|
@@ -2035,4 +2044,4 @@ declare function useTabs(initialTab?: string): {
|
|
2035
2044
|
handleTabChange: (index: any) => void;
|
2036
2045
|
};
|
2037
2046
|
|
2038
|
-
export { Accordion, AccordionContent, AccordionItem, type AccordionItemProps, AccordionRoot, AccordionTrigger, ActionCard, AdCard, Alert, Announcement, AppLanding, AppLayout, type AppSidebarItemProps, AppStores, AppTabs, AppTopbar, AuthButtons, 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, ContactForm, 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, 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, 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, StandardNavigationMenuItem, Stats, StopPropagationWrapper, type SubItem$1 as SubItem, Switch, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContent, TabsList, TabsTrigger, Testimonial, type TextFieldTypes, Textarea, type TextareaProps, Toast$1 as Toast, ToastAction, type ToastActionElement, ToastClose, ToastDescription, type ToastProps, ToastProvider, ToastTitle, ToastViewport, Toaster, type ToasterToastProps, Tooltip, Usage, type UseFocusWithinOptions, type UseMediaQueryOptions, UserReferralSource, buttonVariants, navigationMenuTriggerStyle, reducer, toast, useBreakpoint, useClipboard, useDialogCarousel, useFocusWithin, useIsomorphicEffect, useMediaQuery, useMultiStepDialog, useTabs, useToast, useWindowSize };
|
2047
|
+
export { Accordion, AccordionContent, AccordionItem, type AccordionItemProps, AccordionRoot, AccordionTrigger, ActionCard, AdCard, Alert, Announcement, AppLanding, AppLayout, type AppSidebarItemProps, AppStores, AppTabs, AppTopbar, AuthButtons, 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, ContactForm, 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, Navbar, NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem$1 as NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuRoot, NavigationMenuTrigger, NavigationMenuViewport, NewPasswordForm, NoPermission, NotFound, Pagination, PasswordInput, PasswordStrengthIndicator, PhoneInput, PhoneMockup, PinInput, Popover, PopoverContent, PopoverTrigger, PricingCard, 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, StandardNavigationMenuItem, Stats, StopPropagationWrapper, type SubItem$1 as SubItem, Switch, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContent, TabsList, TabsTrigger, Testimonial, type TextFieldTypes, Textarea, type TextareaProps, Toast$1 as Toast, ToastAction, type ToastActionElement, ToastClose, ToastDescription, type ToastProps, ToastProvider, ToastTitle, ToastViewport, Toaster, type ToasterToastProps, Tooltip, Usage, type UseFocusWithinOptions, type UseMediaQueryOptions, UserReferralSource, buttonVariants, navigationMenuTriggerStyle, reducer, toast, useBreakpoint, useClipboard, useDialogCarousel, useFocusWithin, useIsomorphicEffect, useMediaQuery, useMultiStepDialog, useTabs, useToast, useWindowSize };
|