mol_plot_all 1.2.925 → 1.2.926

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/web.mjs CHANGED
@@ -2232,7 +2232,7 @@ var $;
2232
2232
  }
2233
2233
  }
2234
2234
  dom_id() {
2235
- return this.toString().replace(/</g, '(').replace(/>/g, ')');
2235
+ return this.toString().replace(/</g, '(').replace(/>/g, ')').replaceAll(/"/g, "'");
2236
2236
  }
2237
2237
  dom_node_external(next) {
2238
2238
  const node = next ?? $mol_dom_context.document.createElementNS(this.dom_name_space(), this.dom_name());
package/web.test.js CHANGED
@@ -1976,6 +1976,13 @@ var $;
1976
1976
  ;
1977
1977
  "use strict";
1978
1978
 
1979
+ ;
1980
+ "use strict";
1981
+ var $;
1982
+ (function ($_1) {
1983
+ $mol_test_mocks.push($ => $.$mol_fail_log = () => false);
1984
+ })($ || ($ = {}));
1985
+
1979
1986
  ;
1980
1987
  "use strict";
1981
1988
  var $;