@rebilly/instruments 8.19.1 → 8.20.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 CHANGED
@@ -1,3 +1,17 @@
1
+ ## [8.20.1](https://github.com/Rebilly/rebilly/compare/instruments/core-v8.20.0...instruments/core-v8.20.1) (2024-01-15)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **instruments:** Add `default` property in quantity default options ([#2843](https://github.com/Rebilly/rebilly/issues/2843)) ([d64a1ed](https://github.com/Rebilly/rebilly/commit/d64a1edd6a89cb7e6c3fd53f4822c39b42199224))
7
+
8
+ ## [8.20.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v8.19.1...instruments/core-v8.20.0) (2024-01-10)
9
+
10
+
11
+ ### Features
12
+
13
+ * **billing-portal:** Setup Rebilly Instruments ([#2802](https://github.com/Rebilly/rebilly/issues/2802)) ([a49c957](https://github.com/Rebilly/rebilly/commit/a49c9571d108f459b826166bbcf9639be442fdf8))
14
+
1
15
  ## [8.19.1](https://github.com/Rebilly/rebilly/compare/instruments/core-v8.19.0...instruments/core-v8.19.1) (2024-01-08)
2
16
 
3
17
 
package/dist/index.js CHANGED
@@ -1651,6 +1651,7 @@ const state = (() => {
1651
1651
  delete model.toModel;
1652
1652
  delete model.updateModel;
1653
1653
  delete model.reset;
1654
+ delete model.shadowRoot;
1654
1655
  return JSON.parse(JSON.stringify(model));
1655
1656
  },
1656
1657
  updateModel() {
@@ -9671,6 +9672,7 @@ const Storefront = (config = {}) => {
9671
9672
  };
9672
9673
  const isObject3 = (val) => val != null && typeof val === "object";
9673
9674
  const defaultOptions = {
9675
+ default: 1,
9674
9676
  minimum: 1,
9675
9677
  maximum: Number.MAX_SAFE_INTEGER,
9676
9678
  multipleOf: 1
@@ -23295,7 +23297,7 @@ function handleComputedProperty(options) {
23295
23297
  var _a;
23296
23298
  return Object.assign({}, options, {
23297
23299
  _computed: {
23298
- version: "8.19.0",
23300
+ version: "8.20.0",
23299
23301
  paymentMethodsUrl: ((_a = options._dev) == null ? void 0 : _a.paymentMethodsUrl) ?? "https://forms.secure-payments.app"
23300
23302
  }
23301
23303
  });
@@ -26494,7 +26496,7 @@ class RebillyInstrumentsInstance {
26494
26496
  await show({ componentName, payload });
26495
26497
  }
26496
26498
  get version() {
26497
- return `RebillyInstruments Ver.${"8.19.0"}`;
26499
+ return `RebillyInstruments Ver.${"8.20.0"}`;
26498
26500
  }
26499
26501
  on(eventName, callback) {
26500
26502
  on({ eventName, callback });