mol_plot_all 1.2.1473 → 1.2.1475

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.js CHANGED
@@ -2253,6 +2253,9 @@ var $;
2253
2253
  static linear_gradient(value) {
2254
2254
  return new $mol_style_func('linear-gradient', value);
2255
2255
  }
2256
+ static radial_gradient(value) {
2257
+ return new $mol_style_func('radial-gradient', value);
2258
+ }
2256
2259
  static calc(value) {
2257
2260
  return new $mol_style_func('calc', value);
2258
2261
  }