@arcadeai/design-system 3.33.1 → 3.33.2

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 (29) hide show
  1. package/dist/assets/icons/daytona.js +6 -6
  2. package/dist/components/index.js +2 -2
  3. package/dist/components/ui/atoms/command.js +288 -364
  4. package/dist/components/ui/atoms/copy-button.d.ts.map +1 -1
  5. package/dist/components/ui/atoms/copy-button.js +3 -2
  6. package/dist/components/ui/atoms/dropdown-menu.js +1 -1
  7. package/dist/components/ui/atoms/hover-card.js +1 -1
  8. package/dist/components/ui/atoms/icons/daytona.d.ts.map +1 -1
  9. package/dist/components/ui/atoms/icons/daytona.js +9 -14
  10. package/dist/components/ui/atoms/index.js +1 -1
  11. package/dist/components/ui/atoms/markdown.js +1 -1
  12. package/dist/components/ui/atoms/popover.js +1 -1
  13. package/dist/components/ui/atoms/select.js +1 -1
  14. package/dist/components/ui/atoms/tooltip.js +1 -1
  15. package/dist/components/ui/index.js +2 -2
  16. package/dist/components/ui/molecules/index.js +1 -1
  17. package/dist/components/ui/molecules/message.js +1 -1
  18. package/dist/components/ui/molecules/requirement-badges.js +2 -2
  19. package/dist/components/ui/molecules/toolkit-card.js +1 -1
  20. package/dist/highlighted-body-TPN3WLV5-DyOGcftJ.js +19 -0
  21. package/dist/index-BEZCAdXQ.js +1568 -0
  22. package/dist/main.js +2 -2
  23. package/dist/{markdown-ChximrBv.js → markdown-9KGBuupR.js} +6264 -6046
  24. package/dist/mermaid-O7DHMXV3-CUp9wvRi.js +4 -0
  25. package/dist/{toolkit-card-Cb-KDQhU.js → toolkit-card-k8jio69G.js} +1 -1
  26. package/package.json +1 -1
  27. package/dist/highlighted-body-B3W2YXNL-D6XBJnwx.js +0 -19
  28. package/dist/index-DO05OIM5.js +0 -1545
  29. package/dist/mermaid-3ZIDBTTL-DtIP-JZq.js +0 -4
@@ -1,10 +1,10 @@
1
1
  import * as e from "react";
2
- import { forwardRef as r } from "react";
3
- const h = ({
2
+ import { forwardRef as l } from "react";
3
+ const o = ({
4
4
  title: t,
5
- titleId: l,
6
- ...a
7
- }, i) => /* @__PURE__ */ e.createElement("svg", { width: 275, height: 287, viewBox: "0 0 275 287", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: i, "aria-labelledby": l, ...a }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M14.5584 193.736H114.275V227.925H14.5584V193.736Z", fill: "white" }), /* @__PURE__ */ e.createElement("path", { d: "M148.464 74.076H262.426V108.265H148.464V74.076Z", fill: "white" }), /* @__PURE__ */ e.createElement("path", { d: "M88.6338 84.6127L173.246 0L197.422 24.175L112.809 108.788L88.6338 84.6127Z", fill: "white" }), /* @__PURE__ */ e.createElement("path", { d: "M89.157 170.084L24.175 105.102L0 129.277L64.9819 194.259L89.157 170.084Z", fill: "white" }), /* @__PURE__ */ e.createElement("path", { d: "M174.629 217.911L106.133 286.407L81.9577 262.232L150.454 193.736L174.629 217.911Z", fill: "white" }), /* @__PURE__ */ e.createElement("path", { d: "M174.106 132.44L250.66 208.994L274.835 184.819L198.281 108.265L174.106 132.44Z", fill: "white" }), /* @__PURE__ */ e.createElement("path", { d: "M88.6338 48.434V131.057H54.4451L54.4451 48.434H88.6338Z", fill: "white" }), /* @__PURE__ */ e.createElement("path", { d: "M208.294 168.094V270.66H174.106V168.094H208.294Z", fill: "white" })), L = r(h);
5
+ titleId: a,
6
+ ...r
7
+ }, m) => /* @__PURE__ */ e.createElement("svg", { viewBox: "192 120 68 80", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", ref: m, "aria-labelledby": a, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: a }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M195.994 172.235h24.929v8.547h-24.929zm33.477-29.915h28.491v8.547h-28.491zm-14.958 2.634 21.153-21.153 6.044 6.044-21.153 21.153z" }), /* @__PURE__ */ e.createElement("path", { d: "m214.644 166.322-16.246-16.246-6.043 6.044 16.245 16.246zm21.368 11.957-17.124 17.124-6.044-6.044 17.124-17.124zm-.131-21.368 19.139 19.139 6.043-6.044-19.138-19.139zm-21.368-21.002v20.656h-8.547v-20.656z" }), /* @__PURE__ */ e.createElement("path", { d: "M244.428 165.825v25.642h-8.547v-25.642z" })), h = l(o);
8
8
  export {
9
- L as default
9
+ h as default
10
10
  };
@@ -166,7 +166,7 @@ import { Zoom as vm } from "./ui/atoms/icons/zoom.js";
166
166
  import { Input as Im } from "./ui/atoms/input.js";
167
167
  import { Label as Lm } from "./ui/atoms/label.js";
168
168
  import { Loader as Fm } from "./ui/atoms/loader.js";
169
- import { M as Rm } from "../markdown-ChximrBv.js";
169
+ import { M as Rm } from "../markdown-9KGBuupR.js";
170
170
  import { MobileTooltip as Em, MobileTooltipContent as zm, MobileTooltipProvider as Wm, MobileTooltipTrigger as Zm } from "./ui/atoms/mobile-tooltip.js";
171
171
  import { Popover as Nm, PopoverAnchor as Jm, PopoverContent as Um, PopoverTrigger as Xm } from "./ui/atoms/popover.js";
172
172
  import { ProBadge as Qm } from "./ui/atoms/pro-badge.js";
@@ -194,7 +194,7 @@ import { DateTimePicker as Jl } from "./ui/molecules/date-time-picker.js";
194
194
  import { EmptyState as Xl } from "./ui/molecules/empty-state.js";
195
195
  import { Message as Ql, MessageAction as jl, MessageActions as Kl, MessageAvatar as _l, MessageContent as $l } from "./ui/molecules/message.js";
196
196
  import { PromptInput as rf, PromptInputAction as ef, PromptInputActions as tf, PromptInputTextarea as af } from "./ui/molecules/prompt-input.js";
197
- import { R as mf, T as lf } from "../toolkit-card-Cb-KDQhU.js";
197
+ import { R as mf, T as lf } from "../toolkit-card-k8jio69G.js";
198
198
  import { StepsProgress as nf } from "./ui/molecules/steps-progress.js";
199
199
  import { SuggestionCard as df } from "./ui/molecules/suggestion-card.js";
200
200
  import { ToolCard as sf } from "./ui/molecules/tool-card.js";