mol_dump_lib 0.0.82 → 0.0.83

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
@@ -6043,6 +6043,9 @@ var $;
6043
6043
  const { rem, px } = $mol_style_unit;
6044
6044
  $mol_style_define($mol_text_code, {
6045
6045
  whiteSpace: 'pre-wrap',
6046
+ font: {
6047
+ family: 'monospace',
6048
+ },
6046
6049
  Rows: {
6047
6050
  padding: $mol_gap.text,
6048
6051
  },