mol_plot_all 1.2.1474 → 1.2.1476

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.js CHANGED
@@ -2822,6 +2822,9 @@ var $;
2822
2822
  static linear_gradient(value) {
2823
2823
  return new $mol_style_func('linear-gradient', value);
2824
2824
  }
2825
+ static radial_gradient(value) {
2826
+ return new $mol_style_func('radial-gradient', value);
2827
+ }
2825
2828
  static calc(value) {
2826
2829
  return new $mol_style_func('calc', value);
2827
2830
  }