@rebilly/instruments 8.32.0 → 8.32.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/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [8.32.1](https://github.com/Rebilly/rebilly/compare/instruments/core-v8.32.0...instruments/core-v8.32.1) (2024-01-30)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **instruments:** Force error message to stay ([#3154](https://github.com/Rebilly/rebilly/issues/3154)) ([d4b608c](https://github.com/Rebilly/rebilly/commit/d4b608c5c03957606dae7dfa4acf08f58061d8f4))
7
+
1
8
  ## [8.32.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v8.31.0...instruments/core-v8.32.0) (2024-01-30)
2
9
 
3
10
 
package/dist/index.js CHANGED
@@ -5994,7 +5994,7 @@ function cloneArrayDeep(val, instanceClone) {
5994
5994
  return res;
5995
5995
  }
5996
5996
  var cloneDeep_1 = cloneDeep;
5997
- const version = "55.13.0";
5997
+ const version = "55.14.0";
5998
5998
  let urlAlphabet = "useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict";
5999
5999
  let nanoid = (size2 = 21) => {
6000
6000
  let id2 = "";
@@ -23389,7 +23389,7 @@ function handleComputedProperty(options) {
23389
23389
  var _a;
23390
23390
  return Object.assign({}, options, {
23391
23391
  _computed: {
23392
- version: "8.31.0",
23392
+ version: "8.32.0",
23393
23393
  paymentMethodsUrl: ((_a = options._dev) == null ? void 0 : _a.paymentMethodsUrl) ?? "https://forms.secure-payments.app"
23394
23394
  }
23395
23395
  });
@@ -26443,7 +26443,7 @@ async function setup({ payload }) {
26443
26443
  }
26444
26444
  return { instrument, transaction };
26445
26445
  } catch (error2) {
26446
- showError(error2);
26446
+ showError(error2, false);
26447
26447
  return error2;
26448
26448
  }
26449
26449
  }
@@ -26655,11 +26655,12 @@ async function mount({
26655
26655
  if (hasNoPaymentMethods) {
26656
26656
  state.loader.stopLoading({ id: "rebilly-instruments-form" });
26657
26657
  showError(
26658
- state.translate.getTranslation("form.error.noPaymentMethods")
26658
+ state.translate.getTranslation("form.error.noPaymentMethods"),
26659
+ false
26659
26660
  );
26660
26661
  }
26661
26662
  } catch (error2) {
26662
- showError(error2);
26663
+ showError(error2, false);
26663
26664
  throw error2;
26664
26665
  }
26665
26666
  setupUserFlow({ state });
@@ -26720,7 +26721,7 @@ class RebillyInstrumentsInstance {
26720
26721
  await show({ componentName, payload });
26721
26722
  }
26722
26723
  get version() {
26723
- return `RebillyInstruments Ver.${"8.31.0"}`;
26724
+ return `RebillyInstruments Ver.${"8.32.0"}`;
26724
26725
  }
26725
26726
  on(eventName, callback) {
26726
26727
  on({ eventName, callback });