@storepecker/storefront-core 2.1.0 → 2.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.
@@ -348,6 +348,7 @@ interface ImageWithText {
348
348
  showCta: boolean;
349
349
  ctaText: string;
350
350
  ctaLink: string;
351
+ imagePosition: 'left' | 'right';
351
352
  }
352
353
  interface Collections {
353
354
  type: "collections";
@@ -348,6 +348,7 @@ interface ImageWithText {
348
348
  showCta: boolean;
349
349
  ctaText: string;
350
350
  ctaLink: string;
351
+ imagePosition: 'left' | 'right';
351
352
  }
352
353
  interface Collections {
353
354
  type: "collections";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storepecker/storefront-core",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
4
4
  "description": "Shared logic and utilities for Snapstore themes",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",