@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.
Files changed (2) hide show
  1. package/dist/index.js +4 -1
  2. 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: "inline-block min-w-[1ch] rounded-sm border-b border-dashed border-blue-600 bg-blue-50 px-0.5 outline-none",
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
  ),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salina-app/media-editor",
3
- "version": "0.1.44",
3
+ "version": "0.1.45",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/main.d.ts",