@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
|
@@ -2334,19 +2334,11 @@ const splitTemplateVarString = (str) => {
|
|
|
2334
2334
|
case RCS_STATUSES.pending:
|
|
2335
2335
|
return (
|
|
2336
2336
|
<>
|
|
2337
|
-
<CapLabel type="label2"
|
|
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
|
<>
|