@arcadeai/design-system 3.40.0 → 3.42.3

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 (69) hide show
  1. package/dist/assets/icons/cursor.js +6 -9
  2. package/dist/assets/icons/forkable.js +10 -0
  3. package/dist/assets/icons/mcp.js +2 -5
  4. package/dist/assets/icons/resend.js +10 -0
  5. package/dist/assets/index.css +1 -1
  6. package/dist/assets/tokens.css +1 -1
  7. package/dist/assets/variables.css +1 -1
  8. package/dist/components/index.js +504 -494
  9. package/dist/components/ui/atoms/badge.js +5 -5
  10. package/dist/components/ui/atoms/button.js +1 -1
  11. package/dist/components/ui/atoms/compute-flow-paths.d.ts +21 -0
  12. package/dist/components/ui/atoms/compute-flow-paths.d.ts.map +1 -0
  13. package/dist/components/ui/atoms/compute-flow-paths.js +38 -0
  14. package/dist/components/ui/atoms/flow-connector.d.ts +48 -0
  15. package/dist/components/ui/atoms/flow-connector.d.ts.map +1 -0
  16. package/dist/components/ui/atoms/flow-connector.js +153 -0
  17. package/dist/components/ui/atoms/flow-hub.d.ts +26 -0
  18. package/dist/components/ui/atoms/flow-hub.d.ts.map +1 -0
  19. package/dist/components/ui/atoms/flow-hub.js +34 -0
  20. package/dist/components/ui/atoms/flow-tile.d.ts +19 -0
  21. package/dist/components/ui/atoms/flow-tile.d.ts.map +1 -0
  22. package/dist/components/ui/atoms/flow-tile.js +49 -0
  23. package/dist/components/ui/atoms/icons/cursor.d.ts.map +1 -1
  24. package/dist/components/ui/atoms/icons/cursor.js +7 -7
  25. package/dist/components/ui/atoms/icons/forkable.d.ts +4 -0
  26. package/dist/components/ui/atoms/icons/forkable.d.ts.map +1 -0
  27. package/dist/components/ui/atoms/icons/forkable.js +31 -0
  28. package/dist/components/ui/atoms/icons/index.d.ts +2 -0
  29. package/dist/components/ui/atoms/icons/index.d.ts.map +1 -1
  30. package/dist/components/ui/atoms/icons/index.js +230 -226
  31. package/dist/components/ui/atoms/icons/mcp.d.ts.map +1 -1
  32. package/dist/components/ui/atoms/icons/mcp.js +3 -4
  33. package/dist/components/ui/atoms/icons/resend.d.ts +4 -0
  34. package/dist/components/ui/atoms/icons/resend.d.ts.map +1 -0
  35. package/dist/components/ui/atoms/icons/resend.js +24 -0
  36. package/dist/components/ui/atoms/index.js +372 -368
  37. package/dist/components/ui/atoms/switch.js +19 -19
  38. package/dist/components/ui/index.js +504 -494
  39. package/dist/components/ui/molecules/date-time-picker.js +1 -1
  40. package/dist/components/ui/molecules/flow-diagram.d.ts +56 -0
  41. package/dist/components/ui/molecules/flow-diagram.d.ts.map +1 -0
  42. package/dist/components/ui/molecules/flow-diagram.js +232 -0
  43. package/dist/components/ui/molecules/index.d.ts +2 -0
  44. package/dist/components/ui/molecules/index.d.ts.map +1 -1
  45. package/dist/components/ui/molecules/index.js +42 -40
  46. package/dist/components/ui/molecules/requirement-badges.js +6 -4
  47. package/dist/components/ui/molecules/tool-card.d.ts.map +1 -1
  48. package/dist/components/ui/molecules/tool-card.js +19 -22
  49. package/dist/components/ui/molecules/toolkit-card.js +1 -1
  50. package/dist/components/ui/pages/login-page.js +13 -13
  51. package/dist/components/ui/templates/gateway-diagram.d.ts +28 -0
  52. package/dist/components/ui/templates/gateway-diagram.d.ts.map +1 -0
  53. package/dist/components/ui/templates/gateway-diagram.js +76 -0
  54. package/dist/components/ui/templates/index.d.ts +2 -0
  55. package/dist/components/ui/templates/index.d.ts.map +1 -1
  56. package/dist/components/ui/templates/index.js +31 -27
  57. package/dist/main.js +534 -522
  58. package/dist/metadata/index.d.ts +1 -0
  59. package/dist/metadata/index.d.ts.map +1 -1
  60. package/dist/metadata/index.js +25 -23
  61. package/dist/metadata/mcp-clients.d.ts +54 -0
  62. package/dist/metadata/mcp-clients.d.ts.map +1 -0
  63. package/dist/metadata/mcp-clients.js +23 -0
  64. package/dist/metadata/toolkit-icons.d.ts.map +1 -1
  65. package/dist/metadata/toolkit-icons.js +162 -158
  66. package/dist/metadata/toolkits.d.ts.map +1 -1
  67. package/dist/metadata/toolkits.js +26 -0
  68. package/dist/{toolkit-card-Dc104Z9e.js → toolkit-card-ryIR325K.js} +22 -20
  69. package/package.json +5 -5
@@ -33,7 +33,7 @@ function P({
33
33
  }
34
34
  ),
