n8n-nodes-typebot 1.3.1 → 1.3.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"]}}',
Binary file
@@ -1,17 +1,17 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="820" height="820" viewBox="0 0 820 820" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <svg width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg">
3
3
  <!-- White background - works on both light and dark backgrounds -->
4
- <rect width="820" height="820" rx="120" fill="#FFFFFF"/>
4
+ <rect width="512" height="512" rx="64" fill="#FFFFFF"/>
5
5
 
6
- <!-- Typebot Logo - black on white (inverted) -->
7
- <g transform="translate(205, 205)">
6
+ <!-- Typebot Logo - centered and scaled -->
7
+ <g transform="translate(106, 106)">
8
8
  <!-- Outer rounded rectangle (black border) -->
9
- <rect x="0" y="0" width="410" height="410" rx="80" fill="none" stroke="#000000" stroke-width="40"/>
9
+ <rect x="0" y="0" width="300" height="300" rx="60" fill="none" stroke="#000000" stroke-width="30"/>
10
10
 
11
11
  <!-- Inner rounded rectangle (white background) -->
12
- <rect x="60" y="60" width="290" height="290" rx="50" fill="#FFFFFF"/>
12
+ <rect x="45" y="45" width="210" height="210" rx="35" fill="#FFFFFF"/>
13
13
 
14
14
  <!-- Slanted line (black) - the iconic "/" -->
15
- <rect x="150" y="100" width="100" height="210" rx="20" fill="#000000" transform="rotate(-15 205 205)"/>
15
+ <rect x="110" y="75" width="80" height="155" rx="15" fill="#000000" transform="rotate(-15 150 150)"/>
16
16
  </g>
17
17
  </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-typebot",
3
- "version": "1.3.1",
3
+ "version": "1.3.3",
4
4
  "description": "n8n community node for Typebot - A powerful chatbot builder integration",
5
5
  "keywords": [
6
6
  "n8n-community-node-package",