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