mam 1.11.62 → 1.11.64

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.test.js CHANGED
@@ -9465,6 +9465,9 @@ var $;
9465
9465
  }
9466
9466
  prefix() { return this.name + '('; }
9467
9467
  postfix() { return ')'; }
9468
+ static linear_gradient(value) {
9469
+ return new $mol_style_func('linear-gradient', value);
9470
+ }
9468
9471
  static calc(value) {
9469
9472
  return new $mol_style_func('calc', value);
9470
9473
  }