ttp-agent-sdk 2.5.1 → 2.5.2

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.
@@ -19,23 +19,27 @@
19
19
  <!-- Address bar area -->
20
20
  <rect x="10" y="50" width="480" height="40" fill="white" rx="20" filter="url(#shadow)"/>
21
21
 
22
- <!-- HIGHLIGHTED Lock icon area -->
23
- <rect x="12" y="52" width="45" height="36" fill="#e8f5e9" rx="18 0 0 18"/>
22
+ <!-- HIGHLIGHTED Icon area (lock or info) -->
23
+ <rect x="12" y="52" width="85" height="36" fill="#e8f5e9" rx="18 0 0 18"/>
24
24
  <rect x="12" y="52" width="4" height="36" fill="#4caf50" rx="2"/>
25
25
 
26
26
  <!-- Lock icon -->
27
27
  <circle cx="35" cy="70" r="12" fill="#4caf50"/>
28
28
  <text x="29" y="76" font-family="Arial, sans-serif" font-size="14" fill="white">🔒</text>
29
29
 
30
+ <!-- Information icon (alternative) -->
31
+ <circle cx="65" cy="70" r="12" fill="#1a73e8" opacity="0.7"/>
32
+ <text x="60" y="76" font-family="Arial, sans-serif" font-size="12" fill="white" font-weight="bold">i</text>
33
+
30
34
  <!-- URL text -->
31
- <text x="60" y="76" font-family="Segoe UI, Arial, sans-serif" font-size="14" fill="#202124">your-website.com/voice-call</text>
35
+ <text x="100" y="76" font-family="Segoe UI, Arial, sans-serif" font-size="14" fill="#202124">your-website.com/voice-call</text>
32
36
 
33
37
  <!-- Pointer arrow -->
34
- <path d="M 35 95 L 35 105 L 25 100 Z" fill="#4caf50"/>
35
- <path d="M 35 95 L 35 105 L 45 100 Z" fill="#4caf50"/>
36
- <rect x="20" y="105" width="30" height="2" fill="#4caf50"/>
38
+ <path d="M 50 95 L 50 105 L 40 100 Z" fill="#4caf50"/>
39
+ <path d="M 50 95 L 50 105 L 60 100 Z" fill="#4caf50"/>
40
+ <rect x="35" y="105" width="30" height="2" fill="#4caf50"/>
37
41
 
38
42
  <!-- Instruction text -->
39
- <rect x="55" y="95" width="130" height="22" rx="4" fill="#4caf50"/>
40
- <text x="67" y="111" font-family="Segoe UI, Arial, sans-serif" font-size="12" fill="white" font-weight="600">👆 Click this icon</text>
43
+ <rect x="95" y="95" width="180" height="22" rx="4" fill="#4caf50"/>
44
+ <text x="107" y="111" font-family="Segoe UI, Arial, sans-serif" font-size="12" fill="white" font-weight="600">👆 Click lock 🔒 or info â„šī¸ icon</text>
41
45
  </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ttp-agent-sdk",
3
- "version": "2.5.1",
3
+ "version": "2.5.2",
4
4
  "description": "Comprehensive Voice Agent SDK with Enhanced Customizable Widget - Real-time audio, WebSocket communication, React components, and extensive customization options",
5
5
  "main": "dist/agent-widget.js",
6
6
  "module": "dist/agent-widget.js",