@salla.sa/twilight-components 2.11.22 → 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.
@@ -20695,9 +20695,9 @@ const SallaFileUpload = class {
20695
20695
  */
20696
20696
  this.formData = "{}";
20697
20697
  /**
20698
- * The maximum size of a file, for instance 3MB or 750KB
20698
+ * The maximum size of a file, for instance 2MB or 750KB
20699
20699
  */
20700
- this.maxFileSize = '3MB';
20700
+ this.maxFileSize = '2MB';
20701
20701
  /**
20702
20702
  * Enable or disable drag n' drop
20703
20703
  */
@@ -28,9 +28,9 @@ export class SallaFileUpload {
28
28
  */
29
29
  this.formData = "{}";
30
30
  /**
31
- * The maximum size of a file, for instance 3MB or 750KB
31
+ * The maximum size of a file, for instance 2MB or 750KB
32
32
  */
33
- this.maxFileSize = '3MB';
33
+ this.maxFileSize = '2MB';
34
34
  /**
35
35
  * Enable or disable drag n' drop
36
36
  */
@@ -574,11 +574,11 @@ export class SallaFileUpload {
574
574
  "optional": false,
575
575
  "docs": {
576
576
  "tags": [],
577
- "text": "The maximum size of a file, for instance 3MB or 750KB"
577
+ "text": "The maximum size of a file, for instance 2MB or 750KB"
578
578
  },
579
579
  "attribute": "max-file-size",
580
580
  "reflect": false,
581
- "defaultValue": "'3MB'"
581
+ "defaultValue": "'2MB'"
582
582
  },
583
583
  "disabled": {
584
584
  "type": "boolean",
@@ -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
  */
@@ -20691,9 +20691,9 @@ const SallaFileUpload = class {
20691
20691
  */
20692
20692
  this.formData = "{}";
20693
20693
  /**
20694
- * The maximum size of a file, for instance 3MB or 750KB
20694
+ * The maximum size of a file, for instance 2MB or 750KB
20695
20695
  */
20696
- this.maxFileSize = '3MB';
20696
+ this.maxFileSize = '2MB';
20697
20697
  /**
20698
20698
  * Enable or disable drag n' drop
20699
20699
  */