@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 +2 -2
- package/dist/index.js +4 -4
- package/dist/index.min.js +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
## [9.84.
|
|
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
|
-
* **
|
|
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("/")}@
|
|
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
|
|
28017
|
+
flex-direction: column;
|
|
28018
28018
|
}
|
|
28019
28019
|
|
|
28020
28020
|
.rebilly-instruments-button-group
|
|
28021
28021
|
.rebilly-instruments-button:first-of-type {
|
|
28022
|
-
margin:
|
|
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
|
|
28032
|
+
margin: 0 0 var(--rebilly-spacingS) 0;
|
|
28033
28033
|
}
|
|
28034
28034
|
}
|
|
28035
28035
|
|