@salina-app/media-editor 0.1.57 → 0.1.59
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.js
CHANGED
|
@@ -75099,7 +75099,7 @@ const D8 = Bl(
|
|
|
75099
75099
|
"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"
|
|
75100
75100
|
),
|
|
75101
75101
|
onClick: () => Pe(!0),
|
|
75102
|
-
children: e || "View"
|
|
75102
|
+
children: e + 1 || "View"
|
|
75103
75103
|
}
|
|
75104
75104
|
) }),
|
|
75105
75105
|
/* @__PURE__ */ H(qP, { className: "bg-[#f8f8f8] text-black drop-shadow-md", children: /* @__PURE__ */ ut("div", { className: "flex flex-col gap-1 text-wrap text-left text-xs ", children: [
|
|
@@ -75320,7 +75320,7 @@ const D8 = Bl(
|
|
|
75320
75320
|
h == null ? void 0 : h.map((N, M) => /* @__PURE__ */ H(
|
|
75321
75321
|
Hve,
|
|
75322
75322
|
{
|
|
75323
|
-
index: N.originalIndex
|
|
75323
|
+
index: N.originalIndex ?? 0,
|
|
75324
75324
|
id: N.id,
|
|
75325
75325
|
zoomSize: l,
|
|
75326
75326
|
timestamp_start: N.timestamp_one,
|