@capillarytech/creatives-library 3.9.2 → 3.9.3

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.
@@ -14,7 +14,7 @@ import _ from 'lodash';
14
14
  import SlideBox from '../../SlideBox';
15
15
  import './_wechatRichmediaTemplatePrev.scss';
16
16
  import messages from './messages';
17
- const wechatBody = require('./../assets/images/wechat_mobile-android.png');
17
+ const wechatBody = require('../assets/images/wechat_mobile_android.svg');
18
18
 
19
19
  class WechatRichmediaTemplatePreview extends React.PureComponent { // eslint-disable-line react/prefer-stateless-function
20
20
  preparePreviewData = (mediaList) => {
@@ -1,4 +1,4 @@
1
- @import "@capillarytech/cap-ui-library/styles/_variables.scss";
1
+ @import '~@capillarytech/cap-ui-library/styles/_variables.scss';
2
2
 
3
3
  .shell-lock-screen-ios{
4
4
  display: flex;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@capillarytech/creatives-library",
3
3
  "author": "meharaj",
4
- "version": "3.9.2",
4
+ "version": "3.9.3",
5
5
  "description": "Capillary creatives ui",
6
6
  "main": "./index.js",
7
7
  "module": "./index.es.js",
@@ -1990,7 +1990,7 @@ export class Email extends React.Component { // eslint-disable-line react/prefer
1990
1990
  layout: 'EMAIL',
1991
1991
  type: 'TAG',
1992
1992
  context: data.toLowerCase() === 'all' ? 'default' : data.toLowerCase(),
1993
- embedded: this.props.location.query.type === 'embedded' ? this.props.location.query.type : 'full',
1993
+ embedded: 'full',
1994
1994
  };
1995
1995
  this.props.globalActions.fetchSchemaForEntity(query);
1996
1996
  }