@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('
|
|
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) => {
|
package/package.json
CHANGED
|
@@ -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:
|
|
1993
|
+
embedded: 'full',
|
|
1994
1994
|
};
|
|
1995
1995
|
this.props.globalActions.fetchSchemaForEntity(query);
|
|
1996
1996
|
}
|