@arcadeai/design-system 3.33.1 → 3.34.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 (65) hide show
  1. package/dist/assets/icons/daytona.js +6 -6
  2. package/dist/components/index.js +595 -567
  3. package/dist/components/ui/atoms/avatar-notification-badge.d.ts +34 -0
  4. package/dist/components/ui/atoms/avatar-notification-badge.d.ts.map +1 -0
  5. package/dist/components/ui/atoms/avatar-notification-badge.js +78 -0
  6. package/dist/components/ui/atoms/command.js +288 -364
  7. package/dist/components/ui/atoms/copy-button.d.ts.map +1 -1
  8. package/dist/components/ui/atoms/copy-button.js +3 -2
  9. package/dist/components/ui/atoms/dropdown-menu.js +1 -1
  10. package/dist/components/ui/atoms/hover-card.js +1 -1
  11. package/dist/components/ui/atoms/icons/daytona.d.ts.map +1 -1
  12. package/dist/components/ui/atoms/icons/daytona.js +9 -14
  13. package/dist/components/ui/atoms/index.d.ts +3 -0
  14. package/dist/components/ui/atoms/index.d.ts.map +1 -1
  15. package/dist/components/ui/atoms/index.js +512 -504
  16. package/dist/components/ui/atoms/json-highlight.d.ts +60 -0
  17. package/dist/components/ui/atoms/json-highlight.d.ts.map +1 -0
  18. package/dist/components/ui/atoms/json-highlight.js +77 -0
  19. package/dist/components/ui/atoms/markdown.js +1 -1
  20. package/dist/components/ui/atoms/popover.js +1 -1
  21. package/dist/components/ui/atoms/scroll-button.js +8 -8
  22. package/dist/components/ui/atoms/select.js +1 -1
  23. package/dist/components/ui/atoms/tooltip.js +1 -1
  24. package/dist/components/ui/atoms/view-tools-control.d.ts +1 -1
  25. package/dist/components/ui/atoms/view-tools-control.d.ts.map +1 -1
  26. package/dist/components/ui/atoms/view-tools-control.js +20 -19
  27. package/dist/components/ui/index.js +595 -567
  28. package/dist/components/ui/molecules/chat-message-list.d.ts +5 -2
  29. package/dist/components/ui/molecules/chat-message-list.d.ts.map +1 -1
  30. package/dist/components/ui/molecules/chat-message-list.js +2 -2
  31. package/dist/components/ui/molecules/index.d.ts +8 -0
  32. package/dist/components/ui/molecules/index.d.ts.map +1 -1
  33. package/dist/components/ui/molecules/index.js +48 -28
  34. package/dist/components/ui/molecules/message.js +1 -1
  35. package/dist/components/ui/molecules/prompt-input.js +20 -20
  36. package/dist/components/ui/molecules/requirement-badges.js +9 -5
  37. package/dist/components/ui/molecules/switcher.d.ts +83 -0
  38. package/dist/components/ui/molecules/switcher.d.ts.map +1 -0
  39. package/dist/components/ui/molecules/switcher.js +164 -0
  40. package/dist/components/ui/molecules/tool-authorization.d.ts +56 -0
  41. package/dist/components/ui/molecules/tool-authorization.d.ts.map +1 -0
  42. package/dist/components/ui/molecules/tool-authorization.js +160 -0
  43. package/dist/components/ui/molecules/tool-call-accordion.d.ts +36 -0
  44. package/dist/components/ui/molecules/tool-call-accordion.d.ts.map +1 -0
  45. package/dist/components/ui/molecules/tool-call-accordion.js +301 -0
  46. package/dist/components/ui/molecules/toolkit-card.js +1 -1
  47. package/dist/components/ui/molecules/user-nav.d.ts +65 -0
  48. package/dist/components/ui/molecules/user-nav.d.ts.map +1 -0
  49. package/dist/components/ui/molecules/user-nav.js +154 -0
  50. package/dist/components/ui/pages/chat-page.d.ts +18 -10
  51. package/dist/components/ui/pages/chat-page.d.ts.map +1 -1
  52. package/dist/components/ui/pages/chat-page.js +328 -243
  53. package/dist/components/ui/templates/chat-template.d.ts +1 -1
  54. package/dist/components/ui/templates/chat-template.d.ts.map +1 -1
  55. package/dist/components/ui/templates/chat-template.js +11 -11
  56. package/dist/highlighted-body-TPN3WLV5-DyOGcftJ.js +19 -0
  57. package/dist/index-BEZCAdXQ.js +1568 -0
  58. package/dist/main.js +621 -593
  59. package/dist/{markdown-ChximrBv.js → markdown-9KGBuupR.js} +6264 -6046
  60. package/dist/mermaid-O7DHMXV3-CUp9wvRi.js +4 -0
  61. package/dist/{toolkit-card-Cb-KDQhU.js → toolkit-card-DAgQXF93.js} +14 -11
  62. package/package.json +1 -1
  63. package/dist/highlighted-body-B3W2YXNL-D6XBJnwx.js +0 -19
  64. package/dist/index-DO05OIM5.js +0 -1545
  65. 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
  };