mol_plot_all 1.2.861 → 1.2.862

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
@@ -1975,6 +1975,9 @@ var $;
1975
1975
  }
1976
1976
  prefix() { return this.name + '('; }
1977
1977
  postfix() { return ')'; }
1978
+ static linear_gradient(value) {
1979
+ return new $mol_style_func('linear-gradient', value);
1980
+ }
1978
1981
  static calc(value) {
1979
1982
  return new $mol_style_func('calc', value);
1980
1983
  }