n8n-nodes-typebot 1.3.16 → 1.3.18

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,8 +1,12 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
1
2
  <svg width="60" height="60" viewBox="0 0 60 60" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <!-- Orange background circle - visible on both light and dark -->
3
- <circle cx="30" cy="30" r="28" fill="#FF8C42"/>
3
+ <!-- White background for visibility on light mode -->
4
+ <rect width="60" height="60" rx="12" fill="#FFFFFF"/>
4
5
 
5
- <!-- Typebot Logo - WHITE on orange -->
6
+ <!-- Typebot purple background -->
7
+ <rect x="5" y="5" width="50" height="50" rx="10" fill="#7C3AED"/>
8
+
9
+ <!-- Typebot logo - white icon -->
6
10
  <g transform="translate(15, 15)">
7
11
  <!-- Outer rounded rectangle (white border) -->
8
12
  <rect x="0" y="0" width="30" height="30" rx="6" fill="none" stroke="#FFFFFF" stroke-width="3"/>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-typebot",
3
- "version": "1.3.16",
3
+ "version": "1.3.18",
4
4
  "description": "n8n community node for Typebot - A powerful chatbot builder integration",
5
5
  "keywords": [
6
6
  "n8n-community-node-package",