@webless/agent 0.14.1 → 0.14.2
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 +3 -3
- package/dist/{chunk-ZHEXHTHJ.js → chunk-KUNT2X4I.js} +5 -10
- package/dist/chunk-KUNT2X4I.js.map +1 -0
- package/dist/embed.cjs +4 -9
- package/dist/embed.cjs.map +1 -1
- package/dist/embed.css +58 -5
- package/dist/embed.css.map +1 -1
- package/dist/embed.js +1 -1
- package/dist/react.cjs +4 -9
- package/dist/react.cjs.map +1 -1
- package/dist/react.css +58 -5
- package/dist/react.css.map +1 -1
- package/dist/react.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-ZHEXHTHJ.js.map +0 -1
package/dist/embed.cjs
CHANGED
|
@@ -4828,16 +4828,11 @@ function ExploreMore({
|
|
|
4828
4828
|
if (!sources.length && !questions.length) return null;
|
|
4829
4829
|
return /* @__PURE__ */ (0, import_jsx_runtime3.jsxs)("div", { className: "explore-more", children: [
|
|
4830
4830
|
sources.length > 0 ? /* @__PURE__ */ (0, import_jsx_runtime3.jsxs)("div", { className: "explore-more__section", children: [
|
|
4831
|
-
/* @__PURE__ */ (0, import_jsx_runtime3.
|
|
4832
|
-
"Based on ",
|
|
4833
|
-
sources.length,
|
|
4834
|
-
" ",
|
|
4835
|
-
sources.length === 1 ? "page" : "pages"
|
|
4836
|
-
] }),
|
|
4831
|
+
/* @__PURE__ */ (0, import_jsx_runtime3.jsx)("p", { className: "explore-more__label", children: "Related Resources" }),
|
|
4837
4832
|
/* @__PURE__ */ (0, import_jsx_runtime3.jsx)(SearchReferences, { results, mode: "sources" })
|
|
4838
4833
|
] }) : null,
|
|
4839
4834
|
questions.length > 0 ? /* @__PURE__ */ (0, import_jsx_runtime3.jsxs)("div", { className: "explore-more__section", children: [
|
|
4840
|
-
/* @__PURE__ */ (0, import_jsx_runtime3.jsx)("p", { className: "explore-more__label", children: "
|
|
4835
|
+
/* @__PURE__ */ (0, import_jsx_runtime3.jsx)("p", { className: "explore-more__label", children: "Ask Next" }),
|
|
4841
4836
|
/* @__PURE__ */ (0, import_jsx_runtime3.jsx)("ul", { className: "explore-more__questions", children: questions.map((question) => /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("li", { children: /* @__PURE__ */ (0, import_jsx_runtime3.jsxs)(
|
|
4842
4837
|
"button",
|
|
4843
4838
|
{
|
|
@@ -5196,7 +5191,7 @@ function Composer({
|
|
|
5196
5191
|
disabled,
|
|
5197
5192
|
title: "Share your details and we'll reach out shortly",
|
|
5198
5193
|
onClick: () => setDraft((current) => ({ ...current, expanded: true })),
|
|
5199
|
-
children: "
|
|
5194
|
+
children: "Request a Follow-Up"
|
|
5200
5195
|
}
|
|
5201
5196
|
) : null
|
|
5202
5197
|
] }) : null,
|
|
@@ -5720,7 +5715,7 @@ var BRAND_LOGO_LAYOUT = {
|
|
|
5720
5715
|
header: { maxHeight: 20, maxWidth: 96, square: 24 },
|
|
5721
5716
|
message: { maxHeight: 18, maxWidth: 80, square: 22 },
|
|
5722
5717
|
/** Bottom/mobile launcher pill orb — keep in sync with AssistEdgeTab chip CSS. */
|
|
5723
|
-
launcher: { maxHeight:
|
|
5718
|
+
launcher: { maxHeight: 20, maxWidth: 80, square: 22 }
|
|
5724
5719
|
};
|
|
5725
5720
|
function isWideBrandLogo(naturalWidth, naturalHeight) {
|
|
5726
5721
|
return naturalWidth > naturalHeight * 1.4;
|