@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.
@@ -95,6 +95,7 @@ export interface LayoutProps {
95
95
  flexGrow?: string | number;
96
96
  flexShrink?: string | number;
97
97
  flexWrap?: Property.FlexWrap;
98
+ gap?: string | number;
98
99
  alignItems?: string;
99
100
  alignSelf?: string;
100
101
  alignContent?: string;
@@ -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;
@@ -118,6 +118,7 @@ export interface LayoutProps {
118
118
  flexGrow?: string | number;
119
119
  flexShrink?: string | number;
120
120
  flexWrap?: Property.FlexWrap;
121
+ gap?: string | number;
121
122
 
122
123
  alignItems?: string;
123
124
  alignSelf?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xh/hoist",
3
- "version": "73.0.0-SNAPSHOT.1740095960088",
3
+ "version": "73.0.0-SNAPSHOT.1740150867405",
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",