@salina-app/media-editor 0.0.85 → 0.0.87

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 +3 -3
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -71589,7 +71589,7 @@ const tA = (n) => (e) => {
71589
71589
  title: "Toggle Captions"
71590
71590
  }
71591
71591
  ),
71592
- !!T && /* @__PURE__ */ Z(
71592
+ !!T.length && /* @__PURE__ */ Z(
71593
71593
  Ml,
71594
71594
  {
71595
71595
  className: "px-2 py-1",
@@ -80651,7 +80651,7 @@ const A0e = (n, e, t = 30) => {
80651
80651
  ),
80652
80652
  initial: { height: 0 },
80653
80653
  animate: {
80654
- height: N ? (260 - (!ee || !T.length ? 54 : 0) - (!j || !H ? 54 : 0) - (!ie || !x.length ? 54 : 0)).toString() + "px" : "0"
80654
+ height: N ? (260 - (!ee || !T.length ? 54 : 0) - (!j || !H.length ? 54 : 0) - (!ie || !x.length ? 54 : 0)).toString() + "px" : "0"
80655
80655
  },
80656
80656
  transition: { duration: 0.5 },
80657
80657
  ref: o,
@@ -80670,7 +80670,7 @@ const A0e = (n, e, t = 30) => {
80670
80670
  st,
80671
80671
  X && Xe,
80672
80672
  !!T.length && ee && Ue,
80673
- m && H.length && j && ut,
80673
+ !!m.length && !!H.length && j && ut,
80674
80674
  x.length && ie && nt,
80675
80675
  (m && H.length && j || x.length && ie) && /* @__PURE__ */ Z(
80676
80676
  ive,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salina-app/media-editor",
3
- "version": "0.0.85",
3
+ "version": "0.0.87",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/main.d.ts",