@rebilly/instruments 9.75.2 → 9.76.0
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 +3 -3
- package/dist/index.js +6 -2
- package/dist/index.min.js +8 -8
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
## [9.
|
|
1
|
+
## [9.76.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v9.75.3...instruments/core-v9.76.0) (2024-08-28)
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
###
|
|
4
|
+
### Features
|
|
5
5
|
|
|
6
|
-
* **instruments:**
|
|
6
|
+
* **instruments,billing-portal:** Add feature flag to hide zero amount invoice items ([#7312](https://github.com/Rebilly/rebilly/issues/7312)) ([73ee075](https://github.com/Rebilly/rebilly/commit/73ee075d045aff963f820ba10b83af1e2b25f0e5))
|
package/dist/index.js
CHANGED
|
@@ -1681,7 +1681,7 @@ var merge_1 = merge$1;
|
|
|
1681
1681
|
const merge$2 = /* @__PURE__ */ getDefaultExportFromCjs(merge_1);
|
|
1682
1682
|
const en$2 = {
|
|
1683
1683
|
summary: {
|
|
1684
|
-
subTotal: "
|
|
1684
|
+
subTotal: "Subtotal",
|
|
1685
1685
|
discounts: "Discounts",
|
|
1686
1686
|
taxes: "Taxes",
|
|
1687
1687
|
shipping: "Shipping",
|
|
@@ -1722,7 +1722,7 @@ const en$3 = {
|
|
|
1722
1722
|
};
|
|
1723
1723
|
const es$1 = {
|
|
1724
1724
|
summary: {
|
|
1725
|
-
subTotal: "
|
|
1725
|
+
subTotal: "Subtotal",
|
|
1726
1726
|
discounts: "Descuentos",
|
|
1727
1727
|
taxes: "Impuestos",
|
|
1728
1728
|
shipping: "Envío",
|
|
@@ -25080,6 +25080,10 @@ const featuresSchema = {
|
|
|
25080
25080
|
hideContinue: optional({
|
|
25081
25081
|
type: "boolean",
|
|
25082
25082
|
default: false
|
|
25083
|
+
}),
|
|
25084
|
+
hideZeroAmountSummaryItems: optional({
|
|
25085
|
+
type: "boolean",
|
|
25086
|
+
default: false
|
|
25083
25087
|
})
|
|
25084
25088
|
},
|
|
25085
25089
|
default: {}
|