ui.shipaid.com 0.3.142 → 0.3.144

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.
@@ -17,6 +17,7 @@ export declare class ShipAidCheckoutPlus extends LitElement {
17
17
  private _desiredProtection;
18
18
  private isDetailsOpen;
19
19
  private _uiMode;
20
+ private _hasCheckoutButtons;
20
21
  private readonly _toggleId;
21
22
  private _hasRenderedLegacyOnce;
22
23
  private _observer;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ui.shipaid.com",
3
3
  "private": false,
4
- "version": "0.3.142",
4
+ "version": "0.3.144",
5
5
  "type": "module",
6
6
  "main": "dist/widget.umd.js",
7
7
  "unpkg": "dist/widget.iife.js",