@capillarytech/creatives-library 7.10.49 → 7.10.51

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": "7.10.49",
4
+ "version": "7.10.51",
5
5
  "description": "Capillary creatives ui",
6
6
  "main": "./index.js",
7
7
  "module": "./index.es.js",
@@ -32,7 +32,7 @@ const lineVideoPlaceholder = require('../../assets/rich-video-placeholder.svg');
32
32
  const androidPushMessagePhone = require('./assets/images/androidPushMessage.svg');
33
33
  const iPhonePushMessagePhone = require('./assets/images/iPhonePushMessage.svg');
34
34
 
35
- import { CAP_COLOR_03, CAP_WHITE, FONT_COLOR_01, CAP_G08, CAP_G06, CAP_G15, CAP_PURPLE01, CAP_G16, CAP_SPACE_08 } from '@capillarytech/cap-ui-library/styled/variables';
35
+ import { CAP_COLOR_03, CAP_WHITE, FONT_COLOR_01, CAP_G08, CAP_G06, CAP_G15, CAP_PURPLE01, CAP_G16, CAP_SPACE_08, CAP_SPACE_16 } from '@capillarytech/cap-ui-library/styled/variables';
36
36
  import { TEMPLATE, IMAGE_CAROUSEL, IMAGE, STICKER, TEXT, IMAGE_MAP, VIDEO } from '../../v2Containers/Line/Container/constants';
37
37
  import CapFacebookPreview from '../../v2Containers/CapFacebookPreview';
38
38
  import { getWhatsappStatusContainer } from '../../v2Containers/Whatsapp/utils';
@@ -696,7 +696,7 @@ class TemplatePreview extends React.Component { // eslint-disable-line react/pre
696
696
  </div>
697
697
  </div>
698
698
  </div>
699
- <CapHeading type="h3" style={{ margin: '24px 0px 0px 36px' }}>
699
+ <CapHeading type="h3" style={{ textAlign: "center", marginTop: CAP_SPACE_16 }}>
700
700
  <FormattedMessage {...messages.whatsappMessageLength} values={{ length: 36 + whatsappContentLen }} />
701
701
  </CapHeading>
702
702
  </>