@arcadeai/design-system 3.27.6 → 3.27.7
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.
- package/dist/assets/icons/attio.js +10 -0
- package/dist/components/index.js +211 -211
- package/dist/components/ui/atoms/checkbox.d.ts.map +1 -1
- package/dist/components/ui/atoms/checkbox.js +100 -100
- package/dist/components/ui/atoms/icons/attio.d.ts +4 -0
- package/dist/components/ui/atoms/icons/attio.d.ts.map +1 -0
- package/dist/components/ui/atoms/icons/attio.js +27 -0
- package/dist/components/ui/atoms/icons/claude.d.ts.map +1 -1
- package/dist/components/ui/atoms/icons/claude.js +22 -4
- package/dist/components/ui/atoms/icons/cline.d.ts.map +1 -1
- package/dist/components/ui/atoms/icons/cline.js +18 -4
- package/dist/components/ui/atoms/icons/cursor-install-dark.d.ts.map +1 -1
- package/dist/components/ui/atoms/icons/cursor-install-dark.js +74 -11
- package/dist/components/ui/atoms/icons/cursor-install-light.d.ts.map +1 -1
- package/dist/components/ui/atoms/icons/cursor-install-light.js +74 -11
- package/dist/components/ui/atoms/icons/gemini.d.ts.map +1 -1
- package/dist/components/ui/atoms/icons/gemini.js +229 -50
- package/dist/components/ui/atoms/icons/goose.d.ts.map +1 -1
- package/dist/components/ui/atoms/icons/goose.js +17 -4
- package/dist/components/ui/atoms/icons/index.d.ts +1 -1
- package/dist/components/ui/atoms/icons/index.d.ts.map +1 -1
- package/dist/components/ui/atoms/icons/index.js +196 -196
- package/dist/components/ui/atoms/icons/openai.d.ts.map +1 -1
- package/dist/components/ui/atoms/icons/openai.js +21 -4
- package/dist/components/ui/atoms/icons/vscode.d.ts.map +1 -1
- package/dist/components/ui/atoms/icons/vscode.js +182 -34
- package/dist/components/ui/atoms/icons/windsurf.d.ts.map +1 -1
- package/dist/components/ui/atoms/icons/windsurf.js +21 -4
- package/dist/components/ui/atoms/index.js +194 -194
- package/dist/components/ui/index.js +211 -211
- package/dist/components/ui/molecules/index.js +1 -1
- package/dist/components/ui/molecules/requirement-badges.d.ts +6 -3
- package/dist/components/ui/molecules/requirement-badges.d.ts.map +1 -1
- package/dist/components/ui/molecules/requirement-badges.js +1 -1
- package/dist/components/ui/molecules/tool-card.d.ts.map +1 -1
- package/dist/components/ui/molecules/tool-card.js +55 -54
- package/dist/components/ui/molecules/toolkit-card.d.ts.map +1 -1
- package/dist/components/ui/molecules/toolkit-card.js +1 -1
- package/dist/components/ui/molecules/toolkit-selection-summary.js +1 -1
- package/dist/components/ui/organisms/toolkit-picker/components/search-input.js +1 -1
- package/dist/components/ui/organisms/toolkit-picker/components/select-button.js +1 -1
- package/dist/components/ui/organisms/toolkit-picker/components/toolkit-card-with-selection.js +1 -1
- package/dist/components/ui/organisms/toolkit-picker/components/toolkit-list.js +1 -1
- package/dist/components/ui/organisms/toolkit-picker/components/tools-list.js +1 -1
- package/dist/components/ui/organisms/toolkit-picker/hooks/use-toolkit-picker.d.ts.map +1 -1
- package/dist/components/ui/organisms/toolkit-picker/hooks/use-toolkit-picker.js +63 -50
- package/dist/components/ui/organisms/toolkit-picker/mocks/toolkit-collection.d.ts.map +1 -1
- package/dist/components/ui/organisms/toolkit-picker/mocks/toolkit-collection.js +34 -23
- package/dist/hooks/use-is-truncated.d.ts +13 -0
- package/dist/hooks/use-is-truncated.d.ts.map +1 -0
- package/dist/hooks/use-is-truncated.js +20 -0
- package/dist/lib/arcade/arcade.d.ts +0 -24
- package/dist/lib/arcade/arcade.d.ts.map +1 -1
- package/dist/lib/arcade/arcade.js +253 -416
- package/dist/lib/arcade/toolkit-collection.d.ts +15 -0
- package/dist/lib/arcade/toolkit-collection.d.ts.map +1 -0
- package/dist/lib/arcade/toolkit-collection.js +149 -0
- package/dist/main.js +224 -224
- package/dist/metadata/oauth-providers.d.ts +2 -0
- package/dist/metadata/oauth-providers.d.ts.map +1 -1
- package/dist/metadata/oauth-providers.js +84 -72
- package/dist/metadata/toolkits.js +7 -7
- package/dist/{toolkit-card-DaoEIG0R.js → toolkit-card-Cmp_yG03.js} +116 -111
- package/package.json +10 -5
- package/dist/assets/icons/roocode.js +0 -10
- package/dist/components/ui/atoms/icons/roocode.d.ts +0 -4
- package/dist/components/ui/atoms/icons/roocode.d.ts.map +0 -1
- package/dist/components/ui/atoms/icons/roocode.js +0 -9
|
@@ -1,38 +1,186 @@
|
|
|
1
1
|
import { jsxs as i, jsx as e } from "react/jsx-runtime";
|
|
2
|
-
const r = (l) => /* @__PURE__ */ i(
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
/* @__PURE__ */ e(
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
2
|
+
const r = (l) => /* @__PURE__ */ i(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
fill: "none",
|
|
6
|
+
height: "100",
|
|
7
|
+
viewBox: "0 0 100 100",
|
|
8
|
+
width: "100",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...l,
|
|
11
|
+
children: [
|
|
12
|
+
/* @__PURE__ */ e("title", { children: "Vscode" }),
|
|
13
|
+
/* @__PURE__ */ e(
|
|
14
|
+
"mask",
|
|
15
|
+
{
|
|
16
|
+
height: "100",
|
|
17
|
+
id: "mask0",
|
|
18
|
+
maskUnits: "userSpaceOnUse",
|
|
19
|
+
style: { maskType: "alpha" },
|
|
20
|
+
width: "100",
|
|
21
|
+
x: "0",
|
|
22
|
+
y: "0",
|
|
23
|
+
children: /* @__PURE__ */ e(
|
|
24
|
+
"path",
|
|
25
|
+
{
|
|
26
|
+
clipRule: "evenodd",
|
|
27
|
+
d: "M70.9119 99.3171C72.4869 99.9307 74.2828 99.8914 75.8725 99.1264L96.4608 89.2197C98.6242 88.1787 100 85.9892 100 83.5872V16.4133C100 14.0113 98.6243 11.8218 96.4609 10.7808L75.8725 0.873756C73.7862 -0.130129 71.3446 0.11576 69.5135 1.44695C69.252 1.63711 69.0028 1.84943 68.769 2.08341L29.3551 38.0415L12.1872 25.0096C10.589 23.7965 8.35363 23.8959 6.86933 25.2461L1.36303 30.2549C-0.452552 31.9064 -0.454633 34.7627 1.35853 36.417L16.2471 50.0001L1.35853 63.5832C-0.454633 65.2374 -0.452552 68.0938 1.36303 69.7453L6.86933 74.7541C8.35363 76.1043 10.589 76.2037 12.1872 74.9905L29.3551 61.9587L68.769 97.9167C69.3925 98.5406 70.1246 99.0104 70.9119 99.3171ZM75.0152 27.2989L45.1091 50.0001L75.0152 72.7012V27.2989Z",
|
|
28
|
+
fill: "white",
|
|
29
|
+
fillRule: "evenodd"
|
|
30
|
+
}
|
|
31
|
+
)
|
|
32
|
+
}
|
|
33
|
+
),
|
|
34
|
+
/* @__PURE__ */ i("g", { mask: "url(#mask0)", children: [
|
|
35
|
+
/* @__PURE__ */ e(
|
|
36
|
+
"path",
|
|
37
|
+
{
|
|
38
|
+
d: "M96.4614 10.7962L75.8569 0.875542C73.4719 -0.272773 70.6217 0.211611 68.75 2.08333L1.29858 63.5832C-0.515693 65.2373 -0.513607 68.0937 1.30308 69.7452L6.81272 74.754C8.29793 76.1042 10.5347 76.2036 12.1338 74.9905L93.3609 13.3699C96.086 11.3026 100 13.2462 100 16.6667V16.4275C100 14.0265 98.6246 11.8378 96.4614 10.7962Z",
|
|
39
|
+
fill: "#0065A9"
|
|
40
|
+
}
|
|
41
|
+
),
|
|
42
|
+
/* @__PURE__ */ e("g", { filter: "url(#filter0_d)", children: /* @__PURE__ */ e(
|
|
43
|
+
"path",
|
|
44
|
+
{
|
|
45
|
+
d: "M96.4614 89.2038L75.8569 99.1245C73.4719 100.273 70.6217 99.7884 68.75 97.9167L1.29858 36.4169C-0.515693 34.7627 -0.513607 31.9063 1.30308 30.2548L6.81272 25.246C8.29793 23.8958 10.5347 23.7964 12.1338 25.0095L93.3609 86.6301C96.086 88.6974 100 86.7538 100 83.3334V83.5726C100 85.9735 98.6246 88.1622 96.4614 89.2038Z",
|
|
46
|
+
fill: "#007ACC"
|
|
47
|
+
}
|
|
48
|
+
) }),
|
|
49
|
+
/* @__PURE__ */ e("g", { filter: "url(#filter1_d)", children: /* @__PURE__ */ e(
|
|
50
|
+
"path",
|
|
51
|
+
{
|
|
52
|
+
d: "M75.8578 99.1263C73.4721 100.274 70.6219 99.7885 68.75 97.9166C71.0564 100.223 75 98.5895 75 95.3278V4.67213C75 1.41039 71.0564 -0.223106 68.75 2.08329C70.6219 0.211402 73.4721 -0.273666 75.8578 0.873633L96.4587 10.7807C98.6234 11.8217 100 14.0112 100 16.4132V83.5871C100 85.9891 98.6234 88.1786 96.4586 89.2196L75.8578 99.1263Z",
|
|
53
|
+
fill: "#1F9CF0"
|
|
54
|
+
}
|
|
55
|
+
) }),
|
|
56
|
+
/* @__PURE__ */ e("g", { opacity: "0.25", style: { mixBlendMode: "overlay" }, children: /* @__PURE__ */ e(
|
|
57
|
+
"path",
|
|
58
|
+
{
|
|
59
|
+
clipRule: "evenodd",
|
|
60
|
+
d: "M70.8511 99.3171C72.4261 99.9306 74.2221 99.8913 75.8117 99.1264L96.4 89.2197C98.5634 88.1787 99.9392 85.9892 99.9392 83.5871V16.4133C99.9392 14.0112 98.5635 11.8217 96.4001 10.7807L75.8117 0.873695C73.7255 -0.13019 71.2838 0.115699 69.4527 1.44688C69.1912 1.63705 68.942 1.84937 68.7082 2.08335L29.2943 38.0414L12.1264 25.0096C10.5283 23.7964 8.29285 23.8959 6.80855 25.246L1.30225 30.2548C-0.513334 31.9064 -0.515415 34.7627 1.29775 36.4169L16.1863 50L1.29775 63.5832C-0.515415 65.2374 -0.513334 68.0937 1.30225 69.7452L6.80855 74.754C8.29285 76.1042 10.5283 76.2036 12.1264 74.9905L29.2943 61.9586L68.7082 97.9167C69.3317 98.5405 70.0638 99.0104 70.8511 99.3171ZM74.9544 27.2989L45.0483 50L74.9544 72.7012V27.2989Z",
|
|
61
|
+
fill: "url(#paint0_linear)",
|
|
62
|
+
fillRule: "evenodd"
|
|
63
|
+
}
|
|
64
|
+
) })
|
|
65
|
+
] }),
|
|
66
|
+
/* @__PURE__ */ i("defs", { children: [
|
|
67
|
+
/* @__PURE__ */ i(
|
|
68
|
+
"filter",
|
|
69
|
+
{
|
|
70
|
+
colorInterpolationFilters: "sRGB",
|
|
71
|
+
filterUnits: "userSpaceOnUse",
|
|
72
|
+
height: "92.2456",
|
|
73
|
+
id: "filter0_d",
|
|
74
|
+
width: "116.727",
|
|
75
|
+
x: "-8.39411",
|
|
76
|
+
y: "15.8291",
|
|
77
|
+
children: [
|
|
78
|
+
/* @__PURE__ */ e("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
|
|
79
|
+
/* @__PURE__ */ e(
|
|
80
|
+
"feColorMatrix",
|
|
81
|
+
{
|
|
82
|
+
in: "SourceAlpha",
|
|
83
|
+
type: "matrix",
|
|
84
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
85
|
+
}
|
|
86
|
+
),
|
|
87
|
+
/* @__PURE__ */ e("feOffset", {}),
|
|
88
|
+
/* @__PURE__ */ e("feGaussianBlur", { stdDeviation: "4.16667" }),
|
|
89
|
+
/* @__PURE__ */ e(
|
|
90
|
+
"feColorMatrix",
|
|
91
|
+
{
|
|
92
|
+
type: "matrix",
|
|
93
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"
|
|
94
|
+
}
|
|
95
|
+
),
|
|
96
|
+
/* @__PURE__ */ e(
|
|
97
|
+
"feBlend",
|
|
98
|
+
{
|
|
99
|
+
in2: "BackgroundImageFix",
|
|
100
|
+
mode: "overlay",
|
|
101
|
+
result: "effect1_dropShadow"
|
|
102
|
+
}
|
|
103
|
+
),
|
|
104
|
+
/* @__PURE__ */ e(
|
|
105
|
+
"feBlend",
|
|
106
|
+
{
|
|
107
|
+
in: "SourceGraphic",
|
|
108
|
+
in2: "effect1_dropShadow",
|
|
109
|
+
mode: "normal",
|
|
110
|
+
result: "shape"
|
|
111
|
+
}
|
|
112
|
+
)
|
|
113
|
+
]
|
|
114
|
+
}
|
|
115
|
+
),
|
|
116
|
+
/* @__PURE__ */ i(
|
|
117
|
+
"filter",
|
|
118
|
+
{
|
|
119
|
+
colorInterpolationFilters: "sRGB",
|
|
120
|
+
filterUnits: "userSpaceOnUse",
|
|
121
|
+
height: "116.151",
|
|
122
|
+
id: "filter1_d",
|
|
123
|
+
width: "47.9167",
|
|
124
|
+
x: "60.4167",
|
|
125
|
+
y: "-8.07558",
|
|
126
|
+
children: [
|
|
127
|
+
/* @__PURE__ */ e("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
|
|
128
|
+
/* @__PURE__ */ e(
|
|
129
|
+
"feColorMatrix",
|
|
130
|
+
{
|
|
131
|
+
in: "SourceAlpha",
|
|
132
|
+
type: "matrix",
|
|
133
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
134
|
+
}
|
|
135
|
+
),
|
|
136
|
+
/* @__PURE__ */ e("feOffset", {}),
|
|
137
|
+
/* @__PURE__ */ e("feGaussianBlur", { stdDeviation: "4.16667" }),
|
|
138
|
+
/* @__PURE__ */ e(
|
|
139
|
+
"feColorMatrix",
|
|
140
|
+
{
|
|
141
|
+
type: "matrix",
|
|
142
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"
|
|
143
|
+
}
|
|
144
|
+
),
|
|
145
|
+
/* @__PURE__ */ e(
|
|
146
|
+
"feBlend",
|
|
147
|
+
{
|
|
148
|
+
in2: "BackgroundImageFix",
|
|
149
|
+
mode: "overlay",
|
|
150
|
+
result: "effect1_dropShadow"
|
|
151
|
+
}
|
|
152
|
+
),
|
|
153
|
+
/* @__PURE__ */ e(
|
|
154
|
+
"feBlend",
|
|
155
|
+
{
|
|
156
|
+
in: "SourceGraphic",
|
|
157
|
+
in2: "effect1_dropShadow",
|
|
158
|
+
mode: "normal",
|
|
159
|
+
result: "shape"
|
|
160
|
+
}
|
|
161
|
+
)
|
|
162
|
+
]
|
|
163
|
+
}
|
|
164
|
+
),
|
|
165
|
+
/* @__PURE__ */ i(
|
|
166
|
+
"linearGradient",
|
|
167
|
+
{
|
|
168
|
+
gradientUnits: "userSpaceOnUse",
|
|
169
|
+
id: "paint0_linear",
|
|
170
|
+
x1: "49.9392",
|
|
171
|
+
x2: "49.9392",
|
|
172
|
+
y1: "0.257812",
|
|
173
|
+
y2: "99.7423",
|
|
174
|
+
children: [
|
|
175
|
+
/* @__PURE__ */ e("stop", { stopColor: "white" }),
|
|
176
|
+
/* @__PURE__ */ e("stop", { offset: "1", stopColor: "white", stopOpacity: "0" })
|
|
177
|
+
]
|
|
178
|
+
}
|
|
179
|
+
)
|
|
180
|
+
] })
|
|
181
|
+
]
|
|
182
|
+
}
|
|
183
|
+
);
|
|
36
184
|
export {
|
|
37
185
|
r as Vscode,
|
|
38
186
|
r as default
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"windsurf.d.ts","sourceRoot":"","sources":["../../../../../lib/components/ui/atoms/icons/windsurf.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,
|
|
1
|
+
{"version":3,"file":"windsurf.d.ts","sourceRoot":"","sources":["../../../../../lib/components/ui/atoms/icons/windsurf.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,eAAO,MAAM,QAAQ,GAAI,OAAO,QAAQ,CAAC,aAAa,CAAC,4CAetD,CAAC;AAEF,eAAe,QAAQ,CAAC"}
|
|
@@ -1,8 +1,25 @@
|
|
|
1
1
|
import { jsxs as i, jsx as C } from "react/jsx-runtime";
|
|
2
|
-
const l = (t) => /* @__PURE__ */ i(
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
2
|
+
const l = (t) => /* @__PURE__ */ i(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
fill: "none",
|
|
6
|
+
height: "1024",
|
|
7
|
+
viewBox: "0 0 1024 1024",
|
|
8
|
+
width: "1024",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...t,
|
|
11
|
+
children: [
|
|
12
|
+
/* @__PURE__ */ C("title", { children: "Windsurf" }),
|
|
13
|
+
/* @__PURE__ */ C(
|
|
14
|
+
"path",
|
|
15
|
+
{
|
|
16
|
+
d: "M897.246 286.869H889.819C850.735 286.808 819.017 318.46 819.017 357.539V515.589C819.017 547.15 792.93 572.716 761.882 572.716C743.436 572.716 725.02 563.433 714.093 547.85L552.673 317.304C539.28 298.16 517.486 286.747 493.895 286.747C457.094 286.747 423.976 318.034 423.976 356.657V515.619C423.976 547.181 398.103 572.746 366.842 572.746C348.335 572.746 329.949 563.463 319.021 547.881L138.395 289.882C134.316 284.038 125.154 286.93 125.154 294.052V431.892C125.154 438.862 127.285 445.619 131.272 451.34L309.037 705.2C319.539 720.204 335.033 731.344 352.9 735.392C397.616 745.557 438.77 711.135 438.77 667.278V508.406C438.77 476.845 464.339 451.279 495.904 451.279H495.995C515.02 451.279 532.857 460.562 543.785 476.145L705.235 706.661C718.659 725.835 739.327 737.218 763.983 737.218C801.606 737.218 833.841 705.9 833.841 667.308V508.376C833.841 476.815 859.41 451.249 890.975 451.249H897.276C901.233 451.249 904.43 448.053 904.43 444.097V294.021C904.43 290.065 901.233 286.869 897.276 286.869H897.246Z",
|
|
17
|
+
fill: "currentColor"
|
|
18
|
+
}
|
|
19
|
+
)
|
|
20
|
+
]
|
|
21
|
+
}
|
|
22
|
+
);
|
|
6
23
|
export {
|
|
7
24
|
l as Windsurf,
|
|
8
25
|
l as default
|