@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/README.md +208 -110
- package/dist/content.js +1 -1
- package/dist/content.js.map +2 -2
- package/dist/lib.js +1 -1
- package/dist/lib.js.map +2 -2
- package/dist/types/shared/contracts.d.ts +4 -0
- package/docs/arch.md +220 -0
- package/index.html +277 -163
- package/package.json +1 -1
- package/styles.css +5 -0
package/package.json
CHANGED
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 {
|