@thecb/components 11.9.1-beta.2 → 11.9.1-beta.3
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/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/util/formats.js +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -26408,7 +26408,7 @@ var renderCardStatus = function renderCardStatus(expirationStatus, expireDate) {
|
|
|
26408
26408
|
return /*#__PURE__*/React__default.createElement(Text$1, {
|
|
26409
26409
|
as: as,
|
|
26410
26410
|
variant: "pXS",
|
|
26411
|
-
color:
|
|
26411
|
+
color: STORM_GREY,
|
|
26412
26412
|
extraStyles: "text-align: ".concat(textAlign, "; margin: ").concat(textMargin, ";")
|
|
26413
26413
|
}, "Exp Date ", expireDate);
|
|
26414
26414
|
case EXPIRING_SOON:
|