mol_plot_all 1.2.287 → 1.2.290

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
@@ -1409,10 +1409,10 @@ var $;
1409
1409
  }
1410
1410
  [$mol_dev_format_head]() {
1411
1411
  const cursor = {
1412
- [-1]: '🔴',
1413
- [-2]: '🟡',
1414
- [-3]: '🟢',
1415
- [-4]: '🔵',
1412
+ [$mol_wire_cursor.stale]: '🔴',
1413
+ [$mol_wire_cursor.doubt]: '🟡',
1414
+ [$mol_wire_cursor.fresh]: '🟢',
1415
+ [$mol_wire_cursor.final]: '🔵',
1416
1416
  }[this.cursor] ?? this.cursor.toString();
1417
1417
  return $mol_dev_format_div({}, $mol_dev_format_native(this), $mol_dev_format_shade(cursor + ' '), $mol_dev_format_auto(this.cache));
1418
1418
  }