n8n-nodes-chatflow 0.2.21 → 0.2.23
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/nodes/chatflow.png
CHANGED
|
Binary file
|
package/dist/nodes/chatflow.svg
CHANGED
|
@@ -1,20 +1,18 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 868 780" width="60" height="60">
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
<!-- Connecting horizontal bar (bottom) -->
|
|
19
|
-
<rect x="388" y="654" width="180" height="88" fill="currentColor"/>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 868 780" width="60" height="60" preserveAspectRatio="xMidYMid meet">
|
|
2
|
+
<g fill="currentColor">
|
|
3
|
+
<!-- Top-left bracket -->
|
|
4
|
+
<path d="M 100 118 L 100 0 L 300 0 C 320 0 338 18 338 38 L 338 300 C 338 320 320 338 300 338 L 180 338 L 180 213 L 258 213 L 258 120 L 100 118 Z" />
|
|
5
|
+
|
|
6
|
+
<!-- Top-right bracket -->
|
|
7
|
+
<path d="M 568 0 L 828 0 L 828 118 L 610 120 L 610 213 L 748 213 L 748 338 L 568 338 C 548 338 530 320 530 300 L 530 38 C 530 18 548 0 568 0 Z" />
|
|
8
|
+
|
|
9
|
+
<!-- Bottom-right bracket (L-shape connection) -->
|
|
10
|
+
<path d="M 530 442 L 748 442 L 748 502 L 610 502 L 610 667 L 828 667 L 828 780 L 568 780 C 548 780 530 762 530 742 L 530 462 C 530 448 544 442 560 442 L 530 442 Z" />
|
|
11
|
+
|
|
12
|
+
<!-- Vertical connecting bar (stem) -->
|
|
13
|
+
<rect x="300" y="213" width="88" height="354" rx="0"/>
|
|
14
|
+
|
|
15
|
+
<!-- Horizontal connecting bar (bottom horizontal) -->
|
|
16
|
+
<rect x="388" y="654" width="180" height="88" rx="0"/>
|
|
17
|
+
</g>
|
|
20
18
|
</svg>
|
package/package.json
CHANGED