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.mjs 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
  },
package/node.test.js CHANGED
@@ -6035,6 +6035,9 @@ var $;
6035
6035
  const { rem, px } = $mol_style_unit;
6036
6036
  $mol_style_define($mol_text_code, {
6037
6037
  whiteSpace: 'pre-wrap',
6038
+ font: {
6039
+ family: 'monospace',
6040
+ },
6038
6041
  Rows: {
6039
6042
  padding: $mol_gap.text,
6040
6043
  },