35
35
  children: [
36
- e ? e.toLocaleDateString() : "Select date",
36
+ /* @__PURE__ */ r("span", { children: e ? e.toLocaleDateString() : "Select date" }),
37
37
  /* @__PURE__ */ r(u, {})
38
38
  ]
39
39
  }
@@ -0,0 +1,56 @@
1
+ import { ComponentProps, ReactNode } from 'react';
2
+ import { FlowConnectorLineStyle, FlowConnectorVariant } from '../atoms/flow-connector';
3
+ type FlowAnimateMode = "both" | "left" | "right" | "none";
4
+ type FlowSize = "sm" | "md" | "lg";
5
+ type FlowDiagramProps = {
6
+ /** Items rendered on the left side, fanning into the hub. */
7
+ left: ReactNode[];
8
+ /** Items rendered on the right side, fanning out from the hub. */
9
+ right: ReactNode[];
10
+ /**
11
+ * Center mark — typically a `FlowHub` wrapping a logo. Rendered as-is.
12
+ */
13
+ center: ReactNode;
14
+ /**
15
+ * Which sides animate. `both` is the default; `none` renders static
16
+ * dashed lines.
17
+ */
18
+ animate?: FlowAnimateMode;
19
+ /**
20
+ * Animation style passed to both `FlowConnector` instances. Defaults
21
+ * to `flow`.
22
+ */
23
+ animation?: FlowConnectorVariant;
24
+ /**
25
+ * Stroke pattern for the connectors. Defaults to `dashed` for the
26
+ * `flow` animation and `dotted` for `dot`.
27
+ */
28
+ lineStyle?: FlowConnectorLineStyle;
29
+ /**
30
+ * Overall scale. Defaults to `md`. `sm` reduces the full-layout
31
+ * connector width slightly; the compact layout already uses smaller
32
+ * dimensions.
33
+ */
34
+ size?: FlowSize;
35
+ /**
36
+ * Override the full-layout visible counts. The compact layout always
37
+ * caps at 3 per side. Pass `{ left: 4 }` to show 4 items on the left
38
+ * at wide container widths instead of the default 5.
39
+ */
40
+ maxVisible?: {
41
+ left?: number;
42
+ right?: number;
43
+ };
44
+ } & Omit<ComponentProps<"div">, "children">;
45
+ /**
46
+ * Hub-and-spoke flow visualisation. Items fan out from a center mark on
47
+ * both sides via animated SVG connectors. Adapts between a compact and
48
+ * a full layout based on container width (Tailwind's `@container`).
49
+ *
50
+ * Use `GatewayDiagram` for the Arcade-branded preset with default MCP
51
+ * client/server icon catalogues.
52
+ */
53
+ declare function FlowDiagram({ left, right, center, animate, animation, lineStyle, size, maxVisible, className, "aria-label": ariaLabel, ...props }: FlowDiagramProps): import("react/jsx-runtime").JSX.Element;
54
+ export { FlowDiagram };
55
+ export type { FlowAnimateMode, FlowDiagramProps, FlowSize };
56
+ //# sourceMappingURL=flow-diagram.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"flow-diagram.d.ts","sourceRoot":"","sources":["../../../../lib/components/ui/molecules/flow-diagram.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvD,OAAO,EAEL,KAAK,sBAAsB,EAC3B,KAAK,oBAAoB,EAC1B,MAAM,sCAAsC,CAAC;AAW9C,KAAK,eAAe,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,MAAM,CAAC;AAC1D,KAAK,QAAQ,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAEnC,KAAK,gBAAgB,GAAG;IACtB,6DAA6D;IAC7D,IAAI,EAAE,SAAS,EAAE,CAAC;IAClB,kEAAkE;IAClE,KAAK,EAAE,SAAS,EAAE,CAAC;IACnB;;OAEG;IACH,MAAM,EAAE,SAAS,CAAC;IAClB;;;OAGG;IACH,OAAO,CAAC,EAAE,eAAe,CAAC;IAC1B;;;OAGG;IACH,SAAS,CAAC,EAAE,oBAAoB,CAAC;IACjC;;;OAGG;IACH,SAAS,CAAC,EAAE,sBAAsB,CAAC;IACnC;;;;OAIG;IACH,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB;;;;OAIG;IACH,UAAU,CAAC,EAAE;QAAE,IAAI,CAAC,EAAE,MAAM,CAAC;QAAC,KAAK,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC;CAChD,GAAG,IAAI,CAAC,cAAc,CAAC,KAAK,CAAC,EAAE,UAAU,CAAC,CAAC;AAE5C;;;;;;;GAOG;AACH,iBAAS,WAAW,CAAC,EACnB,IAAI,EACJ,KAAK,EACL,MAAM,EACN,OAAgB,EAChB,SAAkB,EAClB,SAAS,EACT,IAAW,EACX,UAAU,EACV,SAAS,EACT,YAAY,EAAE,SAA0B,EACxC,GAAG,KAAK,EACT,EAAE,gBAAgB,2CA+MlB;AAwFD,OAAO,EAAE,WAAW,EAAE,CAAC;AACvB,YAAY,EAAE,eAAe,EAAE,gBAAgB,EAAE,QAAQ,EAAE,CAAC"}
@@ -0,0 +1,232 @@
1
+ import { jsxs as a, Fragment as f, jsx as o } from "react/jsx-runtime";
2
+ import { MoreHorizontal as W } from "lucide-react";
3
+ import { computeFlowPaths as g } from "../atoms/compute-flow-paths.js";
4
+ import { FlowConnector as p } from "../atoms/flow-connector.js";
5
+ import { FlowTile as X } from "../atoms/flow-tile.js";
6
+ import { cn as h } from "../../../lib/utils.js";
7
+ const s = 3, k = 2, Y = 5, Z = 8, N = 3;
8
+ function at({
9
+ left: t,
10
+ right: l,
11
+ center: n,
12
+ animate: i = "both",
13
+ animation: c = "flow",
14
+ lineStyle: r,
15
+ size: e = "md",
16
+ maxVisible: d,
17
+ className: _,
18
+ "aria-label": z = "Flow diagram",
19
+ ...T
20
+ }) {
21
+ const m = d?.left ?? Y, u = d?.right ?? Z, M = i === "both" || i === "left", L = i === "both" || i === "right", F = t.length > 0, P = l.length > 0, R = Math.min(t.length, m) + (t.length > m ? 1 : 0), U = Math.min(l.length, u) + (l.length > u ? 1 : 0), x = Math.max(1, Math.ceil(R / N)), C = Math.max(
22
+ 1,
23
+ Math.ceil(U / N)
24
+ ), j = Math.min(t.length, s) + (t.length > s ? 1 : 0), y = Math.min(l.length, s) + (l.length > s ? 1 : 0), E = O(j), $ = O(y), A = g({
25
+ count: E,
26
+ side: "left"
27
+ }), B = g({
28
+ count: $,
29
+ side: "right"
30
+ }), H = g({
31
+ count: x,
32
+ side: "left"
33
+ }), V = g({
34
+ count: C,
35
+ side: "right"
36
+ }), S = "h-[76px] w-12 @md:h-[92px] @md:w-[87px]", b = K(
37
+ e,
38
+ Math.max(x, C)
39
+ ), D = {
40
+ width: `${b}px`,
41
+ height: `${v(e, x)}px`
42
+ }, G = {
43
+ width: `${b}px`,
44
+ height: `${v(e, C)}px`
45
+ };
46
+ return /* @__PURE__ */ a(
47
+ "div",
48
+ {
49
+ "aria-label": z,
50
+ className: h("@container w-full", _),
51
+ "data-slot": "flow-diagram",
52
+ role: "img",
53
+ ...T,
54
+ children: [
55
+ /* @__PURE__ */ a(
56
+ "div",
57
+ {
58
+ "aria-hidden": !0,
59
+ className: h(
60
+ "mx-auto flex @2xl:hidden w-full @md:max-w-md max-w-80 items-center justify-center gap-1",
61
+ // Tile size scales up at @md to fill medium-width containers.
62
+ "@md:[&_[data-slot=flow-tile]]:size-10 [&_[data-slot=flow-tile]]:size-8",
63
+ "@md:[&_[data-slot=flow-tile]]:rounded-xl [&_[data-slot=flow-tile]]:rounded-lg",
64
+ "@md:[&_[data-slot=flow-tile]>svg]:size-5 [&_[data-slot=flow-tile]>svg]:size-4",
65
+ // Hub scales to match the larger tile cluster at @md.
66
+ "@md:[&_[data-slot=flow-hub]]:size-16 [&_[data-slot=flow-hub]]:size-12",
67
+ "@md:[&_[data-slot=flow-hub]_>_span:last-child]:rounded-[12px] [&_[data-slot=flow-hub]_>_span:last-child]:rounded-[8px]",
68
+ "@md:[&_[data-slot=flow-hub]_svg]:size-7 [&_[data-slot=flow-hub]_svg]:size-6"
69
+ ),
70
+ children: [
71
+ F ? /* @__PURE__ */ a(f, { children: [
72
+ /* @__PURE__ */ o(
73
+ w,
74
+ {
75
+ columns: 2,
76
+ hasOverflow: t.length > s,
77
+ items: t.slice(0, s),
78
+ overflowSize: e
79
+ }
80
+ ),
81
+ /* @__PURE__ */ o(
82
+ p,
83
+ {
84
+ animated: M,
85
+ className: h(S),
86
+ clusterSide: "end",
87
+ lineStyle: r,
88
+ paths: A,
89
+ variant: c
90
+ }
91
+ )
92
+ ] }) : null,
93
+ n,
94
+ P ? /* @__PURE__ */ a(f, { children: [
95
+ /* @__PURE__ */ o(
96
+ p,
97
+ {
98
+ animated: L,
99
+ className: h(S),
100
+ clusterSide: "start",
101
+ lineStyle: r,
102
+ paths: B,
103
+ variant: c
104
+ }
105
+ ),
106
+ /* @__PURE__ */ o(
107
+ w,
108
+ {
109
+ columns: 2,
110
+ hasOverflow: l.length > s,
111
+ items: l.slice(0, s),
112
+ overflowSize: e
113
+ }
114
+ )
115
+ ] }) : null
116
+ ]
117
+ }
118
+ ),
119
+ /* @__PURE__ */ a(
120
+ "div",
121
+ {
122
+ "aria-hidden": !0,
123
+ className: "@2xl:grid hidden w-full grid-cols-[minmax(0,1fr)_auto_minmax(0,1fr)] items-center",
124
+ children: [
125
+ /* @__PURE__ */ o("div", { className: "flex min-w-0 items-center justify-end gap-0", children: F ? /* @__PURE__ */ a(f, { children: [
126
+ /* @__PURE__ */ o(
127
+ w,
128
+ {
129
+ columns: 3,
130
+ hasOverflow: t.length > m,
131
+ items: t.slice(0, m),
132
+ overflowSize: e
133
+ }
134
+ ),
135
+ /* @__PURE__ */ o(
136
+ p,
137
+ {
138
+ animated: M,
139
+ clusterSide: "end",
140
+ lineStyle: r,
141
+ paths: H,
142
+ style: D,
143
+ variant: c
144
+ }
145
+ )
146
+ ] }) : null }),
147
+ n,
148
+ /* @__PURE__ */ o("div", { className: "flex min-w-0 items-center justify-start gap-0", children: P ? /* @__PURE__ */ a(f, { children: [
149
+ /* @__PURE__ */ o(
150
+ p,
151
+ {
152
+ animated: L,
153
+ clusterSide: "start",
154
+ lineStyle: r,
155
+ paths: V,
156
+ style: G,
157
+ variant: c
158
+ }
159
+ ),
160
+ /* @__PURE__ */ o(
161
+ w,
162
+ {
163
+ columns: 3,
164
+ hasOverflow: l.length > u,
165
+ items: l.slice(0, u),
166
+ overflowSize: e
167
+ }
168
+ )
169
+ ] }) : null })
170
+ ]
171
+ }
172
+ )
173
+ ]
174
+ }
175
+ );
176
+ }
177
+ function w({
178
+ items: t,
179
+ columns: l,
180
+ hasOverflow: n,
181
+ overflowSize: i
182
+ }) {
183
+ const c = t.length + (n ? 1 : 0), r = Math.max(1, Math.min(l, c)), e = I[r] ?? I[3];
184
+ return (
185
+ // `shrink-0` keeps the grid at its natural width even when the
186
+ // parent flex slot is narrower than the cloud — without it, the
187
+ // `minmax(0,1fr)` tracks collapse below tile size and tiles
188
+ // overlap their neighbours (visible as icons stacking on top of
189
+ // each other at small viewports).
190
+ /* @__PURE__ */ a(
191
+ "div",
192
+ {
193
+ className: h(
194
+ "grid shrink-0 justify-center gap-2.5 sm:gap-3",
195
+ e
196
+ ),
197
+ children: [
198
+ t.map((d, _) => (
199
+ // biome-ignore lint/suspicious/noArrayIndexKey: items are caller-provided ReactNodes; index is stable within the molecule render
200
+ /* @__PURE__ */ o("span", { children: d }, `flow-item-${_}`)
201
+ )),
202
+ n ? /* @__PURE__ */ o(X, { size: i, variant: "muted", children: /* @__PURE__ */ o(W, { "aria-hidden": !0 }) }) : null
203
+ ]
204
+ }
205
+ )
206
+ );
207
+ }
208
+ const I = {
209
+ 1: "grid-cols-1",
210
+ 2: "grid-cols-2",
211
+ 3: "grid-cols-3"
212
+ }, q = {
213
+ sm: 32,
214
+ md: 40,
215
+ lg: 56
216
+ }, J = 12;
217
+ function O(t) {
218
+ if (t <= 0)
219
+ return 1;
220
+ const l = Math.max(1, Math.min(k, t));
221
+ return Math.max(1, Math.ceil(t / l));
222
+ }
223
+ function v(t, l) {
224
+ const n = q[t];
225
+ return l * n + Math.max(0, l - 1) * J;
226
+ }
227
+ function K(t, l) {
228
+ return Math.round(v(t, l) * 0.95);
229
+ }
230
+ export {
231
+ at as FlowDiagram
232
+ };
@@ -12,6 +12,8 @@ export { DateTimePicker } from './date-time-picker';
12
12
  export { EmptyState } from './empty-state';
