@pdfme/ui 4.2.5-dev.1 → 4.2.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pdfme/ui",
3
- "version": "4.2.5-dev.1",
3
+ "version": "4.2.5",
4
4
  "sideEffects": false,
5
5
  "author": "hand-dot",
6
6
  "license": "MIT",
@@ -174,7 +174,7 @@ Check this document: https://pdfme.com/docs/custom-schemas`);
174
174
  validator: validateUniqueSchemaKey,
175
175
  message: i18n('validation.uniqueName'),
176
176
  }],
177
- props: { autoComplete: "off" }
177
+ props: { autocomplete: "off" }
178
178
  },
179
179
  required: { title: i18n('required'), type: 'boolean', span: 8, hidden: defaultSchema?.readOnly },
180
180
  '-': { type: 'void', widget: 'Divider' },