@arcadeai/design-system 3.27.6 → 3.28.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 (89) hide show
  1. package/dist/assets/icons/attio.js +10 -0
  2. package/dist/assets/icons/microsoft-excel.js +35 -0
  3. package/dist/assets/icons/{one-drive.js → microsoft-onedrive.js} +3 -3
  4. package/dist/assets/icons/microsoft-powerpoint.js +121 -0
  5. package/dist/assets/icons/microsoft-word.js +32 -0
  6. package/dist/components/index.js +390 -384
  7. package/dist/components/ui/atoms/checkbox.d.ts.map +1 -1
  8. package/dist/components/ui/atoms/checkbox.js +100 -100
  9. package/dist/components/ui/atoms/icons/attio.d.ts +4 -0
  10. package/dist/components/ui/atoms/icons/attio.d.ts.map +1 -0
  11. package/dist/components/ui/atoms/icons/attio.js +27 -0
  12. package/dist/components/ui/atoms/icons/claude.d.ts.map +1 -1
  13. package/dist/components/ui/atoms/icons/claude.js +22 -4
  14. package/dist/components/ui/atoms/icons/cline.d.ts.map +1 -1
  15. package/dist/components/ui/atoms/icons/cline.js +18 -4
  16. package/dist/components/ui/atoms/icons/cursor-install-dark.d.ts.map +1 -1
  17. package/dist/components/ui/atoms/icons/cursor-install-dark.js +74 -11
  18. package/dist/components/ui/atoms/icons/cursor-install-light.d.ts.map +1 -1
  19. package/dist/components/ui/atoms/icons/cursor-install-light.js +74 -11
  20. package/dist/components/ui/atoms/icons/gemini.d.ts.map +1 -1
  21. package/dist/components/ui/atoms/icons/gemini.js +229 -50
  22. package/dist/components/ui/atoms/icons/goose.d.ts.map +1 -1
  23. package/dist/components/ui/atoms/icons/goose.js +17 -4
  24. package/dist/components/ui/atoms/icons/index.d.ts +5 -2
  25. package/dist/components/ui/atoms/icons/index.d.ts.map +1 -1
  26. package/dist/components/ui/atoms/icons/index.js +264 -258
  27. package/dist/components/ui/atoms/icons/microsoft-excel.d.ts +4 -0
  28. package/dist/components/ui/atoms/icons/microsoft-excel.d.ts.map +1 -0
  29. package/dist/components/ui/atoms/icons/microsoft-excel.js +285 -0
  30. package/dist/components/ui/atoms/icons/microsoft-onedrive.d.ts +4 -0
  31. package/dist/components/ui/atoms/icons/microsoft-onedrive.d.ts.map +1 -0
  32. package/dist/components/ui/atoms/icons/{one-drive.js → microsoft-onedrive.js} +3 -3
  33. package/dist/components/ui/atoms/icons/microsoft-powerpoint.d.ts +4 -0
  34. package/dist/components/ui/atoms/icons/microsoft-powerpoint.d.ts.map +1 -0
  35. package/dist/components/ui/atoms/icons/microsoft-powerpoint.js +334 -0
  36. package/dist/components/ui/atoms/icons/microsoft-word.d.ts +4 -0
  37. package/dist/components/ui/atoms/icons/microsoft-word.d.ts.map +1 -0
  38. package/dist/components/ui/atoms/icons/microsoft-word.js +232 -0
  39. package/dist/components/ui/atoms/icons/openai.d.ts.map +1 -1
  40. package/dist/components/ui/atoms/icons/openai.js +21 -4
  41. package/dist/components/ui/atoms/icons/vscode.d.ts.map +1 -1
  42. package/dist/components/ui/atoms/icons/vscode.js +182 -34
  43. package/dist/components/ui/atoms/icons/windsurf.d.ts.map +1 -1
  44. package/dist/components/ui/atoms/icons/windsurf.js +21 -4
  45. package/dist/components/ui/atoms/index.js +387 -381
  46. package/dist/components/ui/index.js +390 -384
  47. package/dist/components/ui/molecules/index.js +1 -1
  48. package/dist/components/ui/molecules/requirement-badges.d.ts +6 -3
  49. package/dist/components/ui/molecules/requirement-badges.d.ts.map +1 -1
  50. package/dist/components/ui/molecules/requirement-badges.js +1 -1
  51. package/dist/components/ui/molecules/tool-card.d.ts.map +1 -1
  52. package/dist/components/ui/molecules/tool-card.js +55 -54
  53. package/dist/components/ui/molecules/toolkit-card.d.ts.map +1 -1
  54. package/dist/components/ui/molecules/toolkit-card.js +1 -1
  55. package/dist/components/ui/molecules/toolkit-selection-summary.js +1 -1
  56. package/dist/components/ui/organisms/toolkit-picker/components/search-input.js +1 -1
  57. package/dist/components/ui/organisms/toolkit-picker/components/select-button.js +1 -1
  58. package/dist/components/ui/organisms/toolkit-picker/components/toolkit-card-with-selection.js +1 -1
  59. package/dist/components/ui/organisms/toolkit-picker/components/toolkit-list.js +1 -1
  60. package/dist/components/ui/organisms/toolkit-picker/components/tools-list.js +1 -1
  61. package/dist/components/ui/organisms/toolkit-picker/hooks/use-toolkit-picker.d.ts.map +1 -1
  62. package/dist/components/ui/organisms/toolkit-picker/hooks/use-toolkit-picker.js +63 -50
  63. package/dist/components/ui/organisms/toolkit-picker/mocks/toolkit-collection.d.ts.map +1 -1
  64. package/dist/components/ui/organisms/toolkit-picker/mocks/toolkit-collection.js +34 -23
  65. package/dist/hooks/use-is-truncated.d.ts +13 -0
  66. package/dist/hooks/use-is-truncated.d.ts.map +1 -0
  67. package/dist/hooks/use-is-truncated.js +20 -0
  68. package/dist/lib/arcade/arcade.d.ts +0 -24
  69. package/dist/lib/arcade/arcade.d.ts.map +1 -1
  70. package/dist/lib/arcade/arcade.js +253 -416
  71. package/dist/lib/arcade/toolkit-collection.d.ts +15 -0
  72. package/dist/lib/arcade/toolkit-collection.d.ts.map +1 -0
  73. package/dist/lib/arcade/toolkit-collection.js +149 -0
  74. package/dist/main.js +416 -410
  75. package/dist/metadata/oauth-providers.d.ts +2 -0
  76. package/dist/metadata/oauth-providers.d.ts.map +1 -1
  77. package/dist/metadata/oauth-providers.js +84 -72
  78. package/dist/metadata/toolkit-icons.d.ts.map +1 -1
  79. package/dist/metadata/toolkit-icons.js +150 -144
  80. package/dist/metadata/toolkits.d.ts.map +1 -1
  81. package/dist/metadata/toolkits.js +52 -13
  82. package/dist/{toolkit-card-DaoEIG0R.js → toolkit-card-Cmp_yG03.js} +116 -111
  83. package/package.json +10 -5
  84. package/dist/assets/icons/roocode.js +0 -10
  85. package/dist/components/ui/atoms/icons/one-drive.d.ts +0 -4
  86. package/dist/components/ui/atoms/icons/one-drive.d.ts.map +0 -1
  87. package/dist/components/ui/atoms/icons/roocode.d.ts +0 -4
  88. package/dist/components/ui/atoms/icons/roocode.d.ts.map +0 -1
  89. package/dist/components/ui/atoms/icons/roocode.js +0 -9
