Comparing version 8.1.1 to 8.2.0
@@ -61,3 +61,3 @@ import {type SpinnerName} from 'cli-spinners'; | ||
*/ | ||
readonly color?: Color; | ||
readonly color?: Color | boolean; | ||
@@ -190,3 +190,3 @@ /** | ||
*/ | ||
color: Color; | ||
color: Color | boolean; | ||
@@ -193,0 +193,0 @@ /** |
{ | ||
"name": "ora", | ||
"version": "8.1.1", | ||
"version": "8.2.0", | ||
"description": "Elegant terminal spinner", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -79,5 +79,5 @@ # ora | ||
Type: `string`\ | ||
Type: `string | boolean`\ | ||
Default: `'cyan'`\ | ||
Values: `'black' | 'red' | 'green' | 'yellow' | 'blue' | 'magenta' | 'cyan' | 'white' | 'gray'` | ||
Values: `'black' | 'red' | 'green' | 'yellow' | 'blue' | 'magenta' | 'cyan' | 'white' | 'gray' | boolean` | ||
@@ -84,0 +84,0 @@ The color of the spinner. |
27514