@apteva/apteva-kit 0.1.66 → 0.1.68
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 +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1975,7 +1975,7 @@ function Composer({ onSendMessage, placeholder = "Type a message...", disabled =
|
|
|
1975
1975
|
onKeyDown: handleKeyDown,
|
|
1976
1976
|
placeholder,
|
|
1977
1977
|
disabled,
|
|
1978
|
-
className: "flex-1 resize-none bg-transparent border-none focus:outline-none !text-neutral-900 dark:!text-neutral-100 placeholder-neutral-400 dark:placeholder-neutral-500 py-1 disabled:opacity-50 disabled:cursor-not-allowed",
|
|
1978
|
+
className: "apteva-composer-textarea flex-1 resize-none bg-transparent border-none focus:outline-none !text-neutral-900 dark:!text-neutral-100 placeholder-neutral-400 dark:placeholder-neutral-500 py-1 disabled:opacity-50 disabled:cursor-not-allowed overflow-y-auto",
|
|
1979
1979
|
rows: 1,
|
|
1980
1980
|
style: { maxHeight: "120px" }
|
|
1981
1981
|
}
|
|
@@ -1984,7 +1984,7 @@ function Composer({ onSendMessage, placeholder = "Type a message...", disabled =
|
|
|
1984
1984
|
"button",
|
|
1985
1985
|
{
|
|
1986
1986
|
onClick: onStop,
|
|
1987
|
-
className: "w-8 h-8 rounded-lg flex items-center justify-center font-bold transition-all flex-shrink-0 border border-red-400 dark
|
|
1987
|
+
className: "apteva-composer-stop-btn !w-8 !h-8 !rounded-lg !flex !items-center !justify-center !font-bold !transition-all !flex-shrink-0 !border !border-red-400 dark:!border-red-500 !bg-red-50 dark:!bg-red-900/30 !text-red-600 dark:!text-red-400 hover:!bg-red-100 dark:hover:!bg-red-900/50",
|
|
1988
1988
|
title: "Stop generation",
|
|
1989
1989
|
children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "svg", { width: "14", height: "14", viewBox: "0 0 14 14", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "rect", { x: "2", y: "2", width: "10", height: "10", rx: "1", fill: "currentColor" }) })
|
|
1990
1990
|
}
|
|
@@ -2288,7 +2288,7 @@ function CommandComposer({
|
|
|
2288
2288
|
"button",
|
|
2289
2289
|
{
|
|
2290
2290
|
onClick: onStop,
|
|
2291
|
-
className: "w-8 h-8 rounded-lg flex items-center justify-center transition-all border border-red-400 dark
|
|
2291
|
+
className: "apteva-composer-stop-btn !w-8 !h-8 !rounded-lg !flex !items-center !justify-center !transition-all !border !border-red-400 dark:!border-red-500 !bg-red-50 dark:!bg-red-900/30 !text-red-600 dark:!text-red-400 hover:!bg-red-100 dark:hover:!bg-red-900/50",
|
|
2292
2292
|
title: "Stop generation",
|
|
2293
2293
|
children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "svg", { width: "14", height: "14", viewBox: "0 0 14 14", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "rect", { x: "2", y: "2", width: "10", height: "10", rx: "1", fill: "currentColor" }) })
|
|
2294
2294
|
}
|