@thecb/components 9.2.13-beta.2 → 9.2.15-beta.0
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
|
@@ -46290,9 +46290,8 @@ var AutopayModal = function AutopayModal(_ref) {
|
|
|
46290
46290
|
toggleModal(false);
|
|
46291
46291
|
} : navigateToSettings
|
|
46292
46292
|
};
|
|
46293
|
-
var hoverStyles = "
|
|
46294
|
-
var activeStyles = "
|
|
46295
|
-
var defaultStyles = "\n .autopayIcon { fill: ".concat(themeValues.color, "; text-decoration: underline; }\n ");
|
|
46293
|
+
var hoverStyles = "text-decoration: underline;";
|
|
46294
|
+
var activeStyles = "text-decoration: underline;";
|
|
46296
46295
|
|
|
46297
46296
|
var renderAutoPayControl = function renderAutoPayControl() {
|
|
46298
46297
|
switch (controlType) {
|
|
@@ -46331,7 +46330,7 @@ var AutopayModal = function AutopayModal(_ref) {
|
|
|
46331
46330
|
},
|
|
46332
46331
|
hoverStyles: hoverStyles,
|
|
46333
46332
|
activeStyles: activeStyles,
|
|
46334
|
-
extraStyles:
|
|
46333
|
+
extraStyles: "cursor: pointer;"
|
|
46335
46334
|
}, /*#__PURE__*/React__default.createElement(Cluster, {
|
|
46336
46335
|
justify: isMobile ? "flex-start" : "flex-end",
|
|
46337
46336
|
align: "center"
|