@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.esm.js
CHANGED
|
@@ -26400,7 +26400,7 @@ var renderCardStatus = function renderCardStatus(expirationStatus, expireDate) {
|
|
|
26400
26400
|
return /*#__PURE__*/React__default.createElement(Text$1, {
|
|
26401
26401
|
as: as,
|
|
26402
26402
|
variant: "pXS",
|
|
26403
|
-
color:
|
|
26403
|
+
color: STORM_GREY,
|
|
26404
26404
|
extraStyles: "text-align: ".concat(textAlign, "; margin: ").concat(textMargin, ";")
|
|
26405
26405
|
}, "Exp Date ", expireDate);
|
|
26406
26406
|
case EXPIRING_SOON:
|