13
13
  export type { ErrorStateProps } from './error-state';
14
14
  export { ErrorState } from './error-state';
15
+ export type { FlowAnimateMode, FlowDiagramProps, FlowSize, } from './flow-diagram';
16
+ export { FlowDiagram } from './flow-diagram';
15
17
  export type { MessageActionProps, MessageActionsProps, MessageAvatarProps, MessageContentProps, MessageProps, } from './message';
16
18
  export { Message, MessageAction, MessageActions, MessageAvatar, MessageContent, } from './message';
17
19
  export type { PromptInputActionProps, PromptInputActionsProps, PromptInputProps, PromptInputTextareaProps, } from './prompt-input';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../lib/components/ui/molecules/index.ts"],"names":[],"mappings":"AAAA,+GAA+G;AAE/G,YAAY,EAAE,oBAAoB,EAAE,MAAM,qBAAqB,CAAC;AAChE,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AACtD,YAAY,EACV,yBAAyB,EACzB,eAAe,EACf,oBAAoB,EACpB,4BAA4B,EAC5B,2BAA2B,EAC3B,oBAAoB,GACrB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EACL,oBAAoB,EACpB,eAAe,EACf,uBAAuB,EACvB,sBAAsB,EACtB,eAAe,GAChB,MAAM,qBAAqB,CAAC;AAE7B,YAAY,EAAE,sBAAsB,EAAE,MAAM,uBAAuB,CAAC;AACpE,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAC1D,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAC3C,YAAY,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAC7D,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACnD,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AACpD,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAC3C,YAAY,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AACrD,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAC3C,YAAY,EACV,kBAAkB,EAClB,mBAAmB,EACnB,kBAAkB,EAClB,mBAAmB,EACnB,YAAY,GACb,MAAM,WAAW,CAAC;AACnB,OAAO,EACL,OAAO,EACP,aAAa,EACb,cAAc,EACd,aAAa,EACb,cAAc,GACf,MAAM,WAAW,CAAC;AACnB,YAAY,EACV,sBAAsB,EACtB,uBAAuB,EACvB,gBAAgB,EAChB,wBAAwB,GACzB,MAAM,gBAAgB,CAAC;AACxB,OAAO,EACL,WAAW,EACX,iBAAiB,EACjB,kBAAkB,EAClB,mBAAmB,GACpB,MAAM,gBAAgB,CAAC;AACxB,OAAO,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AACzD,YAAY,EAAE,IAAI,EAAE,UAAU,EAAE,kBAAkB,EAAE,MAAM,kBAAkB,CAAC;AAC7E,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AACjD,YAAY,EACV,mBAAmB,EACnB,2BAA2B,GAC5B,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EAAE,cAAc,EAAE,sBAAsB,EAAE,MAAM,mBAAmB,CAAC;AAC3E,YAAY,EACV,cAAc,EACd,yBAAyB,EACzB,mBAAmB,GACpB,MAAM,cAAc,CAAC;AACtB,OAAO,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AACzD,YAAY,EACV,0BAA0B,EAC1B,4BAA4B,EAC5B,6BAA6B,EAC7B,sBAAsB,EACtB,uBAAuB,GACxB,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EACL,iBAAiB,EACjB,qBAAqB,EACrB,wBAAwB,EACxB,uBAAuB,EACvB,wBAAwB,GACzB,MAAM,sBAAsB,CAAC;AAC9B,YAAY,EACV,6BAA6B,EAC7B,0BAA0B,EAC1B,sBAAsB,EACtB,6BAA6B,EAC7B,aAAa,EACb,YAAY,GACb,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EACL,iBAAiB,EACjB,wBAAwB,EACxB,qBAAqB,EACrB,wBAAwB,GACzB,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,YAAY,EAAE,YAAY,EAAE,WAAW,EAAE,MAAM,YAAY,CAAC;AAC5D,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../lib/components/ui/molecules/index.ts"],"names":[],"mappings":"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"}
