@swipefindercom/finder-sdk 1.0.16 → 1.0.18

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.
@@ -1,5 +1,4 @@
1
1
  import React from 'react';
2
- import 'hls-video-element';
3
2
  import { VideoCard as VideoCardType } from '../../../types/card';
4
3
  export interface VideoWrapperProps {
5
4
  card: VideoCardType;
@@ -21,7 +20,7 @@ export interface VideoWrapperProps {
21
20
  }
22
21
  /**
23
22
  * VideoComponent - Only supports HLS format videos (.m3u8)
24
- * The component uses the hls-video custom element which requires HLS video streams
23
+ * The component uses react-hls-player which requires HLS video streams
25
24
  * This is a pure component that receives all configuration via props
26
25
  */
27
26
  export declare const VideoWrapper: React.FC<VideoWrapperProps>;
@@ -1 +1 @@
1
- {"version":3,"file":"VideoWrapper.d.ts","sourceRoot":"","sources":["../../../../../src/components/CardWrapper/VideoWrapper/VideoWrapper.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4B,MAAM,OAAO,CAAC;AACjD,OAAO,mBAAmB,CAAC;AAC3B,OAAO,EAAE,SAAS,IAAI,aAAa,EAAE,MAAM,qBAAqB,CAAC;AAGjE,MAAM,WAAW,iBAAiB;IAChC,IAAI,EAAE,aAAa,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,mDAAmD;IACnD,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,iCAAiC;IACjC,OAAO,EAAE,OAAO,CAAC;IACjB,yBAAyB;IACzB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,6CAA6C;IAC7C,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,gCAAgC;IAChC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,2CAA2C;IAC3C,YAAY,CAAC,EAAE,CAAC,YAAY,EAAE,gBAAgB,GAAG,IAAI,KAAK,IAAI,CAAC;IAC/D,+CAA+C;IAC/C,eAAe,CAAC,EAAE,CAAC,YAAY,EAAE,gBAAgB,GAAG,IAAI,KAAK,IAAI,CAAC;CACnE;AAED;;;;GAIG;AACH,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAqFpD,CAAC"}
1
+ {"version":3,"file":"VideoWrapper.d.ts","sourceRoot":"","sources":["../../../../../src/components/CardWrapper/VideoWrapper/VideoWrapper.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4B,MAAM,OAAO,CAAC;AAEjD,OAAO,EAAE,SAAS,IAAI,aAAa,EAAE,MAAM,qBAAqB,CAAC;AAGjE,MAAM,WAAW,iBAAiB;IAChC,IAAI,EAAE,aAAa,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,mDAAmD;IACnD,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,iCAAiC;IACjC,OAAO,EAAE,OAAO,CAAC;IACjB,yBAAyB;IACzB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,6CAA6C;IAC7C,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,gCAAgC;IAChC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,2CAA2C;IAC3C,YAAY,CAAC,EAAE,CAAC,YAAY,EAAE,gBAAgB,GAAG,IAAI,KAAK,IAAI,CAAC;IAC/D,+CAA+C;IAC/C,eAAe,CAAC,EAAE,CAAC,YAAY,EAAE,gBAAgB,GAAG,IAAI,KAAK,IAAI,CAAC;CACnE;AAED;;;;GAIG;AACH,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAuEpD,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swipefindercom/finder-sdk",
3
- "version": "1.0.16",
3
+ "version": "1.0.18",
4
4
  "description": "SwipeFinder SDK — embed interactive swipeable card feeds on any website or React app",
5
5
  "license": "MIT",
6
6
  "author": "SwipeFinder <dev@swipefinder.com>",
@@ -84,6 +84,6 @@
84
84
  },
85
85
  "dependencies": {
86
86
  "classnames": "^2.5.1",
87
- "hls-video-element": "^1.5.11"
87
+ "react-hls-player": "^3.0.7"
88
88
  }
89
89
  }