@salina-app/media-editor 0.1.36 → 0.1.37

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 +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -79532,8 +79532,8 @@ const b1e = ({
79532
79532
  onClick: () => {
79533
79533
  c({
79534
79534
  segmentId: b == null ? void 0 : b._id,
79535
- firstWordId: n,
79536
- lastWordId: 0,
79535
+ firstWordId: 0,
79536
+ lastWordId: n,
79537
79537
  direction: "up"
79538
79538
  }), a(null);
79539
79539
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salina-app/media-editor",
3
- "version": "0.1.36",
3
+ "version": "0.1.37",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/main.d.ts",