n8n-nodes-typebot 1.1.2 → 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.
@@ -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,17 @@
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
+ <!-- Black background -->
4
+ <rect width="256" height="256" fill="#000000"/>
5
+
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"/>
13
+
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>
9
17
  </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.4",
4
4
  "description": "n8n community node for Typebot - A powerful chatbot builder integration",
5
5
  "keywords": [
6
6
  "n8n-community-node-package",