@gendive/chatllm 0.12.2 → 0.12.3
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/react/index.js +10 -10
- package/dist/react/index.js.map +1 -1
- package/dist/react/index.mjs +10 -10
- package/dist/react/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/react/index.js
CHANGED
|
@@ -6161,7 +6161,7 @@ var MessageBubble = ({
|
|
|
6161
6161
|
display: "flex",
|
|
6162
6162
|
flexDirection: "column",
|
|
6163
6163
|
alignItems: "flex-end",
|
|
6164
|
-
padding: "
|
|
6164
|
+
padding: "4px 24px"
|
|
6165
6165
|
},
|
|
6166
6166
|
onMouseEnter: () => setShowActions(true),
|
|
6167
6167
|
onMouseLeave: () => setShowActions(false),
|
|
@@ -6227,7 +6227,7 @@ var MessageBubble = ({
|
|
|
6227
6227
|
display: "flex",
|
|
6228
6228
|
flexDirection: "column",
|
|
6229
6229
|
alignItems: "flex-start",
|
|
6230
|
-
padding: "
|
|
6230
|
+
padding: "4px 24px"
|
|
6231
6231
|
},
|
|
6232
6232
|
onMouseEnter: () => setShowActions(true),
|
|
6233
6233
|
onMouseLeave: () => setShowActions(false),
|
|
@@ -6239,25 +6239,25 @@ var MessageBubble = ({
|
|
|
6239
6239
|
className: "chatllm-sheet",
|
|
6240
6240
|
style: {
|
|
6241
6241
|
width: "100%",
|
|
6242
|
-
padding: "
|
|
6242
|
+
padding: "16px",
|
|
6243
6243
|
display: "flex",
|
|
6244
|
-
gap: "
|
|
6244
|
+
gap: "12px"
|
|
6245
6245
|
},
|
|
6246
6246
|
children: [
|
|
6247
6247
|
/* @__PURE__ */ (0, import_jsx_runtime10.jsx)("div", { style: { flexShrink: 0 }, children: /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
|
|
6248
6248
|
"div",
|
|
6249
6249
|
{
|
|
6250
6250
|
style: {
|
|
6251
|
-
width: "
|
|
6252
|
-
height: "
|
|
6253
|
-
borderRadius: "
|
|
6251
|
+
width: "32px",
|
|
6252
|
+
height: "32px",
|
|
6253
|
+
borderRadius: "10px",
|
|
6254
6254
|
backgroundColor: "var(--chatllm-primary-light)",
|
|
6255
6255
|
display: "flex",
|
|
6256
6256
|
alignItems: "center",
|
|
6257
6257
|
justifyContent: "center",
|
|
6258
6258
|
color: "var(--chatllm-primary)"
|
|
6259
6259
|
},
|
|
6260
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(IconSvg, { name: "magic-line", size:
|
|
6260
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(IconSvg, { name: "magic-line", size: 20 })
|
|
6261
6261
|
}
|
|
6262
6262
|
) }),
|
|
6263
6263
|
/* @__PURE__ */ (0, import_jsx_runtime10.jsxs)("div", { style: { flex: 1, minWidth: 0 }, children: [
|
|
@@ -6268,7 +6268,7 @@ var MessageBubble = ({
|
|
|
6268
6268
|
display: "flex",
|
|
6269
6269
|
alignItems: "center",
|
|
6270
6270
|
gap: "8px",
|
|
6271
|
-
marginBottom: "
|
|
6271
|
+
marginBottom: "8px"
|
|
6272
6272
|
},
|
|
6273
6273
|
children: /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
|
|
6274
6274
|
"span",
|
|
@@ -6518,7 +6518,7 @@ var MessageBubble = ({
|
|
|
6518
6518
|
display: "flex",
|
|
6519
6519
|
gap: "2px",
|
|
6520
6520
|
marginTop: "4px",
|
|
6521
|
-
marginLeft: "
|
|
6521
|
+
marginLeft: "44px",
|
|
6522
6522
|
height: "24px",
|
|
6523
6523
|
opacity: showActions ? 1 : 0,
|
|
6524
6524
|
transition: "opacity 0.15s ease"
|