n8n-nodes-cribops 0.1.5 → 0.1.7

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,7 +1,17 @@
1
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="12" fill="#4F46E5"/>
3
- <path d="M15 20C15 17.7909 16.7909 16 19 16H41C43.2091 16 45 17.7909 45 20V32C45 34.2091 43.2091 36 41 36H26L18 42V36H19C16.7909 36 15 34.2091 15 32V20Z" fill="white"/>
4
- <circle cx="24" cy="26" r="2" fill="#4F46E5"/>
5
- <circle cx="30" cy="26" r="2" fill="#4F46E5"/>
6
- <circle cx="36" cy="26" r="2" fill="#4F46E5"/>
2
+ <!-- Cloud shape with proper padding -->
3
+ <path d="M42 32C44.2091 32 46 30.2091 46 28C46 25.7909 44.2091 24 42 24C41.8258 24 41.6553 24.0161 41.4896 24.0469C41.3537 20.9452 38.7802 18.5 35.625 18.5C33.6885 18.5 31.9915 19.5518 31.0833 21.1042C30.7361 21.0417 30.3792 21.0083 30.0125 21.0083C27.2512 21.0083 25 23.2495 25 26C25 26.1306 25.0052 26.2604 25.0156 26.3889C23.1198 26.8198 21.75 28.5156 21.75 30.5833C21.75 33.0271 23.6927 35 26.125 35H42V32Z" fill="#4A5568"/>
4
+
5
+ <!-- Bar chart inside cloud -->
6
+ <rect x="27" y="30" width="2.5" height="4" rx="0.5" fill="white"/>
7
+ <rect x="30" y="28" width="2.5" height="6" rx="0.5" fill="white"/>
8
+ <rect x="33" y="26" width="2.5" height="8" rx="0.5" fill="white"/>
9
+ <rect x="36" y="24" width="2.5" height="10" rx="0.5" fill="white"/>
10
+
11
+ <!-- Growth arrow -->
12
+ <path d="M40 22L43 19M43 19V22M43 19H40" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
13
+
14
+ <!-- Data dots -->
15
+ <circle cx="44" cy="23" r="1" fill="#4A5568"/>
16
+ <rect x="43.5" y="25.5" width="1.5" height="1.5" rx="0.5" fill="#4A5568"/>
7
17
  </svg>
@@ -1,8 +1,19 @@
1
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="12" fill="#059669"/>
3
- <path d="M15 20C15 17.7909 16.7909 16 19 16H41C43.2091 16 45 17.7909 45 20V32C45 34.2091 43.2091 36 41 36H26L18 42V36H19C16.7909 36 15 34.2091 15 32V20Z" fill="white"/>
4
- <path d="M20 24L28 28L20 32V24Z" fill="#059669"/>
5
- <rect x="32" y="24" width="8" height="2" fill="#059669"/>
6
- <rect x="32" y="28" width="8" height="2" fill="#059669"/>
7
- <rect x="32" y="32" width="6" height="2" fill="#059669"/>
2
+ <!-- Cloud shape with proper padding -->
3
+ <path d="M42 32C44.2091 32 46 30.2091 46 28C46 25.7909 44.2091 24 42 24C41.8258 24 41.6553 24.0161 41.4896 24.0469C41.3537 20.9452 38.7802 18.5 35.625 18.5C33.6885 18.5 31.9915 19.5518 31.0833 21.1042C30.7361 21.0417 30.3792 21.0083 30.0125 21.0083C27.2512 21.0083 25 23.2495 25 26C25 26.1306 25.0052 26.2604 25.0156 26.3889C23.1198 26.8198 21.75 28.5156 21.75 30.5833C21.75 33.0271 23.6927 35 26.125 35H42V32Z" fill="#2D3748"/>
4
+
5
+ <!-- Bar chart inside cloud -->
6
+ <rect x="27" y="30" width="2.5" height="4" rx="0.5" fill="white"/>
7
+ <rect x="30" y="28" width="2.5" height="6" rx="0.5" fill="white"/>
8
+ <rect x="33" y="26" width="2.5" height="8" rx="0.5" fill="white"/>
9
+ <rect x="36" y="24" width="2.5" height="10" rx="0.5" fill="white"/>
10
+
11
+ <!-- Growth arrow -->
12
+ <path d="M40 22L43 19M43 19V22M43 19H40" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
13
+
14
+ <!-- Trigger indicator (lightning bolt) -->
15
+ <path d="M44 21L42 24H45L43 27" stroke="#FBB040" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none"/>
16
+
17
+ <!-- Data dot -->
18
+ <rect x="43.5" y="28.5" width="1.5" height="1.5" rx="0.5" fill="#2D3748"/>
8
19
  </svg>
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-cribops",
3
- "version": "0.1.5",
3
+ "version": "0.1.7",
4
4
  "description": "n8n community node for Cribops AI platform integration",
5
5
  "keywords": [
6
6
  "n8n-community-node-package"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-cribops",
3
- "version": "0.1.5",
3
+ "version": "0.1.7",
4
4
  "description": "n8n community node for Cribops AI platform integration",
5
5
  "keywords": [
6
6
  "n8n-community-node-package"