n8n-nodes-typebot 1.1.3 → 1.1.4

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.
@@ -1,16 +1,17 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
2
  <svg width="256" height="256" viewBox="0 0 256 256" fill="none" xmlns="http://www.w3.org/2000/svg">
3
- <!-- Background with Typebot brand color -->
4
- <rect width="256" height="256" rx="48" fill="#0042DA"/>
3
+ <!-- Black background -->
4
+ <rect width="256" height="256" fill="#000000"/>
5
5
 
6
- <!-- Typebot Logo - simplified version -->
7
- <g transform="translate(64, 64) scale(2.5)">
8
- <rect x="0" y="12" width="48" height="8" rx="2" fill="white"/>
9
- <rect x="0" y="28" width="32" height="8" rx="2" fill="white" opacity="0.8"/>
10
- <rect x="0" y="44" width="40" height="8" rx="2" fill="white" opacity="0.6"/>
11
- </g>
6
+ <!-- Typebot logo - white on black -->
7
+ <g transform="translate(48, 48)">
8
+ <!-- Outer rounded rectangle (white border) -->
9
+ <rect x="0" y="0" width="160" height="160" rx="32" fill="none" stroke="white" stroke-width="16"/>
10
+
11
+ <!-- Inner rounded rectangle (black background) -->
12
+ <rect x="24" y="24" width="112" height="112" rx="20" fill="#000000"/>
12
13
 
13
- <!-- Chat bubble indicator -->
14
- <circle cx="192" cy="192" r="32" fill="#FF6B35"/>
15
- <path d="M184 192h16M192 184v16" stroke="white" stroke-width="4" stroke-linecap="round"/>
14
+ <!-- Slanted line (white) -->
15
+ <rect x="60" y="40" width="40" height="80" rx="8" fill="white" transform="rotate(-15 80 80)"/>
16
+ </g>
16
17
  </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-typebot",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
4
4
  "description": "n8n community node for Typebot - A powerful chatbot builder integration",
5
5
  "keywords": [
6
6
  "n8n-community-node-package",