@salla.sa/twilight-components 2.11.21 → 2.11.23

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.
@@ -15129,9 +15129,9 @@ const SallaFileUpload = /*@__PURE__*/ proxyCustomElement(class extends HTMLEleme
15129
15129
  */
15130
15130
  this.formData = "{}";
15131
15131
  /**
15132
- * The maximum size of a file, for instance 3MB or 750KB
15132
+ * The maximum size of a file, for instance 2MB or 750KB
15133
15133
  */
15134
- this.maxFileSize = '3MB';
15134
+ this.maxFileSize = '2MB';
15135
15135
  /**
15136
15136
  * Enable or disable drag n' drop
15137
15137
  */