@wealthx/shadcn 0.0.2 → 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.
Files changed (188) hide show
  1. package/.turbo/turbo-build.log +135 -11
  2. package/CHANGELOG.md +6 -0
  3. package/CHANGES.md +345 -0
  4. package/dist/chunk-2WZVSBAY.mjs +232 -0
  5. package/dist/chunk-2Y7YJKPE.mjs +47 -0
  6. package/dist/chunk-3U7SD3MS.mjs +55 -0
  7. package/dist/chunk-3VQNJ235.mjs +114 -0
  8. package/dist/chunk-55CEW76V.mjs +35 -0
  9. package/dist/chunk-6AFMNC42.mjs +146 -0
  10. package/dist/chunk-6OJF6XRN.mjs +117 -0
  11. package/dist/chunk-7LDIMXGM.mjs +181 -0
  12. package/dist/chunk-AMJ23O53.mjs +122 -0
  13. package/dist/chunk-BBJBJSXQ.mjs +44 -0
  14. package/dist/chunk-BGP2N52Z.mjs +126 -0
  15. package/dist/chunk-BMFN37JH.mjs +41 -0
  16. package/dist/chunk-CGOKTPXU.mjs +79 -0
  17. package/dist/chunk-CZ3BW5GL.mjs +81 -0
  18. package/dist/chunk-DBHJ5KC3.mjs +55 -0
  19. package/dist/chunk-DDPA2XXS.mjs +97 -0
  20. package/dist/chunk-DS2AMHN2.mjs +30 -0
  21. package/dist/chunk-E3K6O4FZ.mjs +57 -0
  22. package/dist/chunk-FWCSY2DS.mjs +37 -0
  23. package/dist/chunk-GPRJQ24C.mjs +28 -0
  24. package/dist/chunk-HS7TFG7V.mjs +24 -0
  25. package/dist/chunk-HUVTPUV2.mjs +256 -0
  26. package/dist/chunk-IAOOZCUY.mjs +90 -0
  27. package/dist/chunk-JF4PHPD5.mjs +111 -0
  28. package/dist/chunk-JU2RUWHF.mjs +123 -0
  29. package/dist/chunk-KKHTJNMM.mjs +86 -0
  30. package/dist/chunk-MJIEMGRD.mjs +266 -0
  31. package/dist/chunk-MKFL5MNH.mjs +372 -0
  32. package/dist/chunk-MQ72DIBH.mjs +105 -0
  33. package/dist/chunk-NGYG2EA6.mjs +148 -0
  34. package/dist/chunk-NWZ46DJL.mjs +213 -0
  35. package/dist/chunk-OXQQNQZI.mjs +75 -0
  36. package/dist/chunk-PMKODV6M.mjs +161 -0
  37. package/dist/chunk-QOJ2DQD6.mjs +57 -0
  38. package/dist/chunk-RL772EH7.mjs +126 -0
  39. package/dist/chunk-SLWCCURD.mjs +99 -0
  40. package/dist/chunk-V7CNWJT3.mjs +10 -0
  41. package/dist/chunk-VG6UF6UT.mjs +68 -0
  42. package/dist/chunk-VYMHBV6D.mjs +123 -0
  43. package/dist/chunk-VZ2NR7L3.mjs +195 -0
  44. package/dist/chunk-YN5SYTOO.mjs +117 -0
  45. package/dist/chunk-Z3MK2KKZ.mjs +83 -0
  46. package/dist/chunk-ZN2QKLF6.mjs +187 -0
  47. package/dist/chunk-ZZV5JVNW.mjs +34 -0
  48. package/dist/components/ui/accordion.js +142 -0
  49. package/dist/components/ui/accordion.mjs +14 -0
  50. package/dist/components/ui/alert-dialog.js +413 -0
  51. package/dist/components/ui/alert-dialog.mjs +34 -0
  52. package/dist/components/ui/alert.js +134 -0
  53. package/dist/components/ui/alert.mjs +12 -0
  54. package/dist/components/ui/avatar.js +173 -0
  55. package/dist/components/ui/avatar.mjs +18 -0
  56. package/dist/components/ui/badge.js +163 -0
  57. package/dist/components/ui/badge.mjs +11 -0
  58. package/dist/components/ui/button.js +198 -0
  59. package/dist/components/ui/button.mjs +11 -0
  60. package/dist/components/ui/calendar.js +408 -0
  61. package/dist/components/ui/calendar.mjs +12 -0
  62. package/dist/components/ui/card.js +156 -0
  63. package/dist/components/ui/card.mjs +20 -0
  64. package/dist/components/ui/checkbox.js +166 -0
  65. package/dist/components/ui/checkbox.mjs +11 -0
  66. package/dist/components/ui/chip.js +199 -0
  67. package/dist/components/ui/chip.mjs +10 -0
  68. package/dist/components/ui/data-table.js +925 -0
  69. package/dist/components/ui/data-table.mjs +29 -0
  70. package/dist/components/ui/date-picker.js +561 -0
  71. package/dist/components/ui/date-picker.mjs +15 -0
  72. package/dist/components/ui/dialog.js +378 -0
  73. package/dist/components/ui/dialog.mjs +30 -0
  74. package/dist/components/ui/drawer.js +213 -0
  75. package/dist/components/ui/drawer.mjs +28 -0
  76. package/dist/components/ui/dropdown-menu.js +338 -0
  77. package/dist/components/ui/dropdown-menu.mjs +38 -0
  78. package/dist/components/ui/empty.js +173 -0
  79. package/dist/components/ui/empty.mjs +18 -0
  80. package/dist/components/ui/field.js +359 -0
  81. package/dist/components/ui/field.mjs +28 -0
  82. package/dist/components/ui/input-group.js +406 -0
  83. package/dist/components/ui/input-group.mjs +22 -0
  84. package/dist/components/ui/input-otp.js +149 -0
  85. package/dist/components/ui/input-otp.mjs +14 -0
  86. package/dist/components/ui/input.js +81 -0
  87. package/dist/components/ui/input.mjs +8 -0
  88. package/dist/components/ui/label.js +85 -0
  89. package/dist/components/ui/label.mjs +8 -0
  90. package/dist/components/ui/pagination.js +333 -0
  91. package/dist/components/ui/pagination.mjs +22 -0
  92. package/dist/components/ui/popover.js +167 -0
  93. package/dist/components/ui/popover.mjs +22 -0
  94. package/dist/components/ui/progress.js +97 -0
  95. package/dist/components/ui/progress.mjs +8 -0
  96. package/dist/components/ui/radio-group.js +178 -0
  97. package/dist/components/ui/radio-group.mjs +12 -0
  98. package/dist/components/ui/select.js +262 -0
  99. package/dist/components/ui/select.mjs +28 -0
  100. package/dist/components/ui/separator.js +86 -0
  101. package/dist/components/ui/separator.mjs +8 -0
  102. package/dist/components/ui/sheet.js +227 -0
  103. package/dist/components/ui/sheet.mjs +26 -0
  104. package/dist/components/ui/skeleton.js +75 -0
  105. package/dist/components/ui/skeleton.mjs +8 -0
  106. package/dist/components/ui/sonner.js +86 -0
  107. package/dist/components/ui/sonner.mjs +7 -0
  108. package/dist/components/ui/spinner.js +93 -0
  109. package/dist/components/ui/spinner.mjs +10 -0
  110. package/dist/components/ui/switch.js +178 -0
  111. package/dist/components/ui/switch.mjs +11 -0
  112. package/dist/components/ui/table.js +184 -0
  113. package/dist/components/ui/table.mjs +22 -0
  114. package/dist/components/ui/tabs.js +181 -0
  115. package/dist/components/ui/tabs.mjs +16 -0
  116. package/dist/components/ui/textarea.js +79 -0
  117. package/dist/components/ui/textarea.mjs +8 -0
  118. package/dist/components/ui/toggle-group.js +184 -0
  119. package/dist/components/ui/toggle-group.mjs +12 -0
  120. package/dist/components/ui/toggle.js +108 -0
  121. package/dist/components/ui/toggle.mjs +11 -0
  122. package/dist/components/ui/tooltip.js +140 -0
  123. package/dist/components/ui/tooltip.mjs +16 -0
  124. package/dist/index.js +4312 -90
  125. package/dist/index.mjs +459 -158
  126. package/dist/lib/colors.js +84 -0
  127. package/dist/lib/colors.mjs +13 -0
  128. package/dist/lib/theme-provider.js +150 -0
  129. package/dist/lib/theme-provider.mjs +13 -0
  130. package/dist/lib/typography.js +157 -0
  131. package/dist/lib/typography.mjs +25 -0
  132. package/dist/lib/utils.js +34 -0
  133. package/dist/lib/utils.mjs +7 -0
  134. package/dist/styles.css +1 -1
  135. package/package.json +228 -11
  136. package/scripts/build-css.ts +15 -9
  137. package/src/components/index.tsx +443 -0
  138. package/src/components/ui/accordion.tsx +99 -0
  139. package/src/components/ui/alert-dialog.tsx +239 -0
  140. package/src/components/ui/alert.tsx +81 -0
  141. package/src/components/ui/avatar.tsx +130 -0
  142. package/src/components/ui/badge.tsx +57 -0
  143. package/src/components/ui/button.tsx +69 -37
  144. package/src/components/ui/calendar.tsx +252 -0
  145. package/src/components/ui/card.tsx +106 -0
  146. package/src/components/ui/checkbox.tsx +111 -0
  147. package/src/components/ui/chip.tsx +65 -0
  148. package/src/components/ui/data-table.tsx +490 -0
  149. package/src/components/ui/date-picker.tsx +133 -0
  150. package/src/components/ui/dialog.tsx +195 -0
  151. package/src/components/ui/drawer.tsx +169 -0
  152. package/src/components/ui/dropdown-menu.tsx +315 -0
  153. package/src/components/ui/empty.tsx +128 -0
  154. package/src/components/ui/field.tsx +273 -0
  155. package/src/components/ui/input-group.tsx +190 -0
  156. package/src/components/ui/input-otp.tsx +90 -0
  157. package/src/components/ui/input.tsx +28 -0
  158. package/src/components/ui/label.tsx +24 -0
  159. package/src/components/ui/pagination.tsx +148 -0
  160. package/src/components/ui/popover.tsx +112 -0
  161. package/src/components/ui/progress.tsx +40 -0
  162. package/src/components/ui/radio-group.tsx +129 -0
  163. package/src/components/ui/select.tsx +201 -0
  164. package/src/components/ui/separator.tsx +26 -0
  165. package/src/components/ui/sheet.tsx +182 -0
  166. package/src/components/ui/skeleton.tsx +22 -0
  167. package/src/components/ui/sonner.tsx +48 -0
  168. package/src/components/ui/spinner.tsx +41 -0
  169. package/src/components/ui/switch.tsx +126 -0
  170. package/src/components/ui/table.tsx +143 -0
  171. package/src/components/ui/tabs.tsx +119 -0
  172. package/src/components/ui/textarea.tsx +28 -0
  173. package/src/components/ui/toggle-group.tsx +94 -0
  174. package/src/components/ui/toggle.tsx +59 -0
  175. package/src/components/ui/tooltip.tsx +80 -0
  176. package/src/index.ts +15 -3
  177. package/src/lib/colors.ts +74 -0
  178. package/src/lib/slot.tsx +68 -0
  179. package/src/lib/theme-provider.tsx +134 -0
  180. package/src/lib/typography.ts +153 -0
  181. package/src/lib/utils.ts +1 -1
  182. package/src/styles/globals.css +377 -107
  183. package/src/styles/styles-css.ts +1 -1
  184. package/tsup.config.ts +48 -2
  185. package/dist/index.d.mts +0 -27
  186. package/dist/index.d.ts +0 -27
  187. package/src/provider/ShadcnProvider.tsx +0 -89
  188. package/src/provider/index.ts +0 -2
