@akshayram1/omnibrowser-agent 0.2.6 → 0.2.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akshayram1/omnibrowser-agent",
3
- "version": "0.2.6",
3
+ "version": "0.2.8",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "./dist/lib.js",
package/styles.css CHANGED
@@ -422,6 +422,11 @@ table tr:hover td {
422
422
  box-shadow: 0 2px 6px rgba(30, 63, 170, 0.3);
423
423
  }
424
424
 
425
+ .badge.new {
426
+ background: linear-gradient(135deg, #15803d, #16a34a);
427
+ box-shadow: 0 2px 6px rgba(21, 128, 61, 0.3);
428
+ }
429
+
425
430
  /* ── Contact ── */
426
431
 
427
432
  .contact-note {