@rebilly/instruments 9.55.1 → 9.56.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 +6 -1
- package/dist/index.js +6 -1
- package/dist/index.min.js +9 -9
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1 +1,6 @@
|
|
|
1
|
-
## [9.
|
|
1
|
+
## [9.56.1](https://github.com/Rebilly/rebilly/compare/instruments/core-v9.56.0...instruments/core-v9.56.1) (2024-06-03)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **instruments:** CVV update removing address from existing instruments ([#5694](https://github.com/Rebilly/rebilly/issues/5694)) ([f80649c](https://github.com/Rebilly/rebilly/commit/f80649cce33fa3989753f992c98e90b65cefe889))
|
package/dist/index.js
CHANGED
|
@@ -16752,7 +16752,10 @@ class DataInstance {
|
|
|
16752
16752
|
);
|
|
16753
16753
|
}
|
|
16754
16754
|
get hasPurchaseData() {
|
|
16755
|
-
|
|
16755
|
+
var _a, _b;
|
|
16756
|
+
return Boolean(
|
|
16757
|
+
this.isPayment || this.inPurchase || ((_a = state.options) == null ? void 0 : _a.deposit) || ((_b = state.options) == null ? void 0 : _b.payout)
|
|
16758
|
+
);
|
|
16756
16759
|
}
|
|
16757
16760
|
toPostmatesModel() {
|
|
16758
16761
|
return JSON.parse(
|
|
@@ -27540,6 +27543,8 @@ const vars = (theme2) => `
|
|
|
27540
27543
|
|
|
27541
27544
|
--rebilly-summaryLoaderMinHeight: var(--rebilly-fontLineHeightBase);
|
|
27542
27545
|
--rebilly-methodLoaderMinHeight: calc((4 * var(--rebilly-spacingFormElementMinHeight)) + (2 * var(--rebilly-fontLineHeightBase)) + (2 * var(--rebilly-spacingM)) + var(--rebilly-spacing2xs) + var(--rebilly-fontSizeS) + calc(2 * (var(--rebilly-spacingXs) + var(--rebilly-spacingS))) + var(--rebilly-spacingL));
|
|
27546
|
+
|
|
27547
|
+
--rebilly-monoFontFamily: 'SFMono-Medium', 'SF Mono', 'Segoe UI Mono', 'Roboto Mono', 'Ubuntu Mono', Menlo, Consolas, Courier, monospace;
|
|
27543
27548
|
}
|
|
27544
27549
|
|
|
27545
27550
|
/* Base, Typography
|