n8n-nodes-typebot 1.1.6 → 1.1.9

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.
Binary file
@@ -1,17 +1,20 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="256" height="256" viewBox="0 0 256 256" fill="none" xmlns="http://www.w3.org/2000/svg">
3
- <!-- Black background -->
4
- <rect width="256" height="256" fill="#000000"/>
2
+ <svg width="820" height="820" viewBox="0 0 820 820" fill="none" xmlns="http://www.w3.org/2000/svg">
3
+ <!-- White border for visibility on dark backgrounds -->
4
+ <rect width="820" height="820" rx="120" fill="white" stroke="white" stroke-width="8"/>
5
5
 
6
- <!-- Typebot logo - white on black -->
7
- <g transform="translate(48, 48)">
6
+ <!-- Black background (the main logo background) -->
7
+ <rect x="8" y="8" width="804" height="804" rx="116" fill="#000000"/>
8
+
9
+ <!-- Typebot Logo - white on black -->
10
+ <g transform="translate(205, 205)">
8
11
  <!-- Outer rounded rectangle (white border) -->
9
- <rect x="0" y="0" width="160" height="160" rx="32" fill="none" stroke="white" stroke-width="16"/>
12
+ <rect x="0" y="0" width="410" height="410" rx="80" fill="none" stroke="white" stroke-width="40"/>
10
13
 
11
14
  <!-- Inner rounded rectangle (black background) -->
12
- <rect x="24" y="24" width="112" height="112" rx="20" fill="#000000"/>
15
+ <rect x="60" y="60" width="290" height="290" rx="50" fill="#000000"/>
13
16
 
14
- <!-- Slanted line (white) -->
15
- <rect x="60" y="40" width="40" height="80" rx="8" fill="white" transform="rotate(-15 80 80)"/>
17
+ <!-- Slanted line (white) - the iconic "/" -->
18
+ <rect x="150" y="100" width="100" height="210" rx="20" fill="white" transform="rotate(-15 205 205)"/>
16
19
  </g>
17
20
  </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-typebot",
3
- "version": "1.1.6",
3
+ "version": "1.1.9",
4
4
  "description": "n8n community node for Typebot - A powerful chatbot builder integration",
5
5
  "keywords": [
6
6
  "n8n-community-node-package",