@xh/hoist 73.0.0-SNAPSHOT.1740095960088 → 73.0.0-SNAPSHOT.1740152448188
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/admin/tabs/userData/roles/recategorize/RecategorizeDialogModel.ts +1 -1
- 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
|
@@ -61,6 +61,7 @@ export declare const autoRefreshAppOption: ({ formFieldProps, inputProps }?: Aut
|
|
|
61
61
|
flexGrow?: string | number;
|
|
62
62
|
flexShrink?: string | number;
|
|
63
63
|
flexWrap?: import("csstype").Property.FlexWrap;
|
|
64
|
+
gap?: string | number;
|
|
64
65
|
alignItems?: string;
|
|
65
66
|
alignSelf?: string;
|
|
66
67
|
alignContent?: string;
|
|
@@ -59,6 +59,7 @@ export declare const themeAppOption: ({ formFieldProps, inputProps }?: ThemeAppO
|
|
|
59
59
|
flexGrow?: string | number;
|
|
60
60
|
flexShrink?: string | number;
|
|
61
61
|
flexWrap?: import("csstype").Property.FlexWrap;
|
|
62
|
+
gap?: string | number;
|
|
62
63
|
alignItems?: string;
|
|
63
64
|
alignSelf?: string;
|
|
64
65
|
alignContent?: string;
|
package/core/HoistProps.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xh/hoist",
|
|
3
|
-
"version": "73.0.0-SNAPSHOT.
|
|
3
|
+
"version": "73.0.0-SNAPSHOT.1740152448188",
|
|
4
4
|
"description": "Hoist add-on for building and deploying React Applications.",
|
|
5
5
|
"repository": "github:xh/hoist-react",
|
|
6
6
|
"homepage": "https://xh.io",
|