@salina-app/media-editor 0.1.31 → 0.1.32

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.
Files changed (2) hide show
  1. package/dist/index.js +3 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -75198,7 +75198,7 @@ const yve = ({ className: t }) => /* @__PURE__ */ ut(
75198
75198
  });
75199
75199
  P(He.data[0]._id), j(He.data[0]), He.data.length && He.data[0].transcription ? D(He.data[0].transcription) : D([]), T([]);
75200
75200
  }
75201
- Z(n), W(""), R(), console.log(ee), z({
75201
+ Z(n), W(""), R(), z({
75202
75202
  videoTitle: e,
75203
75203
  videoLink: ee,
75204
75204
  trimmed: !1,
@@ -75353,7 +75353,8 @@ const yve = ({ className: t }) => /* @__PURE__ */ ut(
75353
75353
  fromMain: i,
75354
75354
  fromUpload: a,
75355
75355
  reloadTriggerMain: l,
75356
- userToken: c
75356
+ userToken: c,
75357
+ onFileClick: h
75357
75358
  },
75358
75359
  te
75359
75360
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salina-app/media-editor",
3
- "version": "0.1.31",
3
+ "version": "0.1.32",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/main.d.ts",