n8n-nodes-typebot 1.1.2 → 1.1.3

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.
@@ -7,7 +7,7 @@ class Typebot {
7
7
  this.description = {
8
8
  displayName: 'Typebot',
9
9
  name: 'typebot',
10
- icon: 'file:typebot.png',
10
+ icon: 'file:typebot.svg',
11
11
  group: ['transform'],
12
12
  version: 1,
13
13
  subtitle: '={{$parameter["operation"] + ": " + $parameter["resource"]}}',
@@ -1,9 +1,16 @@
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
- <rect width="60" height="60" rx="12" fill="#0042DA"/>
4
- <path d="M15 20h30v5H15z" fill="white"/>
5
- <path d="M15 30h20v5H15z" fill="white" opacity="0.8"/>
6
- <path d="M15 40h25v5H15z" fill="white" opacity="0.6"/>
7
- <circle cx="42" cy="42" r="6" fill="#FFA500"/>
8
- <path d="M40 42h4M42 40v4" stroke="white" stroke-width="2" stroke-linecap="round"/>
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"/>
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>
12
+
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"/>
9
16
  </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-typebot",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "n8n community node for Typebot - A powerful chatbot builder integration",
5
5
  "keywords": [
6
6
  "n8n-community-node-package",