@xh/hoist 73.0.0-SNAPSHOT.1740095960088 → 73.0.0-SNAPSHOT.1740150867405

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.
@@ -97,7 +97,8 @@ const dimKeys = [
97
97
  'maxHeight',
98
98
  'width',
99
99
  'minWidth',
100
- 'maxWidth'
100
+ 'maxWidth',
101
+ 'gap'
101
102
  ];
102
103
  const flexKeys = ['flex', 'flexBasis', 'flexDirection', 'flexGrow', 'flexShrink', 'flexWrap'];
103
104
  const alignKeys = ['alignItems', 'alignSelf', 'alignContent', 'justifyContent'];