@capillarytech/creatives-library 8.0.109 → 8.0.110-alpha.0

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.109",
4
+ "version": "8.0.110-alpha.0",
5
5
  "description": "Capillary creatives ui",
6
6
  "main": "./index.js",
7
7
  "module": "./index.es.js",
@@ -343,14 +343,9 @@ class CapTagList extends React.Component { // eslint-disable-line react/prefer-s
343
343
  const {formatMessage} = intl;
344
344
  const { tagValue, expandedKeys, autoExpandParent, searchValue, visible, translationLang } = this.state;
345
345
  const options = [
346
- {
347
- value: "All",
348
- label: formatMessage(messages.all),
349
- key: 'all',
350
- },
351
346
  {
352
347
  value: "Outbound",
353
- label: formatMessage(messages.outbound),
348
+ label: formatMessage(messages.Standard),
354
349
  key: 'outbound',
355
350
  },
356
351
  {
@@ -370,7 +365,7 @@ class CapTagList extends React.Component { // eslint-disable-line react/prefer-s
370
365
  getPopupContainer={(triggerNode) => triggerNode.parentNode}
371
366
  style={{width: '250px', marginBottom: '16px', minWidth: 'initial', display: 'inherit'}}
372
367
  onChange={this.props.onContextChange}
373
- defaultValue={formatMessage(messages.all)}
368
+ defaultValue={'Outbound'}
374
369
  options={options}>
375
370
  </CapSelect> : ''}
376
371
  <CapTree
@@ -26,9 +26,9 @@ export default defineMessages({
26
26
  id: 'creatives.componentsV2.CapTagList.all',
27
27
  defaultMessage: 'All',
28
28
  },
29
- "outbound": {
30
- id: 'creatives.componentsV2.CapTagList.outbound',
31
- defaultMessage: 'Outbound',
29
+ "Standard": {
30
+ id: 'creatives.componentsV2.CapTagList.Standard',
31
+ defaultMessage: 'Standard',
32
32
  },
33
33
  "loyalty": {
34
34
  id: 'creatives.componentsV2.CapTagList.loyalty',