@rebilly/instruments 9.84.1 → 9.84.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/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
- ## [9.84.1](https://github.com/Rebilly/rebilly/compare/instruments/core-v9.84.0...instruments/core-v9.84.1) (2024-09-25)
1
+ ## [9.84.2](https://github.com/Rebilly/rebilly/compare/instruments/core-v9.84.1...instruments/core-v9.84.2) (2024-09-26)
2
2
 
3
3
 
4
4
  ### Bug Fixes
5
5
 
6
- * **instruments:** Update invoice with payment instrument billing address ([#7673](https://github.com/Rebilly/rebilly/issues/7673)) ([45f8044](https://github.com/Rebilly/rebilly/commit/45f80440d94b8d265de4fb9fa22be08fa4edb3f1))
6
+ * **instrument:** Fix HPF deposit button alignment ([#7740](https://github.com/Rebilly/rebilly/issues/7740)) ([3f6baf5](https://github.com/Rebilly/rebilly/commit/3f6baf53e2e28016b514107584fb6a5305778dcc))
package/dist/index.js CHANGED
@@ -6257,7 +6257,7 @@ function C$1({ options: e2 }) {
6257
6257
  }
6258
6258
  function o2() {
6259
6259
  const i = {
6260
- "REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@45f8044`
6260
+ "REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@3f6baf5`
6261
6261
  };
6262
6262
  return e2.apiKey && (i["REB-APIKEY"] = e2.apiKey), i;
6263
6263
  }
@@ -28014,12 +28014,12 @@ const vars = (theme2) => `
28014
28014
 
28015
28015
  @media screen and (max-width: 480px) {
28016
28016
  .rebilly-instruments-button-group {
28017
- flex-direction: column-reverse;
28017
+ flex-direction: column;
28018
28018
  }
28019
28019
 
28020
28020
  .rebilly-instruments-button-group
28021
28021
  .rebilly-instruments-button:first-of-type {
28022
- margin: 0;
28022
+ margin-bottom: var(--rebilly-spacingS);
28023
28023
  }
28024
28024
 
28025
28025
  .rebilly-instruments-button-group .rebilly-instruments-button:last-of-type {
@@ -28029,7 +28029,7 @@ const vars = (theme2) => `
28029
28029
  .rebilly-instruments-button-group
28030
28030
  .rebilly-instruments-button
28031
28031
  + .rebilly-instruments-button {
28032
- margin-bottom: var(--rebilly-spacingS);
28032
+ margin: 0 0 var(--rebilly-spacingS) 0;
28033
28033
  }
28034
28034
  }
28035
28035