bstp-agent-widget 0.2.96 → 0.2.97
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/dist/agent-widget.js +1 -1
- package/dist/agent-widget.js.map +1 -1
- package/package.json +1 -1
package/dist/agent-widget.js
CHANGED
|
@@ -34166,7 +34166,7 @@ function aH(e) {
|
|
|
34166
34166
|
}, [e]);
|
|
34167
34167
|
return f(() => {
|
|
34168
34168
|
try {
|
|
34169
|
-
let t = document.documentElement, n = e || "#
|
|
34169
|
+
let t = document.documentElement, n = e || "#414275", r = nH(n, 40), i = rH(n, 15);
|
|
34170
34170
|
t.style.setProperty("--agent-accent-color", n), t.style.setProperty("--agent-accent-color-light", nH(n, 40)), t.style.setProperty("--agent-accent-color-dark", i), t.style.setProperty("--agent-accent-bg", n), t.style.setProperty("--agent-accent-bg-light", r), t.style.setProperty("--agent-accent-border", n), t.style.setProperty("--agent-accent-text", "#ffffff"), t.style.setProperty("--agent-accent-text-muted", "rgba(255, 255, 255, 0.8)"), console.log("CSS variables set successfully");
|
|
34171
34171
|
} catch (e) {
|
|
34172
34172
|
console.error("Failed to set accent color CSS properties:", e);
|