@apteva/apteva-kit 0.1.67 → 0.1.69
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 +2 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -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,9 +1975,8 @@ 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",
|
|
1979
|
-
rows: 1
|
|
1980
|
-
style: { maxHeight: "120px" }
|
|
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-hidden",
|
|
1979
|
+
rows: 1
|
|
1981
1980
|
}
|
|
1982
1981
|
),
|
|
1983
1982
|
isLoading && onStop ? /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|