mol_jsx_lib 0.0.99 → 0.0.102

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
@@ -1399,10 +1399,10 @@ var $;
1399
1399
  }
1400
1400
  [$mol_dev_format_head]() {
1401
1401
  const cursor = {
1402
- [-1]: '🔴',
1403
- [-2]: '🟡',
1404
- [-3]: '🟢',
1405
- [-4]: '🔵',
1402
+ [$mol_wire_cursor.stale]: '🔴',
1403
+ [$mol_wire_cursor.doubt]: '🟡',
1404
+ [$mol_wire_cursor.fresh]: '🟢',
1405
+ [$mol_wire_cursor.final]: '🔵',
1406
1406
  }[this.cursor] ?? this.cursor.toString();
1407
1407
  return $mol_dev_format_div({}, $mol_dev_format_native(this), $mol_dev_format_shade(cursor + ' '), $mol_dev_format_auto(this.cache));
1408
1408
  }