n8n-nodes-typebot 1.3.17 → 1.3.19

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,14 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="60" height="60" viewBox="0 0 60 60" fill="none" xmlns="http://www.w3.org/2000/svg">
3
- <!-- White background for visibility on light mode -->
4
- <rect width="60" height="60" rx="12" fill="#FFFFFF"/>
2
+ <svg width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg">
3
+ <!-- White background for light mode visibility -->
4
+ <rect width="512" height="512" fill="#FFFFFF"/>
5
5
 
6
- <!-- Typebot purple background -->
7
- <rect x="5" y="5" width="50" height="50" rx="10" fill="#7C3AED"/>
6
+ <!-- Typebot logo - dark gray/black background with white icon -->
7
+ <rect x="56" y="56" width="400" height="400" rx="80" fill="#1F2937"/>
8
8
 
9
- <!-- Typebot logo - white icon -->
10
- <g transform="translate(15, 15)">
11
- <!-- Outer rounded rectangle (white border) -->
12
- <rect x="0" y="0" width="30" height="30" rx="6" fill="none" stroke="#FFFFFF" stroke-width="3"/>
9
+ <!-- White border frame -->
10
+ <rect x="106" y="106" width="300" height="300" rx="60" fill="none" stroke="#FFFFFF" stroke-width="40"/>
13
11
 
14
- <!-- Slanted line (white) - the iconic "/" -->
15
- <rect x="10" y="6" width="10" height="18" rx="2" fill="#FFFFFF" transform="rotate(-15 15 15)"/>
16
- </g>
12
+ <!-- White slanted bar "/" -->
13
+ <rect x="200" y="150" width="112" height="212" rx="20" fill="#FFFFFF" transform="rotate(-15 256 256)"/>
17
14
  </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-typebot",
3
- "version": "1.3.17",
3
+ "version": "1.3.19",
4
4
  "description": "n8n community node for Typebot - A powerful chatbot builder integration",
5
5
  "keywords": [
6
6
  "n8n-community-node-package",