analytica-frontend-lib 1.3.73 → 1.3.74
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/AlertManager/index.js +1 -1
- package/dist/AlertManager/index.js.map +1 -1
- package/dist/AlertManager/index.mjs +1 -1
- package/dist/AlertManager/index.mjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -6161,7 +6161,7 @@ init_Input();
|
|
|
6161
6161
|
init_TextArea();
|
|
6162
6162
|
init_Text();
|
|
6163
6163
|
var import_jsx_runtime25 = require("react/jsx-runtime");
|
|
6164
|
-
var ACCEPTED_IMAGE_EXTENSIONS = "
|
|
6164
|
+
var ACCEPTED_IMAGE_EXTENSIONS = ".jpg,.jpeg,.png,.gif,.webp,.svg";
|
|
6165
6165
|
var MAX_IMAGE_SIZE_BYTES = 5 * 1024 * 1024;
|
|
6166
6166
|
var MAX_IMAGE_SIZE_LABEL = "5MB";
|
|
6167
6167
|
var MessageStep = ({
|