@capillarytech/creatives-library 7.10.56 → 7.10.57

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.10.56",
4
+ "version": "7.10.57",
5
5
  "description": "Capillary creatives ui",
6
6
  "main": "./index.js",
7
7
  "module": "./index.es.js",
@@ -158,7 +158,7 @@ export default defineMessages({
158
158
  defaultMessage: 'Watch More',
159
159
  },
160
160
  "done": {
161
- id: `creatives.containersV2.watchMore`,
161
+ id: `creatives.containersV2.done`,
162
162
  defaultMessage: 'Done',
163
163
  },
164
164
  });
@@ -555,12 +555,12 @@ class Creatives extends React.Component {
555
555
  templateConfigs: {
556
556
  id: template._id,
557
557
  name: template?.value?.name,
558
- template, templateEditor,
558
+ template: templateEditor,
559
559
  varMapped,
560
560
  category,
561
561
  language: languages[0].language,
562
562
  mediaType,
563
- }
563
+ },
564
564
  };
565
565
  }
566
566
  break;