@@ -1,59 +1,61 @@
1
1
  import { ChatHistoryItem as r } from "./chat-history-item.js";
2
- import { ChatAssistantMessage as a, ChatMessageList as s, ChatMessageListSkeleton as n, ChatStreamingIndicator as i, ChatUserMessage as p } from "./chat-message-list.js";
2
+ import { ChatAssistantMessage as a, ChatMessageList as s, ChatMessageListSkeleton as n, ChatStreamingIndicator as i, ChatUserMessage as m } from "./chat-message-list.js";
3
3
  import { ClientSecretInput as l } from "./client-secret-field.js";
4
- import { CommandBar as C } from "./command-bar.js";
5
- import { ConfirmPopover as x } from "./confirm-popover.js";
4
+ import { CommandBar as f } from "./command-bar.js";
5
+ import { ConfirmPopover as C } from "./confirm-popover.js";
6
6
  import { DateTimePicker as u } from "./date-time-picker.js";
7
7
  import { EmptyState as c } from "./empty-state.js";
8
8
  import { ErrorState as h } from "./error-state.js";
9
- import { Message as M, MessageAction as S, MessageActions as P, MessageAvatar as z, MessageContent as k } from "./message.js";
10
- import { PromptInput as y, PromptInputAction as B, PromptInputActions as E, PromptInputTextarea as H } from "./prompt-input.js";
11
- import { R, T as U } from "../../../toolkit-card-Dc104Z9e.js";
12
- import { StepsProgress as D } from "./steps-progress.js";
9
+ import { FlowDiagram as M } from "./flow-diagram.js";
10
+ import { Message as P, MessageAction as z, MessageActions as k, MessageAvatar as v, MessageContent as y } from "./message.js";
11
+ import { PromptInput as D, PromptInputAction as E, PromptInputActions as H, PromptInputTextarea as L } from "./prompt-input.js";
12
+ import { R as U, T as q } from "../../../toolkit-card-ryIR325K.js";
13
+ import { StepsProgress as F } from "./steps-progress.js";
13
14
  import { SuggestionCard as V, SuggestionCardSkeleton as b } from "./suggestion-card.js";
