@thecb/components 10.4.0-beta.13 → 10.4.0-beta.14

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
@@ -46881,19 +46881,13 @@ var AmountModule = function AmountModule(_ref) {
46881
46881
  subDescription: subDescription,
46882
46882
  allowedPaymentInstruments: allowedPaymentInstruments,
46883
46883
  disableActions: disableActions,
46884
- action: disableActions ? function () {
46885
- return noop$1;
46886
- } : function () {
46884
+ action: disableActions ? noop$1 : function () {
46887
46885
  return toggleModal(true);
46888
46886
  },
46889
- onClick: disableActions ? function () {
46890
- return noop$1;
46891
- } : function () {
46887
+ onClick: disableActions ? noop$1 : function () {
46892
46888
  toggleModal(true);
46893
46889
  },
46894
- onKeyPress: disableActions ? function () {
46895
- return noop$1;
46896
- } : function (e) {
46890
+ onKeyPress: disableActions ? noop$1 : function (e) {
46897
46891
  e.key === "Enter" && toggleModal(true);
46898
46892
  }
46899
46893
  })));