whyuzeim 1.1.160 → 1.1.161
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/cjs/index.js +4 -4
- package/es/index.js +4 -4
- package/package.json +1 -1
package/cjs/index.js
CHANGED
|
@@ -136829,18 +136829,18 @@ var NewCustomMsg = function NewCustomMsg(props) {
|
|
|
136829
136829
|
},
|
|
136830
136830
|
className: "flex flex-col gap-3"
|
|
136831
136831
|
}, /*#__PURE__*/React.createElement("div", {
|
|
136832
|
-
className: "font-semibold text-
|
|
136832
|
+
className: "font-semibold text-xs leading-snug",
|
|
136833
136833
|
style: {
|
|
136834
136834
|
color: "#90F926"
|
|
136835
136835
|
}
|
|
136836
136836
|
}, "Your Personalized AI Assistant"), /*#__PURE__*/React.createElement("div", {
|
|
136837
|
-
className: "text-
|
|
136837
|
+
className: "text-xs leading-relaxed opacity-90"
|
|
136838
136838
|
}, data.content), data.helpItems.length > 0 && /*#__PURE__*/React.createElement("ul", {
|
|
136839
136839
|
className: "list-none m-0 p-0 flex flex-col gap-2"
|
|
136840
136840
|
}, _mapInstanceProperty(_context3 = data.helpItems).call(_context3, function (item, idx) {
|
|
136841
136841
|
return /*#__PURE__*/React.createElement("li", {
|
|
136842
136842
|
key: idx,
|
|
136843
|
-
className: "text-
|
|
136843
|
+
className: "text-xs leading-relaxed flex items-start gap-2",
|
|
136844
136844
|
style: {
|
|
136845
136845
|
color: "var(--im-msg-bubble-font-color)",
|
|
136846
136846
|
opacity: 0.85
|
|
@@ -137389,7 +137389,7 @@ var HighlyCustomChat = function HighlyCustomChat(props) {
|
|
|
137389
137389
|
isMySelf: isMySelf,
|
|
137390
137390
|
avatar: !isMySelf ? /*#__PURE__*/React.createElement("img", {
|
|
137391
137391
|
src: headerInfo.headerImageURL || img$q,
|
|
137392
|
-
className: "shrink-0 w-[
|
|
137392
|
+
className: "shrink-0 w-[32px] h-[32px] rounded-full overflow-hidden object-fit"
|
|
137393
137393
|
}) : undefined,
|
|
137394
137394
|
onSelectOption: function onSelectOption(extInfo) {
|
|
137395
137395
|
handleSendMessage(extInfo.text, extInfo);
|
package/es/index.js
CHANGED
|
@@ -136808,18 +136808,18 @@ var NewCustomMsg = function NewCustomMsg(props) {
|
|
|
136808
136808
|
},
|
|
136809
136809
|
className: "flex flex-col gap-3"
|
|
136810
136810
|
}, /*#__PURE__*/React__default.createElement("div", {
|
|
136811
|
-
className: "font-semibold text-
|
|
136811
|
+
className: "font-semibold text-xs leading-snug",
|
|
136812
136812
|
style: {
|
|
136813
136813
|
color: "#90F926"
|
|
136814
136814
|
}
|
|
136815
136815
|
}, "Your Personalized AI Assistant"), /*#__PURE__*/React__default.createElement("div", {
|
|
136816
|
-
className: "text-
|
|
136816
|
+
className: "text-xs leading-relaxed opacity-90"
|
|
136817
136817
|
}, data.content), data.helpItems.length > 0 && /*#__PURE__*/React__default.createElement("ul", {
|
|
136818
136818
|
className: "list-none m-0 p-0 flex flex-col gap-2"
|
|
136819
136819
|
}, _mapInstanceProperty(_context3 = data.helpItems).call(_context3, function (item, idx) {
|
|
136820
136820
|
return /*#__PURE__*/React__default.createElement("li", {
|
|
136821
136821
|
key: idx,
|
|
136822
|
-
className: "text-
|
|
136822
|
+
className: "text-xs leading-relaxed flex items-start gap-2",
|
|
136823
136823
|
style: {
|
|
136824
136824
|
color: "var(--im-msg-bubble-font-color)",
|
|
136825
136825
|
opacity: 0.85
|
|
@@ -137368,7 +137368,7 @@ var HighlyCustomChat = function HighlyCustomChat(props) {
|
|
|
137368
137368
|
isMySelf: isMySelf,
|
|
137369
137369
|
avatar: !isMySelf ? /*#__PURE__*/React__default.createElement("img", {
|
|
137370
137370
|
src: headerInfo.headerImageURL || img$q,
|
|
137371
|
-
className: "shrink-0 w-[
|
|
137371
|
+
className: "shrink-0 w-[32px] h-[32px] rounded-full overflow-hidden object-fit"
|
|
137372
137372
|
}) : undefined,
|
|
137373
137373
|
onSelectOption: function onSelectOption(extInfo) {
|
|
137374
137374
|
handleSendMessage(extInfo.text, extInfo);
|