@liquidcommerce/elements-sdk 2.6.0-beta.89 → 2.6.0-beta.90

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.
@@ -28,6 +28,9 @@ export declare class ProductListCardComponent extends BaseComponent<IProductList
28
28
  private updatePriceDisplay;
29
29
  private updateFulfillmentText;
30
30
  private updateImage;
31
+ private applyImageBackgroundTreatment;
32
+ private isTreatableImageFormat;
33
+ private isLightCardBackground;
31
34
  private updatePersonalizeVisibility;
32
35
  private updateAddToCartButton;
33
36
  private syncFulfillmentWrapperContent;
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "LiquidCommerce Elements SDK",
4
4
  "license": "UNLICENSED",
5
5
  "author": "LiquidCommerce Team",
6
- "version": "2.6.0-beta.89",
6
+ "version": "2.6.0-beta.90",
7
7
  "homepage": "https://docs.liquidcommerce.co/elements-sdk",
8
8
  "repository": {
9
9
  "type": "git",