@univerjs/engine-render 0.6.10-nightly.202504121606 → 0.6.10-nightly.202504141607

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/lib/es/index.js CHANGED
@@ -63295,7 +63295,7 @@ function pE(r) {
63295
63295
  return !!r && typeof r.dispose == "function";
63296
63296
  }
63297
63297
  function fE(r, t, e) {
63298
- const a = t.getCurrentUnitForType(r);
63298
+ const a = t.getCurrentUnitOfType(r);
63299
63299
  return a == null ? null : e.getRenderUnitById(a.getUnitId());
63300
63300
  }
63301
63301
  function AB(r, t, e, a) {
package/lib/index.js CHANGED
@@ -63295,7 +63295,7 @@ function pE(r) {
63295
63295
  return !!r && typeof r.dispose == "function";
63296
63296
  }
63297
63297
  function fE(r, t, e) {
63298
- const a = t.getCurrentUnitForType(r);
63298
+ const a = t.getCurrentUnitOfType(r);
63299
63299
  return a == null ? null : e.getRenderUnitById(a.getUnitId());
63300
63300
  }
63301
63301
  function AB(r, t, e, a) {