@salina-app/media-editor 0.1.44 → 0.1.45
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 +4 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -79494,7 +79494,10 @@ const b1e = ({
|
|
|
79494
79494
|
onChange: ie,
|
|
79495
79495
|
onKeyDown: ue,
|
|
79496
79496
|
onBlur: ye,
|
|
79497
|
-
className:
|
|
79497
|
+
className: ct(
|
|
79498
|
+
"inline-block min-w-[1ch] rounded-sm border-b border-dashed border-blue-600 bg-blue-50 px-0.5 outline-none",
|
|
79499
|
+
j && "editable-closeCaption-isEditingTrue"
|
|
79500
|
+
),
|
|
79498
79501
|
tagName: "span"
|
|
79499
79502
|
}
|
|
79500
79503
|
),
|