mol_dump_lib 0.0.528 → 0.0.529

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
@@ -4294,7 +4294,7 @@ var $;
4294
4294
  display: 'block',
4295
4295
  position: 'relative',
4296
4296
  font: {
4297
- family: 'monospace',
4297
+ family: 'inherit',
4298
4298
  },
4299
4299
  Numb: {
4300
4300
  textAlign: 'right',
package/node.test.js CHANGED
@@ -4285,7 +4285,7 @@ var $;
4285
4285
  display: 'block',
4286
4286
  position: 'relative',
4287
4287
  font: {
4288
- family: 'monospace',
4288
+ family: 'inherit',
4289
4289
  },
4290
4290
  Numb: {
4291
4291
  textAlign: 'right',