@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.
- package/build/types/core/HoistProps.d.ts +1 -0
- package/build/types/desktop/cmp/appOption/AutoRefreshAppOption.d.ts +1 -0
- package/build/types/desktop/cmp/appOption/ThemeAppOption.d.ts +1 -0
- package/core/HoistProps.ts +1 -0
- package/package.json +1 -1
- package/tsconfig.tsbuildinfo +1 -1
- package/utils/react/LayoutPropUtils.ts +2 -1
|
@@ -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'];
|