n8n-nodes-perfexcrm 0.1.4 → 0.1.5

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,19 +1,13 @@
1
- <svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg">
2
- <!-- Light background for better visibility -->
3
- <rect width="60" height="60" rx="10" fill="#F8FAFC"/>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 60" width="60" height="60">
2
+ <!-- Background -->
3
+ <rect x="0" y="0" width="60" height="60" rx="8" fill="#ffffff"/>
4
4
 
5
- <!-- PerfexCRM Logo centered and scaled appropriately -->
6
- <g transform="translate(12, 10)">
7
- <!-- Cyan/turquoise curved part (top-right of P) -->
8
- <path d="M 18 0 L 24 0 C 33.941 0 42 8.059 42 18 C 42 27.941 33.941 36 24 36 L 24 18 L 18 12 L 18 0 Z"
9
- fill="#22D3EE"/>
10
-
11
- <!-- Pink/magenta triangle (top-left of P) -->
12
- <path d="M 0 0 L 18 0 L 18 12 L 0 0 Z"
13
- fill="#EC4899"/>
14
-
15
- <!-- Dark gray/black rectangle (bottom stem of P) -->
16
- <path d="M 0 0 L 18 12 L 18 40 L 0 40 L 0 0 Z"
17
- fill="#374151"/>
18
- </g>
5
+ <!-- Dark gray vertical bar (stem of P) -->
6
+ <rect x="14" y="10" width="16" height="40" fill="#374151"/>
7
+
8
+ <!-- Pink triangle (top-left) -->
9
+ <polygon points="14,10 30,10 30,16 14,10" fill="#ec4899"/>
10
+
11
+ <!-- Cyan quarter circle (top-right of P) -->
12
+ <path d="M 30 10 L 40 10 A 15 15 0 0 1 40 28 L 30 28 L 30 16 Z" fill="#22d3ee"/>
19
13
  </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-perfexcrm",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "n8n nodes for PerfexCRM API and Webhooks integration",
5
5
  "keywords": [
6
6
  "n8n-community-node-package",