mol_plot_all 1.2.1482 → 1.2.1484

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.1482",
3
+ "version": "1.2.1484",
4
4
  "exports": {
5
5
  "node": {
6
6
  "import": "./node.mjs",
package/web.d.ts CHANGED
@@ -151,7 +151,7 @@ declare namespace $ {
151
151
  function $mol_dev_format_native(obj: any): any[];
152
152
  function $mol_dev_format_auto(obj: any): any[];
153
153
  function $mol_dev_format_element(element: string, style: object, ...content: any[]): any[];
154
- function $mol_dev_format_span(style: object, ...content: any[]): any[];
154
+ let $mol_dev_format_span: (style: object, ...content: any[]) => any[];
155
155
  let $mol_dev_format_div: (style: object, ...content: any[]) => any[];
156
156
  let $mol_dev_format_ol: (style: object, ...content: any[]) => any[];
157
157
  let $mol_dev_format_li: (style: object, ...content: any[]) => any[];