mol_dump_lib 0.0.73 → 0.0.75

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
@@ -6036,6 +6036,11 @@ var $;
6036
6036
  Rows: {
6037
6037
  padding: $mol_gap.text,
6038
6038
  },
6039
+ Row: {
6040
+ font: {
6041
+ family: 'inherit',
6042
+ },
6043
+ },
6039
6044
  Copy: {
6040
6045
  alignSelf: 'flex-start',
6041
6046
  justifySelf: 'flex-start',
package/node.test.js CHANGED
@@ -6028,6 +6028,11 @@ var $;
6028
6028
  Rows: {
6029
6029
  padding: $mol_gap.text,
6030
6030
  },
6031
+ Row: {
6032
+ font: {
6033
+ family: 'inherit',
6034
+ },
6035
+ },
6031
6036
  Copy: {
6032
6037
  alignSelf: 'flex-start',
6033
6038
  justifySelf: 'flex-start',