ttp-agent-sdk 2.34.6 → 2.34.8

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.
@@ -286,6 +286,21 @@
286
286
  <span class="badge badge--new">New</span>
287
287
  </div>
288
288
  </a>
289
+
290
+ <a href="widget-customization-dev.html" class="test-card">
291
+ <span class="test-card__icon">🔧</span>
292
+ <h3 class="test-card__title">Widget Customization (DEV)</h3>
293
+ <p class="test-card__description">
294
+ Development version using unminified agent-widget.dev.js with source maps enabled.
295
+ Perfect for debugging and testing new features. Same customization tool but with
296
+ full source code visibility in browser DevTools.
297
+ </p>
298
+ <div class="test-card__badges">
299
+ <span class="badge badge--widget">Widget</span>
300
+ <span class="badge badge--sdk">Dev</span>
301
+ <span class="badge" style="background: #fef3c7; color: #92400e;">Debug</span>
302
+ </div>
303
+ </a>
289
304
  </div>
290
305
  </div>
291
306