@capillarytech/creatives-library 8.0.127-alpha.0 → 8.0.127-alpha.1

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.127-alpha.0",
4
+ "version": "8.0.127-alpha.1",
5
5
  "description": "Capillary creatives ui",
6
6
  "main": "./index.js",
7
7
  "module": "./index.es.js",
@@ -24,10 +24,9 @@ import * as actions from './actions';
24
24
  import {
25
25
  selectEmailLayout, uploadSelector, templateUserList, makeSelectTemplates,
26
26
  } from '../Templates/selectors';
27
- import SlideBoxContent from './SlideBoxContent';
28
27
  import SlideBoxHeader from './SlideBoxHeader';
29
28
  import SlideBoxFooter from './SlideBoxFooter';
30
- import TestAndPreviewSlidebox from '../../v2Components/TestAndPreviewSlidebox';
29
+ import SlideBoxContent from './SlideBoxContent';
31
30
  import * as constants from './constants';
32
31
  import * as commonUtil from '../../utils/common';
33
32
  import { gtmPush } from '../../utils/gtmTrackers';
@@ -49,9 +48,6 @@ import { LOYALTY } from '../App/constants';
49
48
  import {
50
49
  WHATSAPP_STATUSES, WHATSAPP_MEDIA_TYPES, PHONE_NUMBER, URL,
51
50
  } from '../Whatsapp/constants';
52
- import SlideBoxHeader from './SlideBoxHeader';
53
- import SlideBoxFooter from './SlideBoxFooter';
54
- import SlideBoxContent from './SlideBoxContent';
55
51
  import { updateImagesInHtml } from '../../utils/cdnTransformation';
56
52
 
57
53
  import injectReducer from '../../utils/injectReducer';