mol_plot_all 1.2.1553 → 1.2.1555

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mol_plot_all",
3
- "version": "1.2.1553",
3
+ "version": "1.2.1555",
4
4
  "exports": {
5
5
  "node": {
6
6
  "import": "./node.mjs",
package/web.d.ts CHANGED
@@ -1070,7 +1070,7 @@ declare namespace $ {
1070
1070
  static view_names(suffix: string): string[];
1071
1071
  view_names_owned(): string[];
1072
1072
  view_names(): Set<string>;
1073
- theme(next?: null | string): string | null;
1073
+ theme(next?: string | null): string | null | undefined;
1074
1074
  attr_static(): {
1075
1075
  [key: string]: string | number | boolean | null;
1076
1076
  };