@arcadeai/design-system 3.35.1 → 3.36.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 (79) hide show
  1. package/dist/assets/icons/claude-code-logotype.js +10 -0
  2. package/dist/assets/icons/cursor-logotype.js +10 -0
  3. package/dist/assets/icons/langchain-logotype.js +10 -0
  4. package/dist/assets/icons/mastra-logotype.js +10 -0
  5. package/dist/assets/icons/{outlook-mail.js → microsoft-outlook-mail.js} +4 -4
  6. package/dist/assets/icons/vercel-logotype.js +10 -0
  7. package/dist/assets/images/arcade-logo.d.ts +10 -5
  8. package/dist/components/index.js +609 -591
  9. package/dist/components/ui/atoms/brand-chip.d.ts +9 -0
  10. package/dist/components/ui/atoms/brand-chip.d.ts.map +1 -0
  11. package/dist/components/ui/atoms/brand-chip.js +19 -0
  12. package/dist/components/ui/atoms/code-block.d.ts.map +1 -1
  13. package/dist/components/ui/atoms/code-block.js +31 -723
  14. package/dist/components/ui/atoms/icons/arcade-gradient.d.ts +4 -0
  15. package/dist/components/ui/atoms/icons/arcade-gradient.d.ts.map +1 -0
  16. package/dist/components/ui/atoms/icons/arcade-gradient.js +26 -0
  17. package/dist/components/ui/atoms/icons/arcade-logo.d.ts +4 -0
  18. package/dist/components/ui/atoms/icons/arcade-logo.d.ts.map +1 -0
  19. package/dist/components/ui/atoms/icons/arcade-logo.js +33 -0
  20. package/dist/components/ui/atoms/icons/claude-code-logotype.d.ts +4 -0
  21. package/dist/components/ui/atoms/icons/claude-code-logotype.d.ts.map +1 -0
  22. package/dist/components/ui/atoms/icons/claude-code-logotype.js +34 -0
  23. package/dist/components/ui/atoms/icons/cursor-logotype.d.ts +4 -0
  24. package/dist/components/ui/atoms/icons/cursor-logotype.d.ts.map +1 -0
  25. package/dist/components/ui/atoms/icons/cursor-logotype.js +21 -0
  26. package/dist/components/ui/atoms/icons/index.d.ts +9 -2
  27. package/dist/components/ui/atoms/icons/index.d.ts.map +1 -1
  28. package/dist/components/ui/atoms/icons/index.js +298 -284
  29. package/dist/components/ui/atoms/icons/langchain-logotype.d.ts +4 -0
  30. package/dist/components/ui/atoms/icons/langchain-logotype.d.ts.map +1 -0
  31. package/dist/components/ui/atoms/icons/langchain-logotype.js +45 -0
  32. package/dist/components/ui/atoms/icons/mastra-logotype.d.ts +4 -0
  33. package/dist/components/ui/atoms/icons/mastra-logotype.d.ts.map +1 -0
  34. package/dist/components/ui/atoms/icons/mastra-logotype.js +19 -0
  35. package/dist/components/ui/atoms/icons/microsoft-outlook-calendar.d.ts +4 -0
  36. package/dist/components/ui/atoms/icons/microsoft-outlook-calendar.d.ts.map +1 -0
  37. package/dist/components/ui/atoms/icons/{outlook-calendar.js → microsoft-outlook-calendar.js} +1 -1
  38. package/dist/components/ui/atoms/icons/microsoft-outlook-mail.d.ts +4 -0
  39. package/dist/components/ui/atoms/icons/microsoft-outlook-mail.d.ts.map +1 -0
  40. package/dist/components/ui/atoms/icons/{outlook-mail.js → microsoft-outlook-mail.js} +3 -3
  41. package/dist/components/ui/atoms/icons/vercel-logotype.d.ts +4 -0
  42. package/dist/components/ui/atoms/icons/vercel-logotype.d.ts.map +1 -0
  43. package/dist/components/ui/atoms/icons/vercel-logotype.js +26 -0
  44. package/dist/components/ui/atoms/icons/vercel.d.ts.map +1 -1
  45. package/dist/components/ui/atoms/icons/vercel.js +0 -1
  46. package/dist/components/ui/atoms/index.d.ts +1 -0
  47. package/dist/components/ui/atoms/index.d.ts.map +1 -1
  48. package/dist/components/ui/atoms/index.js +523 -507
  49. package/dist/components/ui/index.js +609 -591
  50. package/dist/components/ui/molecules/command-bar.d.ts +7 -0
  51. package/dist/components/ui/molecules/command-bar.d.ts.map +1 -0
  52. package/dist/components/ui/molecules/command-bar.js +38 -0
  53. package/dist/components/ui/molecules/empty-state.d.ts +2 -1
  54. package/dist/components/ui/molecules/empty-state.d.ts.map +1 -1
  55. package/dist/components/ui/molecules/empty-state.js +9 -7
  56. package/dist/components/ui/molecules/index.d.ts +1 -0
  57. package/dist/components/ui/molecules/index.d.ts.map +1 -1
  58. package/dist/components/ui/molecules/index.js +49 -47
  59. package/dist/components/ui/pages/chat-page.js +13 -13
  60. package/dist/components/ui/pages/login-page.js +9 -9
  61. package/dist/lib/shiki-themes.d.ts +5 -0
  62. package/dist/lib/shiki-themes.d.ts.map +1 -0
  63. package/dist/lib/shiki-themes.js +7 -0
  64. package/dist/main.js +635 -617
  65. package/dist/metadata/toolkit-icons.d.ts.map +1 -1
  66. package/dist/metadata/toolkit-icons.js +209 -206
  67. package/dist/metadata/toolkits.d.ts.map +1 -1
  68. package/dist/metadata/toolkits.js +45 -6
  69. package/dist/metadata/utils.d.ts.map +1 -1
  70. package/dist/metadata/utils.js +18 -17
  71. package/dist/web-BwFNdl01.js +697 -0
  72. package/package.json +3 -2
  73. package/dist/arcade-logo-BVV97-cr.js +0 -33
  74. package/dist/assets/images/arcade-logo.d.ts.map +0 -1
  75. package/dist/components/ui/atoms/icons/outlook-calendar.d.ts +0 -4
  76. package/dist/components/ui/atoms/icons/outlook-calendar.d.ts.map +0 -1
  77. package/dist/components/ui/atoms/icons/outlook-mail.d.ts +0 -4
  78. package/dist/components/ui/atoms/icons/outlook-mail.d.ts.map +0 -1
  79. /package/dist/assets/icons/{outlook-calendar.js → microsoft-outlook-calendar.js} +0 -0
