@arcadeai/design-system 0.7.3 → 0.7.5
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/components/index.js +109 -108
- package/dist/components/ui/atoms/accordion.js +1 -1
- package/dist/components/ui/atoms/avatar.js +200 -82
- package/dist/components/ui/atoms/breadcrumb.js +25 -37
- package/dist/components/ui/atoms/chart.js +115 -10378
- package/dist/components/ui/atoms/command.js +158 -168
- package/dist/components/ui/atoms/dialog.js +30 -29
- package/dist/components/ui/atoms/dropdown-menu.js +153 -162
- package/dist/components/ui/atoms/form.js +57 -250
- package/dist/components/ui/atoms/hover-card.js +1 -1
- package/dist/components/ui/atoms/index.js +109 -108
- package/dist/components/ui/atoms/popover.js +1 -1
- package/dist/components/ui/atoms/resizable.js +359 -372
- package/dist/components/ui/atoms/select.js +101 -110
- package/dist/components/ui/atoms/sheet.js +24 -23
- package/dist/components/ui/atoms/sidebar.js +80 -89
- package/dist/components/ui/atoms/tooltip.js +1 -1
- package/dist/components/ui/index.js +109 -108
- package/dist/{index-f0YS5Ufh.js → index-PlrlSrPo.js} +266 -259
- package/dist/{index-DLfXSskr.js → index-toVHZ337.js} +49 -61
- package/dist/main.js +109 -108
- package/package.json +4 -3
- package/dist/check-B5h1DvDs.js +0 -11
- package/dist/chevron-down-DmZMdOiC.js +0 -11
- package/dist/chevron-right-BYYHEJjK.js +0 -11
- package/dist/createLucideIcon-XRdN60yz.js +0 -94
- package/dist/index-CJFGOBPb.js +0 -122
|
@@ -1,23 +1,11 @@
|
|
|
1
|
-
import { jsx as a, jsxs as
|
|
2
|
-
import { S as
|
|
1
|
+
import { jsx as a, jsxs as s } from "react/jsx-runtime";
|
|
2
|
+
import { S as o } from "../../../index-5Bhkapwi.js";
|
|
3
|
+
import { ChevronRight as i, MoreHorizontal as l } from "lucide-react";
|
|
3
4
|
import { c as t } from "../../../utils-CRiPKpXj.js";
|
|
4
|
-
|
|
5
|
-
import { c as o } from "../../../createLucideIcon-XRdN60yz.js";
|
|
6
|
-
/**
|
|
7
|
-
* @license lucide-react v0.525.0 - ISC
|
|
8
|
-
*
|
|
9
|
-
* This source code is licensed under the ISC license.
|
|
10
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
11
|
-
*/
|
|
12
|
-
const l = [
|
|
13
|
-
["circle", { cx: "12", cy: "12", r: "1", key: "41hilf" }],
|
|
14
|
-
["circle", { cx: "19", cy: "12", r: "1", key: "1wjl8i" }],
|
|
15
|
-
["circle", { cx: "5", cy: "12", r: "1", key: "1pcz8c" }]
|
|
16
|
-
], m = o("ellipsis", l);
|
|
17
|
-
function g({ ...r }) {
|
|
5
|
+
function p({ ...r }) {
|
|
18
6
|
return /* @__PURE__ */ a("nav", { "aria-label": "breadcrumb", "data-slot": "breadcrumb", ...r });
|
|
19
7
|
}
|
|
20
|
-
function
|
|
8
|
+
function f({ className: r, ...e }) {
|
|
21
9
|
return /* @__PURE__ */ a(
|
|
22
10
|
"ol",
|
|
23
11
|
{
|
|
@@ -30,7 +18,7 @@ function h({ className: r, ...e }) {
|
|
|
30
18
|
}
|
|
31
19
|
);
|
|
32
20
|
}
|
|
33
|
-
function
|
|
21
|
+
function x({ className: r, ...e }) {
|
|
34
22
|
return /* @__PURE__ */ a(
|
|
35
23
|
"li",
|
|
36
24
|
{
|
|
@@ -40,21 +28,21 @@ function N({ className: r, ...e }) {
|
|
|
40
28
|
}
|
|
41
29
|
);
|
|
42
30
|
}
|
|
43
|
-
function
|
|
31
|
+
function g({
|
|
44
32
|
asChild: r,
|
|
45
33
|
className: e,
|
|
46
|
-
...
|
|
34
|
+
...n
|
|
47
35
|
}) {
|
|
48
36
|
return /* @__PURE__ */ a(
|
|
49
|
-
r ?
|
|
37
|
+
r ? o : "a",
|
|
50
38
|
{
|
|
51
39
|
className: t("transition-colors hover:text-foreground", e),
|
|
52
40
|
"data-slot": "breadcrumb-link",
|
|
53
|
-
...
|
|
41
|
+
...n
|
|
54
42
|
}
|
|
55
43
|
);
|
|
56
44
|
}
|
|
57
|
-
function
|
|
45
|
+
function h({ className: r, ...e }) {
|
|
58
46
|
return /* @__PURE__ */ a(
|
|
59
47
|
"span",
|
|
60
48
|
{
|
|
@@ -68,10 +56,10 @@ function k({ className: r, ...e }) {
|
|
|
68
56
|
}
|
|
69
57
|
);
|
|
70
58
|
}
|
|
71
|
-
function
|
|
59
|
+
function N({
|
|
72
60
|
children: r,
|
|
73
61
|
className: e,
|
|
74
|
-
...
|
|
62
|
+
...n
|
|
75
63
|
}) {
|
|
76
64
|
return /* @__PURE__ */ a(
|
|
77
65
|
"li",
|
|
@@ -80,16 +68,16 @@ function B({
|
|
|
80
68
|
className: t("[&>svg]:size-3.5", e),
|
|
81
69
|
"data-slot": "breadcrumb-separator",
|
|
82
70
|
role: "presentation",
|
|
83
|
-
...
|
|
84
|
-
children: r ?? /* @__PURE__ */ a(
|
|
71
|
+
...n,
|
|
72
|
+
children: r ?? /* @__PURE__ */ a(i, {})
|
|
85
73
|
}
|
|
86
74
|
);
|
|
87
75
|
}
|
|
88
|
-
function
|
|
76
|
+
function B({
|
|
89
77
|
className: r,
|
|
90
78
|
...e
|
|
91
79
|
}) {
|
|
92
|
-
return /* @__PURE__ */
|
|
80
|
+
return /* @__PURE__ */ s(
|
|
93
81
|
"span",
|
|
94
82
|
{
|
|
95
83
|
"aria-hidden": "true",
|
|
@@ -98,18 +86,18 @@ function j({
|
|
|
98
86
|
role: "presentation",
|
|
99
87
|
...e,
|
|
100
88
|
children: [
|
|
101
|
-
/* @__PURE__ */ a(
|
|
89
|
+
/* @__PURE__ */ a(l, { className: "size-4" }),
|
|
102
90
|
/* @__PURE__ */ a("span", { className: "sr-only", children: "More" })
|
|
103
91
|
]
|
|
104
92
|
}
|
|
105
93
|
);
|
|
106
94
|
}
|
|
107
95
|
export {
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
96
|
+
p as Breadcrumb,
|
|
97
|
+
B as BreadcrumbEllipsis,
|
|
98
|
+
x as BreadcrumbItem,
|
|
99
|
+
g as BreadcrumbLink,
|
|
100
|
+
f as BreadcrumbList,
|
|
101
|
+
h as BreadcrumbPage,
|
|
102
|
+
N as BreadcrumbSeparator
|
|
115
103
|
};
|