@oclif/multi-stage-output
Advanced tools
Comparing version 0.4.3-dev.0 to 0.4.3-dev.1
@@ -17,2 +17,6 @@ import { Box, Text } from 'ink'; | ||
width; | ||
// Don't render if the available width is less than the title width | ||
if (widthToUse < titleWidth) { | ||
return; | ||
} | ||
const dividerWidth = getSideDividerWidth(widthToUse, titleWidth); | ||
@@ -19,0 +23,0 @@ const numberOfCharsPerSide = getNumberOfCharsPerWidth(dividerChar, dividerWidth); |
@@ -12,3 +12,3 @@ import { capitalCase } from 'change-case'; | ||
return false; | ||
return (React.createElement(Box, { key: label }, | ||
return (React.createElement(Box, { key: label, flexWrap: "wrap" }, | ||
React.createElement(Text, { bold: isBold }, | ||
@@ -15,0 +15,0 @@ label, |
{ | ||
"name": "@oclif/multi-stage-output", | ||
"description": "Terminal output for oclif commands with multiple stages", | ||
"version": "0.4.3-dev.0", | ||
"version": "0.4.3-dev.1", | ||
"author": "Salesforce", | ||
@@ -6,0 +6,0 @@ "bugs": "https://github.com/oclif/multi-stage-output/issues", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
63630
1346