@capillarytech/creatives-library 7.14.22 → 7.14.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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@capillarytech/creatives-library",
3
3
  "author": "meharaj",
4
- "version": "7.14.22",
4
+ "version": "7.14.23",
5
5
  "description": "Capillary creatives ui",
6
6
  "main": "./index.js",
7
7
  "module": "./index.es.js",
@@ -61,6 +61,6 @@ export default defineMessages({
61
61
  },
62
62
  whatsappFileFormat: {
63
63
  id: `${scope}.whatsappFileFormat`,
64
- defaultMessage: 'Format: MP4 and 3gpp (H.264 video codec and AAC audio codec)',
64
+ defaultMessage: 'Format: MP4 (H.264 video codec and AAC audio codec)',
65
65
  },
66
66
  });
@@ -179,7 +179,7 @@ export const INITIAL_CTA_DATA = [
179
179
  ];
180
180
 
181
181
  export const ALLOWED_IMAGE_EXTENSIONS_REGEX = /\.(jpe?g|png)$/i;
182
- export const ALLOWED_EXTENSIONS_VIDEO_REGEX = (/\.(mp4|3gpp|3gp)$/i);
182
+ export const ALLOWED_EXTENSIONS_VIDEO_REGEX = (/\.(mp4)$/i);
183
183
  export const ALLOWED_EXTENSIONS_DOCUMENT_REGEX = (/\.(pdf)$/i);
184
184
  export const WHATSAPP_IMG_SIZE = 5000000; // 5MB
185
185
  export const WHATSAPP_VIDEO_SIZE = 16000000; // 16MB
@@ -29,7 +29,7 @@
29
29
  .pdf-name-div {
30
30
  display: flex;
31
31
  .pdf-name{
32
- max-width: 84px;
32
+ max-width: 76px;
33
33
  text-overflow: ellipsis;
34
34
  overflow: hidden;
35
35
  white-space: nowrap;