@salina-app/media-editor 0.1.59 → 0.1.60

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,7 +1,7 @@
1
1
  import { ISource } from '../../../../lib/typings/ISource';
2
2
  interface TrimCardDetailsProps {
3
3
  id: string;
4
- index?: number;
4
+ index: number;
5
5
  title: string;
6
6
  segmentType: string;
7
7
  setSegmentType: (segmentType: string) => void;
package/dist/index.js CHANGED
@@ -74738,7 +74738,7 @@ const D8 = Bl(
74738
74738
  "font-semibold text-[0.8rem] text-primary-500 bg-neutral-100 rounded-full hover:text-neutral-200 hover:bg-primary-500 hover:cursor-pointer size-6 flex items-center justify-center"
74739
74739
  ),
74740
74740
  onClick: () => b(!0),
74741
- children: e || "View"
74741
+ children: e + 1 || "View"
74742
74742
  }
74743
74743
  ),
74744
74744
  /* @__PURE__ */ H("p", { className: "flex h-full w-full items-center truncate text-sm font-bold text-slate-800", children: n && n.includes("clip_") ? n.substring(n.lastIndexOf("_") + 1) : n })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salina-app/media-editor",
3
- "version": "0.1.59",
3
+ "version": "0.1.60",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/main.d.ts",