mol_dump_lib 0.0.405 → 0.0.407

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
@@ -5848,11 +5848,6 @@ var $;
5848
5848
  Rows: {
5849
5849
  padding: $mol_gap.text,
5850
5850
  },
5851
- Row: {
5852
- font: {
5853
- family: 'inherit',
5854
- },
5855
- },
5856
5851
  Copy: {
5857
5852
  alignSelf: 'flex-start',
5858
5853
  justifySelf: 'flex-start',
package/node.test.js CHANGED
@@ -5839,11 +5839,6 @@ var $;
5839
5839
  Rows: {
5840
5840
  padding: $mol_gap.text,
5841
5841
  },
5842
- Row: {
5843
- font: {
5844
- family: 'inherit',
5845
- },
5846
- },
5847
5842
  Copy: {
5848
5843
  alignSelf: 'flex-start',
5849
5844
  justifySelf: 'flex-start',