@rebilly/instruments 12.59.2 → 12.59.4

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 +1,6 @@
1
- ## [12.59.2](https://github.com/Rebilly/rebilly/compare/instruments/core-v12.59.1...instruments/core-v12.59.2) (2025-05-16)
1
+ ## [12.59.4](https://github.com/Rebilly/rebilly/compare/instruments/core-v12.59.3...instruments/core-v12.59.4) (2025-05-16)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **instruments:** prevent text from wrapping for the price ([#12042](https://github.com/Rebilly/rebilly/issues/12042)) ([7b5e57e](https://github.com/Rebilly/rebilly/commit/7b5e57efe7f485ee01c950b96beade88460d5785))
package/dist/index.js CHANGED
@@ -6300,7 +6300,7 @@ function C$1({ options: e2 }) {
6300
6300
  }
6301
6301
  function o2() {
6302
6302
  const i = {
6303
- "REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@443fb8f`
6303
+ "REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@7b5e57e`
6304
6304
  };
6305
6305
  return e2.apiKey && (i["REB-APIKEY"] = e2.apiKey), i;
6306
6306
  }
@@ -21193,6 +21193,7 @@ async function mountConfirmation({ payload: instrument }) {
21193
21193
  }
21194
21194
  async function mountResult({ payload }) {
21195
21195
  var _a, _b;
21196
+ state.loader.stopLoading({ id: "express-purchase" });
21196
21197
  const iframe = iframes.form;
21197
21198
  if (!iframe) {
21198
21199
  await mountForm();