@rebilly/instruments 9.75.3 → 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 CHANGED
@@ -1,6 +1,6 @@
1
- ## [9.75.3](https://github.com/Rebilly/rebilly/compare/instruments/core-v9.75.2...instruments/core-v9.75.3) (2024-08-28)
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
- ### Bug Fixes
4
+ ### Features
5
5
 
6
- * **instruments:** Modify subtotal label ([#7311](https://github.com/Rebilly/rebilly/issues/7311)) ([6e1c53a](https://github.com/Rebilly/rebilly/commit/6e1c53a0ee19ea5ed07803aab8ff4673c4ba0431))
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
@@ -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: {}