14
- import { TagsInput as w, TagsInputValue as F } from "./tags-input.js";
15
- import { ToolAuthorization as J, ToolAuthorizationArgs as K, ToolAuthorizationContent as O, ToolAuthorizationHeader as Q, ToolAuthorizationMessage as W } from "./tool-authorization.js";
16
- import { ToolCallAccordion as Y, ToolCallAccordionContent as Z, ToolCallAccordionItem as _, ToolCallAccordionTrigger as $ } from "./tool-call-accordion.js";
17
- import { ToolCard as to } from "./tool-card.js";
18
- import { UserNav as eo } from "./user-nav.js";
15
+ import { TagsInput as G, TagsInputValue as J } from "./tags-input.js";
16
+ import { ToolAuthorization as O, ToolAuthorizationArgs as Q, ToolAuthorizationContent as W, ToolAuthorizationHeader as X, ToolAuthorizationMessage as Y } from "./tool-authorization.js";
17
+ import { ToolCallAccordion as _, ToolCallAccordionContent as $, ToolCallAccordionItem as oo, ToolCallAccordionTrigger as to } from "./tool-call-accordion.js";
18
+ import { ToolCard as eo } from "./tool-card.js";
19
+ import { UserNav as so } from "./user-nav.js";
19
20
  export {
20
21
  a as ChatAssistantMessage,
21
22
  r as ChatHistoryItem,
22
23
  s as ChatMessageList,
23
24
  n as ChatMessageListSkeleton,
24
25
  i as ChatStreamingIndicator,
25
- p as ChatUserMessage,
26
+ m as ChatUserMessage,
26
27
  l as ClientSecretInput,
27
- C as CommandBar,
28
- x as ConfirmPopover,
28
+ f as CommandBar,
29
+ C as ConfirmPopover,
29
30
  u as DateTimePicker,
30
31
  c as EmptyState,
31
32
  h as ErrorState,
32
- M as Message,
33
- S as MessageAction,
34
- P as MessageActions,
35
- z as MessageAvatar,
36
- k as MessageContent,
37
- y as PromptInput,
38
- B as PromptInputAction,
39
- E as PromptInputActions,
40
- H as PromptInputTextarea,
41
- R as RequirementBadges,
42
- D as StepsProgress,
33
+ M as FlowDiagram,
34
+ P as Message,
35
+ z as MessageAction,
36
+ k as MessageActions,
37
+ v as MessageAvatar,
38
+ y as MessageContent,
39
+ D as PromptInput,
40
+ E as PromptInputAction,
41
+ H as PromptInputActions,
42
+ L as PromptInputTextarea,
43
+ U as RequirementBadges,
44
+ F as StepsProgress,
43
45
  V as SuggestionCard,
44
46
  b as SuggestionCardSkeleton,
45
- w as TagsInput,
46
- F as TagsInputValue,
47
- J as ToolAuthorization,
48
- K as ToolAuthorizationArgs,
49
- O as ToolAuthorizationContent,
50
- Q as ToolAuthorizationHeader,
51
- W as ToolAuthorizationMessage,
52
- Y as ToolCallAccordion,
53
- Z as ToolCallAccordionContent,
54
- _ as ToolCallAccordionItem,
55
- $ as ToolCallAccordionTrigger,
56
- to as ToolCard,
57
- U as ToolkitCard,
58
- eo as UserNav
47
+ G as TagsInput,
48
+ J as TagsInputValue,
49
+ O as ToolAuthorization,
50
+ Q as ToolAuthorizationArgs,
51
+ W as ToolAuthorizationContent,
52
+ X as ToolAuthorizationHeader,
53
+ Y as ToolAuthorizationMessage,
54
+ _ as ToolCallAccordion,
55
+ $ as ToolCallAccordionContent,
56
+ oo as ToolCallAccordionItem,
57
+ to as ToolCallAccordionTrigger,
58
+ eo as ToolCard,
59
+ q as ToolkitCard,
60
+ so as UserNav
59
61
  };
