goji-search 3.0.4 → 3.0.5
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/index.js +4 -23
- package/dist/widget.js +20 -20
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -9894,10 +9894,7 @@ function Pp({
|
|
|
9894
9894
|
border: "none",
|
|
9895
9895
|
boxShadow: "none"
|
|
9896
9896
|
},
|
|
9897
|
-
children: C.role
|
|
9898
|
-
// <User size={16} color="rgba(0, 0, 0, 1)" />
|
|
9899
|
-
/* @__PURE__ */ h.jsx("div", {})
|
|
9900
|
-
) : n && d ? /* @__PURE__ */ h.jsx(
|
|
9897
|
+
children: C.role !== "user" && n && d && /* @__PURE__ */ h.jsx(
|
|
9901
9898
|
"img",
|
|
9902
9899
|
{
|
|
9903
9900
|
src: n,
|
|
@@ -9908,15 +9905,7 @@ function Pp({
|
|
|
9908
9905
|
objectFit: "cover"
|
|
9909
9906
|
}
|
|
9910
9907
|
}
|
|
9911
|
-
)
|
|
9912
|
-
width: "100%",
|
|
9913
|
-
height: "100%",
|
|
9914
|
-
display: "flex",
|
|
9915
|
-
alignItems: "center",
|
|
9916
|
-
justifyContent: "center",
|
|
9917
|
-
fontSize: "0.75rem",
|
|
9918
|
-
color: "rgba(217, 219, 234, 1)"
|
|
9919
|
-
}, children: "AI" })
|
|
9908
|
+
)
|
|
9920
9909
|
}
|
|
9921
9910
|
) }),
|
|
9922
9911
|
/* @__PURE__ */ h.jsxs(
|
|
@@ -10099,7 +10088,7 @@ function Pp({
|
|
|
10099
10088
|
border: "none",
|
|
10100
10089
|
boxShadow: "none"
|
|
10101
10090
|
},
|
|
10102
|
-
children: n
|
|
10091
|
+
children: n && d && /* @__PURE__ */ h.jsx(
|
|
10103
10092
|
"img",
|
|
10104
10093
|
{
|
|
10105
10094
|
src: n,
|
|
@@ -10110,15 +10099,7 @@ function Pp({
|
|
|
10110
10099
|
objectFit: "cover"
|
|
10111
10100
|
}
|
|
10112
10101
|
}
|
|
10113
|
-
)
|
|
10114
|
-
width: "100%",
|
|
10115
|
-
height: "100%",
|
|
10116
|
-
display: "flex",
|
|
10117
|
-
alignItems: "center",
|
|
10118
|
-
justifyContent: "center",
|
|
10119
|
-
fontSize: "0.75rem",
|
|
10120
|
-
color: "rgba(217, 219, 234, 1)"
|
|
10121
|
-
}, children: "AI" })
|
|
10102
|
+
)
|
|
10122
10103
|
}
|
|
10123
10104
|
) }),
|
|
10124
10105
|
/* @__PURE__ */ h.jsxs(
|