@@ -0,0 +1,227 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __defProps = Object.defineProperties;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
6
+ var __getOwnPropNames = Object.getOwnPropertyNames;
7
+ var __getOwnPropSymbols = Object.getOwnPropertySymbols;
8
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
9
+ var __propIsEnum = Object.prototype.propertyIsEnumerable;
10
+ var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
11
+ var __spreadValues = (a, b) => {
12
+ for (var prop in b || (b = {}))
13
+ if (__hasOwnProp.call(b, prop))
14
+ __defNormalProp(a, prop, b[prop]);
15
+ if (__getOwnPropSymbols)
16
+ for (var prop of __getOwnPropSymbols(b)) {
17
+ if (__propIsEnum.call(b, prop))
18
+ __defNormalProp(a, prop, b[prop]);
19
+ }
20
+ return a;
21
+ };
22
+ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
23
+ var __objRest = (source, exclude) => {
24
+ var target = {};
25
+ for (var prop in source)
26
+ if (__hasOwnProp.call(source, prop) && exclude.indexOf(prop) < 0)
27
+ target[prop] = source[prop];
28
+ if (source != null && __getOwnPropSymbols)
29
+ for (var prop of __getOwnPropSymbols(source)) {
30
+ if (exclude.indexOf(prop) < 0 && __propIsEnum.call(source, prop))
31
+ target[prop] = source[prop];
32
+ }
33
+ return target;
34
+ };
35
+ var __export = (target, all) => {
36
+ for (var name in all)
37
+ __defProp(target, name, { get: all[name], enumerable: true });
38
+ };
39
+ var __copyProps = (to, from, except, desc) => {
40
+ if (from && typeof from === "object" || typeof from === "function") {
41
+ for (let key of __getOwnPropNames(from))
42
+ if (!__hasOwnProp.call(to, key) && key !== except)
43
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
44
+ }
45
+ return to;
46
+ };
47
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
48
+
49
+ // src/components/ui/sheet.tsx
50
+ var sheet_exports = {};
51
+ __export(sheet_exports, {
52
+ Sheet: () => Sheet,
53
+ SheetClose: () => SheetClose,
54
+ SheetContent: () => SheetContent,
55
+ SheetDescription: () => SheetDescription,
56
+ SheetFooter: () => SheetFooter,
57
+ SheetHeader: () => SheetHeader,
58
+ SheetPortal: () => SheetPortal,
59
+ SheetTitle: () => SheetTitle,
60
+ SheetTrigger: () => SheetTrigger
61
+ });
62
+ module.exports = __toCommonJS(sheet_exports);
63
+ var import_lucide_react = require("lucide-react");
64
+ var import_dialog = require("@base-ui/react/dialog");
65
+
66
+ // src/lib/utils.ts
67
+ var import_clsx = require("clsx");
68
+ var import_tailwind_merge = require("tailwind-merge");
69
+ function cn(...inputs) {
70
+ return (0, import_tailwind_merge.twMerge)((0, import_clsx.clsx)(inputs));
71
+ }
72
+
73
+ // src/lib/theme-provider.tsx
74
+ var import_react = require("react");
75
+ var import_jsx_runtime = require("react/jsx-runtime");
76
+ var ThemeVarsContext = (0, import_react.createContext)({});
77
+ function useThemeVars() {
78
+ return (0, import_react.useContext)(ThemeVarsContext);
79
+ }
80
+
81
+ // src/components/ui/sheet.tsx
82
+ var import_jsx_runtime2 = require("react/jsx-runtime");
83
+ var SIDE_CLASSES = {
84
+ right: "inset-y-0 right-0 h-full w-3/4 border-l data-ending-style:slide-out-to-right data-open:slide-in-from-right sm:max-w-sm",
85
+ left: "inset-y-0 left-0 h-full w-3/4 border-r data-ending-style:slide-out-to-left data-open:slide-in-from-left sm:max-w-sm",
86
+ top: "inset-x-0 top-0 h-auto border-b data-ending-style:slide-out-to-top data-open:slide-in-from-top",
87
+ bottom: "inset-x-0 bottom-0 h-auto border-t data-ending-style:slide-out-to-bottom data-open:slide-in-from-bottom"
88
+ };
89
+ function Sheet(_a) {
90
+ var props = __objRest(_a, []);
91
+ return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(import_dialog.Dialog.Root, __spreadValues({ "data-slot": "sheet" }, props));
92
+ }
93
+ function SheetTrigger(_a) {
94
+ var props = __objRest(_a, []);
95
+ return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(import_dialog.Dialog.Trigger, __spreadValues({ "data-slot": "sheet-trigger" }, props));
96
+ }
97
+ function SheetClose(_a) {
98
+ var props = __objRest(_a, []);
99
+ return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(import_dialog.Dialog.Close, __spreadValues({ "data-slot": "sheet-close" }, props));
100
+ }
101
+ function SheetPortal(_a) {
102
+ var props = __objRest(_a, []);
103
+ return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(import_dialog.Dialog.Portal, __spreadValues({ "data-slot": "sheet-portal" }, props));
104
+ }
105
+ function SheetOverlay(_a) {
106
+ var _b = _a, {
107
+ className
108
+ } = _b, props = __objRest(_b, [
109
+ "className"
110
+ ]);
111
+ return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
112
+ import_dialog.Dialog.Backdrop,
113
+ __spreadValues({
114
+ className: cn(
115
+ "fixed inset-0 z-50 bg-foreground/50 data-ending-style:animate-out data-ending-style:fade-out-0 data-ending-style:fill-mode-forwards data-open:animate-in data-open:fade-in-0",
116
+ className
117
+ ),
118
+ "data-slot": "sheet-overlay"
119
+ }, props)
120
+ );
121
+ }
122
+ function SheetContent(_a) {
123
+ var _b = _a, {
124
+ className,
125
+ children,
126
+ side = "right",
127
+ showCloseButton = true,
128
+ style
129
+ } = _b, props = __objRest(_b, [
130
+ "className",
131
+ "children",
132
+ "side",
133
+ "showCloseButton",
134
+ "style"
135
+ ]);
136
+ const themeVars = useThemeVars();
137
+ return /* @__PURE__ */ (0, import_jsx_runtime2.jsxs)(SheetPortal, { children: [
138
+ /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(SheetOverlay, {}),
139
+ /* @__PURE__ */ (0, import_jsx_runtime2.jsxs)(
140
+ import_dialog.Dialog.Popup,
141
+ __spreadProps(__spreadValues({
142
+ className: cn(
143
+ "fixed z-50 flex flex-col gap-4 bg-background transition ease-in-out data-ending-style:animate-out data-ending-style:duration-300 data-ending-style:fill-mode-forwards data-open:animate-in data-open:duration-500",
144
+ SIDE_CLASSES[side],
145
+ className
146
+ ),
147
+ "data-slot": "sheet-content",
148
+ style: __spreadValues(__spreadValues({}, themeVars), style)
149
+ }, props), {
150
+ children: [
151
+ children,
152
+ showCloseButton ? /* @__PURE__ */ (0, import_jsx_runtime2.jsxs)(
153
+ import_dialog.Dialog.Close,
154
+ {
155
+ className: "absolute top-4 right-4 transition-colors hover:bg-foreground/5 focus:outline-hidden focus:ring-2 focus:ring-border focus:ring-offset-0 disabled:pointer-events-none [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4",
156
+ "data-slot": "sheet-icon-close",
157
+ children: [
158
+ /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(import_lucide_react.XIcon, {}),
159
+ /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("span", { className: "sr-only", children: "Close" })
160
+ ]
161
+ }
162
+ ) : null
163
+ ]
164
+ })
165
+ )
166
+ ] });
167
+ }
168
+ function SheetHeader(_a) {
169
+ var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
170
+ return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
171
+ "div",
172
+ __spreadValues({
173
+ className: cn("flex flex-col gap-1.5 p-4", className),
174
+ "data-slot": "sheet-header"
175
+ }, props)
176
+ );
177
+ }
178
+ function SheetFooter(_a) {
179
+ var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
180
+ return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
181
+ "div",
182
+ __spreadValues({
183
+ className: cn("mt-auto flex flex-col gap-2 p-4", className),
184
+ "data-slot": "sheet-footer"
185
+ }, props)
186
+ );
187
+ }
188
+ function SheetTitle(_a) {
189
+ var _b = _a, {
190
+ className
191
+ } = _b, props = __objRest(_b, [
192
+ "className"
193
+ ]);
194
+ return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
195
+ import_dialog.Dialog.Title,
196
+ __spreadValues({
197
+ className: cn("text-lg font-semibold text-foreground", className),
198
+ "data-slot": "sheet-title"
199
+ }, props)
200
+ );
201
+ }
202
+ function SheetDescription(_a) {
203
+ var _b = _a, {
204
+ className
205
+ } = _b, props = __objRest(_b, [
206
+ "className"
207
+ ]);
208
+ return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
209
+ import_dialog.Dialog.Description,
210
+ __spreadValues({
211
+ className: cn("text-sm text-muted-foreground", className),
212
+ "data-slot": "sheet-description"
213
+ }, props)
214
+ );
215
+ }
216
+ // Annotate the CommonJS export names for ESM import in node:
217
+ 0 && (module.exports = {
218
+ Sheet,
219
+ SheetClose,
220
+ SheetContent,
221
+ SheetDescription,
222
+ SheetFooter,
223
+ SheetHeader,
224
+ SheetPortal,
225
+ SheetTitle,
226
+ SheetTrigger
227
+ });
@@ -0,0 +1,26 @@
1
+ import {
2
+ Sheet,
3
+ SheetClose,
4
+ SheetContent,
5
+ SheetDescription,
6
+ SheetFooter,
7
+ SheetHeader,
8
+ SheetPortal,
9
+ SheetTitle,
10
+ SheetTrigger
11
+ } from "../../chunk-PMKODV6M.mjs";
12
+ import "../../chunk-OXQQNQZI.mjs";
13
+ import "../../chunk-QOJ2DQD6.mjs";
14
+ import "../../chunk-V7CNWJT3.mjs";
15
+ import "../../chunk-FWCSY2DS.mjs";
16
+ export {
17
+ Sheet,
18
+ SheetClose,
19
+ SheetContent,
20
+ SheetDescription,
21
+ SheetFooter,
22
+ SheetHeader,
23
+ SheetPortal,
24
+ SheetTitle,
25
+ SheetTrigger
26
+ };
@@ -0,0 +1,75 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __getOwnPropSymbols = Object.getOwnPropertySymbols;
6
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
7
+ var __propIsEnum = Object.prototype.propertyIsEnumerable;
8
+ var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
9
+ var __spreadValues = (a, b) => {
10
+ for (var prop in b || (b = {}))
11
+ if (__hasOwnProp.call(b, prop))
12
+ __defNormalProp(a, prop, b[prop]);
13
+ if (__getOwnPropSymbols)
14
+ for (var prop of __getOwnPropSymbols(b)) {
15
+ if (__propIsEnum.call(b, prop))
16
+ __defNormalProp(a, prop, b[prop]);
17
+ }
18
+ return a;
19
+ };
20
+ var __objRest = (source, exclude) => {
21
+ var target = {};
22
+ for (var prop in source)
23
+ if (__hasOwnProp.call(source, prop) && exclude.indexOf(prop) < 0)
24
+ target[prop] = source[prop];
25
+ if (source != null && __getOwnPropSymbols)
26
+ for (var prop of __getOwnPropSymbols(source)) {
27
+ if (exclude.indexOf(prop) < 0 && __propIsEnum.call(source, prop))
28
+ target[prop] = source[prop];
29
+ }
30
+ return target;
31
+ };
32
+ var __export = (target, all) => {
33
+ for (var name in all)
34
+ __defProp(target, name, { get: all[name], enumerable: true });
35
+ };
36
+ var __copyProps = (to, from, except, desc) => {
37
+ if (from && typeof from === "object" || typeof from === "function") {
38
+ for (let key of __getOwnPropNames(from))
39
+ if (!__hasOwnProp.call(to, key) && key !== except)
40
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
41
+ }
42
+ return to;
43
+ };
44
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
45
+
46
+ // src/components/ui/skeleton.tsx
47
+ var skeleton_exports = {};
48
+ __export(skeleton_exports, {
49
+ Skeleton: () => Skeleton
50
+ });
51
+ module.exports = __toCommonJS(skeleton_exports);
52
+
53
+ // src/lib/utils.ts
54
+ var import_clsx = require("clsx");
55
+ var import_tailwind_merge = require("tailwind-merge");
56
+ function cn(...inputs) {
57
+ return (0, import_tailwind_merge.twMerge)((0, import_clsx.clsx)(inputs));
58
+ }
59
+
60
+ // src/components/ui/skeleton.tsx
61
+ var import_jsx_runtime = require("react/jsx-runtime");
62
+ function Skeleton(_a) {
63
+ var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
64
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
65
+ "div",
66
+ __spreadValues({
67
+ className: cn("animate-pulse bg-muted", className),
68
+ "data-slot": "skeleton"
69
+ }, props)
70
+ );
71
+ }
72
+ // Annotate the CommonJS export names for ESM import in node:
73
+ 0 && (module.exports = {
74
+ Skeleton
75
+ });
@@ -0,0 +1,8 @@
1
+ import {
2
+ Skeleton
3
+ } from "../../chunk-HS7TFG7V.mjs";
4
+ import "../../chunk-V7CNWJT3.mjs";
5
+ import "../../chunk-FWCSY2DS.mjs";
6
+ export {
7
+ Skeleton
8
+ };
@@ -0,0 +1,86 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __getOwnPropSymbols = Object.getOwnPropertySymbols;
6
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
7
+ var __propIsEnum = Object.prototype.propertyIsEnumerable;
8
+ var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
9
+ var __spreadValues = (a, b) => {
10
+ for (var prop in b || (b = {}))
11
+ if (__hasOwnProp.call(b, prop))
12
+ __defNormalProp(a, prop, b[prop]);
13
+ if (__getOwnPropSymbols)
14
+ for (var prop of __getOwnPropSymbols(b)) {
15
+ if (__propIsEnum.call(b, prop))
16
+ __defNormalProp(a, prop, b[prop]);
17
+ }
18
+ return a;
19
+ };
20
+ var __objRest = (source, exclude) => {
21
+ var target = {};
22
+ for (var prop in source)
23
+ if (__hasOwnProp.call(source, prop) && exclude.indexOf(prop) < 0)
24
+ target[prop] = source[prop];
25
+ if (source != null && __getOwnPropSymbols)
26
+ for (var prop of __getOwnPropSymbols(source)) {
27
+ if (exclude.indexOf(prop) < 0 && __propIsEnum.call(source, prop))
28
+ target[prop] = source[prop];
29
+ }
30
+ return target;
31
+ };
32
+ var __export = (target, all) => {
33
+ for (var name in all)
34
+ __defProp(target, name, { get: all[name], enumerable: true });
35
+ };
36
+ var __copyProps = (to, from, except, desc) => {
37
+ if (from && typeof from === "object" || typeof from === "function") {
38
+ for (let key of __getOwnPropNames(from))
39
+ if (!__hasOwnProp.call(to, key) && key !== except)
40
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
41
+ }
42
+ return to;
43
+ };
44
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
45
+
46
+ // src/components/ui/sonner.tsx
47
+ var sonner_exports = {};
48
+ __export(sonner_exports, {
49
+ Toaster: () => Toaster
50
+ });
51
+ module.exports = __toCommonJS(sonner_exports);
52
+ var import_lucide_react = require("lucide-react");
53
+ var import_sonner = require("sonner");
54
+ var import_jsx_runtime = require("react/jsx-runtime");
55
+ function Toaster(_a) {
56
+ var _b = _a, { theme = "light" } = _b, props = __objRest(_b, ["theme"]);
57
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
58
+ import_sonner.Toaster,
59
+ __spreadValues({
60
+ className: "toaster group",
61
+ icons: {
62
+ success: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_lucide_react.CircleCheckIcon, { className: "size-4" }),
63
+ info: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_lucide_react.InfoIcon, { className: "size-4" }),
64
+ warning: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_lucide_react.TriangleAlertIcon, { className: "size-4" }),
65
+ error: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_lucide_react.OctagonXIcon, { className: "size-4" }),
66
+ loading: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_lucide_react.Loader2Icon, { className: "size-4 animate-spin" })
67
+ },
68
+ style: {
69
+ "--normal-bg": "var(--popover)",
70
+ "--normal-text": "var(--popover-foreground)",
71
+ "--normal-border": "var(--border)",
72
+ "--border-radius": "var(--radius)"
73
+ },
74
+ theme,
75
+ toastOptions: {
76
+ classNames: {
77
+ toast: "font-sans"
78
+ }
79
+ }
80
+ }, props)
81
+ );
82
+ }
83
+ // Annotate the CommonJS export names for ESM import in node:
84
+ 0 && (module.exports = {
85
+ Toaster
86
+ });
@@ -0,0 +1,7 @@
1
+ import {
2
+ Toaster
3
+ } from "../../chunk-2Y7YJKPE.mjs";
4
+ import "../../chunk-FWCSY2DS.mjs";
5
+ export {
6
+ Toaster
7
+ };
@@ -0,0 +1,93 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __getOwnPropSymbols = Object.getOwnPropertySymbols;
6
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
7
+ var __propIsEnum = Object.prototype.propertyIsEnumerable;
8
+ var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
9
+ var __spreadValues = (a, b) => {
10
+ for (var prop in b || (b = {}))
11
+ if (__hasOwnProp.call(b, prop))
12
+ __defNormalProp(a, prop, b[prop]);
13
+ if (__getOwnPropSymbols)
14
+ for (var prop of __getOwnPropSymbols(b)) {
15
+ if (__propIsEnum.call(b, prop))
16
+ __defNormalProp(a, prop, b[prop]);
17
+ }
18
+ return a;
19
+ };
20
+ var __objRest = (source, exclude) => {
21
+ var target = {};
22
+ for (var prop in source)
23
+ if (__hasOwnProp.call(source, prop) && exclude.indexOf(prop) < 0)
24
+ target[prop] = source[prop];
25
+ if (source != null && __getOwnPropSymbols)
26
+ for (var prop of __getOwnPropSymbols(source)) {
27
+ if (exclude.indexOf(prop) < 0 && __propIsEnum.call(source, prop))
28
+ target[prop] = source[prop];
29
+ }
30
+ return target;
31
+ };
32
+ var __export = (target, all) => {
33
+ for (var name in all)
34
+ __defProp(target, name, { get: all[name], enumerable: true });
35
+ };
36
+ var __copyProps = (to, from, except, desc) => {
37
+ if (from && typeof from === "object" || typeof from === "function") {
38
+ for (let key of __getOwnPropNames(from))
39
+ if (!__hasOwnProp.call(to, key) && key !== except)
40
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
41
+ }
42
+ return to;
43
+ };
44
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
45
+
46
+ // src/components/ui/spinner.tsx
47
+ var spinner_exports = {};
48
+ __export(spinner_exports, {
49
+ Spinner: () => Spinner,
50
+ spinnerVariants: () => spinnerVariants
51
+ });
52
+ module.exports = __toCommonJS(spinner_exports);
53
+ var import_class_variance_authority = require("class-variance-authority");
54
+ var import_lucide_react = require("lucide-react");
55
+
56
+ // src/lib/utils.ts
57
+ var import_clsx = require("clsx");
58
+ var import_tailwind_merge = require("tailwind-merge");
59
+ function cn(...inputs) {
60
+ return (0, import_tailwind_merge.twMerge)((0, import_clsx.clsx)(inputs));
61
+ }
62
+
63
+ // src/components/ui/spinner.tsx
64
+ var import_jsx_runtime = require("react/jsx-runtime");
65
+ var spinnerVariants = (0, import_class_variance_authority.cva)("animate-spin shrink-0", {
66
+ variants: {
67
+ size: {
68
+ sm: "size-3",
69
+ default: "size-4",
70
+ lg: "size-6",
71
+ xl: "size-8"
72
+ }
73
+ },
74
+ defaultVariants: {
75
+ size: "default"
76
+ }
77
+ });
78
+ function Spinner(_a) {
79
+ var _b = _a, { className, size } = _b, props = __objRest(_b, ["className", "size"]);
80
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
81
+ import_lucide_react.LoaderCircle,
82
+ __spreadValues({
83
+ "aria-hidden": "true",
84
+ className: cn(spinnerVariants({ size }), className),
85
+ "data-slot": "spinner"
86
+ }, props)
87
+ );
88
+ }
89
+ // Annotate the CommonJS export names for ESM import in node:
90
+ 0 && (module.exports = {
91
+ Spinner,
92
+ spinnerVariants
93
+ });
@@ -0,0 +1,10 @@
1
+ import {
2
+ Spinner,
3
+ spinnerVariants
4
+ } from "../../chunk-BMFN37JH.mjs";
5
+ import "../../chunk-V7CNWJT3.mjs";
6
+ import "../../chunk-FWCSY2DS.mjs";
7
+ export {
8
+ Spinner,
9
+ spinnerVariants
10
+ };