ispbills-icli 8.6.0 → 8.6.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/package.json +1 -1
  2. package/src/tui/app.js +4 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ispbills-icli",
3
- "version": "8.6.0",
3
+ "version": "8.6.1",
4
4
  "description": "iCli — IspBills AI network engineer in your terminal",
5
5
  "keywords": [
6
6
  "ispbills",
package/src/tui/app.js CHANGED
@@ -1822,7 +1822,7 @@ export function App({ cfg, display = {}, onExternal, onExit, initialQuestion, sh
1822
1822
  <${Box} flexDirection="column" width=${cols}>
1823
1823
  <${Static} key=${clearEpoch} items=${staticItems}>
1824
1824
  ${(it) => it.type === 'banner'
1825
- ? html`<${Box} key=${it.id} flexDirection="column" alignItems="center" marginBottom=${1}>
1825
+ ? html`<${Box} key=${it.id} flexDirection="column" alignItems="center">
1826
1826
  <${Banner} cfg=${cfg} model=${model} width=${cols} compact=${compact} streamerMode=${streamerMode} />
1827
1827
  <//>`
1828
1828
  : renderItem(it)}
@@ -1872,7 +1872,9 @@ export function App({ cfg, display = {}, onExternal, onExit, initialQuestion, sh
1872
1872
  <//>`
1873
1873
  : null}
1874
1874
 
1875
- <${TabBar} active=${activeTab} cols=${cols} mode=${composerMode} />
1875
+ <${Box} marginTop=${1}>
1876
+ <${TabBar} active=${activeTab} cols=${cols} mode=${composerMode} />
1877
+ <//>
1876
1878
 
1877
1879
  ${tabPanel && !diffState
1878
1880
  ? html`<${Box} flexDirection="column" paddingX=${1} paddingY=${1}>