From 4cbda96a89b481cbf721ad9d84f9bfa82ae9e31e Mon Sep 17 00:00:00 2001 From: Silas Rafael Barreto Prado Date: Tue, 9 Dec 2025 12:26:39 -0300 Subject: [PATCH 1/3] updated package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cac105bb4d..dbaab5aa67 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@babel/runtime": "7.20.13", "@babel/runtime-corejs3": "7.20.13", "@back4app/back4app-settings": "1.6.5", - "@back4app2/react-components": "1.0.0-beta.288", + "@back4app2/react-components": "1.0.0-beta.440.29", "@codemirror/lang-css": "6.3.0", "@codemirror/lang-html": "6.4.9", "@codemirror/lang-javascript": "6.2.2", From 7e543db07e488029b7dcba4929a9b6daf2d60dc6 Mon Sep 17 00:00:00 2001 From: Silas Rafael Barreto Prado Date: Tue, 9 Dec 2025 12:53:26 -0300 Subject: [PATCH 2/3] fix header height --- src/stylesheets/back4app.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stylesheets/back4app.scss b/src/stylesheets/back4app.scss index 499bd4a1c8..ea8c9b7dfa 100644 --- a/src/stylesheets/back4app.scss +++ b/src/stylesheets/back4app.scss @@ -24,7 +24,7 @@ $dark: #0F1C32; $mid-blue: #112C4D; // Back4App sizes -$header-height: 80px; +$header-height: 63px; $toolbar-height: 64px; $content-max-height: calc(100vh - #{$header-height}); $b4aSidebarCollapsedWidth: 88px; From e744f7bbbcb7827383124783b48def664c82b374 Mon Sep 17 00:00:00 2001 From: Silas Rafael Barreto Prado Date: Wed, 10 Dec 2025 11:23:29 -0300 Subject: [PATCH 3/3] updated navbar version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dbaab5aa67..8619fd2d2a 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@babel/runtime": "7.20.13", "@babel/runtime-corejs3": "7.20.13", "@back4app/back4app-settings": "1.6.5", - "@back4app2/react-components": "1.0.0-beta.440.29", + "@back4app2/react-components": "1.0.0-beta.440.30", "@codemirror/lang-css": "6.3.0", "@codemirror/lang-html": "6.4.9", "@codemirror/lang-javascript": "6.2.2",