n8n-nodes-perfexcrm 0.1.2 → 0.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.
@@ -1,5 +1,26 @@
1
- <svg width="60" height="60" viewBox="0 0 60 60" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <rect width="60" height="60" rx="8" fill="#2563EB"/>
3
- <path d="M30 12C20.059 12 12 20.059 12 30C12 39.941 20.059 48 30 48C39.941 48 48 39.941 48 30C48 20.059 39.941 12 30 12ZM30 16.5C37.456 16.5 43.5 22.544 43.5 30C43.5 37.456 37.456 43.5 30 43.5C22.544 43.5 16.5 37.456 16.5 30C16.5 22.544 22.544 16.5 30 16.5Z" fill="white"/>
4
- <path d="M30 21C25.029 21 21 25.029 21 30C21 34.971 25.029 39 30 39C34.971 39 39 34.971 39 30C39 25.029 34.971 21 30 21ZM30 24.75C32.899 24.75 35.25 27.101 35.25 30C35.25 32.899 32.899 35.25 30 35.25C27.101 35.25 24.75 32.899 24.75 30C24.75 27.101 27.101 24.75 30 24.75Z" fill="white"/>
1
+ <svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg">
2
+ <!-- Background gradient -->
3
+ <defs>
4
+ <linearGradient id="gradient" x1="0%" y1="0%" x2="100%" y2="100%">
5
+ <stop offset="0%" style="stop-color:#1e88e5;stop-opacity:1" />
6
+ <stop offset="100%" style="stop-color:#0d47a1;stop-opacity:1" />
7
+ </linearGradient>
8
+ </defs>
9
+
10
+ <!-- Background rectangle -->
11
+ <rect width="60" height="60" rx="12" fill="url(#gradient)"/>
12
+
13
+ <!-- Letter P styled like PerfexCRM -->
14
+ <g fill="white">
15
+ <!-- Main P shape -->
16
+ <path d="M 18 15 L 24 15 L 24 45 L 18 45 Z M 24 15 L 36 15 C 40.418 15 44 18.582 44 23 C 44 27.418 40.418 31 36 31 L 24 31 L 24 25 L 36 25 C 37.105 25 38 24.105 38 23 C 38 21.895 37.105 21 36 21 L 24 21 Z" />
17
+
18
+ <!-- Small accent bars for modern look -->
19
+ <rect x="40" y="36" width="8" height="2" rx="1" opacity="0.8"/>
20
+ <rect x="40" y="41" width="8" height="2" rx="1" opacity="0.6"/>
21
+ <rect x="40" y="46" width="8" height="2" rx="1" opacity="0.4"/>
22
+ </g>
23
+
24
+ <!-- Small circle accent -->
25
+ <circle cx="48" cy="15" r="3" fill="#4ade80"/>
5
26
  </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-perfexcrm",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "n8n nodes for PerfexCRM API and Webhooks integration",
5
5
  "keywords": [
6
6
  "n8n-community-node-package",