n8n-nodes-typebot 1.1.11 → 1.2.1

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,12 +1,24 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
2
  <svg width="820" height="820" viewBox="0 0 820 820" fill="none" xmlns="http://www.w3.org/2000/svg">
3
- <!-- White border for visibility on dark backgrounds -->
4
- <rect width="820" height="820" rx="120" fill="white" stroke="white" stroke-width="8"/>
3
+ <!-- Outer shadow/border for visibility on light backgrounds -->
4
+ <defs>
5
+ <filter id="shadow" x="-50%" y="-50%" width="200%" height="200%">
6
+ <feGaussianBlur in="SourceAlpha" stdDeviation="4"/>
7
+ <feOffset dx="0" dy="0" result="offsetblur"/>
8
+ <feComponentTransfer>
9
+ <feFuncA type="linear" slope="0.5"/>
10
+ </feComponentTransfer>
11
+ <feMerge>
12
+ <feMergeNode/>
13
+ <feMergeNode in="SourceGraphic"/>
14
+ </feMerge>
15
+ </filter>
16
+ </defs>
5
17
 
6
- <!-- Black background (the main logo background) -->
7
- <rect x="8" y="8" width="804" height="804" rx="116" fill="#000000"/>
18
+ <!-- Black background with subtle border -->
19
+ <rect width="820" height="820" rx="120" fill="#000000" stroke="#333333" stroke-width="2" filter="url(#shadow)"/>
8
20
 
9
- <!-- Typebot Logo - white on black -->
21
+ <!-- Typebot Logo - white on black (exact copy of original) -->
10
22
  <g transform="translate(205, 205)">
11
23
  <!-- Outer rounded rectangle (white border) -->
12
24
  <rect x="0" y="0" width="410" height="410" rx="80" fill="none" stroke="white" stroke-width="40"/>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-typebot",
3
- "version": "1.1.11",
3
+ "version": "1.2.1",
4
4
  "description": "n8n community node for Typebot - A powerful chatbot builder integration",
5
5
  "keywords": [
6
6
  "n8n-community-node-package",