@puckeditor/plugin-ai 0.4.1-canary.8f053914 → 0.4.1-canary.b637dfdf

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
@@ -1203,6 +1203,7 @@ function PromptForm({
1203
1203
  className: cx5("input"),
1204
1204
  name: "prompt",
1205
1205
  minRows: 2,
1206
+ maxRows: 5,
1206
1207
  placeholder,
1207
1208
  disabled: isDisabled,
1208
1209
  value: prompt,
package/dist/index.mjs CHANGED
@@ -1201,6 +1201,7 @@ function PromptForm({
1201
1201
  className: cx5("input"),
1202
1202
  name: "prompt",
1203
1203
  minRows: 2,
1204
+ maxRows: 5,
1204
1205
  placeholder,
1205
1206
  disabled: isDisabled,
1206
1207
  value: prompt,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@puckeditor/plugin-ai",
3
- "version": "0.4.1-canary.8f053914",
3
+ "version": "0.4.1-canary.b637dfdf",
4
4
  "author": "Chris Villa <chris@puckeditor.com>",
5
5
  "repository": "puckeditor/puck",
6
6
  "bugs": "https://github.com/puckeditor/puck/issues",