@web-my-money/primitives 1.0.0
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/accordion/index.d.mts +9 -0
- package/dist/accordion/index.d.ts +9 -0
- package/dist/accordion/index.js +99 -0
- package/dist/accordion/index.mjs +14 -0
- package/dist/alert-dialog/index.d.mts +22 -0
- package/dist/alert-dialog/index.d.ts +22 -0
- package/dist/alert-dialog/index.js +206 -0
- package/dist/alert-dialog/index.mjs +29 -0
- package/dist/avatar/index.d.mts +23 -0
- package/dist/avatar/index.d.ts +23 -0
- package/dist/avatar/index.js +133 -0
- package/dist/avatar/index.mjs +10 -0
- package/dist/badge/index.d.mts +15 -0
- package/dist/badge/index.d.ts +15 -0
- package/dist/badge/index.js +96 -0
- package/dist/badge/index.mjs +10 -0
- package/dist/breadcrumb/index.d.mts +20 -0
- package/dist/breadcrumb/index.d.ts +20 -0
- package/dist/breadcrumb/index.js +126 -0
- package/dist/breadcrumb/index.mjs +20 -0
- package/dist/button/index.d.mts +12 -0
- package/dist/button/index.d.ts +12 -0
- package/dist/button/index.js +88 -0
- package/dist/button/index.mjs +10 -0
- package/dist/calendar/index.d.mts +29 -0
- package/dist/calendar/index.d.ts +29 -0
- package/dist/calendar/index.js +191 -0
- package/dist/calendar/index.mjs +9 -0
- package/dist/card/index.d.mts +13 -0
- package/dist/card/index.d.ts +13 -0
- package/dist/card/index.js +141 -0
- package/dist/card/index.mjs +19 -0
- package/dist/carousel/index.d.mts +20 -0
- package/dist/carousel/index.d.ts +20 -0
- package/dist/carousel/index.js +236 -0
- package/dist/carousel/index.mjs +19 -0
- package/dist/checkbox/index.d.mts +6 -0
- package/dist/checkbox/index.d.ts +6 -0
- package/dist/checkbox/index.js +63 -0
- package/dist/checkbox/index.mjs +8 -0
- package/dist/chunk-32LEHNCH.mjs +155 -0
- package/dist/chunk-3ZJ4L43B.mjs +92 -0
- package/dist/chunk-4KQNZMKT.mjs +47 -0
- package/dist/chunk-4W6U222X.mjs +113 -0
- package/dist/chunk-556SM2PJ.mjs +40 -0
- package/dist/chunk-5LYTCNI6.mjs +127 -0
- package/dist/chunk-5N7LGYZK.mjs +137 -0
- package/dist/chunk-6OG237U6.mjs +54 -0
- package/dist/chunk-7TMIJ7HZ.mjs +149 -0
- package/dist/chunk-DTENOVQN.mjs +44 -0
- package/dist/chunk-DUGW62XX.mjs +143 -0
- package/dist/chunk-DWLKKYIU.mjs +156 -0
- package/dist/chunk-DYCSGLM5.mjs +32 -0
- package/dist/chunk-DZPJV6MN.mjs +66 -0
- package/dist/chunk-FT72MNAV.mjs +25 -0
- package/dist/chunk-FV6JTZAK.mjs +30 -0
- package/dist/chunk-GLD4KQD3.mjs +90 -0
- package/dist/chunk-GWVW5OI6.mjs +106 -0
- package/dist/chunk-JWCA4M7E.mjs +160 -0
- package/dist/chunk-K4UYYX45.mjs +199 -0
- package/dist/chunk-KVQKOJNU.mjs +52 -0
- package/dist/chunk-LPMRBQLR.mjs +120 -0
- package/dist/chunk-M6HSM6GV.mjs +68 -0
- package/dist/chunk-NE5LEVMC.mjs +201 -0
- package/dist/chunk-NGWDLZ6E.mjs +33 -0
- package/dist/chunk-NH5ZVHAV.mjs +36 -0
- package/dist/chunk-PFXSPRVI.mjs +65 -0
- package/dist/chunk-PJO7WJ4G.mjs +10 -0
- package/dist/chunk-PTXZWR7Y.mjs +76 -0
- package/dist/chunk-SG747CBC.mjs +34 -0
- package/dist/chunk-UDQDW22Y.mjs +71 -0
- package/dist/chunk-UGOA6M4S.mjs +120 -0
- package/dist/chunk-UXU54FBX.mjs +63 -0
- package/dist/chunk-WYBX5VJ4.mjs +49 -0
- package/dist/chunk-Y7DNVOKO.mjs +57 -0
- package/dist/chunk-YNOS3JA2.mjs +29 -0
- package/dist/chunk-YPTARV3T.mjs +57 -0
- package/dist/chunk-YYFQVSPV.mjs +17 -0
- package/dist/chunk-ZR3J34NX.mjs +85 -0
- package/dist/collapsible/index.d.mts +8 -0
- package/dist/collapsible/index.d.ts +8 -0
- package/dist/collapsible/index.js +64 -0
- package/dist/collapsible/index.mjs +12 -0
- package/dist/combobox/index.d.mts +18 -0
- package/dist/combobox/index.d.ts +18 -0
- package/dist/combobox/index.js +198 -0
- package/dist/combobox/index.mjs +32 -0
- package/dist/context-menu/index.d.mts +16 -0
- package/dist/context-menu/index.d.ts +16 -0
- package/dist/context-menu/index.js +177 -0
- package/dist/context-menu/index.mjs +28 -0
- package/dist/date-range-input/index.d.mts +17 -0
- package/dist/date-range-input/index.d.ts +17 -0
- package/dist/date-range-input/index.js +284 -0
- package/dist/date-range-input/index.mjs +11 -0
- package/dist/dialog/index.d.mts +19 -0
- package/dist/dialog/index.d.ts +19 -0
- package/dist/dialog/index.js +240 -0
- package/dist/dialog/index.mjs +27 -0
- package/dist/dropdown-menu/index.d.mts +16 -0
- package/dist/dropdown-menu/index.d.ts +16 -0
- package/dist/dropdown-menu/index.js +189 -0
- package/dist/dropdown-menu/index.mjs +28 -0
- package/dist/field/index.d.mts +24 -0
- package/dist/field/index.d.ts +24 -0
- package/dist/field/index.js +88 -0
- package/dist/field/index.mjs +16 -0
- package/dist/hover-card/index.d.mts +8 -0
- package/dist/hover-card/index.d.ts +8 -0
- package/dist/hover-card/index.js +79 -0
- package/dist/hover-card/index.mjs +12 -0
- package/dist/index.d.mts +73 -0
- package/dist/index.d.ts +73 -0
- package/dist/index.js +3167 -0
- package/dist/index.mjs +452 -0
- package/dist/input/index.d.mts +5 -0
- package/dist/input/index.d.ts +5 -0
- package/dist/input/index.js +54 -0
- package/dist/input/index.mjs +7 -0
- package/dist/kbd/index.d.mts +8 -0
- package/dist/kbd/index.d.ts +8 -0
- package/dist/kbd/index.js +64 -0
- package/dist/kbd/index.mjs +9 -0
- package/dist/lightbox/index.d.mts +17 -0
- package/dist/lightbox/index.d.ts +17 -0
- package/dist/lightbox/index.js +151 -0
- package/dist/lightbox/index.mjs +24 -0
- package/dist/pagination/index.d.mts +33 -0
- package/dist/pagination/index.d.ts +33 -0
- package/dist/pagination/index.js +212 -0
- package/dist/pagination/index.mjs +25 -0
- package/dist/popover/index.d.mts +11 -0
- package/dist/popover/index.d.ts +11 -0
- package/dist/popover/index.js +120 -0
- package/dist/popover/index.mjs +18 -0
- package/dist/progress/index.d.mts +6 -0
- package/dist/progress/index.d.ts +6 -0
- package/dist/progress/index.js +60 -0
- package/dist/progress/index.mjs +8 -0
- package/dist/radio-group/index.d.mts +8 -0
- package/dist/radio-group/index.d.ts +8 -0
- package/dist/radio-group/index.js +71 -0
- package/dist/radio-group/index.mjs +10 -0
- package/dist/resizable/index.d.mts +10 -0
- package/dist/resizable/index.d.ts +10 -0
- package/dist/resizable/index.js +80 -0
- package/dist/resizable/index.mjs +12 -0
- package/dist/scroll-area/index.d.mts +6 -0
- package/dist/scroll-area/index.d.ts +6 -0
- package/dist/scroll-area/index.js +74 -0
- package/dist/scroll-area/index.mjs +8 -0
- package/dist/select/index.d.mts +17 -0
- package/dist/select/index.d.ts +17 -0
- package/dist/select/index.js +238 -0
- package/dist/select/index.mjs +26 -0
- package/dist/separator/index.d.mts +6 -0
- package/dist/separator/index.d.ts +6 -0
- package/dist/separator/index.js +59 -0
- package/dist/separator/index.mjs +8 -0
- package/dist/sheet/index.d.mts +38 -0
- package/dist/sheet/index.d.ts +38 -0
- package/dist/sheet/index.js +212 -0
- package/dist/sheet/index.mjs +27 -0
- package/dist/skeleton/index.d.mts +17 -0
- package/dist/skeleton/index.d.ts +17 -0
- package/dist/skeleton/index.js +80 -0
- package/dist/skeleton/index.mjs +11 -0
- package/dist/slide-over/index.d.mts +92 -0
- package/dist/slide-over/index.d.ts +92 -0
- package/dist/slide-over/index.js +298 -0
- package/dist/slide-over/index.mjs +31 -0
- package/dist/slider/index.d.mts +6 -0
- package/dist/slider/index.d.ts +6 -0
- package/dist/slider/index.js +47 -0
- package/dist/slider/index.mjs +8 -0
- package/dist/switch/index.d.mts +8 -0
- package/dist/switch/index.d.ts +8 -0
- package/dist/switch/index.js +66 -0
- package/dist/switch/index.mjs +8 -0
- package/dist/tabs/index.d.mts +9 -0
- package/dist/tabs/index.d.ts +9 -0
- package/dist/tabs/index.js +96 -0
- package/dist/tabs/index.mjs +14 -0
- package/dist/toast/index.d.mts +19 -0
- package/dist/toast/index.d.ts +19 -0
- package/dist/toast/index.js +107 -0
- package/dist/toast/index.mjs +10 -0
- package/dist/toggle/index.d.mts +14 -0
- package/dist/toggle/index.d.ts +14 -0
- package/dist/toggle/index.js +89 -0
- package/dist/toggle/index.mjs +12 -0
- package/dist/tooltip/index.d.mts +9 -0
- package/dist/tooltip/index.d.ts +9 -0
- package/dist/tooltip/index.js +101 -0
- package/dist/tooltip/index.mjs +14 -0
- package/package.json +235 -0
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { PreviewCard } from '@base-ui/react/preview-card';
|
|
3
|
+
|
|
4
|
+
declare function HoverCard({ ...props }: PreviewCard.Root.Props): React.JSX.Element;
|
|
5
|
+
declare function HoverCardTrigger({ ...props }: PreviewCard.Trigger.Props): React.JSX.Element;
|
|
6
|
+
declare function HoverCardContent({ className, align, sideOffset, side, ...props }: PreviewCard.Popup.Props & Pick<PreviewCard.Positioner.Props, "align" | "sideOffset" | "side">): React.JSX.Element;
|
|
7
|
+
|
|
8
|
+
export { HoverCard, HoverCardContent, HoverCardTrigger };
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { PreviewCard } from '@base-ui/react/preview-card';
|
|
3
|
+
|
|
4
|
+
declare function HoverCard({ ...props }: PreviewCard.Root.Props): React.JSX.Element;
|
|
5
|
+
declare function HoverCardTrigger({ ...props }: PreviewCard.Trigger.Props): React.JSX.Element;
|
|
6
|
+
declare function HoverCardContent({ className, align, sideOffset, side, ...props }: PreviewCard.Popup.Props & Pick<PreviewCard.Positioner.Props, "align" | "sideOffset" | "side">): React.JSX.Element;
|
|
7
|
+
|
|
8
|
+
export { HoverCard, HoverCardContent, HoverCardTrigger };
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
"use client";
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
7
|
+
var __export = (target, all) => {
|
|
8
|
+
for (var name in all)
|
|
9
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
10
|
+
};
|
|
11
|
+
var __copyProps = (to, from, except, desc) => {
|
|
12
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
13
|
+
for (let key of __getOwnPropNames(from))
|
|
14
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
15
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
16
|
+
}
|
|
17
|
+
return to;
|
|
18
|
+
};
|
|
19
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
|
+
|
|
21
|
+
// src/hover-card/index.tsx
|
|
22
|
+
var hover_card_exports = {};
|
|
23
|
+
__export(hover_card_exports, {
|
|
24
|
+
HoverCard: () => HoverCard,
|
|
25
|
+
HoverCardContent: () => HoverCardContent,
|
|
26
|
+
HoverCardTrigger: () => HoverCardTrigger
|
|
27
|
+
});
|
|
28
|
+
module.exports = __toCommonJS(hover_card_exports);
|
|
29
|
+
var import_preview_card = require("@base-ui/react/preview-card");
|
|
30
|
+
|
|
31
|
+
// src/utils.ts
|
|
32
|
+
var import_clsx = require("clsx");
|
|
33
|
+
var import_tailwind_merge = require("tailwind-merge");
|
|
34
|
+
function cn(...inputs) {
|
|
35
|
+
return (0, import_tailwind_merge.twMerge)((0, import_clsx.clsx)(inputs));
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
// src/hover-card/index.tsx
|
|
39
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
40
|
+
function HoverCard({ ...props }) {
|
|
41
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_preview_card.PreviewCard.Root, { "data-slot": "hover-card", ...props });
|
|
42
|
+
}
|
|
43
|
+
function HoverCardTrigger({ ...props }) {
|
|
44
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_preview_card.PreviewCard.Trigger, { "data-slot": "hover-card-trigger", ...props });
|
|
45
|
+
}
|
|
46
|
+
function HoverCardContent({
|
|
47
|
+
className,
|
|
48
|
+
align = "center",
|
|
49
|
+
sideOffset = 8,
|
|
50
|
+
side = "bottom",
|
|
51
|
+
...props
|
|
52
|
+
}) {
|
|
53
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_preview_card.PreviewCard.Portal, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
54
|
+
import_preview_card.PreviewCard.Positioner,
|
|
55
|
+
{
|
|
56
|
+
align,
|
|
57
|
+
sideOffset,
|
|
58
|
+
side,
|
|
59
|
+
className: "isolate z-50",
|
|
60
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
61
|
+
import_preview_card.PreviewCard.Popup,
|
|
62
|
+
{
|
|
63
|
+
"data-slot": "hover-card-content",
|
|
64
|
+
className: cn(
|
|
65
|
+
"z-50 w-64 origin-(--transform-origin) rounded-lg bg-popover p-3 text-sm text-popover-foreground shadow-md ring-1 ring-foreground/10 outline-hidden duration-100 data-open:animate-in data-open:fade-in-0 data-open:zoom-in-95 data-closed:animate-out data-closed:fade-out-0 data-closed:zoom-out-95",
|
|
66
|
+
className
|
|
67
|
+
),
|
|
68
|
+
...props
|
|
69
|
+
}
|
|
70
|
+
)
|
|
71
|
+
}
|
|
72
|
+
) });
|
|
73
|
+
}
|
|
74
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
75
|
+
0 && (module.exports = {
|
|
76
|
+
HoverCard,
|
|
77
|
+
HoverCardContent,
|
|
78
|
+
HoverCardTrigger
|
|
79
|
+
});
|
package/dist/index.d.mts
ADDED
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
import { ClassValue } from 'clsx';
|
|
2
|
+
export { Badge, BadgeProps, BadgeVariant, badgeVariants } from './badge/index.mjs';
|
|
3
|
+
export { Avatar, AvatarGroup, AvatarGroupProps, AvatarProps } from './avatar/index.mjs';
|
|
4
|
+
export { Skeleton, SkeletonCard, SkeletonProps, SkeletonRow } from './skeleton/index.mjs';
|
|
5
|
+
export { Tabs, TabsContent, TabsList, TabsTrigger } from './tabs/index.mjs';
|
|
6
|
+
export { Accordion, AccordionContent, AccordionItem, AccordionTrigger } from './accordion/index.mjs';
|
|
7
|
+
export { Field, FieldControl, FieldDescription, FieldError, FieldLabel } from './field/index.mjs';
|
|
8
|
+
export { Sheet, SheetClose, SheetContent, SheetContentProps, SheetDescription, SheetFooter, SheetHeader, SheetOverlay, SheetPortal, SheetSide, SheetTitle, SheetTrigger } from './sheet/index.mjs';
|
|
9
|
+
export { SlideOver, SlideOverClose, SlideOverColumn, SlideOverColumns, SlideOverContent, SlideOverContentProps, SlideOverDescription, SlideOverFooter, SlideOverHeader, SlideOverOverlay, SlideOverPortal, SlideOverSize, SlideOverTitle, SlideOverTrigger, UseRecordNavOptions, useRecordNav } from './slide-over/index.mjs';
|
|
10
|
+
export { DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuSeparator, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger } from './dropdown-menu/index.mjs';
|
|
11
|
+
export { Progress } from './progress/index.mjs';
|
|
12
|
+
export { Collapsible, CollapsibleContent, CollapsibleTrigger } from './collapsible/index.mjs';
|
|
13
|
+
export { RadioGroup, RadioGroupItem } from './radio-group/index.mjs';
|
|
14
|
+
export { ToastProvider, useToast } from './toast/index.mjs';
|
|
15
|
+
export { Slider } from './slider/index.mjs';
|
|
16
|
+
export { Toggle, ToggleGroup, toggleVariants } from './toggle/index.mjs';
|
|
17
|
+
export { ScrollArea } from './scroll-area/index.mjs';
|
|
18
|
+
export { Button, buttonVariants } from './button/index.mjs';
|
|
19
|
+
export { AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger } from './alert-dialog/index.mjs';
|
|
20
|
+
export { Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle } from './card/index.mjs';
|
|
21
|
+
export { Checkbox } from './checkbox/index.mjs';
|
|
22
|
+
export { Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger } from './dialog/index.mjs';
|
|
23
|
+
export { Input } from './input/index.mjs';
|
|
24
|
+
export { Popover, PopoverContent, PopoverDescription, PopoverHeader, PopoverTitle, PopoverTrigger } from './popover/index.mjs';
|
|
25
|
+
export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue } from './select/index.mjs';
|
|
26
|
+
export { Separator } from './separator/index.mjs';
|
|
27
|
+
export { Switch } from './switch/index.mjs';
|
|
28
|
+
export { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger } from './tooltip/index.mjs';
|
|
29
|
+
export { Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbLinkProps, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator } from './breadcrumb/index.mjs';
|
|
30
|
+
export { Kbd, KbdGroup, KbdProps } from './kbd/index.mjs';
|
|
31
|
+
export { Pagination, PaginationBar, PaginationBarProps, PaginationContent, PaginationEllipsis, PaginationItem, PaginationLink, PaginationNext, PaginationPrevious, getPaginationRange } from './pagination/index.mjs';
|
|
32
|
+
export { HoverCard, HoverCardContent, HoverCardTrigger } from './hover-card/index.mjs';
|
|
33
|
+
export { ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuSeparator, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger } from './context-menu/index.mjs';
|
|
34
|
+
export { Combobox, ComboboxClear, ComboboxEmpty, ComboboxGroup, ComboboxGroupLabel, ComboboxInput, ComboboxInputGroup, ComboboxItem, ComboboxList, ComboboxPopup, ComboboxPortal, ComboboxPositioner, ComboboxTrigger } from './combobox/index.mjs';
|
|
35
|
+
export { Carousel, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious, CarouselProps, useCarousel } from './carousel/index.mjs';
|
|
36
|
+
export { Calendar, CalendarProps, CalendarRangeProps, CalendarSingleProps, DateRange } from './calendar/index.mjs';
|
|
37
|
+
export { DateRangeInput, DateRangeInputProps } from './date-range-input/index.mjs';
|
|
38
|
+
export { ResizableHandle, ResizablePanel, ResizablePanelGroup } from './resizable/index.mjs';
|
|
39
|
+
export { Lightbox, LightboxCaption, LightboxClose, LightboxContent, LightboxImage, LightboxNavButton, LightboxOverlay, LightboxPortal, LightboxTrigger } from './lightbox/index.mjs';
|
|
40
|
+
import 'react';
|
|
41
|
+
import 'class-variance-authority/types';
|
|
42
|
+
import 'class-variance-authority';
|
|
43
|
+
import '@base-ui/react/tabs';
|
|
44
|
+
import '@base-ui/react/accordion';
|
|
45
|
+
import '@base-ui/react';
|
|
46
|
+
import '@base-ui/react/field';
|
|
47
|
+
import '@base-ui/react/dialog';
|
|
48
|
+
import '@base-ui/react/menu';
|
|
49
|
+
import '@base-ui/react/progress';
|
|
50
|
+
import '@base-ui/react/collapsible';
|
|
51
|
+
import '@base-ui/react/radio-group';
|
|
52
|
+
import '@base-ui/react/radio';
|
|
53
|
+
import '@base-ui/react/toast';
|
|
54
|
+
import '@base-ui/react/slider';
|
|
55
|
+
import '@base-ui/react/toggle';
|
|
56
|
+
import '@base-ui/react/toggle-group';
|
|
57
|
+
import '@base-ui/react/scroll-area';
|
|
58
|
+
import '@base-ui/react/button';
|
|
59
|
+
import '@base-ui/react/alert-dialog';
|
|
60
|
+
import '@base-ui/react/checkbox';
|
|
61
|
+
import '@base-ui/react/popover';
|
|
62
|
+
import '@base-ui/react/select';
|
|
63
|
+
import '@base-ui/react/separator';
|
|
64
|
+
import '@base-ui/react/switch';
|
|
65
|
+
import '@base-ui/react/tooltip';
|
|
66
|
+
import '@base-ui/react/preview-card';
|
|
67
|
+
import '@base-ui/react/context-menu';
|
|
68
|
+
import '@base-ui/react/combobox';
|
|
69
|
+
import 'react-resizable-panels';
|
|
70
|
+
|
|
71
|
+
declare function cn(...inputs: ClassValue[]): string;
|
|
72
|
+
|
|
73
|
+
export { cn };
|
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
import { ClassValue } from 'clsx';
|
|
2
|
+
export { Badge, BadgeProps, BadgeVariant, badgeVariants } from './badge/index.js';
|
|
3
|
+
export { Avatar, AvatarGroup, AvatarGroupProps, AvatarProps } from './avatar/index.js';
|
|
4
|
+
export { Skeleton, SkeletonCard, SkeletonProps, SkeletonRow } from './skeleton/index.js';
|
|
5
|
+
export { Tabs, TabsContent, TabsList, TabsTrigger } from './tabs/index.js';
|
|
6
|
+
export { Accordion, AccordionContent, AccordionItem, AccordionTrigger } from './accordion/index.js';
|
|
7
|
+
export { Field, FieldControl, FieldDescription, FieldError, FieldLabel } from './field/index.js';
|
|
8
|
+
export { Sheet, SheetClose, SheetContent, SheetContentProps, SheetDescription, SheetFooter, SheetHeader, SheetOverlay, SheetPortal, SheetSide, SheetTitle, SheetTrigger } from './sheet/index.js';
|
|
9
|
+
export { SlideOver, SlideOverClose, SlideOverColumn, SlideOverColumns, SlideOverContent, SlideOverContentProps, SlideOverDescription, SlideOverFooter, SlideOverHeader, SlideOverOverlay, SlideOverPortal, SlideOverSize, SlideOverTitle, SlideOverTrigger, UseRecordNavOptions, useRecordNav } from './slide-over/index.js';
|
|
10
|
+
export { DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuSeparator, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger } from './dropdown-menu/index.js';
|
|
11
|
+
export { Progress } from './progress/index.js';
|
|
12
|
+
export { Collapsible, CollapsibleContent, CollapsibleTrigger } from './collapsible/index.js';
|
|
13
|
+
export { RadioGroup, RadioGroupItem } from './radio-group/index.js';
|
|
14
|
+
export { ToastProvider, useToast } from './toast/index.js';
|
|
15
|
+
export { Slider } from './slider/index.js';
|
|
16
|
+
export { Toggle, ToggleGroup, toggleVariants } from './toggle/index.js';
|
|
17
|
+
export { ScrollArea } from './scroll-area/index.js';
|
|
18
|
+
export { Button, buttonVariants } from './button/index.js';
|
|
19
|
+
export { AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger } from './alert-dialog/index.js';
|
|
20
|
+
export { Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle } from './card/index.js';
|
|
21
|
+
export { Checkbox } from './checkbox/index.js';
|
|
22
|
+
export { Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger } from './dialog/index.js';
|
|
23
|
+
export { Input } from './input/index.js';
|
|
24
|
+
export { Popover, PopoverContent, PopoverDescription, PopoverHeader, PopoverTitle, PopoverTrigger } from './popover/index.js';
|
|
25
|
+
export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue } from './select/index.js';
|
|
26
|
+
export { Separator } from './separator/index.js';
|
|
27
|
+
export { Switch } from './switch/index.js';
|
|
28
|
+
export { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger } from './tooltip/index.js';
|
|
29
|
+
export { Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbLinkProps, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator } from './breadcrumb/index.js';
|
|
30
|
+
export { Kbd, KbdGroup, KbdProps } from './kbd/index.js';
|
|
31
|
+
export { Pagination, PaginationBar, PaginationBarProps, PaginationContent, PaginationEllipsis, PaginationItem, PaginationLink, PaginationNext, PaginationPrevious, getPaginationRange } from './pagination/index.js';
|
|
32
|
+
export { HoverCard, HoverCardContent, HoverCardTrigger } from './hover-card/index.js';
|
|
33
|
+
export { ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuSeparator, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger } from './context-menu/index.js';
|
|
34
|
+
export { Combobox, ComboboxClear, ComboboxEmpty, ComboboxGroup, ComboboxGroupLabel, ComboboxInput, ComboboxInputGroup, ComboboxItem, ComboboxList, ComboboxPopup, ComboboxPortal, ComboboxPositioner, ComboboxTrigger } from './combobox/index.js';
|
|
35
|
+
export { Carousel, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious, CarouselProps, useCarousel } from './carousel/index.js';
|
|
36
|
+
export { Calendar, CalendarProps, CalendarRangeProps, CalendarSingleProps, DateRange } from './calendar/index.js';
|
|
37
|
+
export { DateRangeInput, DateRangeInputProps } from './date-range-input/index.js';
|
|
38
|
+
export { ResizableHandle, ResizablePanel, ResizablePanelGroup } from './resizable/index.js';
|
|
39
|
+
export { Lightbox, LightboxCaption, LightboxClose, LightboxContent, LightboxImage, LightboxNavButton, LightboxOverlay, LightboxPortal, LightboxTrigger } from './lightbox/index.js';
|
|
40
|
+
import 'react';
|
|
41
|
+
import 'class-variance-authority/types';
|
|
42
|
+
import 'class-variance-authority';
|
|
43
|
+
import '@base-ui/react/tabs';
|
|
44
|
+
import '@base-ui/react/accordion';
|
|
45
|
+
import '@base-ui/react';
|
|
46
|
+
import '@base-ui/react/field';
|
|
47
|
+
import '@base-ui/react/dialog';
|
|
48
|
+
import '@base-ui/react/menu';
|
|
49
|
+
import '@base-ui/react/progress';
|
|
50
|
+
import '@base-ui/react/collapsible';
|
|
51
|
+
import '@base-ui/react/radio-group';
|
|
52
|
+
import '@base-ui/react/radio';
|
|
53
|
+
import '@base-ui/react/toast';
|
|
54
|
+
import '@base-ui/react/slider';
|
|
55
|
+
import '@base-ui/react/toggle';
|
|
56
|
+
import '@base-ui/react/toggle-group';
|
|
57
|
+
import '@base-ui/react/scroll-area';
|
|
58
|
+
import '@base-ui/react/button';
|
|
59
|
+
import '@base-ui/react/alert-dialog';
|
|
60
|
+
import '@base-ui/react/checkbox';
|
|
61
|
+
import '@base-ui/react/popover';
|
|
62
|
+
import '@base-ui/react/select';
|
|
63
|
+
import '@base-ui/react/separator';
|
|
64
|
+
import '@base-ui/react/switch';
|
|
65
|
+
import '@base-ui/react/tooltip';
|
|
66
|
+
import '@base-ui/react/preview-card';
|
|
67
|
+
import '@base-ui/react/context-menu';
|
|
68
|
+
import '@base-ui/react/combobox';
|
|
69
|
+
import 'react-resizable-panels';
|
|
70
|
+
|
|
71
|
+
declare function cn(...inputs: ClassValue[]): string;
|
|
72
|
+
|
|
73
|
+
export { cn };
|