@capillarytech/creatives-library 8.0.88 → 8.0.89-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.88",
4
+ "version": "8.0.89-alpha.0",
5
5
  "description": "Capillary creatives ui",
6
6
  "main": "./index.js",
7
7
  "module": "./index.es.js",
@@ -472,12 +472,10 @@ export const Zalo = (props) => {
472
472
  </CapRow>
473
473
  <CapAlert
474
474
  message={
475
- <CapRow>
475
+ <CapLabel type="label2">
476
476
  <CapIcon type="warning" />
477
- <CapLabel type="label2">
478
- {formatMessage(messages.tagLengthWarning)}
479
- </CapLabel>
480
- </CapRow>
477
+ {formatMessage(messages.tagLengthWarning)}
478
+ </CapLabel>
481
479
  }
482
480
  type="warning"
483
481
  className="zalo-warning-message"