Skip to content

Commit de7d283

Browse files
committed
Merge remote-tracking branch 'origin/staging' into feat/azure-data-explorer
# Conflicts: # apps/sim/tools/generated/tool-ids.ts # apps/sim/tools/generated/tool-metadata.ts # apps/sim/tools/generated/tool-outputs.ts
2 parents c7f22be + 1d34272 commit de7d283

42 files changed

Lines changed: 5757 additions & 3 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

apps/docs/components/icons.tsx

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8710,6 +8710,22 @@ export function HexIcon(props: SVGProps<SVGSVGElement>) {
87108710
)
87118711
}
87128712

8713+
export function RabbitmqIcon(props: SVGProps<SVGSVGElement>) {
8714+
return (
8715+
<svg
8716+
{...props}
8717+
viewBox='-7.5 0 271 271'
8718+
preserveAspectRatio='xMidYMid'
8719+
xmlns='http://www.w3.org/2000/svg'
8720+
>
8721+
<path
8722+
d='M245.44 108.308h-85.09a7.738 7.738 0 0 1-7.735-7.734v-88.68C152.615 5.327 147.29 0 140.726 0h-30.375c-6.568 0-11.89 5.327-11.89 11.894v88.143c0 4.573-3.697 8.29-8.27 8.31l-27.885.133c-4.612.025-8.359-3.717-8.35-8.325l.173-88.241C54.144 5.337 48.817 0 42.24 0H11.89C5.321 0 0 5.327 0 11.894V260.21c0 5.834 4.726 10.56 10.555 10.56H245.44c5.834 0 10.56-4.726 10.56-10.56V118.868c0-5.834-4.726-10.56-10.56-10.56zm-39.902 93.233c0 7.645-6.198 13.844-13.843 13.844H167.69c-7.646 0-13.844-6.199-13.844-13.844v-24.005c0-7.646 6.198-13.844 13.844-13.844h24.005c7.645 0 13.843 6.198 13.843 13.844v24.005z'
8723+
fill='#F60'
8724+
/>
8725+
</svg>
8726+
)
8727+
}
8728+
87138729
export function RailwayIcon(props: SVGProps<SVGSVGElement>) {
87148730
return (
87158731
<svg {...props} xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 24 24'>

apps/docs/components/ui/icon-mapping.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ import {
183183
QdrantIcon,
184184
QuartrIcon,
185185
QuiverIcon,
186+
RabbitmqIcon,
186187
RailwayIcon,
187188
RB2BIcon,
188189
RDSIcon,
@@ -471,6 +472,7 @@ export const blockTypeToIconMap: Record<string, IconComponent> = {
471472
qdrant: QdrantIcon,
472473
quartr: QuartrIcon,
473474
quiver: QuiverIcon,
475+
rabbitmq: RabbitmqIcon,
474476
railway: RailwayIcon,
475477
rb2b: RB2BIcon,
476478
rds: RDSIcon,

apps/docs/content/docs/en/integrations/meta.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@
195195
"qdrant",
196196
"quartr",
197197
"quiver",
198+
"rabbitmq",
198199
"railway",
199200
"rb2b",
200201
"rds",

apps/docs/content/docs/en/integrations/rabbitmq.mdx

Lines changed: 564 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)