ui.shipaid.com 0.3.185 → 0.3.187

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.
@@ -1,6 +1,5 @@
1
1
  import { LitElement, nothing } from 'lit';
2
2
  export declare class ShipAidAddToCartPlus extends LitElement {
3
- static styles: import("lit").CSSResult;
4
3
  private addToCartButton;
5
4
  private addToCartForm;
6
5
  private originalAtcLabel;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ui.shipaid.com",
3
3
  "private": false,
4
- "version": "0.3.185",
4
+ "version": "0.3.187",
5
5
  "type": "module",
6
6
  "main": "dist/widget.umd.js",
7
7
  "unpkg": "dist/widget.iife.js",