@capillarytech/creatives-library 9.0.1 → 9.0.2

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.1",
4
+ "version": "9.0.2",
5
5
  "description": "Capillary creatives ui",
6
6
  "main": "./index.js",
7
7
  "module": "./index.es.js",
@@ -890,6 +890,10 @@
890
890
  .sms-icon{
891
891
  left: 12% !important;
892
892
  }
893
+
894
+ #mobilepush-preview .message-pop .app-header .app-header-right {
895
+ margin-left: unset;
896
+ }
893
897
  }
894
898
 
895
899
  #slidebox-container {
@@ -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 className="app-header">
752
- <CapRow className="app-header-left">
751
+ <CapRow type='flex' align='middle' justify='space-between' className="app-header">
752
+ <CapRow type='flex' align='middle' className="app-header-left">
753
753
  <span className="app-icon">{""}</span>
754
754
  <CapLabel className="title">{content.header}</CapLabel>
755
755
  </CapRow>
756
- <CapRow className="app-header-right">
756
+ <CapRow type='flex' align='middle' 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 className="app-header">
816
- <CapRow className="app-header-left">
815
+ <CapRow type='flex' align='middle' justify='space-between' className="app-header">
816
+ <CapRow type='flex' align='middle' className="app-header-left">
817
817
  <span className="app-icon">{""}</span>
818
818
  <CapLabel className="title">{content.header}</CapLabel>
819
819
  </CapRow>
820
- <CapRow className="app-header-right">
820
+ <CapRow type='flex' align='middle' className="app-header-right">
821
821
  <span>2:29 PM</span>
822
822
  <CapIcon type="chevron-down" size="sm" />
823
823
  </CapRow>