@thecb/components 11.9.1-beta.1 → 11.9.1-beta.2
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 +2 -2
package/dist/index.cjs.js
CHANGED
|
@@ -26422,7 +26422,7 @@ var renderCardStatus = function renderCardStatus(expirationStatus, expireDate) {
|
|
|
26422
26422
|
return /*#__PURE__*/React__default.createElement(Text$1, {
|
|
26423
26423
|
as: as,
|
|
26424
26424
|
variant: "pXS",
|
|
26425
|
-
color:
|
|
26425
|
+
color: STORM_GREY,
|
|
26426
26426
|
extraStyles: "text-align: ".concat(textAlign, "; margin: ").concat(textMargin, ";")
|
|
26427
26427
|
}, "Expired");
|
|
26428
26428
|
}
|