@@ -0,0 +1,7 @@
1
+ type CommandBarProps = {
2
+ command: string;
3
+ className?: string;
4
+ };
5
+ export declare function CommandBar({ command, className }: CommandBarProps): import("react/jsx-runtime").JSX.Element;
6
+ export {};
7
+ //# sourceMappingURL=command-bar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"command-bar.d.ts","sourceRoot":"","sources":["../../../../lib/components/ui/molecules/command-bar.tsx"],"names":[],"mappings":"AAKA,KAAK,eAAe,GAAG;IACrB,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,wBAAgB,UAAU,CAAC,EAAE,OAAO,EAAE,SAAS,EAAE,EAAE,eAAe,2CA2BjE"}
@@ -0,0 +1,38 @@
1
+ import { jsxs as o, jsx as e } from "react/jsx-runtime";
2
+ import { w as a } from "../../../web-BwFNdl01.js";
3
+ import { CopyButton as l } from "../atoms/copy-button.js";
4
+ import { SHIKI_THEMES as s } from "../../../lib/shiki-themes.js";
5
+ import { cn as i } from "../../../lib/utils.js";
6
+ function u({ command: t, className: r }) {
7
+ return /* @__PURE__ */ o(
8
+ "div",
9
+ {
10
+ className: i("relative overflow-hidden rounded-md border", r),
11
+ children: [
12
+ /* @__PURE__ */ e("div", { className: "overflow-x-auto text-sm [&_.shiki]:py-3 [&_.shiki]:pr-14 [&_.shiki]:pl-10", children: /* @__PURE__ */ e(
13
+ a,
14
+ {
15
+ addDefaultStyles: !1,
16
+ defaultColor: !1,
17
+ language: "shellscript",
18
+ showLanguage: !1,
19
+ theme: s,
20
+ children: t
21
+ }
22
+ ) }),
23
+ /* @__PURE__ */ e(
24
+ "span",
25
+ {
26
+ "aria-hidden": "true",
27
+ className: "pointer-events-none absolute top-1/2 left-4 -translate-y-1/2 select-none text-muted-foreground",
28
+ children: "$"
29
+ }
30
+ ),
31
+ /* @__PURE__ */ e("div", { className: "absolute top-1/2 right-3 -translate-y-1/2", children: /* @__PURE__ */ e(l, { content: t }) })
32
+ ]
33
+ }
34
+ );
35
+ }
36
+ export {
37
+ u as CommandBar
38
+ };
@@ -1,6 +1,7 @@
1
1
  import type * as React from "react";
