@hypoth-ui/react 0.1.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/LICENSE +21 -0
- package/README.md +74 -0
- package/dist/chunk-5A7SNEOH.js +1991 -0
- package/dist/client-8T-8F3H4.d.ts +1885 -0
- package/dist/client.d.ts +2 -0
- package/dist/client.js +87 -0
- package/dist/index.d.ts +3068 -0
- package/dist/index.js +6804 -0
- package/package.json +68 -0
package/dist/client.d.ts
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export { X as Alert, Y as AlertProps, Z as AlertVariant, ac as Avatar, ad as AvatarGroup, ai as AvatarGroupProps, ae as AvatarProps, ag as AvatarShape, af as AvatarSize, ah as AvatarStatus, aE as Badge, aI as BadgePosition, aF as BadgeProps, aH as BadgeSize, aG as BadgeVariant, H as Box, m as BoxProps, v as Button, B as ButtonProps, b as ButtonSize, a as ButtonVariant, a_ as Calendar, a$ as CalendarProps, b0 as CalendarSize, Q as ClientOnly, C as ClientOnlyProps, b1 as DataTable, b3 as DataTableColumn, b5 as DataTablePagination, b2 as DataTableProps, b4 as DataTableSort, b6 as DataTableSortDirection, O as FocusScope, F as FocusScopeProps, o as FocusScopeRef, y as Icon, g as IconName, f as IconProps, h as IconSize, w as Input, I as InputProps, d as InputSize, c as InputType, x as Link, L as LinkProps, e as LinkVariant, aT as List, aU as ListItem, aZ as ListItemProps, aX as ListOrientation, aV as ListRootProps, aW as ListSelectionMode, aY as ListSize, M as Portal, P as PortalProps, a8 as Progress, a9 as ProgressProps, ab as ProgressSize, aa as ProgressVariant, ay as Skeleton, aD as SkeletonAnimation, az as SkeletonProps, aB as SkeletonSize, aA as SkeletonVariant, aC as SkeletonWidth, K as Slot, n as SlotProps, aw as SortDirection, z as Spinner, S as SpinnerProps, i as SpinnerSize, aj as Table, av as TableAlign, al as TableBody, as as TableBodyProps, ao as TableCell, ax as TableCellProps, an as TableHead, au as TableHeadProps, ak as TableHeader, ar as TableHeaderProps, ap as TableRootProps, am as TableRow, at as TableRowProps, aq as TableSize, aJ as Tag, aK as TagProps, aM as TagSize, aL as TagVariant, G as Text, T as TextProps, j as TextSize, l as TextVariant, k as TextWeight, _ as Toast, a6 as ToastOptions, a2 as ToastPosition, a0 as ToastProviderProps, a1 as ToastVariant, aN as Tree, aO as TreeItem, aS as TreeItemProps, aP as TreeRootProps, aQ as TreeSelectionMode, aR as TreeSize, a7 as UseToastReturn, E as VisuallyHidden, V as VisuallyHiddenProps, W as WrapperConfig, b8 as attachEventListeners, ba as composeEventHandlers, b9 as createComponent, b7 as createEventHandler, bb as mergeClassNames, bd as mergeProps, bc as mergeStyles, U as useIsClient, $ as useToast } from './client-8T-8F3H4.js';
|
|
2
|
+
import 'react';
|
package/dist/client.js
ADDED
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import {
|
|
3
|
+
Alert,
|
|
4
|
+
Avatar,
|
|
5
|
+
AvatarGroup,
|
|
6
|
+
Badge,
|
|
7
|
+
Box,
|
|
8
|
+
Button,
|
|
9
|
+
Calendar,
|
|
10
|
+
ClientOnly,
|
|
11
|
+
DataTable,
|
|
12
|
+
FocusScope,
|
|
13
|
+
Icon,
|
|
14
|
+
Input,
|
|
15
|
+
Link,
|
|
16
|
+
List,
|
|
17
|
+
ListItem,
|
|
18
|
+
Portal,
|
|
19
|
+
Progress,
|
|
20
|
+
Skeleton,
|
|
21
|
+
Slot,
|
|
22
|
+
Spinner,
|
|
23
|
+
Table,
|
|
24
|
+
TableBody,
|
|
25
|
+
TableCell,
|
|
26
|
+
TableHead,
|
|
27
|
+
TableHeader,
|
|
28
|
+
TableRow,
|
|
29
|
+
Tag,
|
|
30
|
+
Text,
|
|
31
|
+
Toast,
|
|
32
|
+
Tree,
|
|
33
|
+
TreeItem,
|
|
34
|
+
VisuallyHidden,
|
|
35
|
+
attachEventListeners,
|
|
36
|
+
composeEventHandlers,
|
|
37
|
+
createComponent,
|
|
38
|
+
createEventHandler,
|
|
39
|
+
mergeClassNames,
|
|
40
|
+
mergeProps,
|
|
41
|
+
mergeStyles,
|
|
42
|
+
useIsClient,
|
|
43
|
+
useToast
|
|
44
|
+
} from "./chunk-5A7SNEOH.js";
|
|
45
|
+
export {
|
|
46
|
+
Alert,
|
|
47
|
+
Avatar,
|
|
48
|
+
AvatarGroup,
|
|
49
|
+
Badge,
|
|
50
|
+
Box,
|
|
51
|
+
Button,
|
|
52
|
+
Calendar,
|
|
53
|
+
ClientOnly,
|
|
54
|
+
DataTable,
|
|
55
|
+
FocusScope,
|
|
56
|
+
Icon,
|
|
57
|
+
Input,
|
|
58
|
+
Link,
|
|
59
|
+
List,
|
|
60
|
+
ListItem,
|
|
61
|
+
Portal,
|
|
62
|
+
Progress,
|
|
63
|
+
Skeleton,
|
|
64
|
+
Slot,
|
|
65
|
+
Spinner,
|
|
66
|
+
Table,
|
|
67
|
+
TableBody,
|
|
68
|
+
TableCell,
|
|
69
|
+
TableHead,
|
|
70
|
+
TableHeader,
|
|
71
|
+
TableRow,
|
|
72
|
+
Tag,
|
|
73
|
+
Text,
|
|
74
|
+
Toast,
|
|
75
|
+
Tree,
|
|
76
|
+
TreeItem,
|
|
77
|
+
VisuallyHidden,
|
|
78
|
+
attachEventListeners,
|
|
79
|
+
composeEventHandlers,
|
|
80
|
+
createComponent,
|
|
81
|
+
createEventHandler,
|
|
82
|
+
mergeClassNames,
|
|
83
|
+
mergeProps,
|
|
84
|
+
mergeStyles,
|
|
85
|
+
useIsClient,
|
|
86
|
+
useToast
|
|
87
|
+
};
|