@@ -1,54 +1,233 @@
1
1
  import { jsxs as i, jsx as e } from "react/jsx-runtime";
2
- const t = (l) => /* @__PURE__ */ i("svg", { viewBox: "0 0 296 298", xmlns: "http://www.w3.org/2000/svg", width: "296", height: "298", fill: "none", ...l, children: [
3
- /* @__PURE__ */ e("title", { children: "Gemini" }),
4
- /* @__PURE__ */ e("mask", { id: "gemini__a", width: "296", height: "298", x: "0", y: "0", maskUnits: "userSpaceOnUse", style: { maskType: "alpha" }, children: /* @__PURE__ */ e("path", { fill: "#3186FF", d: "M141.201 4.886c2.282-6.17 11.042-6.071 13.184.148l5.985 17.37a184.004 184.004 0 0 0 111.257 113.049l19.304 6.997c6.143 2.227 6.156 10.91.02 13.155l-19.35 7.082a184.001 184.001 0 0 0-109.495 109.385l-7.573 20.629c-2.241 6.105-10.869 6.121-13.133.025l-7.908-21.296a184 184 0 0 0-109.02-108.658l-19.698-7.239c-6.102-2.243-6.118-10.867-.025-13.132l20.083-7.467A183.998 183.998 0 0 0 133.291 26.28l7.91-21.394Z" }) }),
5
- /* @__PURE__ */ i("g", { mask: "url(#gemini__a)", children: [
6
- /* @__PURE__ */ e("g", { filter: "url(#gemini__b)", children: /* @__PURE__ */ e("ellipse", { cx: "163", cy: "149", fill: "#3689FF", rx: "196", ry: "159" }) }),
7
- /* @__PURE__ */ e("g", { filter: "url(#gemini__c)", children: /* @__PURE__ */ e("ellipse", { cx: "33.5", cy: "142.5", fill: "#F6C013", rx: "68.5", ry: "72.5" }) }),
8
- /* @__PURE__ */ e("g", { filter: "url(#gemini__d)", children: /* @__PURE__ */ e("ellipse", { cx: "19.5", cy: "148.5", fill: "#F6C013", rx: "68.5", ry: "72.5" }) }),
9
- /* @__PURE__ */ e("g", { filter: "url(#gemini__e)", children: /* @__PURE__ */ e("path", { fill: "#FA4340", d: "M194 10.5C172 82.5 65.5 134.333 22.5 135L144-66l50 76.5Z" }) }),
10
- /* @__PURE__ */ e("g", { filter: "url(#gemini__f)", children: /* @__PURE__ */ e("path", { fill: "#FA4340", d: "M190.5-12.5C168.5 59.5 62 111.333 19 112L140.5-89l50 76.5Z" }) }),
11
- /* @__PURE__ */ e("g", { filter: "url(#gemini__g)", children: /* @__PURE__ */ e("path", { fill: "#14BB69", d: "M194.5 279.5C172.5 207.5 66 155.667 23 155l121.5 201 50-76.5Z" }) }),
12
- /* @__PURE__ */ e("g", { filter: "url(#gemini__h)", children: /* @__PURE__ */ e("path", { fill: "#14BB69", d: "M196.5 320.5C174.5 248.5 68 196.667 25 196l121.5 201 50-76.5Z" }) })
13
- ] }),
14
- /* @__PURE__ */ i("defs", { children: [
15
- /* @__PURE__ */ i("filter", { id: "gemini__b", width: "464", height: "390", x: "-69", y: "-46", colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse", children: [
16
- /* @__PURE__ */ e("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
17
- /* @__PURE__ */ e("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }),
18
- /* @__PURE__ */ e("feGaussianBlur", { result: "effect1_foregroundBlur_69_17998", stdDeviation: "18" })
19
- ] }),
20
- /* @__PURE__ */ i("filter", { id: "gemini__c", width: "265", height: "273", x: "-99", y: "6", colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse", children: [
21
- /* @__PURE__ */ e("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
22
- /* @__PURE__ */ e("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }),
23
- /* @__PURE__ */ e("feGaussianBlur", { result: "effect1_foregroundBlur_69_17998", stdDeviation: "32" })
24
- ] }),
25
- /* @__PURE__ */ i("filter", { id: "gemini__d", width: "265", height: "273", x: "-113", y: "12", colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse", children: [
26
- /* @__PURE__ */ e("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
27
- /* @__PURE__ */ e("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }),
28
- /* @__PURE__ */ e("feGaussianBlur", { result: "effect1_foregroundBlur_69_17998", stdDeviation: "32" })
29
- ] }),
30
- /* @__PURE__ */ i("filter", { id: "gemini__e", width: "299.5", height: "329", x: "-41.5", y: "-130", colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse", children: [
31
- /* @__PURE__ */ e("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
32
- /* @__PURE__ */ e("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }),
33
- /* @__PURE__ */ e("feGaussianBlur", { result: "effect1_foregroundBlur_69_17998", stdDeviation: "32" })
34
- ] }),
35
- /* @__PURE__ */ i("filter", { id: "gemini__f", width: "299.5", height: "329", x: "-45", y: "-153", colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse", children: [
36
- /* @__PURE__ */ e("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
37
- /* @__PURE__ */ e("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }),
38
- /* @__PURE__ */ e("feGaussianBlur", { result: "effect1_foregroundBlur_69_17998", stdDeviation: "32" })
39
- ] }),
40
- /* @__PURE__ */ i("filter", { id: "gemini__g", width: "299.5", height: "329", x: "-41", y: "91", colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse", children: [
41
- /* @__PURE__ */ e("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
42
- /* @__PURE__ */ e("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }),
43
- /* @__PURE__ */ e("feGaussianBlur", { result: "effect1_foregroundBlur_69_17998", stdDeviation: "32" })
44
- ] }),
45
- /* @__PURE__ */ i("filter", { id: "gemini__h", width: "299.5", height: "329", x: "-39", y: "132", colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse", children: [
46
- /* @__PURE__ */ e("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
47
- /* @__PURE__ */ e("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }),
48
- /* @__PURE__ */ e("feGaussianBlur", { result: "effect1_foregroundBlur_69_17998", stdDeviation: "32" })
49
- ] })
50
- ] })
51
- ] });
2
+ const t = (l) => /* @__PURE__ */ i(
3
+ "svg",
4
+ {
5
+ fill: "none",
6
+ height: "298",
7
+ viewBox: "0 0 296 298",
8
+ width: "296",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...l,
11
+ children: [
12
+ /* @__PURE__ */ e("title", { children: "Gemini" }),
13
+ /* @__PURE__ */ e(
14
+ "mask",
15
+ {
16
+ height: "298",
17
+ id: "gemini__a",
18
+ maskUnits: "userSpaceOnUse",
19
+ style: { maskType: "alpha" },
20
+ width: "296",
21
+ x: "0",
22
+ y: "0",
23
+ children: /* @__PURE__ */ e(
24
+ "path",
25
+ {
26
+ d: "M141.201 4.886c2.282-6.17 11.042-6.071 13.184.148l5.985 17.37a184.004 184.004 0 0 0 111.257 113.049l19.304 6.997c6.143 2.227 6.156 10.91.02 13.155l-19.35 7.082a184.001 184.001 0 0 0-109.495 109.385l-7.573 20.629c-2.241 6.105-10.869 6.121-13.133.025l-7.908-21.296a184 184 0 0 0-109.02-108.658l-19.698-7.239c-6.102-2.243-6.118-10.867-.025-13.132l20.083-7.467A183.998 183.998 0 0 0 133.291 26.28l7.91-21.394Z",
27
+ fill: "#3186FF"
28
+ }
29
+ )
30
+ }
31
+ ),
32
+ /* @__PURE__ */ i("g", { mask: "url(#gemini__a)", children: [
33
+ /* @__PURE__ */ e("g", { filter: "url(#gemini__b)", children: /* @__PURE__ */ e("ellipse", { cx: "163", cy: "149", fill: "#3689FF", rx: "196", ry: "159" }) }),
34
+ /* @__PURE__ */ e("g", { filter: "url(#gemini__c)", children: /* @__PURE__ */ e("ellipse", { cx: "33.5", cy: "142.5", fill: "#F6C013", rx: "68.5", ry: "72.5" }) }),
35
+ /* @__PURE__ */ e("g", { filter: "url(#gemini__d)", children: /* @__PURE__ */ e("ellipse", { cx: "19.5", cy: "148.5", fill: "#F6C013", rx: "68.5", ry: "72.5" }) }),
36
+ /* @__PURE__ */ e("g", { filter: "url(#gemini__e)", children: /* @__PURE__ */ e(
37
+ "path",
38
+ {
39
+ d: "M194 10.5C172 82.5 65.5 134.333 22.5 135L144-66l50 76.5Z",
40
+ fill: "#FA4340"
41
+ }
42
+ ) }),
43
+ /* @__PURE__ */ e("g", { filter: "url(#gemini__f)", children: /* @__PURE__ */ e(
44
+ "path",
45
+ {
46
+ d: "M190.5-12.5C168.5 59.5 62 111.333 19 112L140.5-89l50 76.5Z",
47
+ fill: "#FA4340"
48
+ }
49
+ ) }),
50
+ /* @__PURE__ */ e("g", { filter: "url(#gemini__g)", children: /* @__PURE__ */ e(
51
+ "path",
52
+ {
53
+ d: "M194.5 279.5C172.5 207.5 66 155.667 23 155l121.5 201 50-76.5Z",
54
+ fill: "#14BB69"
55
+ }
56
+ ) }),
57
+ /* @__PURE__ */ e("g", { filter: "url(#gemini__h)", children: /* @__PURE__ */ e(
58
+ "path",
59
+ {
60
+ d: "M196.5 320.5C174.5 248.5 68 196.667 25 196l121.5 201 50-76.5Z",
61
+ fill: "#14BB69"
62
+ }
63
+ ) })
64
+ ] }),
65
+ /* @__PURE__ */ i("defs", { children: [
66
+ /* @__PURE__ */ i(
67
+ "filter",
68
+ {
69
+ colorInterpolationFilters: "sRGB",
70
+ filterUnits: "userSpaceOnUse",
71
+ height: "390",
72
+ id: "gemini__b",
73
+ width: "464",
74
+ x: "-69",
75
+ y: "-46",
76
+ children: [
77
+ /* @__PURE__ */ e("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
78
+ /* @__PURE__ */ e("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }),
79
+ /* @__PURE__ */ e(
80
+ "feGaussianBlur",
81
+ {
82
+ result: "effect1_foregroundBlur_69_17998",
83
+ stdDeviation: "18"
84
+ }
85
+ )
86
+ ]
87
+ }
88
+ ),
89
+ /* @__PURE__ */ i(
90
+ "filter",
91
+ {
92
+ colorInterpolationFilters: "sRGB",
93
+ filterUnits: "userSpaceOnUse",
94
+ height: "273",
95
+ id: "gemini__c",
96
+ width: "265",
97
+ x: "-99",
98
+ y: "6",
99
+ children: [
100
+ /* @__PURE__ */ e("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
101
+ /* @__PURE__ */ e("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }),
102
+ /* @__PURE__ */ e(
103
+ "feGaussianBlur",
104
+ {
105
+ result: "effect1_foregroundBlur_69_17998",
106
+ stdDeviation: "32"
107
+ }
108
+ )
109
+ ]
110
+ }
111
+ ),
112
+ /* @__PURE__ */ i(
113
+ "filter",
114
+ {
115
+ colorInterpolationFilters: "sRGB",
116
+ filterUnits: "userSpaceOnUse",
117
+ height: "273",
118
+ id: "gemini__d",
119
+ width: "265",
120
+ x: "-113",
121
+ y: "12",
122
+ children: [
123
+ /* @__PURE__ */ e("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
124
+ /* @__PURE__ */ e("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }),
125
+ /* @__PURE__ */ e(
126
+ "feGaussianBlur",
127
+ {
128
+ result: "effect1_foregroundBlur_69_17998",
129
+ stdDeviation: "32"
130
+ }
131
+ )
132
+ ]
133
+ }
134
+ ),
135
+ /* @__PURE__ */ i(
136
+ "filter",
137
+ {
138
+ colorInterpolationFilters: "sRGB",
139
+ filterUnits: "userSpaceOnUse",
140
+ height: "329",
141
+ id: "gemini__e",
142
+ width: "299.5",
143
+ x: "-41.5",
144
+ y: "-130",
145
+ children: [
146
+ /* @__PURE__ */ e("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
147
+ /* @__PURE__ */ e("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }),
148
+ /* @__PURE__ */ e(
149
+ "feGaussianBlur",
150
+ {
151
+ result: "effect1_foregroundBlur_69_17998",
152
+ stdDeviation: "32"
153
+ }
154
+ )
155
+ ]
156
+ }
157
+ ),
158
+ /* @__PURE__ */ i(
159
+ "filter",
160
+ {
161
+ colorInterpolationFilters: "sRGB",
162
+ filterUnits: "userSpaceOnUse",
163
+ height: "329",
164
+ id: "gemini__f",
165
+ width: "299.5",
166
+ x: "-45",
167
+ y: "-153",
168
+ children: [
169
+ /* @__PURE__ */ e("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
170
+ /* @__PURE__ */ e("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }),
171
+ /* @__PURE__ */ e(
172
+ "feGaussianBlur",
173
+ {
174
+ result: "effect1_foregroundBlur_69_17998",
175
+ stdDeviation: "32"
176
+ }
177
+ )
178
+ ]
179
+ }
180
+ ),
181
+ /* @__PURE__ */ i(
182
+ "filter",
183
+ {
184
+ colorInterpolationFilters: "sRGB",
185
+ filterUnits: "userSpaceOnUse",
186
+ height: "329",
187
+ id: "gemini__g",
188
+ width: "299.5",
189
+ x: "-41",
190
+ y: "91",
191
+ children: [
192
+ /* @__PURE__ */ e("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
193
+ /* @__PURE__ */ e("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }),
194
+ /* @__PURE__ */ e(
195
+ "feGaussianBlur",
196
+ {
197
+ result: "effect1_foregroundBlur_69_17998",
198
+ stdDeviation: "32"
199
+ }
200
+ )
201
+ ]
202
+ }
203
+ ),
204
+ /* @__PURE__ */ i(
205
+ "filter",
206
+ {
207
+ colorInterpolationFilters: "sRGB",
208
+ filterUnits: "userSpaceOnUse",
209
+ height: "329",
210
+ id: "gemini__h",
211
+ width: "299.5",
212
+ x: "-39",
213
+ y: "132",
214
+ children: [
215
+ /* @__PURE__ */ e("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
216
+ /* @__PURE__ */ e("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }),
217
+ /* @__PURE__ */ e(
218
+ "feGaussianBlur",
219
+ {
220
+ result: "effect1_foregroundBlur_69_17998",
221
+ stdDeviation: "32"
222
+ }
223
+ )
224
+ ]
225
+ }
226
+ )
227
+ ] })
228
+ ]
229
+ }
230
+ );
52
231
  export {
53
232
  t as Gemini,
54
233
  t as default
@@ -1 +1 @@
1
- {"version":3,"file":"goose.d.ts","sourceRoot":"","sources":["../../../../../lib/components/ui/atoms/icons/goose.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAA;AAErC,eAAO,MAAM,KAAK,GAAI,OAAO,QAAQ,CAAC,aAAa,CAAC,4CAInD,CAAA;AAED,eAAe,KAAK,CAAA"}
1
+ {"version":3,"file":"goose.d.ts","sourceRoot":"","sources":["../../../../../lib/components/ui/atoms/icons/goose.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,eAAO,MAAM,KAAK,GAAI,OAAO,QAAQ,CAAC,aAAa,CAAC,4CAcnD,CAAC;AAEF,eAAe,KAAK,CAAC"}
@@ -1,8 +1,21 @@
1
1
  import { jsxs as c, jsx as l } from "react/jsx-runtime";
2
- const o = (e) => /* @__PURE__ */ c("svg", { fill: "currentColor", fillRule: "evenodd", height: "64", viewBox: "0 0 24 24", width: "64", xmlns: "http://www.w3.org/2000/svg", style: { flex: "0 0 auto", lineHeight: "1" }, ...e, children: [
3
- /* @__PURE__ */ l("title", { children: "Goose" }),
4
- /* @__PURE__ */ l("path", { d: "M21.595 23.61c1.167-.254 2.405-.944 2.405-.944l-2.167-1.784a12.124 12.124 0 01-2.695-3.131 12.127 12.127 0 00-3.97-4.049l-.794-.462a1.115 1.115 0 01-.488-.815.844.844 0 01.154-.575c.413-.582 2.548-3.115 2.94-3.44.503-.416 1.065-.762 1.586-1.159.074-.056.148-.112.221-.17.003-.002.007-.004.009-.007.167-.131.325-.272.45-.438.453-.524.563-.988.59-1.193-.061-.197-.244-.639-.753-1.148.319.02.705.272 1.056.569.235-.376.481-.773.727-1.171.165-.266-.08-.465-.086-.471h-.001V3.22c-.007-.007-.206-.25-.471-.086-.567.35-1.134.702-1.639 1.021 0 0-.597-.012-1.305.599a2.464 2.464 0 00-.438.45l-.007.009c-.058.072-.114.147-.17.221-.397.521-.743 1.083-1.16 1.587-.323.391-2.857 2.526-3.44 2.94a.842.842 0 01-.574.153 1.115 1.115 0 01-.815-.488l-.462-.794a12.123 12.123 0 00-4.049-3.97 12.133 12.133 0 01-3.13-2.695L1.332 0S.643 1.238.39 2.405c.352.428 1.27 1.49 2.34 2.302C1.58 4.167.73 3.75.06 3.4c-.103.765-.063 1.92.043 2.816.726.317 1.961.806 3.219 1.066-1.006.236-2.11.278-2.961.262.15.554.358 1.119.64 1.688.119.263.25.52.39.77.452.125 2.222.383 3.164.171l-2.51.897a27.776 27.776 0 002.544 2.726c2.031-1.092 2.494-1.241 4.018-2.238-2.467 2.008-3.108 2.828-3.8 3.67l-.483.678c-.25.351-.469.725-.65 1.117-.61 1.31-1.47 4.1-1.47 4.1-.154.486.202.842.674.674 0 0 2.79-.861 4.1-1.47.392-.182.766-.4 1.118-.65l.677-.483c.227-.187.453-.37.701-.586 0 0 1.705 2.02 3.458 3.349l.896-2.511c-.211.942.046 2.712.17 3.163.252.142.509.272.772.392.569.28 1.134.49 1.688.64-.016-.853.026-1.956.261-2.962.26 1.258.75 2.493 1.067 3.219.895.106 2.051.146 2.816.043a73.87 73.87 0 01-1.308-2.67c.811 1.07 1.874 1.988 2.302 2.34h-.001z" })
5
- ] });
2
+ const o = (e) => /* @__PURE__ */ c(
3
+ "svg",
4
+ {
5
+ fill: "currentColor",
6
+ fillRule: "evenodd",
7
+ height: "64",
8
+ style: { flex: "0 0 auto", lineHeight: "1" },
9
+ viewBox: "0 0 24 24",
10
+ width: "64",
11
+ xmlns: "http://www.w3.org/2000/svg",
12
+ ...e,
13
+ children: [
14
+ /* @__PURE__ */ l("title", { children: "Goose" }),
15
+ /* @__PURE__ */ l("path", { d: "M21.595 23.61c1.167-.254 2.405-.944 2.405-.944l-2.167-1.784a12.124 12.124 0 01-2.695-3.131 12.127 12.127 0 00-3.97-4.049l-.794-.462a1.115 1.115 0 01-.488-.815.844.844 0 01.154-.575c.413-.582 2.548-3.115 2.94-3.44.503-.416 1.065-.762 1.586-1.159.074-.056.148-.112.221-.17.003-.002.007-.004.009-.007.167-.131.325-.272.45-.438.453-.524.563-.988.59-1.193-.061-.197-.244-.639-.753-1.148.319.02.705.272 1.056.569.235-.376.481-.773.727-1.171.165-.266-.08-.465-.086-.471h-.001V3.22c-.007-.007-.206-.25-.471-.086-.567.35-1.134.702-1.639 1.021 0 0-.597-.012-1.305.599a2.464 2.464 0 00-.438.45l-.007.009c-.058.072-.114.147-.17.221-.397.521-.743 1.083-1.16 1.587-.323.391-2.857 2.526-3.44 2.94a.842.842 0 01-.574.153 1.115 1.115 0 01-.815-.488l-.462-.794a12.123 12.123 0 00-4.049-3.97 12.133 12.133 0 01-3.13-2.695L1.332 0S.643 1.238.39 2.405c.352.428 1.27 1.49 2.34 2.302C1.58 4.167.73 3.75.06 3.4c-.103.765-.063 1.92.043 2.816.726.317 1.961.806 3.219 1.066-1.006.236-2.11.278-2.961.262.15.554.358 1.119.64 1.688.119.263.25.52.39.77.452.125 2.222.383 3.164.171l-2.51.897a27.776 27.776 0 002.544 2.726c2.031-1.092 2.494-1.241 4.018-2.238-2.467 2.008-3.108 2.828-3.8 3.67l-.483.678c-.25.351-.469.725-.65 1.117-.61 1.31-1.47 4.1-1.47 4.1-.154.486.202.842.674.674 0 0 2.79-.861 4.1-1.47.392-.182.766-.4 1.118-.65l.677-.483c.227-.187.453-.37.701-.586 0 0 1.705 2.02 3.458 3.349l.896-2.511c-.211.942.046 2.712.17 3.163.252.142.509.272.772.392.569.28 1.134.49 1.688.64-.016-.853.026-1.956.261-2.962.26 1.258.75 2.493 1.067 3.219.895.106 2.051.146 2.816.043a73.87 73.87 0 01-1.308-2.67c.811 1.07 1.874 1.988 2.302 2.34h-.001z" })
16
+ ]
17
+ }
18
+ );
6
19
  export {
7
20
  o as Goose,
8
21
  o as default
@@ -7,6 +7,7 @@ export * from './arcade';
7
7
  export * from './asana';
8
8
  export * from './ashby';
9
9
  export * from './atlassian';
10
+ export * from './attio';
10
11
  export * from './auth0';
11
12
  export * from './azure';
12
13
  export * from './bamboohr';
@@ -78,8 +79,12 @@ export * from './mailchimp';
78
79
  export * from './mcp';
79
80
  export * from './microsoft';
80
81
  export * from './microsoft-dynamics';
82
+ export * from './microsoft-excel';
83
+ export * from './microsoft-onedrive';
84
+ export * from './microsoft-powerpoint';
81
85
  export * from './microsoft-sharepoint';
82
86
  export * from './microsoft-teams';
87
+ export * from './microsoft-word';
83
88
  export * from './miro';
84
89
  export * from './monday';
85
90
  export * from './mongodb';
@@ -88,7 +93,6 @@ export * from './notion';
88
93
  export * from './oauth';
89
94
  export * from './obsidian';
90
95
  export * from './okta';
91
- export * from './one-drive';
92
96
  export * from './openai';
93
97
  export * from './outlook-calendar';
94
98
  export * from './outlook-mail';
@@ -103,7 +107,6 @@ export * from './pylon';
103
107
  export * from './quickbooks';
104
108
  export * from './railway';
105
109
  export * from './reddit';
106
- export * from './roocode';
107
110
  export * from './salesforce';
108
111
  export * from './shopify';
109
112
  export * from './singlestore';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../lib/components/ui/atoms/icons/index.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../lib/components/ui/atoms/icons/index.tsx"],"names":[],"mappings":"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"}