@xh/hoist 79.0.0-SNAPSHOT.1766166832103 → 79.0.0-SNAPSHOT.1766170125603
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.
|
@@ -613,7 +613,7 @@ export class ZoneGridModel extends HoistModel {
|
|
|
613
613
|
|
|
614
614
|
return {
|
|
615
615
|
// Controlled properties
|
|
616
|
-
|
|
616
|
+
colId: isLeft ? 'left_column' : 'right_column',
|
|
617
617
|
align: isLeft ? 'left' : 'right',
|
|
618
618
|
isTreeColumn: gridModel?.treeMode && isLeft,
|
|
619
619
|
flex: overrideSpec.width ? null : isLeft ? 2 : 1,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xh/hoist",
|
|
3
|
-
"version": "79.0.0-SNAPSHOT.
|
|
3
|
+
"version": "79.0.0-SNAPSHOT.1766170125603",
|
|
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",
|