@capillarytech/creatives-library 8.0.211 → 8.0.213

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.211",
4
+ "version": "8.0.213",
5
5
  "description": "Capillary creatives ui",
6
6
  "main": "./index.js",
7
7
  "module": "./index.es.js",
@@ -2334,19 +2334,11 @@ const splitTemplateVarString = (str) => {
2334
2334
  case RCS_STATUSES.pending:
2335
2335
  return (
2336
2336
  <>
2337
- <CapLabel type="label2" style={{ fontWeight: 500 }}>
2337
+ <CapLabel type="label2" className="rcs-status-label">
2338
2338
  {formatMessage(messages.awaitingStatusMsg)}
2339
2339
  </CapLabel>
2340
2340
  </>
2341
2341
  );
2342
- case RCS_STATUSES.rejected:
2343
- return (
2344
- <>
2345
- <CapLabel type="label2" style={{ fontWeight: 500 }}>
2346
- {formatMessage(messages.rejectedStatusMsg)}
2347
- </CapLabel>
2348
- </>
2349
- );
2350
2342
  default:
2351
2343
  return (
2352
2344
  <>