@speakeasy-api/moonshine 1.40.0 → 1.41.0
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/moonshine.es.js +25 -7
- package/dist/moonshine.es.js.map +1 -1
- package/package.json +9 -10
- package/types/utilities.d.ts +1 -1
package/dist/moonshine.es.js
CHANGED
|
@@ -11898,13 +11898,31 @@ var n5 = ({ status: e, className: t }) => {
|
|
|
11898
11898
|
] });
|
|
11899
11899
|
}
|
|
11900
11900
|
}, o5 = {
|
|
11901
|
-
user: ({ className: e }) => /* @__PURE__ */
|
|
11902
|
-
|
|
11903
|
-
|
|
11904
|
-
|
|
11905
|
-
|
|
11906
|
-
|
|
11907
|
-
|
|
11901
|
+
user: ({ className: e }) => /* @__PURE__ */ x("svg", {
|
|
11902
|
+
viewBox: "0 0 20 20",
|
|
11903
|
+
role: "img",
|
|
11904
|
+
"aria-label": "User",
|
|
11905
|
+
className: b("bg-muted text-body-muted h-6 w-6 rounded-full ring-1 ring-inset", e),
|
|
11906
|
+
children: [/* @__PURE__ */ o("defs", { children: /* @__PURE__ */ x("linearGradient", {
|
|
11907
|
+
id: "moonshine-ai-chat-user-avatar-gradient",
|
|
11908
|
+
x1: "0",
|
|
11909
|
+
x2: "1",
|
|
11910
|
+
y1: "0",
|
|
11911
|
+
y2: "1",
|
|
11912
|
+
children: [/* @__PURE__ */ o("stop", {
|
|
11913
|
+
offset: "0%",
|
|
11914
|
+
stopColor: "#06f98c"
|
|
11915
|
+
}), /* @__PURE__ */ o("stop", {
|
|
11916
|
+
offset: "100%",
|
|
11917
|
+
stopColor: "#8c06f9"
|
|
11918
|
+
})]
|
|
11919
|
+
}) }), /* @__PURE__ */ o("rect", {
|
|
11920
|
+
width: "20",
|
|
11921
|
+
height: "20",
|
|
11922
|
+
fill: "url(#moonshine-ai-chat-user-avatar-gradient)",
|
|
11923
|
+
rx: "0",
|
|
11924
|
+
ry: "0"
|
|
11925
|
+
})]
|
|
11908
11926
|
}),
|
|
11909
11927
|
assistant: ({ className: e }) => /* @__PURE__ */ o("div", {
|
|
11910
11928
|
className: b("flex h-6 w-6 items-center justify-center rounded border text-[10px] font-medium", e),
|