@bpmn-io/form-js-viewer 1.13.0 → 1.13.1

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.cjs CHANGED
@@ -6352,7 +6352,7 @@ function FormComponent(props) {
6352
6352
  const formFields = [/* Input */
6353
6353
  Textfield, Textarea, Numberfield, Datetime, ExpressionField, FilePicker, /* Selection */
6354
6354
  Checkbox, Checklist, Radio, Select, Taglist, /* Presentation */
6355
- Text, Image, Table, Html, Spacer, Separator, DocumentPreview, /* Containers */
6355
+ Text, Image, Table, Html, DocumentPreview, Spacer, Separator, /* Containers */
6356
6356
  Group, DynamicList, IFrame, /* Other */
6357
6357
  Button, Default];
6358
6358