bstp-agent-widget 0.2.14 → 0.2.15
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 +10 -2
- package/dist/agent-widget.js.map +1 -1
- package/package.json +1 -1
package/dist/agent-widget.js
CHANGED
|
@@ -24033,9 +24033,17 @@ function rk({ onClick: e, zIndex: t, position: n }) {
|
|
|
24033
24033
|
},
|
|
24034
24034
|
size: 56,
|
|
24035
24035
|
radius: "xl",
|
|
24036
|
-
variant: "
|
|
24036
|
+
variant: "transparent",
|
|
24037
24037
|
"aria-label": "Open agent widget",
|
|
24038
|
-
style: {
|
|
24038
|
+
style: {
|
|
24039
|
+
background: "linear-gradient(135deg, #f78200 0%, #ff9d2f 100%)",
|
|
24040
|
+
color: "#fff",
|
|
24041
|
+
border: "1px solid rgba(0,0,0,0.08)",
|
|
24042
|
+
boxShadow: "0 8px 20px rgba(0,0,0,0.24)",
|
|
24043
|
+
display: "flex",
|
|
24044
|
+
alignItems: "center",
|
|
24045
|
+
justifyContent: "center"
|
|
24046
|
+
},
|
|
24039
24047
|
children: /* @__PURE__ */ T(QO, {
|
|
24040
24048
|
width: "22",
|
|
24041
24049
|
height: "22"
|