@pactor-app/ui 0.1.0 → 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/{chunk-OH3U6PCM.js → chunk-BZSRLTQQ.js} +60 -66
- package/dist/{chunk-DMK6RSTK.js → chunk-D6G4J5XS.js} +18 -11
- package/dist/chunk-F3H23KYG.js +330 -0
- package/dist/chunk-FVZMNP5P.js +3222 -0
- package/dist/{chunk-SNFDI77B.js → chunk-GL7IO22L.js} +94 -5
- package/dist/chunk-TUXCPXPA.js +3085 -0
- package/dist/chunk-UR3I4WXQ.js +236 -0
- package/dist/components/index.cjs +5889 -546
- package/dist/components/index.d.cts +1477 -30
- package/dist/components/index.d.ts +1477 -30
- package/dist/components/index.js +124 -4
- package/dist/index.cjs +6194 -1083
- package/dist/index.d.cts +6 -1
- package/dist/index.d.ts +6 -1
- package/dist/index.js +126 -8
- package/dist/interaction/index.cjs +152 -77
- package/dist/interaction/index.d.cts +7 -5
- package/dist/interaction/index.d.ts +7 -5
- package/dist/interaction/index.js +2 -3
- package/dist/layout/index.cjs +217 -71
- package/dist/layout/index.js +3 -3
- package/dist/typography-DsGdDBc2.d.cts +24 -0
- package/dist/typography-DsGdDBc2.d.ts +24 -0
- package/dist/ui/index.cjs +2969 -172
- package/dist/ui/index.d.cts +416 -14
- package/dist/ui/index.d.ts +416 -14
- package/dist/ui/index.js +330 -126
- package/package.json +13 -5
- package/styles.css +1135 -20
- package/dist/chunk-57NRUZ5G.js +0 -95
- package/dist/chunk-OUTSIJMO.js +0 -442
- package/dist/chunk-QDTVOJ5P.js +0 -147
- package/dist/chunk-QWZ23QLS.js +0 -68
- package/dist/chunk-XGOTHOI6.js +0 -619
package/dist/components/index.js
CHANGED
|
@@ -1,39 +1,159 @@
|
|
|
1
1
|
import {
|
|
2
|
+
Accordion,
|
|
2
3
|
Alert,
|
|
4
|
+
AlertDialog,
|
|
5
|
+
AspectRatio,
|
|
6
|
+
Avatar,
|
|
7
|
+
Badge,
|
|
8
|
+
Breadcrumb,
|
|
3
9
|
Button,
|
|
10
|
+
ButtonGroup,
|
|
11
|
+
Calendar,
|
|
4
12
|
Card,
|
|
13
|
+
Carousel,
|
|
14
|
+
Chart,
|
|
15
|
+
Checkbox,
|
|
16
|
+
Collapsible,
|
|
17
|
+
Combobox,
|
|
18
|
+
Command,
|
|
19
|
+
Content,
|
|
20
|
+
ContextMenu,
|
|
21
|
+
DataTable,
|
|
22
|
+
Dialog,
|
|
23
|
+
Drawer,
|
|
24
|
+
DropdownMenu,
|
|
25
|
+
Empty,
|
|
26
|
+
Field,
|
|
5
27
|
Flex,
|
|
28
|
+
Footer,
|
|
6
29
|
Form,
|
|
7
30
|
Grid,
|
|
31
|
+
Header,
|
|
32
|
+
HoverCard,
|
|
8
33
|
Input,
|
|
34
|
+
InputGroup,
|
|
35
|
+
InputOTP,
|
|
36
|
+
Item,
|
|
37
|
+
Kbd,
|
|
38
|
+
Label,
|
|
39
|
+
Layout,
|
|
40
|
+
Link,
|
|
41
|
+
Menu,
|
|
42
|
+
Menubar,
|
|
43
|
+
NavigationMenu,
|
|
9
44
|
Page,
|
|
45
|
+
Pagination,
|
|
46
|
+
Popover,
|
|
47
|
+
Progress,
|
|
48
|
+
RadioGroup,
|
|
49
|
+
Resizable,
|
|
50
|
+
ScrollArea,
|
|
10
51
|
Select,
|
|
52
|
+
Separator,
|
|
53
|
+
Sheet,
|
|
54
|
+
Sidebar,
|
|
55
|
+
Sider,
|
|
56
|
+
Skeleton,
|
|
57
|
+
Slider,
|
|
58
|
+
Sonner,
|
|
59
|
+
Spinner,
|
|
11
60
|
Statistic,
|
|
61
|
+
Switch,
|
|
12
62
|
Table,
|
|
13
63
|
Tabs,
|
|
64
|
+
Text,
|
|
65
|
+
Textarea,
|
|
66
|
+
Toggle,
|
|
67
|
+
ToggleGroup,
|
|
68
|
+
Tooltip,
|
|
69
|
+
Typography,
|
|
14
70
|
createShadcnComponentRegistry,
|
|
15
71
|
registerShadcnComponents,
|
|
16
72
|
shadcnComponents,
|
|
17
73
|
useFormContext
|
|
18
|
-
} from "../chunk-
|
|
19
|
-
import
|
|
20
|
-
|
|
21
|
-
|
|
74
|
+
} from "../chunk-FVZMNP5P.js";
|
|
75
|
+
import {
|
|
76
|
+
ICONS,
|
|
77
|
+
Icon,
|
|
78
|
+
normalizeIconName
|
|
79
|
+
} from "../chunk-UR3I4WXQ.js";
|
|
80
|
+
import "../chunk-TUXCPXPA.js";
|
|
81
|
+
import "../chunk-F3H23KYG.js";
|
|
82
|
+
import "../chunk-GL7IO22L.js";
|
|
22
83
|
import "../chunk-RQHJBTEU.js";
|
|
23
84
|
export {
|
|
85
|
+
Accordion,
|
|
24
86
|
Alert,
|
|
87
|
+
AlertDialog,
|
|
88
|
+
AspectRatio,
|
|
89
|
+
Avatar,
|
|
90
|
+
Badge,
|
|
91
|
+
Breadcrumb,
|
|
25
92
|
Button,
|
|
93
|
+
ButtonGroup,
|
|
94
|
+
Calendar,
|
|
26
95
|
Card,
|
|
96
|
+
Carousel,
|
|
97
|
+
Chart,
|
|
98
|
+
Checkbox,
|
|
99
|
+
Collapsible,
|
|
100
|
+
Combobox,
|
|
101
|
+
Command,
|
|
102
|
+
Content,
|
|
103
|
+
ContextMenu,
|
|
104
|
+
DataTable,
|
|
105
|
+
Dialog,
|
|
106
|
+
Drawer,
|
|
107
|
+
DropdownMenu,
|
|
108
|
+
Empty,
|
|
109
|
+
Field,
|
|
27
110
|
Flex,
|
|
111
|
+
Footer,
|
|
28
112
|
Form,
|
|
29
113
|
Grid,
|
|
114
|
+
Header,
|
|
115
|
+
HoverCard,
|
|
116
|
+
ICONS,
|
|
117
|
+
Icon,
|
|
30
118
|
Input,
|
|
119
|
+
InputGroup,
|
|
120
|
+
InputOTP,
|
|
121
|
+
Item,
|
|
122
|
+
Kbd,
|
|
123
|
+
Label,
|
|
124
|
+
Layout,
|
|
125
|
+
Link,
|
|
126
|
+
Menu,
|
|
127
|
+
Menubar,
|
|
128
|
+
NavigationMenu,
|
|
31
129
|
Page,
|
|
130
|
+
Pagination,
|
|
131
|
+
Popover,
|
|
132
|
+
Progress,
|
|
133
|
+
RadioGroup,
|
|
134
|
+
Resizable,
|
|
135
|
+
ScrollArea,
|
|
32
136
|
Select,
|
|
137
|
+
Separator,
|
|
138
|
+
Sheet,
|
|
139
|
+
Sidebar,
|
|
140
|
+
Sider,
|
|
141
|
+
Skeleton,
|
|
142
|
+
Slider,
|
|
143
|
+
Sonner,
|
|
144
|
+
Spinner,
|
|
33
145
|
Statistic,
|
|
146
|
+
Switch,
|
|
34
147
|
Table,
|
|
35
148
|
Tabs,
|
|
149
|
+
Text,
|
|
150
|
+
Textarea,
|
|
151
|
+
Toggle,
|
|
152
|
+
ToggleGroup,
|
|
153
|
+
Tooltip,
|
|
154
|
+
Typography,
|
|
36
155
|
createShadcnComponentRegistry,
|
|
156
|
+
normalizeIconName,
|
|
37
157
|
registerShadcnComponents,
|
|
38
158
|
shadcnComponents,
|
|
39
159
|
useFormContext
|