@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.
@@ -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
- } from "../chunk-XGOTHOI6.js";
19
- import "../chunk-OUTSIJMO.js";
20
- import "../chunk-QWZ23QLS.js";
21
- import "../chunk-57NRUZ5G.js";
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
  };