@apteva/apteva-kit 0.1.126 → 0.1.128

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 CHANGED
@@ -3779,8 +3779,7 @@ function Composer({ onSendMessage, placeholder = "Type a message...", disabled =
3779
3779
  onChange: handleChange,
3780
3780
  onKeyDown: handleKeyDown,
3781
3781
  placeholder,
3782
- disabled,
3783
- className: "apteva-composer-textarea 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 max-h-[200px]",
3782
+ className: "apteva-composer-textarea 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 overflow-y-auto max-h-[200px]",
3784
3783
  style: { gridArea: "textarea" },
3785
3784
  rows: 1
3786
3785
  }