@capillarytech/creatives-library 7.17.47-alpha.0 → 7.17.48

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.17.47-alpha.0",
4
+ "version": "7.17.48",
5
5
  "description": "Capillary creatives ui",
6
6
  "main": "./index.js",
7
7
  "module": "./index.es.js",
@@ -287,7 +287,6 @@ class CapTagList extends React.Component { // eslint-disable-line react/prefer-s
287
287
  <CapIcon
288
288
  type="help"
289
289
  size="s"
290
- svgProps={{ color: FONT_COLOR_05 }}
291
290
  />
292
291
  <CapLink>
293
292
  <CapButton id="translationtagfooter" type="flat" onClick={this.openTranslationLink} >
@@ -296,6 +295,7 @@ class CapTagList extends React.Component { // eslint-disable-line react/prefer-s
296
295
  <CapIcon
297
296
  type="open-in-new-light"
298
297
  size="s"
298
+ svgProps={{ color: FONT_COLOR_05 }}
299
299
  />
300
300
  </div>
301
301
  </CapButton>