@@ -15,12 +15,14 @@ import "../atoms/sidebar.js";
15
15
  import "../atoms/view-tools-control.js";
16
16
  import "./date-time-picker.js";
17
17
  import "./prompt-input.js";
18
- import { O as A, R as b, S as j } from "../../../toolkit-card-Dc104Z9e.js";
18
+ import { O as j, R as k, S as l } from "../../../toolkit-card-ryIR325K.js";
19
19
  import "./tool-call-accordion.js";
20
20
  import "./tool-card.js";
21
+ import "../../../metadata/oauth-providers.js";
22
+ import "../../../metadata/toolkits.js";
21
23
  import "../utils/memo.js";
22
24
  export {
23
- A as OAuthBadge,
24
- b as RequirementBadges,
25
- j as SecretsBadge
25
+ j as OAuthBadge,
26
+ k as RequirementBadges,
27
+ l as SecretsBadge
26
28
  };
@@ -1 +1 @@
1
- {"version":3,"file":"tool-card.d.ts","sourceRoot":"","sources":["../../../../lib/components/ui/molecules/tool-card.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAY7C,MAAM,MAAM,aAAa,GAAG;IAC1B,oBAAoB,EAAE,MAAM,CAAC;IAC7B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,IAAI,CAAC,EAAE,CAAC,KAAK,EAAE;QAAE,SAAS,CAAC,EAAE,MAAM,CAAA;KAAE,KAAK,GAAG,CAAC,OAAO,CAAC;IACtD,QAAQ,CAAC,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC;IACtC,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB,GAAG,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,UAAU,CAAC,CAAC;AAE3D,iBAAS,YAAY,CAAC,EACpB,oBAAoB,EACpB,IAAI,EACJ,WAAW,EACX,WAAW,EACX,IAA+B,EAC/B,UAAkB,EAClB,QAAQ,EACR,YAAoB,EACpB,GAAG,IAAI,EACR,EAAE,aAAa,eA0If;AAcD,eAAO,MAAM,QAAQ,gDAAoD,CAAC"}
1
+ {"version":3,"file":"tool-card.d.ts","sourceRoot":"","sources":["../../../../lib/components/ui/molecules/tool-card.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAY7C,MAAM,MAAM,aAAa,GAAG;IAC1B,oBAAoB,EAAE,MAAM,CAAC;IAC7B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,IAAI,CAAC,EAAE,CAAC,KAAK,EAAE;QAAE,SAAS,CAAC,EAAE,MAAM,CAAA;KAAE,KAAK,GAAG,CAAC,OAAO,CAAC;IACtD,QAAQ,CAAC,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC;IACtC,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB,GAAG,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,UAAU,CAAC,CAAC;AAE3D,iBAAS,YAAY,CAAC,EACpB,oBAAoB,EACpB,IAAI,EACJ,WAAW,EACX,WAAW,EACX,IAA+B,EAC/B,UAAkB,EAClB,QAAQ,EACR,YAAoB,EACpB,GAAG,IAAI,EACR,EAAE,aAAa,eAyIf;AAcD,eAAO,MAAM,QAAQ,gDAAoD,CAAC"}
@@ -13,22 +13,22 @@ function R({
13
13
  fully_qualified_name: m,
14
14
  name: f,
15
15
  toolkitName: p,
16
- description: u,
17
- Icon: b = (l) => /* @__PURE__ */ r(E, { ...l }),
16
+ description: h,
17
+ Icon: b = (s) => /* @__PURE__ */ r(E, { ...s }),
18
18
  isSelected: o = !1,
19
- onSelect: s,
20
- hideCheckbox: h = !1,
19
+ onSelect: n,
20
+ hideCheckbox: u = !1,
21
21
  ...g
22
22
  }) {
23
- const l = t.useCallback(
24
- () => s?.(!o),
25
- [o, s]
26
- ), [n, k] = t.useState(!1), { ref: x, isTruncated: C } = z(!n), v = (e) => {
23
+ const s = t.useCallback(
24
+ () => n?.(!o),
25
+ [o, n]
26
+ ), [l, k] = t.useState(!1), { ref: x, isTruncated: C } = z(!l), v = (e) => {
27
27
  const i = e.key === "Enter" || e.code === "Enter", c = e.key === " " || e.key === "Spacebar" || e.code === "Space";
28
- (i || c) && (e.preventDefault(), l());
28
+ (i || c) && (e.preventDefault(), s());
29
29
  }, y = t.useCallback(
30
- (e) => s?.(!!e),
31
- [s]
30
+ (e) => n?.(!!e),
31
+ [n]
32
32
  ), w = t.useCallback((e) => {
33
33
  e.stopPropagation();
34
34
  }, []), N = t.useCallback((e) => {
@@ -47,7 +47,7 @@ function R({
47
47
  !o && "border-neutral-200 hover:border-neutral-300 dark:border-neutral-800 dark:hover:border-neutral-700"
48
48
  ),
49
49
  onClick: (e) => {
50
- e.target.closest('[data-slot="checkbox-wrapper"]') || l();
50
+ e.target.closest('[data-slot="checkbox-wrapper"]') || s();
51
51
  },
52
52
  onKeyDown: v,
53
53
  tabIndex: 0,
@@ -57,10 +57,10 @@ function R({
57
57
  className: d(
58
58
  "grid items-start gap-2",
59
59
  "grid-cols-[20px_1fr_auto]",
60
- h && "grid-cols-[1fr_auto]"
60
+ u && "grid-cols-[1fr_auto]"
61
61
  ),
62
62
  children: [
63
- !h && /* @__PURE__ */ r(
63
+ !u && /* @__PURE__ */ r(
64
64
  "div",
65
65
  {
66
66
  className: "flex items-center justify-center pt-1.5",
@@ -84,20 +84,20 @@ function R({
84
84
  p && /* @__PURE__ */ r("span", { className: "font-medium text-neutral-500 text-xs leading-tight dark:text-neutral-400", children: p })
85
85
  ] })
86
86
  ] }),
87
- u && /* @__PURE__ */ a(T, { onOpenChange: k, open: n, children: [
87
+ h && /* @__PURE__ */ a(T, { onOpenChange: k, open: l, children: [
88
88
  /* @__PURE__ */ a("div", { className: "space-y-1", children: [
89
89
  /* @__PURE__ */ r(
90
90
  "p",
91
91
  {
92
92
  className: d(
93
93
  "text-neutral-600 text-sm dark:text-neutral-400",
94
- !n && "line-clamp-3"
94
+ !l && "line-clamp-3"
95
95
  ),
96
96
  ref: x,
97
- children: u
97
+ children: h
98
98
  }
99
99
  ),
100
- C && /* @__PURE__ */ a(
100
+ C && /* @__PURE__ */ r(
101
101
  K,
102
102
  {
103
103
  render: /* @__PURE__ */ r(
@@ -110,10 +110,7 @@ function R({
110
110
  variant: "link"
111
111
  }
112
112
  ),
113
- children: [
114
- n && "Show less",
115
- !n && "Show more"
116
- ]
113
+ children: /* @__PURE__ */ r("span", { children: l ? "Show less" : "Show more" })
117
114
  }
118
115
  )
119
116
  ] }),
@@ -6,7 +6,7 @@ import "../atoms/card.js";
6
6
  import "../atoms/checkbox.js";
7
7
  import "../atoms/view-tools-control.js";
8
8
  import "../../../lib/utils.js";
9
- import { T as k } from "../../../toolkit-card-Dc104Z9e.js";
9
+ import { T as k } from "../../../toolkit-card-ryIR325K.js";
10
10
  import "../utils/memo.js";
11
11
  export {
12
12
  k as ToolkitCard
@@ -5,7 +5,7 @@ import { ArcadeGrid as g } from "../../../assets/images/arcade-grid.js";
5
5
  import { Button as A } from "../atoms/button.js";
6
6
  import { ArcadeLogo as b } from "../atoms/icons/arcade-logo.js";
7
7
  import { AuthTemplate as T, AuthTemplateVideoBackground as v, AuthTemplateLogo as y, AuthTemplateCard as L, AuthTemplateHeader as N, AuthTemplateTitle as x, AuthTemplateDescription as k, AuthTemplateContent as z, AuthTemplateFooter as w, AuthTemplatePrompt as P, AuthTemplatePromptLink as _, AuthTemplateLegal as B, AuthTemplateLegalLink as C } from "../templates/auth-template.js";
8
- import { cn as m } from "../../../lib/utils.js";
8
+ import { cn as s } from "../../../lib/utils.js";
9
9
  import { PUBLIC_VIDEO_URL as D } from "../../../metadata/constants.js";
10
10
  const I = `${D}/A_L_Orange_Pink.mp4`;
11
11
  function F({ isLoading: t }) {
@@ -13,32 +13,32 @@ function F({ isLoading: t }) {
13
13
  }
14
14
  function j({
15
15
  termsHref: t,
16
- privacyHref: n
16
+ privacyHref: o
17
17
  }) {
18
18
  const i = [
19
19
  t && { href: t, label: "Terms of Service" },
20
- n && { href: n, label: "Privacy Policy" }
20
+ o && { href: o, label: "Privacy Policy" }
21
21
  ].filter((a) => !!a);
22
22
  return i.length === 0 ? null : /* @__PURE__ */ r(B, { children: [
23
23
  "By continuing, you agree to the",
24
24
  " ",
25
- i.map((a, o) => /* @__PURE__ */ r(f, { children: [
26
- o > 0 && " and ",
25
+ i.map((a, n) => /* @__PURE__ */ r(f, { children: [
26
+ n > 0 && /* @__PURE__ */ e("span", { children: " and " }),
27
27
  /* @__PURE__ */ e(C, { href: a.href, children: a.label })
28
28
  ] }, a.href))
29
29
  ] });
30
30
  }
31
31
  function q({
32
32
  isLoading: t = !1,
33
- loadingText: n = "Authenticating...",
33
+ loadingText: o = "Authenticating...",
34
34
  onSubmit: i,
35
35
  privacyHref: a,
36
- registerHref: o,
37
- submitText: s = "Sign in with Arcade",
36
+ registerHref: n,
37
+ submitText: m = "Sign in with Arcade",
38
38
  termsHref: l,
39
39
  videoSrc: c = I
40
40
  }) {
41
- const h = t ? n : s, u = o || l || a;
41
+ const h = t ? o : m, u = n || l || a;
42
42
  return /* @__PURE__ */ r(T, { children: [
43
43
  /* @__PURE__ */ e("div", { className: "absolute -inset-4 z-0 bg-gradient-to-br from-rose-500/70 via-pink-400/50 to-amber-500/70 opacity-60 blur-lg brightness-50" }),
44
44
  c && /* @__PURE__ */ e(v, { src: c }),
@@ -52,7 +52,7 @@ function q({
52
52
  /* @__PURE__ */ e(z, { children: /* @__PURE__ */ r(
53
53
  A,
54
54
  {
55
- className: m(
55
+ className: s(
56
56
  "group relative h-12 w-full overflow-hidden text-base transition-all duration-300",
57
57
  "hover:scale-[1.01] hover:shadow-md hover:brightness-105 active:scale-[0.99]"
58
58
  ),
@@ -67,7 +67,7 @@ function q({
67
67
  /* @__PURE__ */ e(
68
68
  "div",
69
69
  {
70
- className: m(
70
+ className: s(
71
71
  "absolute inset-0 bg-gradient-to-r from-primary/5 via-primary/0 to-primary/5 transition-opacity duration-300 group-hover:opacity-100",
72
72
  t ? "pointer-events-none opacity-0" : "opacity-0"
73
73
  )
@@ -77,10 +77,10 @@ function q({
77
77
  }
78
78
  ) }),
79
79
  u && /* @__PURE__ */ r(w, { children: [
80
- o && /* @__PURE__ */ r(P, { children: [
80
+ n && /* @__PURE__ */ r(P, { children: [
81
81
  /* @__PURE__ */ e("span", { className: "text-muted-foreground text-sm", children: "Don't have an account?" }),
82
82
  " ",
83
- /* @__PURE__ */ e(_, { href: o, children: "Register" })
83
+ /* @__PURE__ */ e(_, { href: n, children: "Register" })
84
84
  ] }),
85
85
  /* @__PURE__ */ e(j, { privacyHref: a, termsHref: l })
86
86
  ] })