@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.esm.js CHANGED
@@ -14167,8 +14167,9 @@ var TimeoutImage = function TimeoutImage() {
14167
14167
  })))));
14168
14168
  };
14169
14169
 
14170
- var AutopayOnIcon = function AutopayOnIcon() {
14171
- var color = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : SEA_GREEN;
14170
+ var AutopayOnIcon = function AutopayOnIcon(_ref) {
14171
+ var _ref$color = _ref.color,
14172
+ color = _ref$color === void 0 ? SEA_GREEN : _ref$color;
14172
14173
  return /*#__PURE__*/React.createElement("svg", {
14173
14174
  xmlns: "http://www.w3.org/2000/svg",
14174
14175
  width: "12",