@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
@@ -1,13 +1,10 @@
1
1
  import * as e from "react";
2
- import { forwardRef as o } from "react";
3
- const n = ({
2
+ import { forwardRef as t } from "react";
3
+ const c = ({
4
4
  title: r,
5
- titleId: l,
6
- ...a
7
- }, t) => /* @__PURE__ */ e.createElement("svg", { fill: "currentColor", fillRule: "evenodd", height: "1em", style: {
8
- flex: "none",
9
- lineHeight: 1
10
- }, viewBox: "0 0 24 24", width: "1em", xmlns: "http://www.w3.org/2000/svg", ref: t, "aria-labelledby": l, ...a }, r === void 0 ? /* @__PURE__ */ e.createElement("title", { id: l }, "Cursor") : r ? /* @__PURE__ */ e.createElement("title", { id: l }, r) : null, /* @__PURE__ */ e.createElement("path", { d: "M22.106 5.68L12.5.135a.998.998 0 00-.998 0L1.893 5.68a.84.84 0 00-.419.726v11.186c0 .3.16.577.42.727l9.607 5.547a.999.999 0 00.998 0l9.608-5.547a.84.84 0 00.42-.727V6.407a.84.84 0 00-.42-.726zm-.603 1.176L12.228 22.92c-.063.108-.228.064-.228-.061V12.34a.59.59 0 00-.295-.51l-9.11-5.26c-.107-.062-.063-.228.062-.228h18.55c.264 0 .428.286.296.514z" })), m = o(n);
5
+ titleId: a,
6
+ ...l
7
+ }, o) => /* @__PURE__ */ e.createElement("svg", { fill: "currentColor", fillRule: "evenodd", height: "1em", viewBox: "0 0 24 24", width: "1em", xmlns: "http://www.w3.org/2000/svg", ref: o, "aria-labelledby": a, ...l }, r === void 0 ? /* @__PURE__ */ e.createElement("title", { id: a }, "Cursor") : r ? /* @__PURE__ */ e.createElement("title", { id: a }, r) : null, /* @__PURE__ */ e.createElement("path", { d: "M22.106 5.68L12.5.135a.998.998 0 00-.998 0L1.893 5.68a.84.84 0 00-.419.726v11.186c0 .3.16.577.42.727l9.607 5.547a.999.999 0 00.998 0l9.608-5.547a.84.84 0 00.42-.727V6.407a.84.84 0 00-.42-.726zm-.603 1.176L12.228 22.92c-.063.108-.228.064-.228-.061V12.34a.59.59 0 00-.295-.51l-9.11-5.26c-.107-.062-.063-.228.062-.228h18.55c.264 0 .428.286.296.514z" })), n = t(c);
11
8
  export {
12
- m as default
9
+ n as default
13
10
  };
@@ -0,0 +1,10 @@
1
+ import * as e from "react";
2
+ import { forwardRef as o } from "react";
3
+ const m = ({
4
+ title: r,
5
+ titleId: t,
6
+ ...a
7
+ }, l) => /* @__PURE__ */ e.createElement("svg", { fill: "none", height: "1em", viewBox: "0 0 60 60", width: "1em", xmlns: "http://www.w3.org/2000/svg", ref: l, "aria-labelledby": t, ...a }, r === void 0 ? /* @__PURE__ */ e.createElement("title", { id: t }, "Forkable") : r ? /* @__PURE__ */ e.createElement("title", { id: t }, r) : null, /* @__PURE__ */ e.createElement("g", { transform: "translate(0, 18)" }, /* @__PURE__ */ e.createElement("path", { d: "M24 8.8418L60 5.14258V18.8564L24 15.1572V24H0L0 20.5713H20.5713L20.5713 3.42871L0 3.42871L0 0L24 0V8.8418ZM15.4287 17.1426H0L0 13.7139H15.4287L15.4287 17.1426ZM27.4287 11.9502V12.0498L56.5713 14.666V9.33301L27.4287 11.9502ZM15.4287 10.2861H0L0 6.85742H15.4287V10.2861Z", fill: "#2D2D2D" }))), L = o(m);
8
+ export {
9
+ L as default
10
+ };
@@ -1,13 +1,10 @@
1
1
  import * as e from "react";
2
2
  import { forwardRef as r } from "react";
