@capillarytech/creatives-library 8.0.211 → 8.0.212
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,7 +2334,7 @@ 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
|
</>
|
|
@@ -2342,7 +2342,7 @@ const splitTemplateVarString = (str) => {
|
|
|
2342
2342
|
case RCS_STATUSES.rejected:
|
|
2343
2343
|
return (
|
|
2344
2344
|
<>
|
|
2345
|
-
<CapLabel type="label2"
|
|
2345
|
+
<CapLabel type="label2" className="rcs-status-label">
|
|
2346
2346
|
{formatMessage(messages.rejectedStatusMsg)}
|
|
2347
2347
|
</CapLabel>
|
|
2348
2348
|
</>
|