mol_plot_all 1.2.1200 → 1.2.1201

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
@@ -913,7 +913,7 @@ declare namespace $ {
913
913
  }
914
914
 
915
915
  declare namespace $ {
916
- type $mol_view_content = $mol_view | Node | string | number | boolean;
916
+ type $mol_view_content = $mol_view | Node | string | number | boolean | null;
917
917
  function $mol_view_visible_width(): number;
918
918
  function $mol_view_visible_height(): number;
919
919
  function $mol_view_state_key(suffix: string): string;
@@ -927,8 +927,8 @@ declare namespace $ {
927
927
  state_key(suffix?: string): string;
928
928
  dom_name(): string;
929
929
  dom_name_space(): string;
930
- sub(): readonly ($mol_view | Node | string | number | boolean)[];
931
- sub_visible(): readonly (string | number | boolean | $mol_view | Node)[];
930
+ sub(): readonly $mol_view_content[];
931
+ sub_visible(): readonly $mol_view_content[];
932
932
  minimal_width(): number;
933
933
  maximal_width(): number;
934
934
  minimal_height(): number;