mol_plot_all 1.2.237 → 1.2.238

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/node.d.ts CHANGED
@@ -605,8 +605,8 @@ declare namespace $ {
605
605
  maximal_width(): number;
606
606
  minimal_height(): number;
607
607
  static watchers: Set<$mol_view>;
608
- view_rect(): ClientRect | null;
609
- view_rect_cache(next?: ClientRect | null): ClientRect | null;
608
+ view_rect(): DOMRectReadOnly | null;
609
+ view_rect_cache(next?: DOMRectReadOnly | null): DOMRectReadOnly | null;
610
610
  view_rect_watcher(): {
611
611
  destructor: () => boolean;
612
612
  };