@capillarytech/creatives-library 8.0.340-beta.0.3 → 8.0.340-beta.0.4

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": "8.0.340-beta.0.3",
4
+ "version": "8.0.340-beta.0.4",
5
5
  "description": "Capillary creatives ui",
6
6
  "main": "./index.js",
7
7
  "module": "./index.es.js",
@@ -636,14 +636,14 @@ export class TemplatePreview extends React.Component { // eslint-disable-line re
636
636
  >
637
637
  {channel && channel.toLowerCase() === "sms" && (
638
638
  <CapRow>
639
- <CapRow className="shell-v2 align-center" id="sms-preview">
639
+ <CapRow useLegacy className="shell-v2 align-center" id="sms-preview">
640
640
  <CapImage
641
641
  className="preview-image sms"
642
642
  src={smsMobileAndroid}
643
643
  alt={this.props.intl.formatMessage(messages.previewGenerated)}
644
644
  />
645
- <CapRow className="msg-container sms">
646
- <CapRow className={"message-pop sms"}>
645
+ <CapRow useLegacy className="msg-container sms">
646
+ <CapRow useLegacy className={"message-pop sms"}>
647
647
  {content &&
648
648
  content.length &&
649
649
  content.map((msg, index) => (