Skip to content

Commit a48b4a1

Browse files
authored
v0.7.4: round-robin byok support, table block fix, db read replica routing, trigger.dev, temporal, latex, quartr, brex, convex integrations
2 parents f4d22ff + 75b3efa commit a48b4a1

373 files changed

Lines changed: 71280 additions & 17800 deletions

File tree

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: 216 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -961,6 +961,24 @@ export function PeopleDataLabsIcon(props: SVGProps<SVGSVGElement>) {
961961
)
962962
}
963963

964+
export function PersonaIcon(props: SVGProps<SVGSVGElement>) {
965+
return (
966+
<svg
967+
width='1em'
968+
height='1em'
969+
viewBox='0 0 17.02 23.3'
970+
fill='none'
971+
xmlns='http://www.w3.org/2000/svg'
972+
{...props}
973+
>
974+
<path
975+
d='M17.0185 20.6995V21.9299C17.0185 22.5269 16.686 22.8618 16.086 22.8618H0.932486C0.335072 22.8618 0 22.5295 0 21.9299V20.6995C0 20.1025 0.332474 19.7676 0.932486 19.7676H16.0886C16.686 19.7676 17.0211 20.0999 17.0211 20.6995H17.0185ZM15.9847 11.391L12.034 9.11194C11.9041 9.03666 11.9041 8.85236 12.034 8.77709L15.9847 6.498C16.4315 6.24101 16.5821 5.66994 16.325 5.22607L15.7094 4.1618C15.4523 3.71532 14.8834 3.56477 14.4367 3.82175L10.4859 6.10084C10.3561 6.17612 10.195 6.08267 10.195 5.93471V1.37134C10.195 0.857373 9.77682 0.439453 9.26252 0.439453H8.03133C7.51703 0.439453 7.09884 0.857373 7.09884 1.37134V5.93212C7.09884 6.08008 6.9378 6.17352 6.80793 6.09825L2.8572 3.81915C2.41044 3.56217 1.8416 3.71532 1.58445 4.1592L0.968851 5.22347C0.711703 5.66994 0.864952 6.23842 1.30912 6.4954L5.25985 8.77449C5.38972 8.84977 5.38972 9.03407 5.25985 9.10935L1.30912 11.3884C0.862355 11.6454 0.711703 12.2139 0.968851 12.6604L1.58445 13.7246C1.8416 14.1711 2.41044 14.3217 2.8572 14.0647L6.80793 11.7856C6.9378 11.7103 7.09884 11.8038 7.09884 11.9517V16.5125C7.09884 17.0265 7.51703 17.4444 8.03133 17.4444H9.26252C9.77682 17.4444 10.195 17.0265 10.195 16.5125V11.9517C10.195 11.8038 10.3561 11.7103 10.4859 11.7856L14.4367 14.0647C14.8834 14.3217 15.4523 14.1685 15.7094 13.7246L16.325 12.6604C16.5821 12.2139 16.4289 11.6454 15.9847 11.3884V11.391Z'
976+
fill='#7379FD'
977+
/>
978+
</svg>
979+
)
980+
}
981+
964982
export function PerplexityIcon(props: SVGProps<SVGSVGElement>) {
965983
return (
966984
<svg width='1em' height='1em' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' {...props}>
@@ -1127,7 +1145,7 @@ export function NotionIcon(props: SVGProps<SVGSVGElement>) {
11271145
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='1em' height='1em' {...props}>
11281146
<path
11291147
d='M4.459 4.208c.746.606 1.026.56 2.428.466l13.215-.793c.28 0 .047-.28-.046-.326L17.86 1.968c-.42-.326-.981-.7-2.055-.607L3.01 2.295c-.466.046-.56.28-.374.466zm.793 3.08v13.904c0 .747.373 1.027 1.214.98l14.523-.84c.841-.046.935-.56.935-1.167V6.354c0-.606-.233-.933-.748-.887l-15.177.887c-.56.047-.747.327-.747.933zm14.337.745c.093.42 0 .84-.42.888l-.7.14v10.264c-.608.327-1.168.514-1.635.514-.748 0-.935-.234-1.495-.933l-4.577-7.186v6.952L12.21 19s0 .84-1.168.84l-3.222.186c-.093-.186 0-.653.327-.746l.84-.233V9.854L7.822 9.76c-.094-.42.14-1.026.793-1.073l3.456-.233 4.764 7.279v-6.44l-1.215-.139c-.093-.514.28-.887.747-.933zM1.936 1.035l13.31-.98c1.634-.14 2.055-.047 3.082.7l4.249 2.986c.7.513.934.653.934 1.213v16.378c0 1.026-.373 1.634-1.68 1.726l-15.458.934c-.98.047-1.448-.093-1.962-.747l-3.129-4.06c-.56-.747-.793-1.306-.793-1.96V2.667c0-.839.374-1.54 1.447-1.632z'
1130-
fill='currentColor'
1148+
fill='#000000'
11311149
/>
11321150
</svg>
11331151
)
@@ -2038,6 +2056,32 @@ export function ConfluenceIcon(props: SVGProps<SVGSVGElement>) {
20382056
)
20392057
}
20402058

2059+
export function ConvexIcon(props: SVGProps<SVGSVGElement>) {
2060+
return (
2061+
<svg
2062+
{...props}
2063+
width='24'
2064+
height='24'
2065+
viewBox='31 31.5 122 125'
2066+
fill='none'
2067+
xmlns='http://www.w3.org/2000/svg'
2068+
>
2069+
<path
2070+
d='M108.092 130.021C126.258 128.003 143.385 118.323 152.815 102.167C148.349 142.128 104.653 167.385 68.9858 151.878C65.6992 150.453 62.8702 148.082 60.9288 145.034C52.9134 132.448 50.2786 116.433 54.0644 101.899C64.881 120.567 86.8748 132.01 108.092 130.021Z'
2071+
fill='#F3B01C'
2072+
/>
2073+
<path
2074+
d='M53.4012 90.1735C46.0375 107.191 45.7186 127.114 54.7463 143.51C22.9759 119.608 23.3226 68.4578 54.358 44.7949C57.2286 42.6078 60.64 41.3097 64.2178 41.1121C78.9312 40.336 93.8804 46.0225 104.364 56.6193C83.0637 56.831 62.318 70.4756 53.4012 90.1735Z'
2075+
fill='#8D2676'
2076+
/>
2077+
<path
2078+
d='M114.637 61.8552C103.89 46.8701 87.0686 36.6684 68.6387 36.358C104.264 20.1876 148.085 46.4045 152.856 85.1654C153.3 88.7635 152.717 92.4322 151.122 95.6775C144.466 109.195 132.124 119.679 117.702 123.559C128.269 103.96 126.965 80.0151 114.637 61.8552Z'
2079+
fill='#EE342F'
2080+
/>
2081+
</svg>
2082+
)
2083+
}
2084+
20412085
export function TwilioIcon(props: SVGProps<SVGSVGElement>) {
20422086
return (
20432087
<svg {...props} xmlns='http://www.w3.org/2000/svg' viewBox='-8 -8 272 272'>
@@ -2243,6 +2287,17 @@ export function BrandfetchIcon(props: SVGProps<SVGSVGElement>) {
22432287
)
22442288
}
22452289

2290+
export function BrexIcon(props: SVGProps<SVGSVGElement>) {
2291+
return (
2292+
<svg {...props} viewBox='0 0 223 179.3' fill='none' xmlns='http://www.w3.org/2000/svg'>
2293+
<path
2294+
fill='#FFFFFF'
2295+
d='M144.9,14.3c-8.7,11.6-10.8,15.5-19.2,15.5H0v149.4h49.3c11.1,0,21.9-5.4,28.9-14.3c9-12,10.2-15.5,18.9-15.5 H223V0h-49.6C162.3,0,151.5,5.4,144.9,14.3L144.9,14.3z M183.9,110.9h-52.6c-11.4,0-21.9,4.8-28.9,14c-9,12-10.8,15.5-19.2,15.5 H38.8V68.7h52.6c11.4,0,21.9-5.4,28.9-14.3c9-11.6,11.4-15.2,19.5-15.2h44.2V110.9z'
2296+
/>
2297+
</svg>
2298+
)
2299+
}
2300+
22462301
export function BrightDataIcon(props: SVGProps<SVGSVGElement>) {
22472302
return (
22482303
<svg
@@ -2571,6 +2626,33 @@ export function LangsmithIcon(props: SVGProps<SVGSVGElement>) {
25712626
)
25722627
}
25732628

2629+
export function LatexIcon(props: SVGProps<SVGSVGElement>) {
2630+
return (
2631+
<svg {...props} xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 500' fill='#000000'>
2632+
<path
2633+
d='m5.46 4.23h-.25c-.1 1.02-.24 2.26-2 2.26h-.81c-.47 0-.49-.07-.49-.4v-5.31c0-.34 0-.48.94-.48h.33v-.3c-.36.03-1.26.03-1.67.03-.39 0-1.17 0-1.51-.03v.3h.23c.77 0 .79.11.79.47v5.25c0 .36-.02.47-.79.47h-.23v.31h5.19z'
2634+
transform='matrix(45 0 0 45 40 47.65)'
2635+
/>
2636+
<path
2637+
d='m2.81.16c-.04-.12-.06-.16-.19-.16s-.16.04-.2.16l-1.61 4.08c-.07.17-.19.48-.81.48v.25h1.55v-.25c-.31 0-.5-.14-.5-.34 0-.05.01-.07.03-.14 0 0 .34-.86.34-.86h1.98l.4 1.02c.02.04.04.09.04.12 0 .2-.38.2-.57.2v.25h1.97v-.25h-.14c-.47 0-.52-.07-.59-.27 0 0-1.7-4.29-1.7-4.29zm-.4.71.89 2.26h-1.78z'
2638+
transform='matrix(45 0 0 45 151.6 40)'
2639+
/>
2640+
<path
2641+
d='m6.27 0h-6.09s-.18 2.24-.18 2.24h.24c.14-1.61.29-1.94 1.8-1.94.18 0 .44 0 .54.02.21.04.21.15.21.38v5.25c0 .34 0 .48-1.05.48h-.4v.31c.41-.03 1.42-.03 1.88-.03s1.49 0 1.9.03v-.31h-.4c-1.05 0-1.05-.14-1.05-.48v-5.25c0-.2 0-.34.18-.38.11-.02.38-.02.57-.02 1.5 0 1.65.33 1.79 1.94h.25s-.19-2.24-.19-2.24z'
2642+
transform='matrix(45 0 0 45 356.35 50.35)'
2643+
/>
2644+
<path
2645+
d='m6.16 4.2h-.25c-.25 1.53-.48 2.26-2.19 2.26h-1.32c-.47 0-.49-.07-.49-.4v-2.66h.89c.97 0 1.08.32 1.08 1.17h.25v-2.64h-.25c0 .85-.11 1.16-1.08 1.16h-.89v-2.39c0-.33.02-.4.49-.4h1.28c1.53 0 1.79.55 1.95 1.94h.25l-.28-2.24h-5.6v.3h.23c.77 0 .79.11.79.47v5.22c0 .36-.02.47-.79.47h-.23v.31h5.74z'
2646+
transform='matrix(45 0 0 45 602.5 150.25)'
2647+
/>
2648+
<path
2649+
d='m3.76 2.95 1.37-2c.21-.32.55-.64 1.44-.65v-.3h-2.38v.3c.4.01.62.23.62.46 0 .1-.02.12-.09.23 0 0-1.14 1.68-1.14 1.68l-1.28-1.92c-.02-.03-.07-.11-.07-.15 0-.12.22-.29.64-.3v-.3c-.34.03-1.07.03-1.45.03-.31 0-.93-.01-1.3-.03v.3h.19c.55 0 .74.07.93.35 0 0 1.83 2.77 1.83 2.77l-1.63 2.41c-.14.2-.44.66-1.44.66v.31h2.38v-.31c-.46-.01-.63-.28-.63-.46 0-.09.03-.13.1-.24l1.41-2.09 1.58 2.38c.02.04.05.08.05.11 0 .12-.22.29-.65.3v.31c.35-.03 1.08-.03 1.45-.03.42 0 .88.01 1.3.03v-.31h-.19c-.52 0-.73-.05-.94-.36 0 0-2.1-3.18-2.1-3.18z'
2650+
transform='matrix(45 0 0 45 845.95 47.65)'
2651+
/>
2652+
</svg>
2653+
)
2654+
}
2655+
25742656
export function LaunchDarklyIcon(props: SVGProps<SVGSVGElement>) {
25752657
return (
25762658
<svg {...props} viewBox='0 0 216 214.94' fill='none' xmlns='http://www.w3.org/2000/svg'>
@@ -3623,6 +3705,50 @@ export function QdrantIcon(props: SVGProps<SVGSVGElement>) {
36233705
)
36243706
}
36253707

3708+
export function QuartrIcon(props: SVGProps<SVGSVGElement>) {
3709+
return (
3710+
<svg {...props} viewBox='0 0 151 40' fill='none' xmlns='http://www.w3.org/2000/svg'>
3711+
<path
3712+
d='M11.5483 29.9995C11.5483 35.5222 19.8031 39.9995 26.1809 39.9995C29.574 39.9995 32.6254 38.7323 34.7384 36.7144L26.1809 29.9995H11.5483Z'
3713+
fill='currentColor'
3714+
/>
3715+
<path
3716+
d='M0 29.9996C0 35.5222 5.17047 39.9995 11.5483 39.9995V19.9998C5.17047 19.9998 0 24.4768 0 29.9996Z'
3717+
fill='currentColor'
3718+
/>
3719+
<path
3720+
d='M26.1808 9.99989V27.5075H37.7292V10.0249C37.7173 4.46985 32.552 -0.0135841 26.1808 2.98331e-05H11.4362V0.00114226C5.11012 0.0536532 0 4.50986 0 9.99989V19.9998H11.5483V9.99989H26.1808'
3721+
fill='currentColor'
3722+
/>
3723+
<path d='M28.1898 29.3275L40.7827 38.9295V29.3275H28.1898Z' fill='currentColor' />
3724+
<path
3725+
d='M88.7938 25.1089H88.7527C87.927 29.0309 85.4089 30.806 82.0238 30.806C77.0289 30.806 75.2949 27.5033 75.2949 23.3752V11.0324H78.8865V22.4671C78.8865 25.1089 80.0423 27.5033 83.5102 27.5033C86.8123 27.5033 88.7938 25.6872 88.7938 22.4671V11.0324H92.3854V30.3106H88.7938V25.1089Z'
3726+
fill='currentColor'
3727+
/>
3728+
<path
3729+
d='M107.351 23.1277V22.2193H101.613C99.1774 22.2193 97.8563 23.1277 97.8563 24.82C97.8563 26.3063 98.8062 27.7095 101.613 27.7095C105.163 27.7095 107.351 25.7697 107.351 23.1277ZM107.351 25.3982H107.31C106.443 28.948 103.842 30.7235 100.499 30.7235C96.7419 30.7235 94.3067 28.907 94.3067 25.2742C94.3067 21.8892 96.4529 19.371 101.118 19.371H107.351V18.3389C107.351 15.3254 106.196 13.6742 103.14 13.6742C100.375 13.6742 98.8473 14.9538 98.3108 18.1324L94.8843 17.6371C95.5447 13.1375 98.1869 10.6193 103.264 10.6193C108.631 10.6193 110.943 13.3438 110.943 18.2976V30.3106H107.351V25.3982'
3730+
fill='currentColor'
3731+
/>
3732+
<path
3733+
d='M112.909 30.3106V11.0324H116.5V16.9767H116.583C117.367 12.477 119.184 11.0324 122.28 11.0324H123.477V14.995H121.743C118.111 14.995 116.5 16.3988 116.5 20.1141V30.3106H112.909'
3734+
fill='currentColor'
3735+
/>
3736+
<path
3737+
d='M128.24 14.1166L125.391 15.0444V11.0205H128.24V5.69549H131.832V11.0205H137.982V15.0146L131.832 14.1166V24.0654C131.832 26.2122 132.657 27.3266 134.804 27.3266C135.836 27.3266 136.703 27.1203 137.735 26.8313L138.189 30.1339C136.868 30.5465 135.836 30.7944 134.06 30.7944C130.015 30.7944 128.24 28.1524 128.24 24.5609V14.1166'
3738+
fill='currentColor'
3739+
/>
3740+
<path
3741+
d='M140.129 30.3106V11.0324H143.72V16.9767H143.803C144.587 12.477 146.403 11.0324 149.499 11.0324H150.697V14.995H148.963C145.33 14.995 143.72 16.3988 143.72 20.1141V30.3106H140.129'
3742+
fill='currentColor'
3743+
/>
3744+
<path
3745+
d='M70.4206 19.1212C70.4206 14.0209 66.7718 10.045 61.8913 10.045C57.0108 10.045 53.0603 14.0209 53.0603 19.1212C53.0603 24.5028 56.9397 27.7175 61.8913 27.7175C66.8429 27.7175 70.4206 24.5028 70.4206 19.1212V19.1212ZM49.7827 19.1615C49.7827 11.9726 55.2655 6.67151 61.8913 6.67151C68.553 6.67151 73.6979 11.9726 73.6979 19.1615C73.6979 23.4184 71.6333 26.3923 68.9972 28.6411L72.0609 34.2237V34.304H68.4629L66.3614 30.2878C65.1145 30.7696 63.423 31.051 61.8913 31.051C55.1227 31.051 49.7827 26.3098 49.7827 19.1615'
3746+
fill='currentColor'
3747+
/>
3748+
</svg>
3749+
)
3750+
}
3751+
36263752
export function QuiverIcon(props: SVGProps<SVGSVGElement>) {
36273753
return (
36283754
<svg
@@ -5808,6 +5934,17 @@ export function DagsterIcon(props: SVGProps<SVGSVGElement>) {
58085934
)
58095935
}
58105936

5937+
export function TemporalIcon(props: SVGProps<SVGSVGElement>) {
5938+
return (
5939+
<svg {...props} viewBox='390 391 388 388' fill='none' xmlns='http://www.w3.org/2000/svg'>
5940+
<path
5941+
d='M651.14,517.35C642.02,449.03,618.94,392,583.49,392s-58.53,57.03-67.65,125.35c-68.32,9.12-125.35,32.2-125.35,67.65s57.04,58.53,125.35,67.65c9.12,68.31,32.2,125.35,67.65,125.35s58.53-57.04,67.65-125.35c68.32-9.12,125.35-32.2,125.35-67.65S719.45,526.47,651.14,517.35z M513.61,632.75c-65.43-9.45-103.59-31.08-103.59-47.75s38.16-38.3,103.59-47.75c-1.44,15.75-2.19,31.83-2.19,47.75C511.42,600.92,512.17,617.01,513.61,632.75z M583.49,411.53c16.67,0,38.3,38.16,47.75,103.59c-15.74-1.44-31.83-2.19-47.75-2.19s-32.01,0.75-47.75,2.19C545.19,449.69,566.82,411.53,583.49,411.53z M653.37,632.75c-3.22,0.47-16.43,2.02-19.77,2.35c-0.33,3.35-1.89,16.55-2.35,19.77c-9.45,65.43-31.08,103.59-47.75,103.59s-38.3-38.16-47.75-103.59c-0.46-3.22-2.02-16.43-2.35-19.77c-1.52-15.51-2.44-32.17-2.44-50.1s0.92-34.59,2.44-50.11c15.51-1.52,32.17-2.44,50.1-2.44s34.59,0.92,50.1,2.44c3.35,0.33,16.55,1.89,19.77,2.35c65.43,9.45,103.6,31.09,103.6,47.75S718.8,623.3,653.37,632.75z'
5942+
fill='#F2F2F2'
5943+
/>
5944+
</svg>
5945+
)
5946+
}
5947+
58115948
export function DatabricksIcon(props: SVGProps<SVGSVGElement>) {
58125949
return (
58135950
<svg {...props} viewBox='0 0 241 266' fill='none' xmlns='http://www.w3.org/2000/svg'>
@@ -5831,6 +5968,55 @@ export function DatadogIcon(props: SVGProps<SVGSVGElement>) {
58315968
)
58325969
}
58335970

5971+
export function DaytonaIcon(props: SVGProps<SVGSVGElement>) {
5972+
return (
5973+
<svg {...props} viewBox='0 0 69 73' fill='none' xmlns='http://www.w3.org/2000/svg'>
5974+
<rect x='3.63965' y='49.2356' width='24.9293' height='8.54716' fill='#000000' />
5975+
<rect x='37.1162' y='19.3206' width='28.4906' height='8.54716' fill='#000000' />
5976+
<rect
5977+
width='29.9151'
5978+
height='8.54717'
5979+
transform='matrix(0.707107 -0.707106 0.707107 0.707106 22.1582 21.9543)'
5980+
fill='#000000'
5981+
/>
5982+
<rect
5983+
width='22.9746'
5984+
height='8.54717'
5985+
transform='matrix(-0.707107 -0.707106 -0.707107 0.707106 22.2891 43.3223)'
5986+
fill='#000000'
5987+
/>
5988+
<rect
5989+
width='24.217'
5990+
height='8.54717'
5991+
transform='matrix(-0.707107 0.707106 -0.707107 -0.707106 43.6572 55.2791)'
5992+
fill='#000000'
5993+
/>
5994+
<rect
5995+
width='27.066'
5996+
height='8.54717'
5997+
transform='matrix(0.707107 0.707106 0.707107 -0.707106 43.5264 33.9111)'
5998+
fill='#000000'
5999+
/>
6000+
<rect
6001+
x='22.1582'
6002+
y='12.9094'
6003+
width='20.6556'
6004+
height='8.54718'
6005+
transform='rotate(90 22.1582 12.9094)'
6006+
fill='#000000'
6007+
/>
6008+
<rect
6009+
x='52.0732'
6010+
y='42.825'
6011+
width='25.6415'
6012+
height='8.54718'
6013+
transform='rotate(90 52.0732 42.825)'
6014+
fill='#000000'
6015+
/>
6016+
</svg>
6017+
)
6018+
}
6019+
58346020
export function MicrosoftDataverseIcon(props: SVGProps<SVGSVGElement>) {
58356021
const id = useId()
58366022
const clip0 = `dataverse_clip0_${id}`
@@ -7584,3 +7770,32 @@ export function WizaIcon(props: SVGProps<SVGSVGElement>) {
75847770
</svg>
75857771
)
75867772
}
7773+
7774+
export function TriggerDevIcon(props: SVGProps<SVGSVGElement>) {
7775+
const id = useId()
7776+
const gradientId = `triggerdev_paint0_${id}`
7777+
7778+
return (
7779+
<svg {...props} viewBox='0 0 109 95' fill='none' xmlns='http://www.w3.org/2000/svg'>
7780+
<path
7781+
fillRule='evenodd'
7782+
clipRule='evenodd'
7783+
d='M32.569 38.1914L54.5301 0.158447L108.956 94.4175H0.104248L22.0654 56.3834L37.6003 65.3517L31.1753 76.4795H77.885L54.5301 36.0332L48.1051 47.1609L32.569 38.1914Z'
7784+
fill={`url(#${gradientId})`}
7785+
/>
7786+
<defs>
7787+
<linearGradient
7788+
id={gradientId}
7789+
x1='88.2367'
7790+
y1='94.4175'
7791+
x2='87.2207'
7792+
y2='27.8737'
7793+
gradientUnits='userSpaceOnUse'
7794+
>
7795+
<stop stopColor='#41FF54' />
7796+
<stop offset='1' stopColor='#E7FF52' />
7797+
</linearGradient>
7798+
</defs>
7799+
</svg>
7800+
)
7801+
}

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ import {
2424
BoxCompanyIcon,
2525
BrainIcon,
2626
BrandfetchIcon,
27+
BrexIcon,
2728
BrightDataIcon,
2829
BrowserUseIcon,
2930
CalComIcon,
@@ -37,11 +38,13 @@ import {
3738
CloudWatchIcon,
3839
CodePipelineIcon,
3940
ConfluenceIcon,
41+
ConvexIcon,
4042
CrowdStrikeIcon,
4143
CursorIcon,
4244
DagsterIcon,
4345
DatabricksIcon,
4446
DatadogIcon,
47+
DaytonaIcon,
4548
DevinIcon,
4649
DiscordIcon,
4750
DocumentIcon,
@@ -108,6 +111,7 @@ import {
108111
KalshiIcon,
109112
KetchIcon,
110113
LangsmithIcon,
114+
LatexIcon,
111115
LaunchDarklyIcon,
112116
LemlistIcon,
113117
LinearIcon,
@@ -145,6 +149,7 @@ import {
145149
ParallelIcon,
146150
PeopleDataLabsIcon,
147151
PerplexityIcon,
152+
PersonaIcon,
148153
PineconeIcon,
149154
PipedriveIcon,
150155
PolymarketIcon,
@@ -154,6 +159,7 @@ import {
154159
ProspeoIcon,
155160
PulseIcon,
156161
QdrantIcon,
162+
QuartrIcon,
157163
QuiverIcon,
158164
RailwayIcon,
159165
RB2BIcon,
@@ -193,9 +199,11 @@ import {
193199
TailscaleIcon,
194200
TavilyIcon,
195201
TelegramIcon,
202+
TemporalIcon,
196203
TextractIcon,
197204
TinybirdIcon,
198205
TrelloIcon,
206+
TriggerDevIcon,
199207
TwilioIcon,
200208
TypeformIcon,
201209
UpstashIcon,
@@ -239,6 +247,7 @@ export const blockTypeToIconMap: Record<string, IconComponent> = {
239247
azure_devops: AzureIcon,
240248
box: BoxCompanyIcon,
241249
brandfetch: BrandfetchIcon,
250+
brex: BrexIcon,
242251
brightdata: BrightDataIcon,
243252
browser_use: BrowserUseIcon,
244253
calcom: CalComIcon,
@@ -253,12 +262,14 @@ export const blockTypeToIconMap: Record<string, IconComponent> = {
253262
codepipeline: CodePipelineIcon,
254263
confluence: ConfluenceIcon,
255264
confluence_v2: ConfluenceIcon,
265+
convex: ConvexIcon,
256266
crowdstrike: CrowdStrikeIcon,
257267
cursor: CursorIcon,
258268
cursor_v2: CursorIcon,
259269
dagster: DagsterIcon,
260270
databricks: DatabricksIcon,
261271
datadog: DatadogIcon,
272+
daytona: DaytonaIcon,
262273
devin: DevinIcon,
263274
discord: DiscordIcon,
264275
docusign: DocuSignIcon,
@@ -338,6 +349,7 @@ export const blockTypeToIconMap: Record<string, IconComponent> = {
338349
ketch: KetchIcon,
339350
knowledge: PackageSearchIcon,
340351
langsmith: LangsmithIcon,
352+
latex: LatexIcon,
341353
launchdarkly: LaunchDarklyIcon,
342354
lemlist: LemlistIcon,
343355
linear: LinearIcon,
@@ -379,6 +391,7 @@ export const blockTypeToIconMap: Record<string, IconComponent> = {
379391
parallel_ai: ParallelIcon,
380392
peopledatalabs: PeopleDataLabsIcon,
381393
perplexity: PerplexityIcon,
394+
persona: PersonaIcon,
382395
pinecone: PineconeIcon,
383396
pipedrive: PipedriveIcon,
384397
polymarket: PolymarketIcon,
@@ -389,6 +402,7 @@ export const blockTypeToIconMap: Record<string, IconComponent> = {
389402
pulse: PulseIcon,
390403
pulse_v2: PulseIcon,
391404
qdrant: QdrantIcon,
405+
quartr: QuartrIcon,
392406
quiver: QuiverIcon,
393407
railway: RailwayIcon,
394408
rb2b: RB2BIcon,
@@ -432,10 +446,12 @@ export const blockTypeToIconMap: Record<string, IconComponent> = {
432446
tailscale: TailscaleIcon,
433447
tavily: TavilyIcon,
434448
telegram: TelegramIcon,
449+
temporal: TemporalIcon,
435450
textract: TextractIcon,
436451
textract_v2: TextractIcon,
437452
tinybird: TinybirdIcon,
438453
trello: TrelloIcon,
454+
trigger_dev: TriggerDevIcon,
439455
twilio_sms: TwilioIcon,
440456
twilio_voice: TwilioIcon,
441457
typeform: TypeformIcon,

0 commit comments

Comments
 (0)