@craftzbay/ui 0.8.1 → 0.10.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/README.md +72 -6
- package/dist-lib/components/ui/Accordion.js +60 -0
- package/dist-lib/components/ui/Accordion.js.map +1 -0
- package/dist-lib/components/ui/Alert.d.ts +1 -1
- package/dist-lib/components/ui/Alert.js +66 -0
- package/dist-lib/components/ui/Alert.js.map +1 -0
- package/dist-lib/components/ui/Avatar.d.ts +2 -2
- package/dist-lib/components/ui/Avatar.js +96 -0
- package/dist-lib/components/ui/Avatar.js.map +1 -0
- package/dist-lib/components/ui/Badge.d.ts +1 -1
- package/dist-lib/components/ui/Badge.js +67 -0
- package/dist-lib/components/ui/Badge.js.map +1 -0
- package/dist-lib/components/ui/Breadcrumbs.js +34 -0
- package/dist-lib/components/ui/Breadcrumbs.js.map +1 -0
- package/dist-lib/components/ui/Button.d.ts +1 -1
- package/dist-lib/components/ui/Button.js +117 -0
- package/dist-lib/components/ui/Button.js.map +1 -0
- package/dist-lib/components/ui/Calendar.d.ts +7 -1
- package/dist-lib/components/ui/Calendar.js +111 -0
- package/dist-lib/components/ui/Calendar.js.map +1 -0
- package/dist-lib/components/ui/Card.d.ts +1 -1
- package/dist-lib/components/ui/Card.js +116 -0
- package/dist-lib/components/ui/Card.js.map +1 -0
- package/dist-lib/components/ui/Carousel.d.ts +5 -1
- package/dist-lib/components/ui/Carousel.js +143 -0
- package/dist-lib/components/ui/Carousel.js.map +1 -0
- package/dist-lib/components/ui/Chart.d.ts +26 -4
- package/dist-lib/components/ui/Chart.js +253 -0
- package/dist-lib/components/ui/Chart.js.map +1 -0
- package/dist-lib/components/ui/Checkbox.js +56 -0
- package/dist-lib/components/ui/Checkbox.js.map +1 -0
- package/dist-lib/components/ui/Combobox.d.ts +7 -0
- package/dist-lib/components/ui/Combobox.js +164 -0
- package/dist-lib/components/ui/Combobox.js.map +1 -0
- package/dist-lib/components/ui/CommandPalette.d.ts +3 -3
- package/dist-lib/components/ui/CommandPalette.js +174 -0
- package/dist-lib/components/ui/CommandPalette.js.map +1 -0
- package/dist-lib/components/ui/ContextMenu.js +150 -0
- package/dist-lib/components/ui/ContextMenu.js.map +1 -0
- package/dist-lib/components/ui/DataGrid.js +84 -0
- package/dist-lib/components/ui/DataGrid.js.map +1 -0
- package/dist-lib/components/ui/DatePicker.d.ts +16 -13
- package/dist-lib/components/ui/DatePicker.js +174 -0
- package/dist-lib/components/ui/DatePicker.js.map +1 -0
- package/dist-lib/components/ui/DesignSystemProvider.d.ts +8 -1
- package/dist-lib/components/ui/DesignSystemProvider.js +79 -0
- package/dist-lib/components/ui/DesignSystemProvider.js.map +1 -0
- package/dist-lib/components/ui/Dialog.d.ts +1 -1
- package/dist-lib/components/ui/Dialog.js +140 -0
- package/dist-lib/components/ui/Dialog.js.map +1 -0
- package/dist-lib/components/ui/Drawer.d.ts +6 -0
- package/dist-lib/components/ui/Drawer.js +98 -0
- package/dist-lib/components/ui/Drawer.js.map +1 -0
- package/dist-lib/components/ui/DropdownMenu.js +164 -0
- package/dist-lib/components/ui/DropdownMenu.js.map +1 -0
- package/dist-lib/components/ui/EmptyState.js +32 -0
- package/dist-lib/components/ui/EmptyState.js.map +1 -0
- package/dist-lib/components/ui/ErrorState.js +48 -0
- package/dist-lib/components/ui/ErrorState.js.map +1 -0
- package/dist-lib/components/ui/FileUpload.d.ts +3 -0
- package/dist-lib/components/ui/FileUpload.js +108 -0
- package/dist-lib/components/ui/FileUpload.js.map +1 -0
- package/dist-lib/components/ui/Form.d.ts +1 -0
- package/dist-lib/components/ui/Form.js +105 -0
- package/dist-lib/components/ui/Form.js.map +1 -0
- package/dist-lib/components/ui/Icon.d.ts +34 -0
- package/dist-lib/components/ui/Icon.js +26 -0
- package/dist-lib/components/ui/Icon.js.map +1 -0
- package/dist-lib/components/ui/IconButton.d.ts +1 -1
- package/dist-lib/components/ui/IconButton.js +56 -0
- package/dist-lib/components/ui/IconButton.js.map +1 -0
- package/dist-lib/components/ui/Input.d.ts +6 -3
- package/dist-lib/components/ui/Input.js +135 -0
- package/dist-lib/components/ui/Input.js.map +1 -0
- package/dist-lib/components/ui/Kbd.js +24 -0
- package/dist-lib/components/ui/Kbd.js.map +1 -0
- package/dist-lib/components/ui/MultiSelect.d.ts +3 -1
- package/dist-lib/components/ui/MultiSelect.js +196 -0
- package/dist-lib/components/ui/MultiSelect.js.map +1 -0
- package/dist-lib/components/ui/Pagination.d.ts +23 -0
- package/dist-lib/components/ui/Pagination.js +148 -0
- package/dist-lib/components/ui/Pagination.js.map +1 -0
- package/dist-lib/components/ui/Popover.js +35 -0
- package/dist-lib/components/ui/Popover.js.map +1 -0
- package/dist-lib/components/ui/Progress.js +95 -0
- package/dist-lib/components/ui/Progress.js.map +1 -0
- package/dist-lib/components/ui/RadioGroup.js +64 -0
- package/dist-lib/components/ui/RadioGroup.js.map +1 -0
- package/dist-lib/components/ui/ScrollArea.js +44 -0
- package/dist-lib/components/ui/ScrollArea.js.map +1 -0
- package/dist-lib/components/ui/Select.js +131 -0
- package/dist-lib/components/ui/Select.js.map +1 -0
- package/dist-lib/components/ui/Separator.js +26 -0
- package/dist-lib/components/ui/Separator.js.map +1 -0
- package/dist-lib/components/ui/Sheet.d.ts +1 -1
- package/dist-lib/components/ui/Sheet.js +113 -0
- package/dist-lib/components/ui/Sheet.js.map +1 -0
- package/dist-lib/components/ui/Sidebar.d.ts +18 -6
- package/dist-lib/components/ui/Sidebar.js +169 -0
- package/dist-lib/components/ui/Sidebar.js.map +1 -0
- package/dist-lib/components/ui/Skeleton.js +28 -0
- package/dist-lib/components/ui/Skeleton.js.map +1 -0
- package/dist-lib/components/ui/Slider.js +52 -0
- package/dist-lib/components/ui/Slider.js.map +1 -0
- package/dist-lib/components/ui/Snackbar.d.ts +1 -1
- package/dist-lib/components/ui/Snackbar.js +56 -0
- package/dist-lib/components/ui/Snackbar.js.map +1 -0
- package/dist-lib/components/ui/Spinner.js +42 -0
- package/dist-lib/components/ui/Spinner.js.map +1 -0
- package/dist-lib/components/ui/Stepper.js +88 -0
- package/dist-lib/components/ui/Stepper.js.map +1 -0
- package/dist-lib/components/ui/Switch.js +77 -0
- package/dist-lib/components/ui/Switch.js.map +1 -0
- package/dist-lib/components/ui/Table.d.ts +9 -1
- package/dist-lib/components/ui/Table.js +157 -0
- package/dist-lib/components/ui/Table.js.map +1 -0
- package/dist-lib/components/ui/Tabs.d.ts +1 -1
- package/dist-lib/components/ui/Tabs.js +89 -0
- package/dist-lib/components/ui/Tabs.js.map +1 -0
- package/dist-lib/components/ui/TagInput.d.ts +17 -2
- package/dist-lib/components/ui/TagInput.js +111 -0
- package/dist-lib/components/ui/TagInput.js.map +1 -0
- package/dist-lib/components/ui/Textarea.js +77 -0
- package/dist-lib/components/ui/Textarea.js.map +1 -0
- package/dist-lib/components/ui/Timeline.d.ts +16 -6
- package/dist-lib/components/ui/Timeline.js +52 -0
- package/dist-lib/components/ui/Timeline.js.map +1 -0
- package/dist-lib/components/ui/Toast.d.ts +1 -1
- package/dist-lib/components/ui/Toast.js +171 -0
- package/dist-lib/components/ui/Toast.js.map +1 -0
- package/dist-lib/components/ui/Tooltip.js +58 -0
- package/dist-lib/components/ui/Tooltip.js.map +1 -0
- package/dist-lib/components/ui/TopNav.js +52 -0
- package/dist-lib/components/ui/TopNav.js.map +1 -0
- package/dist-lib/components/ui/Tree.d.ts +27 -5
- package/dist-lib/components/ui/Tree.js +167 -0
- package/dist-lib/components/ui/Tree.js.map +1 -0
- package/dist-lib/hooks/use-field-ids.d.ts +29 -0
- package/dist-lib/hooks/use-field-ids.js +18 -0
- package/dist-lib/hooks/use-field-ids.js.map +1 -0
- package/dist-lib/hooks/use-media-query.js +18 -0
- package/dist-lib/hooks/use-media-query.js.map +1 -0
- package/dist-lib/hooks/use-strings.d.ts +5 -0
- package/dist-lib/hooks/use-strings.js +12 -0
- package/dist-lib/hooks/use-strings.js.map +1 -0
- package/dist-lib/hooks/use-toast.js +36 -0
- package/dist-lib/hooks/use-toast.js.map +1 -0
- package/dist-lib/icon.d.ts +8 -0
- package/dist-lib/icon.js +7 -0
- package/dist-lib/icon.js.map +1 -0
- package/dist-lib/icons/index.d.ts +71 -11
- package/dist-lib/icons/index.js +145 -0
- package/dist-lib/icons/index.js.map +1 -0
- package/dist-lib/illustrations/index.js +105 -0
- package/dist-lib/illustrations/index.js.map +1 -0
- package/dist-lib/index.d.ts +62 -58
- package/dist-lib/index.js +268 -4386
- package/dist-lib/index.js.map +1 -1
- package/dist-lib/lib/strings.d.ts +129 -0
- package/dist-lib/lib/strings.js +85 -0
- package/dist-lib/lib/strings.js.map +1 -0
- package/dist-lib/lib/strings.mn.d.ts +3 -0
- package/dist-lib/lib/strings.mn.js +70 -0
- package/dist-lib/lib/strings.mn.js.map +1 -0
- package/dist-lib/lib/utils.d.ts +0 -1
- package/dist-lib/lib/utils.js +10 -0
- package/dist-lib/lib/utils.js.map +1 -0
- package/dist-lib/styles.css +1 -1
- package/dist-lib/theme.css +777 -0
- package/package.json +31 -8
- package/dist-lib/index.cjs +0 -8
- package/dist-lib/index.cjs.map +0 -1
|
@@ -0,0 +1,145 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import o from "lucide-react/dist/esm/icons/alert-circle.js";
|
|
3
|
+
import r from "lucide-react/dist/esm/icons/alert-triangle.js";
|
|
4
|
+
import t from "lucide-react/dist/esm/icons/arrow-down.js";
|
|
5
|
+
import m from "lucide-react/dist/esm/icons/arrow-left.js";
|
|
6
|
+
import n from "lucide-react/dist/esm/icons/arrow-right.js";
|
|
7
|
+
import i from "lucide-react/dist/esm/icons/arrow-up.js";
|
|
8
|
+
import e from "lucide-react/dist/esm/icons/arrow-up-down.js";
|
|
9
|
+
import p from "lucide-react/dist/esm/icons/at-sign.js";
|
|
10
|
+
import s from "lucide-react/dist/esm/icons/bar-chart-3.js";
|
|
11
|
+
import c from "lucide-react/dist/esm/icons/bell.js";
|
|
12
|
+
import f from "lucide-react/dist/esm/icons/bookmark.js";
|
|
13
|
+
import _ from "lucide-react/dist/esm/icons/calendar.js";
|
|
14
|
+
import l from "lucide-react/dist/esm/icons/check.js";
|
|
15
|
+
import a from "lucide-react/dist/esm/icons/check-circle-2.js";
|
|
16
|
+
import C from "lucide-react/dist/esm/icons/chevron-down.js";
|
|
17
|
+
import h from "lucide-react/dist/esm/icons/chevron-left.js";
|
|
18
|
+
import w from "lucide-react/dist/esm/icons/chevron-right.js";
|
|
19
|
+
import d from "lucide-react/dist/esm/icons/chevron-up.js";
|
|
20
|
+
import g from "lucide-react/dist/esm/icons/chevrons-left.js";
|
|
21
|
+
import L from "lucide-react/dist/esm/icons/chevrons-right.js";
|
|
22
|
+
import k from "lucide-react/dist/esm/icons/chevrons-up-down.js";
|
|
23
|
+
import u from "lucide-react/dist/esm/icons/circle.js";
|
|
24
|
+
import A from "lucide-react/dist/esm/icons/copy.js";
|
|
25
|
+
import v from "lucide-react/dist/esm/icons/corner-down-left.js";
|
|
26
|
+
import S from "lucide-react/dist/esm/icons/credit-card.js";
|
|
27
|
+
import U from "lucide-react/dist/esm/icons/download.js";
|
|
28
|
+
import D from "lucide-react/dist/esm/icons/edit-2.js";
|
|
29
|
+
import E from "lucide-react/dist/esm/icons/ellipsis.js";
|
|
30
|
+
import F from "lucide-react/dist/esm/icons/external-link.js";
|
|
31
|
+
import M from "lucide-react/dist/esm/icons/eye.js";
|
|
32
|
+
import y from "lucide-react/dist/esm/icons/eye-off.js";
|
|
33
|
+
import H from "lucide-react/dist/esm/icons/file.js";
|
|
34
|
+
import P from "lucide-react/dist/esm/icons/file-text.js";
|
|
35
|
+
import x from "lucide-react/dist/esm/icons/filter.js";
|
|
36
|
+
import B from "lucide-react/dist/esm/icons/folder.js";
|
|
37
|
+
import G from "lucide-react/dist/esm/icons/folder-open.js";
|
|
38
|
+
import O from "lucide-react/dist/esm/icons/github.js";
|
|
39
|
+
import R from "lucide-react/dist/esm/icons/grip-vertical.js";
|
|
40
|
+
import T from "lucide-react/dist/esm/icons/heart.js";
|
|
41
|
+
import b from "lucide-react/dist/esm/icons/help-circle.js";
|
|
42
|
+
import I from "lucide-react/dist/esm/icons/home.js";
|
|
43
|
+
import X from "lucide-react/dist/esm/icons/inbox.js";
|
|
44
|
+
import z from "lucide-react/dist/esm/icons/info.js";
|
|
45
|
+
import V from "lucide-react/dist/esm/icons/layout-grid.js";
|
|
46
|
+
import Z from "lucide-react/dist/esm/icons/link-2.js";
|
|
47
|
+
import j from "lucide-react/dist/esm/icons/loader-2.js";
|
|
48
|
+
import q from "lucide-react/dist/esm/icons/lock.js";
|
|
49
|
+
import J from "lucide-react/dist/esm/icons/log-out.js";
|
|
50
|
+
import K from "lucide-react/dist/esm/icons/mail.js";
|
|
51
|
+
import N from "lucide-react/dist/esm/icons/menu.js";
|
|
52
|
+
import Q from "lucide-react/dist/esm/icons/minus.js";
|
|
53
|
+
import W from "lucide-react/dist/esm/icons/moon.js";
|
|
54
|
+
import Y from "lucide-react/dist/esm/icons/more-horizontal.js";
|
|
55
|
+
import $ from "lucide-react/dist/esm/icons/package.js";
|
|
56
|
+
import oo from "lucide-react/dist/esm/icons/pencil.js";
|
|
57
|
+
import ro from "lucide-react/dist/esm/icons/plug.js";
|
|
58
|
+
import to from "lucide-react/dist/esm/icons/plus.js";
|
|
59
|
+
import mo from "lucide-react/dist/esm/icons/search.js";
|
|
60
|
+
import no from "lucide-react/dist/esm/icons/settings.js";
|
|
61
|
+
import io from "lucide-react/dist/esm/icons/shopping-cart.js";
|
|
62
|
+
import eo from "lucide-react/dist/esm/icons/sparkles.js";
|
|
63
|
+
import po from "lucide-react/dist/esm/icons/star.js";
|
|
64
|
+
import so from "lucide-react/dist/esm/icons/sun.js";
|
|
65
|
+
import co from "lucide-react/dist/esm/icons/trash-2.js";
|
|
66
|
+
import fo from "lucide-react/dist/esm/icons/upload.js";
|
|
67
|
+
import _o from "lucide-react/dist/esm/icons/user.js";
|
|
68
|
+
import lo from "lucide-react/dist/esm/icons/users.js";
|
|
69
|
+
import ao from "lucide-react/dist/esm/icons/x.js";
|
|
70
|
+
import Co from "lucide-react/dist/esm/icons/x-circle.js";
|
|
71
|
+
import ho from "lucide-react/dist/esm/icons/zap.js";
|
|
72
|
+
const xr = o, Br = r, Gr = t, Or = m, Rr = n, Tr = i, br = e, Ir = p, Xr = s, zr = c, Vr = f, Zr = _, jr = l, qr = a, Jr = C, Kr = h, Nr = w, Qr = d, Wr = g, Yr = L, $r = k, ot = u, rt = A, tt = v, mt = S, nt = U, it = D, et = E, pt = F, st = M, ct = y, ft = H, _t = P, lt = x, at = B, Ct = G, ht = O, wt = R, dt = T, gt = b, Lt = I, kt = X, ut = z, At = V, vt = Z, St = j, Ut = q, Dt = J, Et = K, Ft = N, Mt = Q, yt = W, Ht = Y, Pt = $, xt = oo, Bt = ro, Gt = to, Ot = mo, Rt = no, Tt = io, bt = eo, It = po, Xt = so, zt = co, Vt = fo, Zt = _o, jt = lo, qt = ao, Jt = Co, Kt = ho;
|
|
73
|
+
export {
|
|
74
|
+
xr as AlertCircle,
|
|
75
|
+
Br as AlertTriangle,
|
|
76
|
+
Gr as ArrowDown,
|
|
77
|
+
Or as ArrowLeft,
|
|
78
|
+
Rr as ArrowRight,
|
|
79
|
+
Tr as ArrowUp,
|
|
80
|
+
br as ArrowUpDown,
|
|
81
|
+
Ir as AtSign,
|
|
82
|
+
Xr as BarChart3,
|
|
83
|
+
zr as Bell,
|
|
84
|
+
Vr as Bookmark,
|
|
85
|
+
Zr as Calendar,
|
|
86
|
+
jr as Check,
|
|
87
|
+
qr as CheckCircle2,
|
|
88
|
+
Jr as ChevronDown,
|
|
89
|
+
Kr as ChevronLeft,
|
|
90
|
+
Nr as ChevronRight,
|
|
91
|
+
Qr as ChevronUp,
|
|
92
|
+
Wr as ChevronsLeft,
|
|
93
|
+
Yr as ChevronsRight,
|
|
94
|
+
$r as ChevronsUpDown,
|
|
95
|
+
ot as Circle,
|
|
96
|
+
rt as Copy,
|
|
97
|
+
tt as CornerDownLeft,
|
|
98
|
+
mt as CreditCard,
|
|
99
|
+
nt as Download,
|
|
100
|
+
it as Edit2,
|
|
101
|
+
et as Ellipsis,
|
|
102
|
+
pt as ExternalLink,
|
|
103
|
+
st as Eye,
|
|
104
|
+
ct as EyeOff,
|
|
105
|
+
ft as File,
|
|
106
|
+
_t as FileText,
|
|
107
|
+
lt as Filter,
|
|
108
|
+
at as Folder,
|
|
109
|
+
Ct as FolderOpen,
|
|
110
|
+
ht as Github,
|
|
111
|
+
wt as GripVertical,
|
|
112
|
+
dt as Heart,
|
|
113
|
+
gt as HelpCircle,
|
|
114
|
+
Lt as Home,
|
|
115
|
+
kt as Inbox,
|
|
116
|
+
ut as Info,
|
|
117
|
+
At as LayoutGrid,
|
|
118
|
+
vt as Link2,
|
|
119
|
+
St as Loader2,
|
|
120
|
+
Ut as Lock,
|
|
121
|
+
Dt as LogOut,
|
|
122
|
+
Et as Mail,
|
|
123
|
+
Ft as Menu,
|
|
124
|
+
Mt as Minus,
|
|
125
|
+
yt as Moon,
|
|
126
|
+
Ht as MoreHorizontal,
|
|
127
|
+
Pt as Package,
|
|
128
|
+
xt as Pencil,
|
|
129
|
+
Bt as Plug,
|
|
130
|
+
Gt as Plus,
|
|
131
|
+
Ot as Search,
|
|
132
|
+
Rt as Settings,
|
|
133
|
+
Tt as ShoppingCart,
|
|
134
|
+
bt as Sparkles,
|
|
135
|
+
It as Star,
|
|
136
|
+
Xt as Sun,
|
|
137
|
+
zt as Trash2,
|
|
138
|
+
Vt as Upload,
|
|
139
|
+
Zt as User,
|
|
140
|
+
jt as Users,
|
|
141
|
+
qt as X,
|
|
142
|
+
Jt as XCircle,
|
|
143
|
+
Kt as Zap
|
|
144
|
+
};
|
|
145
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../src/icons/index.ts"],"sourcesContent":["/**\n * Curated re-exports from lucide-react. Components should import icons from\n * here, never directly from 'lucide-react', so the design system can swap\n * icon sets later if needed and so unused icons stay tree-shakable.\n *\n * Icons are imported via their per-module paths (not the package barrel) on\n * purpose: the `@craftzbay/ui/icon` entry lazy-loads arbitrary icons through\n * lucide-react/dynamicIconImports, and if the barrel were in the static module\n * graph, Rollup would co-locate every dynamically imported icon into the\n * barrel's chunk — inlining the entire icon set instead of code-splitting it\n * (verified: the showcase vendor chunk goes 614 kB → 1.4 MB). The deep paths\n * are typed by `src/types/lucide-deep.d.ts`; each export is re-typed as\n * `LucideIcon` below so the emitted declarations only reference the package\n * root.\n *\n * Defaults applied at the call site:\n * - 16px for inline-with-text usage\n * - 20px for use inside buttons\n * - strokeWidth 1.5\n */\nimport type { LucideIcon } from 'lucide-react';\n\nimport _AlertCircle from 'lucide-react/dist/esm/icons/alert-circle.js';\nimport _AlertTriangle from 'lucide-react/dist/esm/icons/alert-triangle.js';\nimport _ArrowDown from 'lucide-react/dist/esm/icons/arrow-down.js';\nimport _ArrowLeft from 'lucide-react/dist/esm/icons/arrow-left.js';\nimport _ArrowRight from 'lucide-react/dist/esm/icons/arrow-right.js';\nimport _ArrowUp from 'lucide-react/dist/esm/icons/arrow-up.js';\nimport _ArrowUpDown from 'lucide-react/dist/esm/icons/arrow-up-down.js';\nimport _AtSign from 'lucide-react/dist/esm/icons/at-sign.js';\nimport _BarChart3 from 'lucide-react/dist/esm/icons/bar-chart-3.js';\nimport _Bell from 'lucide-react/dist/esm/icons/bell.js';\nimport _Bookmark from 'lucide-react/dist/esm/icons/bookmark.js';\nimport _Calendar from 'lucide-react/dist/esm/icons/calendar.js';\nimport _Check from 'lucide-react/dist/esm/icons/check.js';\nimport _CheckCircle2 from 'lucide-react/dist/esm/icons/check-circle-2.js';\nimport _ChevronDown from 'lucide-react/dist/esm/icons/chevron-down.js';\nimport _ChevronLeft from 'lucide-react/dist/esm/icons/chevron-left.js';\nimport _ChevronRight from 'lucide-react/dist/esm/icons/chevron-right.js';\nimport _ChevronUp from 'lucide-react/dist/esm/icons/chevron-up.js';\nimport _ChevronsLeft from 'lucide-react/dist/esm/icons/chevrons-left.js';\nimport _ChevronsRight from 'lucide-react/dist/esm/icons/chevrons-right.js';\nimport _ChevronsUpDown from 'lucide-react/dist/esm/icons/chevrons-up-down.js';\nimport _Circle from 'lucide-react/dist/esm/icons/circle.js';\nimport _Copy from 'lucide-react/dist/esm/icons/copy.js';\nimport _CornerDownLeft from 'lucide-react/dist/esm/icons/corner-down-left.js';\nimport _CreditCard from 'lucide-react/dist/esm/icons/credit-card.js';\nimport _Download from 'lucide-react/dist/esm/icons/download.js';\nimport _Edit2 from 'lucide-react/dist/esm/icons/edit-2.js';\nimport _Ellipsis from 'lucide-react/dist/esm/icons/ellipsis.js';\nimport _ExternalLink from 'lucide-react/dist/esm/icons/external-link.js';\nimport _Eye from 'lucide-react/dist/esm/icons/eye.js';\nimport _EyeOff from 'lucide-react/dist/esm/icons/eye-off.js';\nimport _File from 'lucide-react/dist/esm/icons/file.js';\nimport _FileText from 'lucide-react/dist/esm/icons/file-text.js';\nimport _Filter from 'lucide-react/dist/esm/icons/filter.js';\nimport _Folder from 'lucide-react/dist/esm/icons/folder.js';\nimport _FolderOpen from 'lucide-react/dist/esm/icons/folder-open.js';\nimport _Github from 'lucide-react/dist/esm/icons/github.js';\nimport _GripVertical from 'lucide-react/dist/esm/icons/grip-vertical.js';\nimport _Heart from 'lucide-react/dist/esm/icons/heart.js';\nimport _HelpCircle from 'lucide-react/dist/esm/icons/help-circle.js';\nimport _Home from 'lucide-react/dist/esm/icons/home.js';\nimport _Inbox from 'lucide-react/dist/esm/icons/inbox.js';\nimport _Info from 'lucide-react/dist/esm/icons/info.js';\nimport _LayoutGrid from 'lucide-react/dist/esm/icons/layout-grid.js';\nimport _Link2 from 'lucide-react/dist/esm/icons/link-2.js';\nimport _Loader2 from 'lucide-react/dist/esm/icons/loader-2.js';\nimport _Lock from 'lucide-react/dist/esm/icons/lock.js';\nimport _LogOut from 'lucide-react/dist/esm/icons/log-out.js';\nimport _Mail from 'lucide-react/dist/esm/icons/mail.js';\nimport _Menu from 'lucide-react/dist/esm/icons/menu.js';\nimport _Minus from 'lucide-react/dist/esm/icons/minus.js';\nimport _Moon from 'lucide-react/dist/esm/icons/moon.js';\nimport _MoreHorizontal from 'lucide-react/dist/esm/icons/more-horizontal.js';\nimport _Package from 'lucide-react/dist/esm/icons/package.js';\nimport _Pencil from 'lucide-react/dist/esm/icons/pencil.js';\nimport _Plug from 'lucide-react/dist/esm/icons/plug.js';\nimport _Plus from 'lucide-react/dist/esm/icons/plus.js';\nimport _Search from 'lucide-react/dist/esm/icons/search.js';\nimport _Settings from 'lucide-react/dist/esm/icons/settings.js';\nimport _ShoppingCart from 'lucide-react/dist/esm/icons/shopping-cart.js';\nimport _Sparkles from 'lucide-react/dist/esm/icons/sparkles.js';\nimport _Star from 'lucide-react/dist/esm/icons/star.js';\nimport _Sun from 'lucide-react/dist/esm/icons/sun.js';\nimport _Trash2 from 'lucide-react/dist/esm/icons/trash-2.js';\nimport _Upload from 'lucide-react/dist/esm/icons/upload.js';\nimport _User from 'lucide-react/dist/esm/icons/user.js';\nimport _Users from 'lucide-react/dist/esm/icons/users.js';\nimport _X from 'lucide-react/dist/esm/icons/x.js';\nimport _XCircle from 'lucide-react/dist/esm/icons/x-circle.js';\nimport _Zap from 'lucide-react/dist/esm/icons/zap.js';\n\nexport const AlertCircle: LucideIcon = _AlertCircle;\nexport const AlertTriangle: LucideIcon = _AlertTriangle;\nexport const ArrowDown: LucideIcon = _ArrowDown;\nexport const ArrowLeft: LucideIcon = _ArrowLeft;\nexport const ArrowRight: LucideIcon = _ArrowRight;\nexport const ArrowUp: LucideIcon = _ArrowUp;\nexport const ArrowUpDown: LucideIcon = _ArrowUpDown;\nexport const AtSign: LucideIcon = _AtSign;\nexport const BarChart3: LucideIcon = _BarChart3;\nexport const Bell: LucideIcon = _Bell;\nexport const Bookmark: LucideIcon = _Bookmark;\nexport const Calendar: LucideIcon = _Calendar;\nexport const Check: LucideIcon = _Check;\nexport const CheckCircle2: LucideIcon = _CheckCircle2;\nexport const ChevronDown: LucideIcon = _ChevronDown;\nexport const ChevronLeft: LucideIcon = _ChevronLeft;\nexport const ChevronRight: LucideIcon = _ChevronRight;\nexport const ChevronUp: LucideIcon = _ChevronUp;\nexport const ChevronsLeft: LucideIcon = _ChevronsLeft;\nexport const ChevronsRight: LucideIcon = _ChevronsRight;\nexport const ChevronsUpDown: LucideIcon = _ChevronsUpDown;\nexport const Circle: LucideIcon = _Circle;\nexport const Copy: LucideIcon = _Copy;\nexport const CornerDownLeft: LucideIcon = _CornerDownLeft;\nexport const CreditCard: LucideIcon = _CreditCard;\nexport const Download: LucideIcon = _Download;\nexport const Edit2: LucideIcon = _Edit2;\nexport const Ellipsis: LucideIcon = _Ellipsis;\nexport const ExternalLink: LucideIcon = _ExternalLink;\nexport const Eye: LucideIcon = _Eye;\nexport const EyeOff: LucideIcon = _EyeOff;\nexport const File: LucideIcon = _File;\nexport const FileText: LucideIcon = _FileText;\nexport const Filter: LucideIcon = _Filter;\nexport const Folder: LucideIcon = _Folder;\nexport const FolderOpen: LucideIcon = _FolderOpen;\nexport const Github: LucideIcon = _Github;\nexport const GripVertical: LucideIcon = _GripVertical;\nexport const Heart: LucideIcon = _Heart;\nexport const HelpCircle: LucideIcon = _HelpCircle;\nexport const Home: LucideIcon = _Home;\nexport const Inbox: LucideIcon = _Inbox;\nexport const Info: LucideIcon = _Info;\nexport const LayoutGrid: LucideIcon = _LayoutGrid;\nexport const Link2: LucideIcon = _Link2;\nexport const Loader2: LucideIcon = _Loader2;\nexport const Lock: LucideIcon = _Lock;\nexport const LogOut: LucideIcon = _LogOut;\nexport const Mail: LucideIcon = _Mail;\nexport const Menu: LucideIcon = _Menu;\nexport const Minus: LucideIcon = _Minus;\nexport const Moon: LucideIcon = _Moon;\nexport const MoreHorizontal: LucideIcon = _MoreHorizontal;\nexport const Package: LucideIcon = _Package;\nexport const Pencil: LucideIcon = _Pencil;\nexport const Plug: LucideIcon = _Plug;\nexport const Plus: LucideIcon = _Plus;\nexport const Search: LucideIcon = _Search;\nexport const Settings: LucideIcon = _Settings;\nexport const ShoppingCart: LucideIcon = _ShoppingCart;\nexport const Sparkles: LucideIcon = _Sparkles;\nexport const Star: LucideIcon = _Star;\nexport const Sun: LucideIcon = _Sun;\nexport const Trash2: LucideIcon = _Trash2;\nexport const Upload: LucideIcon = _Upload;\nexport const User: LucideIcon = _User;\nexport const Users: LucideIcon = _Users;\nexport const X: LucideIcon = _X;\nexport const XCircle: LucideIcon = _XCircle;\nexport const Zap: LucideIcon = _Zap;\n"],"names":["AlertCircle","_AlertCircle","AlertTriangle","_AlertTriangle","ArrowDown","_ArrowDown","ArrowLeft","_ArrowLeft","ArrowRight","_ArrowRight","ArrowUp","_ArrowUp","ArrowUpDown","_ArrowUpDown","AtSign","_AtSign","BarChart3","_BarChart3","Bell","_Bell","Bookmark","_Bookmark","Calendar","_Calendar","Check","_Check","CheckCircle2","_CheckCircle2","ChevronDown","_ChevronDown","ChevronLeft","_ChevronLeft","ChevronRight","_ChevronRight","ChevronUp","_ChevronUp","ChevronsLeft","_ChevronsLeft","ChevronsRight","_ChevronsRight","ChevronsUpDown","_ChevronsUpDown","Circle","_Circle","Copy","_Copy","CornerDownLeft","_CornerDownLeft","CreditCard","_CreditCard","Download","_Download","Edit2","_Edit2","Ellipsis","_Ellipsis","ExternalLink","_ExternalLink","Eye","_Eye","EyeOff","_EyeOff","File","_File","FileText","_FileText","Filter","_Filter","Folder","_Folder","FolderOpen","_FolderOpen","Github","_Github","GripVertical","_GripVertical","Heart","_Heart","HelpCircle","_HelpCircle","Home","_Home","Inbox","_Inbox","Info","_Info","LayoutGrid","_LayoutGrid","Link2","_Link2","Loader2","_Loader2","Lock","_Lock","LogOut","_LogOut","Mail","_Mail","Menu","_Menu","Minus","_Minus","Moon","_Moon","MoreHorizontal","_MoreHorizontal","Package","_Package","Pencil","_Pencil","Plug","_Plug","Plus","_Plus","Search","_Search","Settings","_Settings","ShoppingCart","_ShoppingCart","Sparkles","_Sparkles","Star","_Star","Sun","_Sun","Trash2","_Trash2","Upload","_Upload","User","_User","Users","_Users","X","_X","XCircle","_XCircle","Zap","_Zap"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA6FO,MAAMA,KAA0BC,GAC1BC,KAA4BC,GAC5BC,KAAwBC,GACxBC,KAAwBC,GACxBC,KAAyBC,GACzBC,KAAsBC,GACtBC,KAA0BC,GAC1BC,KAAqBC,GACrBC,KAAwBC,GACxBC,KAAmBC,GACnBC,KAAuBC,GACvBC,KAAuBC,GACvBC,KAAoBC,GACpBC,KAA2BC,GAC3BC,KAA0BC,GAC1BC,KAA0BC,GAC1BC,KAA2BC,GAC3BC,KAAwBC,GACxBC,KAA2BC,GAC3BC,KAA4BC,GAC5BC,KAA6BC,GAC7BC,KAAqBC,GACrBC,KAAmBC,GACnBC,KAA6BC,GAC7BC,KAAyBC,GACzBC,KAAuBC,GACvBC,KAAoBC,GACpBC,KAAuBC,GACvBC,KAA2BC,GAC3BC,KAAkBC,GAClBC,KAAqBC,GACrBC,KAAmBC,GACnBC,KAAuBC,GACvBC,KAAqBC,GACrBC,KAAqBC,GACrBC,KAAyBC,GACzBC,KAAqBC,GACrBC,KAA2BC,GAC3BC,KAAoBC,GACpBC,KAAyBC,GACzBC,KAAmBC,GACnBC,KAAoBC,GACpBC,KAAmBC,GACnBC,KAAyBC,GACzBC,KAAoBC,GACpBC,KAAsBC,GACtBC,KAAmBC,GACnBC,KAAqBC,GACrBC,KAAmBC,GACnBC,KAAmBC,GACnBC,KAAoBC,GACpBC,KAAmBC,GACnBC,KAA6BC,GAC7BC,KAAsBC,GACtBC,KAAqBC,IACrBC,KAAmBC,IACnBC,KAAmBC,IACnBC,KAAqBC,IACrBC,KAAuBC,IACvBC,KAA2BC,IAC3BC,KAAuBC,IACvBC,KAAmBC,IACnBC,KAAkBC,IAClBC,KAAqBC,IACrBC,KAAqBC,IACrBC,KAAmBC,IACnBC,KAAoBC,IACpBC,KAAgBC,IAChBC,KAAsBC,IACtBC,KAAkBC;"}
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsxs as e, jsx as t } from "react/jsx-runtime";
|
|
3
|
+
import { cn as a } from "../lib/utils.js";
|
|
4
|
+
function c({ className: r, children: o, ...n }) {
|
|
5
|
+
return /* @__PURE__ */ t(
|
|
6
|
+
"svg",
|
|
7
|
+
{
|
|
8
|
+
viewBox: "0 0 120 120",
|
|
9
|
+
role: "img",
|
|
10
|
+
width: "120",
|
|
11
|
+
height: "120",
|
|
12
|
+
fill: "none",
|
|
13
|
+
stroke: "currentColor",
|
|
14
|
+
strokeWidth: "1.5",
|
|
15
|
+
strokeLinecap: "round",
|
|
16
|
+
strokeLinejoin: "round",
|
|
17
|
+
className: a("text-foreground-subtle", r),
|
|
18
|
+
"aria-hidden": !0,
|
|
19
|
+
...n,
|
|
20
|
+
children: o
|
|
21
|
+
}
|
|
22
|
+
);
|
|
23
|
+
}
|
|
24
|
+
function h(r) {
|
|
25
|
+
return /* @__PURE__ */ e(c, { ...r, children: [
|
|
26
|
+
/* @__PURE__ */ t("path", { d: "M22 56l10-28a6 6 0 0 1 6-4h44a6 6 0 0 1 6 4l10 28" }),
|
|
27
|
+
/* @__PURE__ */ t("path", { d: "M22 56v32a6 6 0 0 0 6 6h64a6 6 0 0 0 6-6V56" }),
|
|
28
|
+
/* @__PURE__ */ t("path", { d: "M22 56h22l4 10h24l4-10h22" }),
|
|
29
|
+
/* @__PURE__ */ t("circle", { cx: "60", cy: "36", r: "2", className: "text-accent", stroke: "currentColor" }),
|
|
30
|
+
/* @__PURE__ */ t("path", { d: "M52 28l8 8M68 28l-8 8", opacity: "0.4" })
|
|
31
|
+
] });
|
|
32
|
+
}
|
|
33
|
+
function s(r) {
|
|
34
|
+
return /* @__PURE__ */ e(c, { ...r, children: [
|
|
35
|
+
/* @__PURE__ */ t("circle", { cx: "52", cy: "52", r: "26" }),
|
|
36
|
+
/* @__PURE__ */ t("path", { d: "M72 72l20 20" }),
|
|
37
|
+
/* @__PURE__ */ t("path", { d: "M42 52h20", opacity: "0.5" }),
|
|
38
|
+
/* @__PURE__ */ t("circle", { cx: "98", cy: "22", r: "1.5", className: "text-accent", stroke: "currentColor" }),
|
|
39
|
+
/* @__PURE__ */ t("circle", { cx: "20", cy: "92", r: "1.5", className: "text-accent", stroke: "currentColor" })
|
|
40
|
+
] });
|
|
41
|
+
}
|
|
42
|
+
function d(r) {
|
|
43
|
+
return /* @__PURE__ */ e(c, { ...r, children: [
|
|
44
|
+
/* @__PURE__ */ t("path", { d: "M22 32h76v56a6 6 0 0 1-6 6H28a6 6 0 0 1-6-6V32z" }),
|
|
45
|
+
/* @__PURE__ */ t("path", { d: "M22 44h76" }),
|
|
46
|
+
/* @__PURE__ */ t("circle", { cx: "32", cy: "38", r: "1.5" }),
|
|
47
|
+
/* @__PURE__ */ t("circle", { cx: "40", cy: "38", r: "1.5" }),
|
|
48
|
+
/* @__PURE__ */ t("circle", { cx: "48", cy: "38", r: "1.5" }),
|
|
49
|
+
/* @__PURE__ */ t("path", { d: "M44 64l32 16M76 64l-32 16", className: "text-accent", stroke: "currentColor" }),
|
|
50
|
+
/* @__PURE__ */ t(
|
|
51
|
+
"text",
|
|
52
|
+
{
|
|
53
|
+
x: "60",
|
|
54
|
+
y: "76",
|
|
55
|
+
fontFamily: "ui-monospace,monospace",
|
|
56
|
+
fontSize: "9",
|
|
57
|
+
textAnchor: "middle",
|
|
58
|
+
fill: "currentColor",
|
|
59
|
+
stroke: "none",
|
|
60
|
+
opacity: "0.6",
|
|
61
|
+
children: "404"
|
|
62
|
+
}
|
|
63
|
+
)
|
|
64
|
+
] });
|
|
65
|
+
}
|
|
66
|
+
function x(r) {
|
|
67
|
+
return /* @__PURE__ */ e(c, { ...r, children: [
|
|
68
|
+
/* @__PURE__ */ t("rect", { x: "22", y: "28", width: "76", height: "20", rx: "3" }),
|
|
69
|
+
/* @__PURE__ */ t("rect", { x: "22", y: "54", width: "76", height: "20", rx: "3" }),
|
|
70
|
+
/* @__PURE__ */ t("rect", { x: "22", y: "80", width: "76", height: "20", rx: "3" }),
|
|
71
|
+
/* @__PURE__ */ t("circle", { cx: "32", cy: "38", r: "2", className: "text-danger", stroke: "currentColor" }),
|
|
72
|
+
/* @__PURE__ */ t("circle", { cx: "32", cy: "64", r: "2", className: "text-danger", stroke: "currentColor" }),
|
|
73
|
+
/* @__PURE__ */ t("circle", { cx: "32", cy: "90", r: "2", className: "text-warning", stroke: "currentColor" }),
|
|
74
|
+
/* @__PURE__ */ t("path", { d: "M44 38h44M44 64h44M44 90h28", opacity: "0.4" }),
|
|
75
|
+
/* @__PURE__ */ t("path", { d: "M82 84l16 16M82 100l16-16", className: "text-danger", stroke: "currentColor" })
|
|
76
|
+
] });
|
|
77
|
+
}
|
|
78
|
+
function u(r) {
|
|
79
|
+
return /* @__PURE__ */ e(c, { ...r, children: [
|
|
80
|
+
/* @__PURE__ */ t("path", { d: "M22 86h76" }),
|
|
81
|
+
/* @__PURE__ */ t("path", { d: "M30 86V52l30-22 30 22v34" }),
|
|
82
|
+
/* @__PURE__ */ t("rect", { x: "40", y: "64", width: "14", height: "14", rx: "1" }),
|
|
83
|
+
/* @__PURE__ */ t("rect", { x: "66", y: "64", width: "14", height: "14", rx: "1" }),
|
|
84
|
+
/* @__PURE__ */ t("path", { d: "M30 52h60", opacity: "0.4" }),
|
|
85
|
+
/* @__PURE__ */ t("path", { d: "M40 40v6M50 36v10M70 36v10M80 40v6", className: "text-accent", stroke: "currentColor" })
|
|
86
|
+
] });
|
|
87
|
+
}
|
|
88
|
+
function p(r) {
|
|
89
|
+
return /* @__PURE__ */ e(c, { ...r, children: [
|
|
90
|
+
/* @__PURE__ */ t("path", { d: "M22 60a40 40 0 0 1 76 0", opacity: "0.4" }),
|
|
91
|
+
/* @__PURE__ */ t("path", { d: "M34 70a28 28 0 0 1 52 0", opacity: "0.6" }),
|
|
92
|
+
/* @__PURE__ */ t("path", { d: "M46 80a16 16 0 0 1 28 0" }),
|
|
93
|
+
/* @__PURE__ */ t("circle", { cx: "60", cy: "92", r: "3" }),
|
|
94
|
+
/* @__PURE__ */ t("path", { d: "M20 20l80 80", className: "text-danger", stroke: "currentColor" })
|
|
95
|
+
] });
|
|
96
|
+
}
|
|
97
|
+
export {
|
|
98
|
+
p as ConnectionLost,
|
|
99
|
+
u as Construction,
|
|
100
|
+
h as InboxEmpty,
|
|
101
|
+
s as NoSearchResults,
|
|
102
|
+
d as NotFound,
|
|
103
|
+
x as ServerError
|
|
104
|
+
};
|
|
105
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../src/illustrations/index.tsx"],"sourcesContent":["import { type SVGProps } from 'react';\nimport { cn } from '@/lib/utils';\n\n/* Refined-minimal line illustrations. Single accent stroke, no fills.\n * Drop into EmptyState / ErrorState / FirstRunEmpty `icon` slots. */\n\ntype Props = SVGProps<SVGSVGElement>;\n\nfunction Base({ className, children, ...props }: Props & { children: React.ReactNode }) {\n return (\n <svg\n viewBox=\"0 0 120 120\"\n role=\"img\"\n width=\"120\"\n height=\"120\"\n fill=\"none\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n className={cn('text-foreground-subtle', className)}\n aria-hidden\n {...props}\n >\n {children}\n </svg>\n );\n}\n\nexport function InboxEmpty(props: Props) {\n return (\n <Base {...props}>\n <path d=\"M22 56l10-28a6 6 0 0 1 6-4h44a6 6 0 0 1 6 4l10 28\" />\n <path d=\"M22 56v32a6 6 0 0 0 6 6h64a6 6 0 0 0 6-6V56\" />\n <path d=\"M22 56h22l4 10h24l4-10h22\" />\n <circle cx=\"60\" cy=\"36\" r=\"2\" className=\"text-accent\" stroke=\"currentColor\" />\n <path d=\"M52 28l8 8M68 28l-8 8\" opacity=\"0.4\" />\n </Base>\n );\n}\n\nexport function NoSearchResults(props: Props) {\n return (\n <Base {...props}>\n <circle cx=\"52\" cy=\"52\" r=\"26\" />\n <path d=\"M72 72l20 20\" />\n <path d=\"M42 52h20\" opacity=\"0.5\" />\n <circle cx=\"98\" cy=\"22\" r=\"1.5\" className=\"text-accent\" stroke=\"currentColor\" />\n <circle cx=\"20\" cy=\"92\" r=\"1.5\" className=\"text-accent\" stroke=\"currentColor\" />\n </Base>\n );\n}\n\nexport function NotFound(props: Props) {\n return (\n <Base {...props}>\n <path d=\"M22 32h76v56a6 6 0 0 1-6 6H28a6 6 0 0 1-6-6V32z\" />\n <path d=\"M22 44h76\" />\n <circle cx=\"32\" cy=\"38\" r=\"1.5\" />\n <circle cx=\"40\" cy=\"38\" r=\"1.5\" />\n <circle cx=\"48\" cy=\"38\" r=\"1.5\" />\n <path d=\"M44 64l32 16M76 64l-32 16\" className=\"text-accent\" stroke=\"currentColor\" />\n <text\n x=\"60\"\n y=\"76\"\n fontFamily=\"ui-monospace,monospace\"\n fontSize=\"9\"\n textAnchor=\"middle\"\n fill=\"currentColor\"\n stroke=\"none\"\n opacity=\"0.6\"\n >\n 404\n </text>\n </Base>\n );\n}\n\nexport function ServerError(props: Props) {\n return (\n <Base {...props}>\n <rect x=\"22\" y=\"28\" width=\"76\" height=\"20\" rx=\"3\" />\n <rect x=\"22\" y=\"54\" width=\"76\" height=\"20\" rx=\"3\" />\n <rect x=\"22\" y=\"80\" width=\"76\" height=\"20\" rx=\"3\" />\n <circle cx=\"32\" cy=\"38\" r=\"2\" className=\"text-danger\" stroke=\"currentColor\" />\n <circle cx=\"32\" cy=\"64\" r=\"2\" className=\"text-danger\" stroke=\"currentColor\" />\n <circle cx=\"32\" cy=\"90\" r=\"2\" className=\"text-warning\" stroke=\"currentColor\" />\n <path d=\"M44 38h44M44 64h44M44 90h28\" opacity=\"0.4\" />\n <path d=\"M82 84l16 16M82 100l16-16\" className=\"text-danger\" stroke=\"currentColor\" />\n </Base>\n );\n}\n\nexport function Construction(props: Props) {\n return (\n <Base {...props}>\n <path d=\"M22 86h76\" />\n <path d=\"M30 86V52l30-22 30 22v34\" />\n <rect x=\"40\" y=\"64\" width=\"14\" height=\"14\" rx=\"1\" />\n <rect x=\"66\" y=\"64\" width=\"14\" height=\"14\" rx=\"1\" />\n <path d=\"M30 52h60\" opacity=\"0.4\" />\n <path d=\"M40 40v6M50 36v10M70 36v10M80 40v6\" className=\"text-accent\" stroke=\"currentColor\" />\n </Base>\n );\n}\n\nexport function ConnectionLost(props: Props) {\n return (\n <Base {...props}>\n <path d=\"M22 60a40 40 0 0 1 76 0\" opacity=\"0.4\" />\n <path d=\"M34 70a28 28 0 0 1 52 0\" opacity=\"0.6\" />\n <path d=\"M46 80a16 16 0 0 1 28 0\" />\n <circle cx=\"60\" cy=\"92\" r=\"3\" />\n <path d=\"M20 20l80 80\" className=\"text-danger\" stroke=\"currentColor\" />\n </Base>\n );\n}\n"],"names":["Base","className","children","props","jsx","cn","InboxEmpty","jsxs","NoSearchResults","NotFound","ServerError","Construction","ConnectionLost"],"mappings":"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"}
|
package/dist-lib/index.d.ts
CHANGED
|
@@ -1,58 +1,62 @@
|
|
|
1
|
-
export * from './lib/utils';
|
|
2
|
-
export * from './lib/cva';
|
|
3
|
-
export
|
|
4
|
-
export
|
|
5
|
-
export *
|
|
6
|
-
export *
|
|
7
|
-
export * from './
|
|
8
|
-
export
|
|
9
|
-
export * from './
|
|
10
|
-
export * from './
|
|
11
|
-
export * from './components/ui/
|
|
12
|
-
export * from './components/ui/
|
|
13
|
-
export * from './components/ui/
|
|
14
|
-
export * from './components/ui/
|
|
15
|
-
export * from './components/ui/
|
|
16
|
-
export * from './components/ui/
|
|
17
|
-
export * from './components/ui/
|
|
18
|
-
export * from './components/ui/
|
|
19
|
-
export * from './components/ui/
|
|
20
|
-
export * from './components/ui/
|
|
21
|
-
export * from './components/ui/
|
|
22
|
-
export * from './components/ui/
|
|
23
|
-
export * from './components/ui/
|
|
24
|
-
export * from './components/ui/
|
|
25
|
-
export * from './components/ui/
|
|
26
|
-
export * from './components/ui/
|
|
27
|
-
export * from './components/ui/
|
|
28
|
-
export * from './components/ui/
|
|
29
|
-
export * from './components/ui/
|
|
30
|
-
export * from './components/ui/
|
|
31
|
-
export * from './components/ui/
|
|
32
|
-
export * from './components/ui/
|
|
33
|
-
export * from './components/ui/
|
|
34
|
-
export * from './components/ui/
|
|
35
|
-
export * from './components/ui/
|
|
36
|
-
export * from './components/ui/
|
|
37
|
-
export * from './components/ui/
|
|
38
|
-
export * from './components/ui/
|
|
39
|
-
export * from './components/ui/
|
|
40
|
-
export * from './components/ui/
|
|
41
|
-
export * from './components/ui/
|
|
42
|
-
export * from './components/ui/
|
|
43
|
-
export * from './components/ui/
|
|
44
|
-
export * from './components/ui/
|
|
45
|
-
export * from './components/ui/
|
|
46
|
-
export * from './components/ui/
|
|
47
|
-
export * from './components/ui/
|
|
48
|
-
export * from './components/ui/
|
|
49
|
-
export * from './components/ui/
|
|
50
|
-
export * from './components/ui/
|
|
51
|
-
export * from './components/ui/
|
|
52
|
-
export * from './components/ui/
|
|
53
|
-
export * from './components/ui/
|
|
54
|
-
export * from './components/ui/
|
|
55
|
-
export * from './components/ui/
|
|
56
|
-
export * from './components/ui/
|
|
57
|
-
export * from './components/ui/
|
|
58
|
-
export * from './components/ui/
|
|
1
|
+
export * from './lib/utils.js';
|
|
2
|
+
export * from './lib/cva.js';
|
|
3
|
+
export { defaultStrings, formatString, type UiStrings, type DeepPartial } from './lib/strings.js';
|
|
4
|
+
export { mnStrings } from './lib/strings.mn.js';
|
|
5
|
+
export * from './hooks/use-media-query.js';
|
|
6
|
+
export * from './hooks/use-toast.js';
|
|
7
|
+
export * from './hooks/use-field-ids.js';
|
|
8
|
+
export { useStrings } from './hooks/use-strings.js';
|
|
9
|
+
export * as Icons from './icons/index.js';
|
|
10
|
+
export * as Illustrations from './illustrations/index.js';
|
|
11
|
+
export * from './components/ui/Accordion.js';
|
|
12
|
+
export * from './components/ui/Alert.js';
|
|
13
|
+
export * from './components/ui/Avatar.js';
|
|
14
|
+
export * from './components/ui/Badge.js';
|
|
15
|
+
export * from './components/ui/Breadcrumbs.js';
|
|
16
|
+
export * from './components/ui/Button.js';
|
|
17
|
+
export * from './components/ui/Card.js';
|
|
18
|
+
export * from './components/ui/Checkbox.js';
|
|
19
|
+
export * from './components/ui/Combobox.js';
|
|
20
|
+
export * from './components/ui/CommandPalette.js';
|
|
21
|
+
export * from './components/ui/ContextMenu.js';
|
|
22
|
+
export * from './components/ui/DataGrid.js';
|
|
23
|
+
export * from './components/ui/DatePicker.js';
|
|
24
|
+
export * from './components/ui/DesignSystemProvider.js';
|
|
25
|
+
export * from './components/ui/Dialog.js';
|
|
26
|
+
export * from './components/ui/DropdownMenu.js';
|
|
27
|
+
export * from './components/ui/EmptyState.js';
|
|
28
|
+
export * from './components/ui/ErrorState.js';
|
|
29
|
+
export * from './components/ui/Form.js';
|
|
30
|
+
export * from './components/ui/IconButton.js';
|
|
31
|
+
export * from './components/ui/Input.js';
|
|
32
|
+
export * from './components/ui/Kbd.js';
|
|
33
|
+
export * from './components/ui/MultiSelect.js';
|
|
34
|
+
export * from './components/ui/Pagination.js';
|
|
35
|
+
export * from './components/ui/Popover.js';
|
|
36
|
+
export * from './components/ui/Progress.js';
|
|
37
|
+
export * from './components/ui/RadioGroup.js';
|
|
38
|
+
export * from './components/ui/ScrollArea.js';
|
|
39
|
+
export * from './components/ui/Select.js';
|
|
40
|
+
export * from './components/ui/Separator.js';
|
|
41
|
+
export * from './components/ui/Sheet.js';
|
|
42
|
+
export * from './components/ui/Sidebar.js';
|
|
43
|
+
export * from './components/ui/Skeleton.js';
|
|
44
|
+
export * from './components/ui/Slider.js';
|
|
45
|
+
export * from './components/ui/Spinner.js';
|
|
46
|
+
export * from './components/ui/Stepper.js';
|
|
47
|
+
export * from './components/ui/Switch.js';
|
|
48
|
+
export * from './components/ui/Table.js';
|
|
49
|
+
export * from './components/ui/Tabs.js';
|
|
50
|
+
export * from './components/ui/Textarea.js';
|
|
51
|
+
export * from './components/ui/Toast.js';
|
|
52
|
+
export * from './components/ui/Tooltip.js';
|
|
53
|
+
export * from './components/ui/TopNav.js';
|
|
54
|
+
export * from './components/ui/Calendar.js';
|
|
55
|
+
export * from './components/ui/Carousel.js';
|
|
56
|
+
export * from './components/ui/Chart.js';
|
|
57
|
+
export * from './components/ui/Drawer.js';
|
|
58
|
+
export * from './components/ui/FileUpload.js';
|
|
59
|
+
export * from './components/ui/Snackbar.js';
|
|
60
|
+
export * from './components/ui/TagInput.js';
|
|
61
|
+
export * from './components/ui/Timeline.js';
|
|
62
|
+
export * from './components/ui/Tree.js';
|