@arcadeai/design-system 4.0.1 → 5.0.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 (36) hide show
  1. package/dist/assets/icons/google-forms.js +136 -0
  2. package/dist/assets/icons/postman.js +99 -0
  3. package/dist/assets/index.css +1 -1
  4. package/dist/assets/tokens.css +1 -1
  5. package/dist/assets/variables.css +1 -1
  6. package/dist/components/index.js +165 -164
  7. package/dist/components/ui/atoms/icons/google-forms.d.ts +4 -0
  8. package/dist/components/ui/atoms/icons/google-forms.d.ts.map +1 -0
  9. package/dist/components/ui/atoms/icons/google-forms.js +128 -0
  10. package/dist/components/ui/atoms/icons/index.d.ts +2 -0
  11. package/dist/components/ui/atoms/icons/index.d.ts.map +1 -1
  12. package/dist/components/ui/atoms/icons/index.js +95 -93
  13. package/dist/components/ui/atoms/icons/postman.d.ts +4 -0
  14. package/dist/components/ui/atoms/icons/postman.d.ts.map +1 -0
  15. package/dist/components/ui/atoms/icons/postman.js +91 -0
  16. package/dist/components/ui/atoms/index.js +122 -120
  17. package/dist/components/ui/index.js +165 -164
  18. package/dist/components/ui/molecules/index.d.ts +0 -2
  19. package/dist/components/ui/molecules/index.d.ts.map +1 -1
  20. package/dist/components/ui/molecules/index.js +8 -9
  21. package/dist/components/ui/molecules/mcp-server-picker/category-filter.d.ts.map +1 -1
  22. package/dist/components/ui/molecules/mcp-server-picker/category-filter.js +13 -18
  23. package/dist/components/ui/organisms/mcp-selection-summary-bar.d.ts.map +1 -1
  24. package/dist/components/ui/organisms/mcp-selection-summary-bar.js +34 -38
  25. package/dist/main.js +171 -170
  26. package/dist/metadata/toolkit-icons.d.ts.map +1 -1
  27. package/dist/metadata/toolkit-icons.js +139 -135
  28. package/dist/metadata/toolkits.d.ts.map +1 -1
  29. package/dist/metadata/toolkits.js +26 -0
  30. package/package.json +1 -1
  31. package/dist/components/ui/molecules/scroll-fade-area.d.ts +0 -32
  32. package/dist/components/ui/molecules/scroll-fade-area.d.ts.map +0 -1
  33. package/dist/components/ui/molecules/scroll-fade-area.js +0 -30
  34. package/dist/hooks/use-scroll-fade.d.ts +0 -22
  35. package/dist/hooks/use-scroll-fade.d.ts.map +0 -1
  36. package/dist/hooks/use-scroll-fade.js +0 -39
