@capillarytech/creatives-library 9.0.2 → 9.0.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.
package/package.json
CHANGED
|
@@ -644,7 +644,7 @@ export class TemplatePreview extends React.Component { // eslint-disable-line re
|
|
|
644
644
|
src={smsMobileAndroid}
|
|
645
645
|
alt={this.props.intl.formatMessage(messages.previewGenerated)}
|
|
646
646
|
/>
|
|
647
|
-
<CapRow
|
|
647
|
+
<CapRow className="msg-container sms">
|
|
648
648
|
<CapRow useLegacy className={"message-pop sms"}>
|
|
649
649
|
{content &&
|
|
650
650
|
content.length &&
|
|
@@ -748,12 +748,12 @@ export class TemplatePreview extends React.Component { // eslint-disable-line re
|
|
|
748
748
|
>
|
|
749
749
|
{this.props.device === "android" ? (
|
|
750
750
|
<CapRow className="message-pop align-left">
|
|
751
|
-
<CapRow
|
|
752
|
-
<CapRow
|
|
751
|
+
<CapRow className="app-header">
|
|
752
|
+
<CapRow className="app-header-left">
|
|
753
753
|
<span className="app-icon">{""}</span>
|
|
754
754
|
<CapLabel className="title">{content.header}</CapLabel>
|
|
755
755
|
</CapRow>
|
|
756
|
-
<CapRow
|
|
756
|
+
<CapRow className="app-header-right">
|
|
757
757
|
<span>2:29 PM</span>
|
|
758
758
|
<CapIcon type="chevron-down" size="sm" />
|
|
759
759
|
</CapRow>
|
|
@@ -812,12 +812,12 @@ export class TemplatePreview extends React.Component { // eslint-disable-line re
|
|
|
812
812
|
</CapRow>
|
|
813
813
|
) : (
|
|
814
814
|
<CapRow className="message-pop align-left">
|
|
815
|
-
<CapRow
|
|
816
|
-
<CapRow
|
|
815
|
+
<CapRow className="app-header">
|
|
816
|
+
<CapRow className="app-header-left">
|
|
817
817
|
<span className="app-icon">{""}</span>
|
|
818
818
|
<CapLabel className="title">{content.header}</CapLabel>
|
|
819
819
|
</CapRow>
|
|
820
|
-
<CapRow
|
|
820
|
+
<CapRow className="app-header-right">
|
|
821
821
|
<span>2:29 PM</span>
|
|
822
822
|
<CapIcon type="chevron-down" size="sm" />
|
|
823
823
|
</CapRow>
|