@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.
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 })
|