2
- export declare function EmptyState({ title, description, ...rest }: {
2
+ export declare function EmptyState({ title, description, children, ...rest }: {
3
3
  title?: string;
4
4
  description?: string;
5
+ children?: React.ReactNode;
5
6
  } & React.HTMLAttributes<HTMLDivElement>): import("react/jsx-runtime").JSX.Element;
6
7
  //# sourceMappingURL=empty-state.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"empty-state.d.ts","sourceRoot":"","sources":["../../../../lib/components/ui/molecules/empty-state.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,KAAK,MAAM,OAAO,CAAC;AAEpC,wBAAgB,UAAU,CAAC,EACzB,KAAoB,EACpB,WAAoD,EACpD,GAAG,IAAI,EACR,EAAE;IACD,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,GAAG,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,2CAmBvC"}
1
+ {"version":3,"file":"empty-state.d.ts","sourceRoot":"","sources":["../../../../lib/components/ui/molecules/empty-state.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,KAAK,MAAM,OAAO,CAAC;AAEpC,wBAAgB,UAAU,CAAC,EACzB,KAAoB,EACpB,WAAoD,EACpD,QAAQ,EACR,GAAG,IAAI,EACR,EAAE;IACD,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B,GAAG,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,2CAoBvC"}
@@ -1,25 +1,27 @@
1
1
  import { jsxs as r, jsx as e } from "react/jsx-runtime";
2
- import { Search as d } from "lucide-react";
3
- function g({
2
+ import { Search as l } from "lucide-react";
3
+ function i({
4
4
  title: t = "No results",
5
5
  description: a = "Try adjusting your search or filters",
6
- ...s
6
+ children: s,
7
+ ...d
7
8
  }) {
8
9
  return /* @__PURE__ */ r(
9
10
  "div",
10
11
  {
11
12
  className: "flex h-56 flex-col items-center justify-center gap-4 rounded-xl border-2 border-gray-200 border-dashed bg-gray-50/50 text-center dark:border-gray-800 dark:bg-gray-900/50",
12
- ...s,
13
+ ...d,
13
14
  children: [
14
- /* @__PURE__ */ e("div", { className: "flex h-16 w-16 items-center justify-center rounded-full bg-gray-100 dark:bg-gray-800", children: /* @__PURE__ */ e(d, { className: "h-8 w-8 text-gray-400" }) }),
15
+ /* @__PURE__ */ e("div", { className: "flex h-16 w-16 items-center justify-center rounded-full bg-gray-100 dark:bg-gray-800", children: /* @__PURE__ */ e(l, { className: "h-8 w-8 text-gray-400" }) }),
15
16
  /* @__PURE__ */ r("div", { className: "space-y-1", children: [
16
17
  /* @__PURE__ */ e("h3", { className: "font-semibold text-gray-900 text-lg dark:text-gray-100", children: t }),
17
18
  /* @__PURE__ */ e("p", { className: "text-gray-600 text-sm dark:text-gray-400", children: a })
18
- ] })
19
+ ] }),
20
+ s
19
21
  ]
20
22
  }
21
23
  );
22
24
  }
23
25
  export {
24
- g as EmptyState
26
+ i as EmptyState
25
27
  };
@@ -1,6 +1,7 @@
1
1
  /** biome-ignore-all lint/performance/noBarrelFile: Barrel files are acceptable for atomic component folders */
2
2
  export type { ChatAssistantMessageProps, ChatMessageItem, ChatMessageListProps, ChatStreamingIndicatorProps, ChatUserMessageProps, } from './chat-message-list';
3
3
  export { ChatAssistantMessage, ChatMessageList, ChatStreamingIndicator, ChatUserMessage, } from './chat-message-list';
4
+ export { CommandBar } from './command-bar';
4
5
  export { DateTimePicker } from './date-time-picker';
5
6
  export { EmptyState } from './empty-state';
6
7
  export type { MessageActionProps, MessageActionsProps, MessageAvatarProps, MessageContentProps, MessageProps, } from './message';
@@ -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,EACV,yBAAyB,EACzB,eAAe,EACf,oBAAoB,EACpB,2BAA2B,EAC3B,oBAAoB,GACrB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EACL,oBAAoB,EACpB,eAAe,EACf,sBAAsB,EACtB,eAAe,GAChB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AACpD,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,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAC7D,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACnD,YAAY,EACV,oBAAoB,EACpB,kBAAkB,EAClB,iBAAiB,EACjB,aAAa,EACb,oBAAoB,GACrB,MAAM,YAAY,CAAC;AACpB,OAAO,EACL,QAAQ,EACR,eAAe,EACf,aAAa,EACb,YAAY,EACZ,eAAe,EACf,WAAW,GACZ,MAAM,YAAY,CAAC;AACpB,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":"AAAA,+GAA+G;AAE/G,YAAY,EACV,yBAAyB,EACzB,eAAe,EACf,oBAAoB,EACpB,2BAA2B,EAC3B,oBAAoB,GACrB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EACL,oBAAoB,EACpB,eAAe,EACf,sBAAsB,EACtB,eAAe,GAChB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAE3C,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AACpD,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,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAC7D,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACnD,YAAY,EACV,oBAAoB,EACpB,kBAAkB,EAClB,iBAAiB,EACjB,aAAa,EACb,oBAAoB,GACrB,MAAM,YAAY,CAAC;AACpB,OAAO,EACL,QAAQ,EACR,eAAe,EACf,aAAa,EACb,YAAY,EACZ,eAAe,EACf,WAAW,GACZ,MAAM,YAAY,CAAC;AACpB,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,51 +1,53 @@
1
- import { ChatAssistantMessage as e, ChatMessageList as r, ChatStreamingIndicator as a, ChatUserMessage as i } from "./chat-message-list.js";
2
- import { DateTimePicker as n } from "./date-time-picker.js";
3
- import { EmptyState as m } from "./empty-state.js";
4
- import { Message as g, MessageAction as l, MessageActions as A, MessageAvatar as T, MessageContent as h } from "./message.js";
5
- import { PromptInput as x, PromptInputAction as f, PromptInputActions as u, PromptInputTextarea as d } from "./prompt-input.js";
6
- import { R as M, T as I } from "../../../toolkit-card-B97E7TBA.js";
7
- import { StepsProgress as P } from "./steps-progress.js";
8
- import { SuggestionCard as k } from "./suggestion-card.js";
9
- import { Switcher as R, SwitcherContent as U, SwitcherInput as q, SwitcherItem as y, SwitcherTrigger as B, useSwitcher as D } from "./switcher.js";
10
- import { ToolAuthorization as H, ToolAuthorizationArgs as L, ToolAuthorizationContent as N, ToolAuthorizationHeader as b, ToolAuthorizationMessage as j } from "./tool-authorization.js";
11
- import { ToolCallAccordion as G, ToolCallAccordionContent as J, ToolCallAccordionItem as K, ToolCallAccordionTrigger as O } from "./tool-call-accordion.js";
12
- import { ToolCard as V } from "./tool-card.js";
13
- import { UserNav as X } from "./user-nav.js";
1
+ import { ChatAssistantMessage as r, ChatMessageList as e, ChatStreamingIndicator as a, ChatUserMessage as i } from "./chat-message-list.js";
2
+ import { CommandBar as n } from "./command-bar.js";
3
+ import { DateTimePicker as p } from "./date-time-picker.js";
4
+ import { EmptyState as g } from "./empty-state.js";
5
+ import { Message as A, MessageAction as C, MessageActions as T, MessageAvatar as h, MessageContent as x } from "./message.js";
6
+ import { PromptInput as u, PromptInputAction as d, PromptInputActions as S, PromptInputTextarea as M } from "./prompt-input.js";
7
+ import { R as w, T as P } from "../../../toolkit-card-B97E7TBA.js";
8
+ import { StepsProgress as k } from "./steps-progress.js";
9
+ import { SuggestionCard as B } from "./suggestion-card.js";
10
+ import { Switcher as U, SwitcherContent as q, SwitcherInput as y, SwitcherItem as D, SwitcherTrigger as E, useSwitcher as H } from "./switcher.js";
11
+ import { ToolAuthorization as N, ToolAuthorizationArgs as b, ToolAuthorizationContent as j, ToolAuthorizationHeader as F, ToolAuthorizationMessage as G } from "./tool-authorization.js";
12
+ import { ToolCallAccordion as K, ToolCallAccordionContent as O, ToolCallAccordionItem as Q, ToolCallAccordionTrigger as V } from "./tool-call-accordion.js";
13
+ import { ToolCard as X } from "./tool-card.js";
14
+ import { UserNav as Z } from "./user-nav.js";
14
15
  export {
15
- e as ChatAssistantMessage,
16
- r as ChatMessageList,
16
+ r as ChatAssistantMessage,
17
+ e as ChatMessageList,
17
18
  a as ChatStreamingIndicator,
18
19
  i as ChatUserMessage,
19
- n as DateTimePicker,
20
- m as EmptyState,
21
- g as Message,
22
- l as MessageAction,
23
- A as MessageActions,
24
- T as MessageAvatar,
25
- h as MessageContent,
26
- x as PromptInput,
27
- f as PromptInputAction,
28
- u as PromptInputActions,
29
- d as PromptInputTextarea,
30
- M as RequirementBadges,
31
- P as StepsProgress,
32
- k as SuggestionCard,
33
- R as Switcher,
34
- U as SwitcherContent,
35
- q as SwitcherInput,
36
- y as SwitcherItem,
37
- B as SwitcherTrigger,
38
- H as ToolAuthorization,
39
- L as ToolAuthorizationArgs,
40
- N as ToolAuthorizationContent,
41
- b as ToolAuthorizationHeader,
42
- j as ToolAuthorizationMessage,
43
- G as ToolCallAccordion,
44
- J as ToolCallAccordionContent,
45
- K as ToolCallAccordionItem,
46
- O as ToolCallAccordionTrigger,
47
- V as ToolCard,
48
- I as ToolkitCard,
49
- X as UserNav,
50
- D as useSwitcher
20
+ n as CommandBar,
21
+ p as DateTimePicker,
22
+ g as EmptyState,
23
+ A as Message,
24
+ C as MessageAction,
25
+ T as MessageActions,
26
+ h as MessageAvatar,
27
+ x as MessageContent,
28
+ u as PromptInput,
29
+ d as PromptInputAction,
30
+ S as PromptInputActions,
31
+ M as PromptInputTextarea,
32
+ w as RequirementBadges,
33
+ k as StepsProgress,
34
+ B as SuggestionCard,
35
+ U as Switcher,
36
+ q as SwitcherContent,
37
+ y as SwitcherInput,
38
+ D as SwitcherItem,
39
+ E as SwitcherTrigger,
40
+ N as ToolAuthorization,
41
+ b as ToolAuthorizationArgs,
42
+ j as ToolAuthorizationContent,
43
+ F as ToolAuthorizationHeader,
44
+ G as ToolAuthorizationMessage,
45
+ K as ToolCallAccordion,
46
+ O as ToolCallAccordionContent,
47
+ Q as ToolCallAccordionItem,
48
+ V as ToolCallAccordionTrigger,
49
+ X as ToolCard,
50
+ P as ToolkitCard,
51
+ Z as UserNav,
52
+ H as useSwitcher
51
53
  };
@@ -1,10 +1,10 @@
1
1
  import { jsxs as r, jsx as e } from "react/jsx-runtime";
2
2
  import { PlusIcon as X, SquareIcon as Y, ArrowUpIcon as Z, SquarePenIcon as L, LogOutIcon as ee, ChevronsUpDownIcon as re, Trash2Icon as G } from "lucide-react";
3
3
  import { useState as w, useRef as te } from "react";
4
- import { A as ne } from "../../../arcade-logo-BVV97-cr.js";
5
4
  import { Button as o } from "../atoms/button.js";
6
- import { ChatContainerRoot as ae, ChatContainerContent as ie, ChatContainerScrollAnchor as le } from "../atoms/chat-container.js";
7
- import { DropdownMenuItem as oe, DropdownMenu as ce, DropdownMenuTrigger as se, DropdownMenuContent as de, DropdownMenuRadioGroup as he, DropdownMenuRadioItem as me } from "../atoms/dropdown-menu.js";
5
+ import { ChatContainerRoot as ne, ChatContainerContent as ae, ChatContainerScrollAnchor as ie } from "../atoms/chat-container.js";
6
+ import { DropdownMenuItem as le, DropdownMenu as oe, DropdownMenuTrigger as ce, DropdownMenuContent as se, DropdownMenuRadioGroup as de, DropdownMenuRadioItem as he } from "../atoms/dropdown-menu.js";
7
+ import { ArcadeLogo as me } from "../atoms/icons/arcade-logo.js";
8
8
  import { Loader as pe } from "../atoms/loader.js";
9
9
  import { Popover as B, PopoverTrigger as R, PopoverContent as U } from "../atoms/popover.js";
10
10
  import { ScrollButton as ue } from "../atoms/scroll-button.js";
@@ -17,7 +17,7 @@ import { UserNav as Me } from "../molecules/user-nav.js";
17
17
  import { ChatTemplate as Pe, ChatTemplateHeader as He, ChatTemplateHeaderGroup as A, ChatTemplateOverview as _e, ChatTemplateOverviewTitle as je, ChatTemplateOverviewSubtitle as Ae, ChatTemplateFooter as Ge, ChatTemplateSuggestions as Be } from "../templates/chat-template.js";
18
18
  import { cn as q } from "../../../lib/utils.js";
19
19
  function Re() {
20
- return /* @__PURE__ */ e(ne, { className: "h-5 w-auto text-foreground" });
20
+ return /* @__PURE__ */ e(me, { className: "h-5 w-auto text-foreground" });
21
21
  }
22
22
  function Ue(t, a) {
23
23
  if (t.onClick)
@@ -32,17 +32,17 @@ function qe({
32
32
  selectedModelId: a,
33
33
  onModelChange: n
34
34
  }) {
35
- return !t || t.length === 0 ? null : /* @__PURE__ */ r(ce, { children: [
36
- /* @__PURE__ */ e(se, { asChild: !0, children: /* @__PURE__ */ r(o, { className: "h-[34px] gap-1 px-2", variant: "outline", children: [
35
+ return !t || t.length === 0 ? null : /* @__PURE__ */ r(oe, { children: [
36
+ /* @__PURE__ */ e(ce, { asChild: !0, children: /* @__PURE__ */ r(o, { className: "h-[34px] gap-1 px-2", variant: "outline", children: [
37
37
  t.find((i) => i.id === a)?.name ?? "Select model",
38
38
  /* @__PURE__ */ e(re, { className: "size-3" })
39
39
  ] }) }),
40
- /* @__PURE__ */ e(de, { align: "start", className: "min-w-[300px]", children: /* @__PURE__ */ e(
41
- he,
40
+ /* @__PURE__ */ e(se, { align: "start", className: "min-w-[300px]", children: /* @__PURE__ */ e(
41
+ de,
42
42
  {
43
43
  onValueChange: n,
44
44
  value: a,
45
- children: t.map((i) => /* @__PURE__ */ e(me, { value: i.id, children: /* @__PURE__ */ r("div", { className: "flex flex-col items-start gap-1", children: [
45
+ children: t.map((i) => /* @__PURE__ */ e(he, { value: i.id, children: /* @__PURE__ */ r("div", { className: "flex flex-col items-start gap-1", children: [
46
46
  /* @__PURE__ */ e("div", { className: "font-medium", children: i.name }),
47
47
  i.description && /* @__PURE__ */ e("div", { className: "text-muted-foreground text-xs", children: i.description })
48
48
  ] }) }, i.id))
@@ -240,11 +240,11 @@ function cr({
240
240
  ] }) })
241
241
  ] }),
242
242
  /* @__PURE__ */ r(
243
- ae,
243
+ ne,
244
244
  {
245
245
  className: "relative min-w-0 flex-1 flex-col pt-4",
246
246
  children: [
247
- /* @__PURE__ */ r(ie, { className: "gap-6 pb-4", children: [
247
+ /* @__PURE__ */ r(ae, { className: "gap-6 pb-4", children: [
248
248
  D || (p && p.length > 0 ? /* @__PURE__ */ e(
249
249
  ke,
250
250
  {
@@ -260,7 +260,7 @@ function cr({
260
260
  ] }),
261
261
  /* @__PURE__ */ e(Ae, { children: "How can I help you today?" })
262
262
  ] })),
263
- /* @__PURE__ */ e(le, {})
263
+ /* @__PURE__ */ e(ie, {})
264
264
  ] }),
265
265
  /* @__PURE__ */ e("div", { className: "pointer-events-none absolute right-0 bottom-0 left-0 z-10 h-10 bg-linear-to-t from-10% from-background to-transparent" }),
266
266
  /* @__PURE__ */ e("div", { className: "pointer-events-none absolute right-0 bottom-4 left-0 z-20 flex justify-center px-4", children: /* @__PURE__ */ e("div", { className: "flex w-full max-w-3xl justify-end pr-4", children: /* @__PURE__ */ e(ue, { className: "pointer-events-auto shadow-md" }) }) })
@@ -370,7 +370,7 @@ function cr({
370
370
  avatarUrl: t?.avatarUrl,
371
371
  email: t?.email,
372
372
  name: t?.name,
373
- children: y && /* @__PURE__ */ r(oe, { onClick: y, children: [
373
+ children: y && /* @__PURE__ */ r(le, { onClick: y, children: [
374
374
  /* @__PURE__ */ e(ee, { className: "size-4" }),
375
375
  "Sign out"
376
376
  ] })
@@ -2,10 +2,10 @@ import { jsxs as r, jsx as e } from "react/jsx-runtime";
2
2
  import { Loader2 as p, LogIn as d } from "lucide-react";
3
3
  import { Fragment as f } from "react";
4
4
  import { ArcadeGrid as g } from "../../../assets/images/arcade-grid.js";
5
- import { A } from "../../../arcade-logo-BVV97-cr.js";
6
- import { Button as b } from "../atoms/button.js";
5
+ import { Button as A } from "../atoms/button.js";
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 s } from "../../../lib/utils.js";
8
+ import { cn as m } 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 }) {
@@ -34,25 +34,25 @@ function q({
34
34
  onSubmit: i,
35
35
  privacyHref: a,
36
36
  registerHref: o,
37
- submitText: m = "Sign in with Arcade",
37
+ submitText: s = "Sign in with Arcade",
38
38
  termsHref: l,
39
39
  videoSrc: c = I
40
40
  }) {
41
- const h = t ? n : m, u = o || l || a;
41
+ const h = t ? n : s, u = o || 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 }),
45
45
  /* @__PURE__ */ e("div", { className: "absolute inset-0 z-1 opacity-[0.01]", children: /* @__PURE__ */ e(g, { className: "size-full", fill: "currentColor" }) }),
46
- /* @__PURE__ */ e(y, { children: /* @__PURE__ */ e(A, { className: "h-12 w-auto text-zinc-900 dark:text-white" }) }),
46
+ /* @__PURE__ */ e(y, { children: /* @__PURE__ */ e(b, { className: "h-12 w-auto text-zinc-900 dark:text-white" }) }),
47
47
  /* @__PURE__ */ r(L, { children: [
48
48
  /* @__PURE__ */ r(N, { children: [
49
49
  /* @__PURE__ */ e(x, { children: "Welcome back" }),
50
50
  /* @__PURE__ */ e(k, { children: "Sign in with your Arcade account to continue" })
51
51
  ] }),
52
52
  /* @__PURE__ */ e(z, { children: /* @__PURE__ */ r(
53
- b,
53
+ A,
54
54
  {
55
- className: s(
55
+ className: m(
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: s(
70
+ className: m(
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
  )
@@ -0,0 +1,5 @@
1
+ export declare const SHIKI_THEMES: {
2
+ readonly light: "vitesse-light";
3
+ readonly dark: "vitesse-dark";
4
+ };
5
+ //# sourceMappingURL=shiki-themes.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"shiki-themes.d.ts","sourceRoot":"","sources":["../../lib/lib/shiki-themes.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY;;;CAGf,CAAC"}
@@ -0,0 +1,7 @@
1
+ const t = {
2
+ light: "vitesse-light",
3
+ dark: "vitesse-dark"
4
+ };
5
+ export {
6
+ t as SHIKI_THEMES
7
+ };