@thecb/components 7.12.2 → 7.12.3-beta.1

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 CHANGED
@@ -14175,8 +14175,9 @@ var TimeoutImage = function TimeoutImage() {
14175
14175
  })))));
14176
14176
  };
14177
14177
 
14178
- var AutopayOnIcon = function AutopayOnIcon() {
14179
- var color = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : SEA_GREEN;
14178
+ var AutopayOnIcon = function AutopayOnIcon(_ref) {
14179
+ var _ref$color = _ref.color,
14180
+ color = _ref$color === void 0 ? SEA_GREEN : _ref$color;
14180
14181
  return /*#__PURE__*/React__default.createElement("svg", {
14181
14182
  xmlns: "http://www.w3.org/2000/svg",
14182
14183
  width: "12",