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