@polterware/polter 0.3.0 → 0.3.1

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -5721,7 +5721,7 @@ function AppPanel() {
5721
5721
  nav.selectSidebarItem(itemId);
5722
5722
  focus.focusMain();
5723
5723
  };
5724
- const bannerHeight = width < 60 ? 1 : 8;
5724
+ const bannerHeight = width < 60 ? 6 : 10;
5725
5725
  const footerHints = FOOTER_HINTS;
5726
5726
  const mainContentHeight = Math.max(5, height - bannerHeight - 1 - 2);
5727
5727
  const mainContentWidth = singlePanel ? width : width - Math.max(20, Math.min(35, Math.floor(width * 0.3)));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@polterware/polter",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "An interactive CLI for managing Supabase CLI workflows.",
5
5
  "type": "module",
6
6
  "bin": {