@thecb/components 9.3.1 → 9.3.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.esm.js CHANGED
@@ -46282,9 +46282,8 @@ var AutopayModal = function AutopayModal(_ref) {
46282
46282
  toggleModal(false);
46283
46283
  } : navigateToSettings
46284
46284
  };
46285
- var hoverStyles = "\n &:hover {\n .autopayIcon { fill: ".concat(themeValues.hoverColor, "; text-decoration: underline; cursor: pointer; }\n }");
46286
- var activeStyles = "\n &:active {\n .autopayIcon { fill: ".concat(themeValues.activeColor, "; text-decoration: underline; }\n }");
46287
- var defaultStyles = "\n .autopayIcon { fill: ".concat(themeValues.color, "; text-decoration: underline; }\n ");
46285
+ var hoverStyles = "text-decoration: underline;";
46286
+ var activeStyles = "text-decoration: underline;";
46288
46287
 
46289
46288
  var renderAutoPayControl = function renderAutoPayControl() {
46290
46289
  switch (controlType) {
@@ -46323,7 +46322,7 @@ var AutopayModal = function AutopayModal(_ref) {
46323
46322
  },
46324
46323
  hoverStyles: hoverStyles,
46325
46324
  activeStyles: activeStyles,
46326
- extraStyles: defaultStyles
46325
+ extraStyles: "cursor: pointer;"
46327
46326
  }, /*#__PURE__*/React.createElement(Cluster, {
46328
46327
  justify: isMobile ? "flex-start" : "flex-end",
46329
46328
  align: "center"