citadel_cli 1.4.1 → 1.4.2
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.
- package/README.md +1 -0
- package/dist/citadel.es.js +744 -717
- package/dist/citadel.umd.cjs +6 -6
- package/dist/citadel.umd.js +6 -6
- package/dist/components/Citadel/config/defaults.d.ts +2 -0
- package/dist/components/Citadel/config/types.d.ts +6 -0
- package/dist/examples/runtimeConfigCommands.d.ts +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -211,6 +211,7 @@ const config = {
|
|
|
211
211
|
initialHeight: '50vh',
|
|
212
212
|
minHeight: '200',
|
|
213
213
|
outputFontSize: '0.75rem', // optional CSS font-size override for output text
|
|
214
|
+
showOutputPane: true, // set false to hide command output pane
|
|
214
215
|
resetStateOnHide: false,
|
|
215
216
|
closeOnEscape: true,
|
|
216
217
|
showCitadelKey: '.',
|