@kinxcdn/commerce-player 1.5.2 → 1.5.4

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.ts CHANGED
@@ -173,12 +173,14 @@ declare const WidgetPlayer: React.FC<WidgetPlayerInputBase>;
173
173
  interface CollectionShowcaseProps {
174
174
  collectionId: string;
175
175
  aspectRatio?: string;
176
+ isPreview?: boolean;
176
177
  }
177
178
  declare const CollectionShowcase: React.FC<CollectionShowcaseProps>;
178
179
 
179
180
  type FloatingPlayerProps = {
180
181
  shortsId: string;
181
182
  type: "view" | "shopping";
183
+ isPreview?: boolean;
182
184
  };
183
185
  declare const FloatingPlayerIndex: React.FC<FloatingPlayerProps>;
184
186
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kinxcdn/commerce-player",
3
- "version": "1.5.2",
3
+ "version": "1.5.4",
4
4
  "author": "Soyeong Choi",
5
5
  "module": "dist/esm/index.js",
6
6
  "main": "dist/umd/index.js",