@lime-bundles/widget 4.0.0 → 4.1.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/dist/index.d.cts CHANGED
@@ -61,6 +61,13 @@ declare class LimeBundleElement extends HTMLElement {
61
61
  buyer: BuyerResolver | undefined;
62
62
  private shadow;
63
63
  private bundles;
64
+ /**
65
+ * The product handle this embed is standing on, when one can be resolved
66
+ * (attribute → meta tag → /products/<handle> path). The mix-and-match
67
+ * courtesy seed uses it to pre-add the current product the way the theme
68
+ * widget does; null on pages with no product context.
69
+ */
70
+ private currentProductHandle;
64
71
  private abortController;
65
72
  private impressionCleanups;
66
73
  /**
package/dist/index.d.ts CHANGED
@@ -61,6 +61,13 @@ declare class LimeBundleElement extends HTMLElement {
61
61
  buyer: BuyerResolver | undefined;
62
62
  private shadow;
63
63
  private bundles;
64
+ /**
65
+ * The product handle this embed is standing on, when one can be resolved
66
+ * (attribute → meta tag → /products/<handle> path). The mix-and-match
67
+ * courtesy seed uses it to pre-add the current product the way the theme
68
+ * widget does; null on pages with no product context.
69
+ */
70
+ private currentProductHandle;
64
71
  private abortController;
65
72
  private impressionCleanups;
66
73
  /**