@capillarytech/creatives-library 7.17.130-alpha.0 → 7.17.131

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.
@@ -12,6 +12,7 @@ import React from 'react';
12
12
  // import { FormattedMessage } from 'react-intl';
13
13
  import _ from 'lodash';
14
14
  // import messages from './messages';
15
+ import './style.scss';
15
16
  const loadScript = require('load-script');
16
17
  // fetching ckeditor from s3 by rerouting through arya whitelisted services
17
18
  const defaultScriptUrl = `${window.location.origin}/arya/ui/library/ckeditor/ckeditor.js`;
@@ -0,0 +1,3 @@
1
+ .cke_notification_warning {
2
+ display: none;
3
+ }
package/config/app.js CHANGED
@@ -16,13 +16,13 @@ const config = {
16
16
  accountConfig: (strs, accountId) => `${window.location.origin}/org/config/AccountAdd?q=a&channelId=2&accountId=${accountId}&edit=1`,
17
17
  },
18
18
  development: {
19
- api_endpoint: 'https://crm-nightly-new.cc.capillarytech.com/arya/api/v1/creatives',
20
- campaigns_api_endpoint: 'https://crm-nightly-new.cc.capillarytech.com/iris/v2/campaigns',
21
- campaigns_api_org_endpoint: 'https://crm-nightly-new.cc.capillarytech.com/iris/v2/org/campaign',
22
- auth_endpoint: 'https://crm-nightly-new.cc.capillarytech.com/arya/api/v1/auth',
23
- arya_endpoint: 'https://crm-nightly-new.cc.capillarytech.com/arya/api/v1',
24
- subscription_api_endpoint: 'https://crm-nightly-new.cc.capillarytech.com/arya/api/v1/org-settings/subscription',
25
- exports_api_endpoint: 'https://crm-nightly-new.cc.capillarytech.com/arya/api/v1/export/data',
19
+ api_endpoint: 'https://nightly.intouch.capillarytech.com/arya/api/v1/creatives',
20
+ campaigns_api_endpoint: 'https://nightly.intouch.capillarytech.com/iris/v2/campaigns',
21
+ campaigns_api_org_endpoint: 'https://nightly.intouch.capillarytech.com/iris/v2/org/campaign',
22
+ auth_endpoint: 'https://nightly.intouch.capillarytech.com/arya/api/v1/auth',
23
+ arya_endpoint: 'https://nightly.intouch.capillarytech.com/arya/api/v1',
24
+ subscription_api_endpoint: 'https://nightly.intouch.capillarytech.com/arya/api/v1/org-settings/subscription',
25
+ exports_api_endpoint: 'https://nightly.intouch.capillarytech.com/arya/api/v1/export/data',
26
26
  login_url: '/auth/login',
27
27
  dashboard_url: '/sms',
28
28
  dashboard_url_v2: '/v2',
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@capillarytech/creatives-library",
3
3
  "author": "meharaj",
4
- "version": "7.17.130-alpha.0",
4
+ "version": "7.17.131",
5
5
  "description": "Capillary creatives ui",
6
6
  "main": "./index.js",
7
7
  "module": "./index.es.js",
@@ -12,6 +12,7 @@ import React from 'react';
12
12
  // import { FormattedMessage } from 'react-intl';
13
13
  import _ from 'lodash';
14
14
  import CapSpin from '@capillarytech/cap-ui-library/CapSpin';
15
+ import './style.scss';
15
16
  // import messages from './messages';
16
17
  const loadScript = require('load-script');
17
18
  const defaultScriptUrl = `${window.location.origin}/arya/ui/library/ckeditor/ckeditor.js`;
@@ -0,0 +1,3 @@
1
+ .cke_notification_warning {
2
+ display: none;
3
+ }