@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.
@@ -6,7 +6,7 @@
6
6
  Object.defineProperty(exports, '__esModule', { value: true });
7
7
 
8
8
  const index = require('./index-1d2b3370.js');
9
- const appGlobals = require('./app-globals-f18513f9.js');
9
+ const appGlobals = require('./app-globals-7253a431.js');
10
10
  require('./_commonjsHelpers-691dd63b.js');
11
11
 
12
12
  /*
@@ -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
  */
@@ -4,7 +4,7 @@
4
4
  'use strict';
5
5
 
6
6
  const index = require('./index-1d2b3370.js');
7
- const appGlobals = require('./app-globals-f18513f9.js');
7
+ const appGlobals = require('./app-globals-7253a431.js');
8
8
  require('./_commonjsHelpers-691dd63b.js');
9
9
 
10
10
  /*
@@ -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",