@capillarytech/creatives-library 9.0.39 → 9.0.40-alpha.0

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": "9.0.39",
4
+ "version": "9.0.40-alpha.0",
5
5
  "description": "Capillary creatives ui",
6
6
  "main": "./index.js",
7
7
  "module": "./index.es.js",
@@ -368,6 +368,8 @@ export class TemplatesV2 extends React.Component { // eslint-disable-line react/
368
368
  smsRegister={this.props.smsRegister}
369
369
  hideTestAndPreviewBtn={this.props.hideTestAndPreviewBtn}
370
370
  localTemplatesConfig={localConfig}
371
+ cap={this.props.cap}
372
+ Global={this.props.Global}
371
373
  />
372
374
  );
373
375
  }
@@ -392,6 +394,8 @@ export class TemplatesV2 extends React.Component { // eslint-disable-line react/
392
394
  messageStrategy={this.props.messageStrategy}
393
395
  smsRegister={smsRegister}
394
396
  hideTestAndPreviewBtn={this.props.hideTestAndPreviewBtn}
397
+ cap={this.props.cap}
398
+ Global={this.props.Global}
395
399
  />);
396
400
  }
397
401
  }