ui.shipaid.com 0.3.134 → 0.3.136

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.
@@ -42,6 +42,8 @@ export declare class ShipAidCheckoutPlus extends LitElement {
42
42
  private _shouldShowWidget;
43
43
  protected updated(changed: Map<string, unknown>): void;
44
44
  private _removeLegacyV1;
45
+ private _getConfiguredShadowRoots;
46
+ private _prepareParentContainer;
45
47
  private _applyButtonStylesFrom;
46
48
  private _enterToggleMode;
47
49
  private _maybeRevertToLegacy;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ui.shipaid.com",
3
3
  "private": false,
4
- "version": "0.3.134",
4
+ "version": "0.3.136",
5
5
  "type": "module",
6
6
  "main": "dist/widget.umd.js",
7
7
  "unpkg": "dist/widget.iife.js",