From 513406350d7a7cd63510be8b37d12fa71a762e5b Mon Sep 17 00:00:00 2001 From: espenkalle Date: Mon, 13 Nov 2023 08:23:18 +0100 Subject: [PATCH] added 300px space + bump --- packages/garden/package.json | 2 +- .../garden/src/lib/components/ExpandProvider/ExpandProvider.tsx | 2 +- packages/workspace-fusion/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/garden/package.json b/packages/garden/package.json index 6dd28d894..1ed4e30f6 100644 --- a/packages/garden/package.json +++ b/packages/garden/package.json @@ -1,6 +1,6 @@ { "name": "@equinor/workspace-garden", - "version": "5.1.5", + "version": "5.1.6", "type": "module", "sideEffects": false, "license": "MIT", diff --git a/packages/garden/src/lib/components/ExpandProvider/ExpandProvider.tsx b/packages/garden/src/lib/components/ExpandProvider/ExpandProvider.tsx index cf634c51f..f7c72066d 100644 --- a/packages/garden/src/lib/components/ExpandProvider/ExpandProvider.tsx +++ b/packages/garden/src/lib/components/ExpandProvider/ExpandProvider.tsx @@ -28,7 +28,7 @@ const expandReducer = }; } else { const newWidths = [...state.widths]; - newWidths[action.index] = defaultColumnWidth + 200; + newWidths[action.index] = defaultColumnWidth + 500; return { expandedColumns: [...state.expandedColumns, action.index], widths: newWidths, diff --git a/packages/workspace-fusion/package.json b/packages/workspace-fusion/package.json index 0e443c6b7..3b40470a9 100644 --- a/packages/workspace-fusion/package.json +++ b/packages/workspace-fusion/package.json @@ -1,6 +1,6 @@ { "name": "@equinor/workspace-fusion", - "version": "5.4.0", + "version": "5.4.1", "type": "module", "sideEffects": false, "license": "MIT",