3
- const n = ({
3
+ const m = ({
4
4
  title: l,
5
5
  titleId: a,
6
6
  ...t
7
- }, o) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", fillRule: "evenodd", height: "1em", style: {
8
- flex: "none",
9
- lineHeight: 1
10
- }, viewBox: "0 0 24 24", width: "1em", ref: o, "aria-labelledby": a, ...t }, l === void 0 ? /* @__PURE__ */ e.createElement("title", { id: a }, "ModelContextProtocol") : l ? /* @__PURE__ */ e.createElement("title", { id: a }, l) : null, /* @__PURE__ */ e.createElement("path", { d: "M15.688 2.343a2.588 2.588 0 00-3.61 0l-9.626 9.44a.863.863 0 01-1.203 0 .823.823 0 010-1.18l9.626-9.44a4.313 4.313 0 016.016 0 4.116 4.116 0 011.204 3.54 4.3 4.3 0 013.609 1.18l.05.05a4.115 4.115 0 010 5.9l-8.706 8.537a.274.274 0 000 .393l1.788 1.754a.823.823 0 010 1.18.863.863 0 01-1.203 0l-1.788-1.753a1.92 1.92 0 010-2.754l8.706-8.538a2.47 2.47 0 000-3.54l-.05-.049a2.588 2.588 0 00-3.607-.003l-7.172 7.034-.002.002-.098.097a.863.863 0 01-1.204 0 .823.823 0 010-1.18l7.273-7.133a2.47 2.47 0 00-.003-3.537z" }), /* @__PURE__ */ e.createElement("path", { d: "M14.485 4.703a.823.823 0 000-1.18.863.863 0 00-1.204 0l-7.119 6.982a4.115 4.115 0 000 5.9 4.314 4.314 0 006.016 0l7.12-6.982a.823.823 0 000-1.18.863.863 0 00-1.204 0l-7.119 6.982a2.588 2.588 0 01-3.61 0 2.47 2.47 0 010-3.54l7.12-6.982z" })), c = r(n);
7
+ }, o) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", fillRule: "evenodd", height: "1em", viewBox: "0 0 24 24", width: "1em", ref: o, "aria-labelledby": a, ...t }, l === void 0 ? /* @__PURE__ */ e.createElement("title", { id: a }, "ModelContextProtocol") : l ? /* @__PURE__ */ e.createElement("title", { id: a }, l) : null, /* @__PURE__ */ e.createElement("path", { d: "M15.688 2.343a2.588 2.588 0 00-3.61 0l-9.626 9.44a.863.863 0 01-1.203 0 .823.823 0 010-1.18l9.626-9.44a4.313 4.313 0 016.016 0 4.116 4.116 0 011.204 3.54 4.3 4.3 0 013.609 1.18l.05.05a4.115 4.115 0 010 5.9l-8.706 8.537a.274.274 0 000 .393l1.788 1.754a.823.823 0 010 1.18.863.863 0 01-1.203 0l-1.788-1.753a1.92 1.92 0 010-2.754l8.706-8.538a2.47 2.47 0 000-3.54l-.05-.049a2.588 2.588 0 00-3.607-.003l-7.172 7.034-.002.002-.098.097a.863.863 0 01-1.204 0 .823.823 0 010-1.18l7.273-7.133a2.47 2.47 0 00-.003-3.537z" }), /* @__PURE__ */ e.createElement("path", { d: "M14.485 4.703a.823.823 0 000-1.18.863.863 0 00-1.204 0l-7.119 6.982a4.115 4.115 0 000 5.9 4.314 4.314 0 006.016 0l7.12-6.982a.823.823 0 000-1.18.863.863 0 00-1.204 0l-7.119 6.982a2.588 2.588 0 01-3.61 0 2.47 2.47 0 010-3.54l7.12-6.982z" })), c = r(m);
11
8
  export {
12
9
  c as default
13
10
  };
@@ -0,0 +1,10 @@
1
+ import * as e from "react";
2
+ import { forwardRef as a } from "react";
3
+ const n = ({
4
+ title: r,
5
+ titleId: t,
6
+ ...l
7
+ }, o) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 1800 1800", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: o, "aria-labelledby": t, ...l }, r ? /* @__PURE__ */ e.createElement("title", { id: t }, r) : null, /* @__PURE__ */ e.createElement("path", { d: "M1000.46 450C1174.77 450 1278.43 553.669 1278.43 691.282C1278.43 828.896 1174.77 932.563 1000.46 932.563H912.382L1350 1350H1040.82L707.794 1033.48C683.944 1011.47 672.936 985.781 672.935 963.765C672.935 932.572 694.959 905.049 737.161 893.122L908.712 847.244C973.85 829.812 1018.81 779.353 1018.81 713.298C1018.8 632.567 952.745 585.78 871.095 585.78H450V450H1000.46Z", fill: "currentColor" })), m = a(n);
8
+ export {
9
+ m as default
10
+ };