ui.shipaid.com 0.3.164 → 0.3.166

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.
@@ -71,6 +71,7 @@ export declare class ShipAidWidget extends LitElement {
71
71
  private _checkoutButtonStylesInjected;
72
72
  private _cachedCheckoutButton;
73
73
  private _cachedCheckoutButtonClasses;
74
+ private _isCartPage;
74
75
  private _onShipAidCartEvent;
75
76
  private _onShipAidInternalCartUpdated;
76
77
  protected shouldUpdate(props: PropertyValues): boolean;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ui.shipaid.com",
3
3
  "private": false,
4
- "version": "0.3.164",
4
+ "version": "0.3.166",
5
5
  "type": "module",
6
6
  "main": "dist/widget.umd.js",
7
7
  "unpkg": "dist/widget.iife.js",