@@ -0,0 +1,136 @@
1
+ import { forwardRef as e } from "react";
2
+ import { jsx as t, jsxs as n } from "react/jsx-runtime";
3
+ var r = e(({ title: e, titleId: r, ...i }, a) => /* @__PURE__ */ n("svg", {
4
+ height: "1em",
5
+ width: "1em",
6
+ fill: "none",
7
+ preserveAspectRatio: "xMidYMid",
8
+ viewBox: "0 0 192 192",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ref: a,
11
+ "aria-labelledby": r,
12
+ ...i,
13
+ children: [
14
+ e === void 0 ? /* @__PURE__ */ t("title", {
15
+ id: r,
16
+ children: "Google Forms"
17
+ }) : e ? /* @__PURE__ */ t("title", {
18
+ id: r,
19
+ children: e
20
+ }) : null,
21
+ /* @__PURE__ */ t("rect", {
22
+ width: 102,
23
+ height: 50,
24
+ x: 70,
25
+ y: 121,
26
+ fill: "#969dff",
27
+ rx: 25
28
+ }),
29
+ /* @__PURE__ */ t("rect", {
30
+ width: 50,
31
+ height: 50,
32
+ x: 20,
33
+ y: 121,
34
+ fill: "#b8c0ff",
35
+ rx: 25
36
+ }),
37
+ /* @__PURE__ */ t("rect", {
38
+ width: 50,
39
+ height: 50,
40
+ x: 20,
41
+ y: 71,
42
+ fill: "#5746e3",
43
+ rx: 25
44
+ }),
45
+ /* @__PURE__ */ t("rect", {
46
+ width: 102,
47
+ height: 50,
48
+ x: 70,
49
+ y: 71,
50
+ fill: "#5746e3",
51
+ rx: 25
52
+ }),
53
+ /* @__PURE__ */ t("mask", {
54
+ id: "gforms-mask",
55
+ width: 102,
56
+ height: 50,
57
+ x: 70,
58
+ y: 21,
59
+ maskUnits: "userSpaceOnUse",
60
+ style: { maskType: "alpha" },
61
+ children: /* @__PURE__ */ t("rect", {
62
+ width: 102,
63
+ height: 50,
64
+ x: 70,
65
+ y: 21,
66
+ fill: "#5f54f4",
67
+ rx: 25
68
+ })
69
+ }),
70
+ /* @__PURE__ */ n("g", {
71
+ mask: "url(#gforms-mask)",
72
+ children: [/* @__PURE__ */ t("rect", {
73
+ width: 102,
74
+ height: 50,
75
+ x: 70,
76
+ y: 21,
77
+ fill: "#7372fe",
78
+ rx: 25
79
+ }), /* @__PURE__ */ t("g", {
80
+ filter: "url(#gforms-blur)",
81
+ children: /* @__PURE__ */ t("circle", {
82
+ cx: 56,
83
+ cy: 46,
84
+ r: 36,
85
+ fill: "#64afff"
86
+ })
87
+ })]
88
+ }),
89
+ /* @__PURE__ */ t("rect", {
90
+ width: 50,
91
+ height: 50,
92
+ x: 20,
93
+ y: 21,
94
+ fill: "#7372fe",
95
+ rx: 25
96
+ }),
97
+ /* @__PURE__ */ t("path", {
98
+ stroke: "#fff",
99
+ strokeLinecap: "round",
100
+ strokeWidth: 12,
101
+ d: "M95 46h52"
102
+ }),
103
+ /* @__PURE__ */ t("circle", {
104
+ cx: 45,
105
+ cy: 46,
106
+ r: 12,
107
+ fill: "#fff"
108
+ }),
109
+ /* @__PURE__ */ t("defs", { children: /* @__PURE__ */ n("filter", {
110
+ id: "gforms-blur",
111
+ width: 111.47,
112
+ height: 111.47,
113
+ x: .27,
114
+ y: -9.74,
115
+ colorInterpolationFilters: "sRGB",
116
+ filterUnits: "userSpaceOnUse",
117
+ children: [
118
+ /* @__PURE__ */ t("feFlood", {
119
+ floodOpacity: 0,
120
+ result: "BackgroundImageFix"
121
+ }),
122
+ /* @__PURE__ */ t("feBlend", {
123
+ in: "SourceGraphic",
124
+ in2: "BackgroundImageFix",
125
+ result: "shape"
126
+ }),
127
+ /* @__PURE__ */ t("feGaussianBlur", {
128
+ result: "effect1_foregroundBlur",
129
+ stdDeviation: 9.87
130
+ })
131
+ ]
132
+ }) })
133
+ ]
134
+ }));
135
+ //#endregion
136
+ export { r as default };
@@ -0,0 +1,99 @@
1
+ import { forwardRef as e } from "react";
2
+ import { jsx as t, jsxs as n } from "react/jsx-runtime";
3
+ var r = e(({ title: e, titleId: r, ...i }, a) => /* @__PURE__ */ n("svg", {
4
+ viewBox: "0 0 256 256",
5
+ width: "1em",
6
+ height: "1em",
7
+ xmlns: "http://www.w3.org/2000/svg",
8
+ preserveAspectRatio: "xMidYMid",
9
+ ref: a,
10
+ "aria-labelledby": r,
11
+ ...i,
12
+ children: [
13
+ e === void 0 ? /* @__PURE__ */ t("title", {
14
+ id: r,
15
+ children: "Postman"
16
+ }) : e ? /* @__PURE__ */ t("title", {
17
+ id: r,
18
+ children: e
19
+ }) : null,
20
+ /* @__PURE__ */ t("path", {
21
+ d: "M254.953 144.253c8.959-70.131-40.569-134.248-110.572-143.206C74.378-7.912 10.005 41.616 1.047 111.619c-8.959 70.003 40.569 134.248 110.572 143.334 70.131 8.959 134.248-40.569 143.334-110.7Z",
22
+ fill: "#FF6C37"
23
+ }),
24
+ /* @__PURE__ */ t("path", {
25
+ d: "m174.2 82.184-54.007 54.007-15.229-15.23c53.11-53.11 58.358-48.503 69.236-38.777Z",
26
+ fill: "#FFF"
27
+ }),
28
+ /* @__PURE__ */ t("path", {
29
+ d: "M120.193 137.47c-.384 0-.64-.128-.895-.384l-15.358-15.229a1.237 1.237 0 0 1 0-1.792c54.007-54.006 59.638-48.887 71.028-38.649.255.256.383.512.383.896s-.128.64-.383.896l-54.007 53.878c-.128.256-.512.384-.768.384Zm-13.437-16.509 13.437 13.438 52.087-52.087c-9.47-8.446-15.87-11.006-65.524 38.65Z",
30
+ fill: "#FF6C37"
31
+ }),
32
+ /* @__PURE__ */ t("path", {
33
+ d: "m135.679 151.676-14.718-14.718 54.007-54.006c14.46 14.59-7.167 38.265-39.29 68.724Z",
34
+ fill: "#FFF"
35
+ }),
36
+ /* @__PURE__ */ t("path", {
37
+ d: "M135.679 152.956c-.384 0-.64-.128-.896-.384l-14.718-14.718c-.256-.256-.256-.512-.256-.896s.128-.64.384-.895L174.2 82.056a1.237 1.237 0 0 1 1.791 0 15.58 15.58 0 0 1 4.991 11.902c-.256 14.206-16.38 32.25-44.28 58.614-.383.256-.767.384-1.023.384Zm-12.926-15.998c8.19 8.319 11.646 11.646 12.926 12.926 21.5-20.476 42.36-41.464 42.488-55.926.128-3.327-1.152-6.655-3.327-9.214l-52.087 52.214Z",
38
+ fill: "#FF6C37"
39
+ }),
40
+ /* @__PURE__ */ t("path", {
41
+ d: "m105.22 121.345 10.878 10.878c.256.256.256.512 0 .768-.128.128-.128.128-.256.128l-22.524 4.863c-1.152.128-2.175-.64-2.431-1.791-.128-.64.128-1.28.512-1.664l13.053-13.054c.256-.256.64-.384.768-.128Z",
42
+ fill: "#FFF"
43
+ }),
44
+ /* @__PURE__ */ t("path", {
45
+ d: "M92.934 139.262c-1.92 0-3.327-1.536-3.327-3.455 0-.896.384-1.792 1.024-2.432l13.053-13.054c.768-.64 1.792-.64 2.56 0l10.878 10.878c.768.64.768 1.792 0 2.56-.256.256-.512.384-.896.512l-22.524 4.863c-.256 0-.512.128-.768.128Zm11.902-16.51-12.542 12.543c-.256.256-.383.64-.128 1.024.128.383.512.511.896.383l21.116-4.607-9.342-9.342Z",
46
+ fill: "#FF6C37"
47
+ }),
48
+ /* @__PURE__ */ t("path", {
49
+ d: "M202.739 52.238c-8.191-7.935-21.373-7.679-29.307.64-7.935 8.318-7.679 21.372.64 29.306A20.678 20.678 0 0 0 199.155 85l-14.59-14.59 18.174-18.172Z",
50
+ fill: "#FFF"
51
+ }),
52
+ /* @__PURE__ */ t("path", {
53
+ d: "M188.405 89.223c-12.158 0-22.012-9.854-22.012-22.012 0-12.158 9.854-22.012 22.012-22.012 5.631 0 11.134 2.176 15.23 6.143.255.256.383.512.383.896s-.128.64-.384.895L186.357 70.41l13.566 13.566c.512.512.512 1.28 0 1.792l-.256.256c-3.327 2.047-7.295 3.199-11.262 3.199Zm0-41.337c-10.75 0-19.452 8.703-19.324 19.453 0 10.75 8.702 19.452 19.452 19.324 2.944 0 5.887-.64 8.575-2.047l-13.438-13.31c-.256-.256-.384-.512-.384-.896s.128-.64.384-.895l17.149-17.15c-3.456-2.943-7.807-4.479-12.414-4.479Z",
54
+ fill: "#FF6C37"
55
+ }),
56
+ /* @__PURE__ */ t("path", {
57
+ d: "m203.122 52.622-.255-.256-18.301 18.044 14.461 14.462c1.408-.896 2.816-1.92 3.967-3.072a20.51 20.51 0 0 0 .128-29.178Z",
58
+ fill: "#FFF"
59
+ }),
60
+ /* @__PURE__ */ t("path", {
61
+ d: "M199.155 86.28c-.384 0-.64-.128-.896-.384l-14.589-14.59c-.256-.256-.384-.512-.384-.896s.128-.64.384-.895l18.173-18.173a1.237 1.237 0 0 1 1.791 0l.384.256c8.575 8.574 8.575 22.396.128 31.098-1.28 1.28-2.687 2.432-4.223 3.328-.384.128-.64.256-.768.256Zm-12.798-15.87 12.926 12.926c1.024-.64 2.048-1.536 2.816-2.304 7.294-7.294 7.678-19.196.64-26.875L186.357 70.41Z",
62
+ fill: "#FF6C37"
63
+ }),
64
+ /* @__PURE__ */ t("path", {
65
+ d: "M176.375 84.488a7.879 7.879 0 0 0-11.134 0l-48.247 48.247 8.063 8.063 51.062-44.792c3.328-2.816 3.584-7.807.768-11.134-.256-.128-.384-.256-.512-.384Z",
66
+ fill: "#FFF"
67
+ }),
68
+ /* @__PURE__ */ t("path", {
69
+ d: "M124.929 142.077c-.384 0-.64-.128-.896-.383l-8.063-8.063a1.237 1.237 0 0 1 0-1.792l48.247-48.247a9.115 9.115 0 0 1 12.926 0 9.115 9.115 0 0 1 0 12.926l-.384.384-51.063 44.792c-.128.255-.384.383-.767.383Zm-6.143-9.342 6.27 6.271 50.167-44.024c2.816-2.304 3.072-6.527.768-9.342-2.303-2.816-6.526-3.072-9.342-.768-.128.128-.256.256-.512.384l-47.351 47.48Z",
70
+ fill: "#FF6C37"
71
+ }),
72
+ /* @__PURE__ */ t("path", {
73
+ d: "M80.009 187.637c-.512.256-.768.768-.64 1.28l2.175 9.214c.512 1.28-.256 2.816-1.663 3.2-1.024.384-2.176 0-2.816-.768l-14.077-13.95 45.943-45.943 15.87.256 10.75 10.75c-2.56 2.175-18.045 17.149-55.542 35.961Z",
74
+ fill: "#FFF"
75
+ }),
76
+ /* @__PURE__ */ t("path", {
77
+ d: "M78.985 202.61c-1.024 0-2.048-.383-2.688-1.151l-13.95-13.95c-.255-.256-.383-.512-.383-.896 0-.383.128-.64.384-.895l45.944-45.944c.256-.256.64-.384.895-.384l15.87.256c.383 0 .64.128.895.384l10.75 10.75c.256.256.384.64.384 1.024s-.128.64-.512.896l-.895.767c-13.566 11.902-31.995 23.804-54.902 35.194l2.175 9.086c.384 1.664-.384 3.456-1.92 4.352-.767.384-1.407.512-2.047.512Zm-14.078-15.997 13.182 13.054c.384.64 1.152.896 1.792.512.64-.384.896-1.152.512-1.792l-2.176-9.214c-.256-1.152.256-2.176 1.28-2.688 22.652-11.39 40.952-23.163 54.39-34.81l-9.47-9.47-14.718-.256-44.792 44.664Z",
78
+ fill: "#FF6C37"
79
+ }),
80
+ /* @__PURE__ */ t("path", {
81
+ d: "m52.11 197.62 11.006-11.007 16.38 16.381-26.107-1.791c-1.151-.128-1.92-1.152-1.791-2.304 0-.512.128-1.024.512-1.28Z",
82
+ fill: "#FFF"
83
+ }),
84
+ /* @__PURE__ */ t("path", {
85
+ d: "m79.497 204.146-26.236-1.791c-1.92-.128-3.199-1.792-3.071-3.712.128-.768.384-1.535 1.024-2.047L62.22 185.59a1.237 1.237 0 0 1 1.792 0l16.38 16.38c.385.385.512.897.257 1.408-.256.512-.64.768-1.152.768Zm-16.381-15.74-10.11 10.11c-.384.255-.384.895 0 1.151.127.128.255.256.511.256l22.652 1.536-13.053-13.054ZM104.452 146.557c-.768 0-1.28-.64-1.28-1.28 0-.384.128-.64.384-.896l12.414-12.414a1.237 1.237 0 0 1 1.792 0l8.062 8.063c.384.384.512.768.384 1.28-.128.384-.512.767-1.023.895l-20.477 4.352h-.256Zm12.414-11.902-8.446 8.446 13.821-2.943-5.375-5.503Z",
86
+ fill: "#FF6C37"
87
+ }),
88
+ /* @__PURE__ */ t("path", {
89
+ d: "m124.8 140.926-14.077 3.071c-1.024.256-2.048-.384-2.303-1.408-.128-.64 0-1.28.511-1.791l7.807-7.807 8.063 7.935Z",
90
+ fill: "#FFF"
91
+ }),
92
+ /* @__PURE__ */ t("path", {
93
+ d: "M110.467 145.277a3.168 3.168 0 0 1-3.2-3.2c0-.895.385-1.663.897-2.303l7.806-7.807a1.237 1.237 0 0 1 1.792 0l8.062 8.063c.384.384.512.768.384 1.28-.128.384-.512.767-1.023.895l-14.078 3.072h-.64Zm6.399-10.622-6.91 6.91c-.257.257-.257.512-.129.768s.384.384.768.384l11.774-2.56-5.503-5.502ZM203.25 64.907c-.256-.767-1.151-1.151-1.92-.895-.767.255-1.151 1.151-.895 1.92 0 .127.128.255.128.383.768 1.536.512 3.455-.512 4.863-.512.64-.384 1.536.128 2.048.64.512 1.536.384 2.048-.256 1.92-2.432 2.303-5.503 1.023-8.063Z",
94
+ fill: "#FF6C37"
95
+ })
96
+ ]
97
+ }));
98
+ //#endregion
99
+ export { r as default };