Deprecate step size and node color (#2586)

* 🔥 Deprecate numberStepSize

* 🔥 Deprecate color in non-FA nodes

*  Minor node name fixes

* 📦 Update package-lock.json

*  Restore Merge node color

* 👕 Fix lint
This commit is contained in:
Iván Ovejero
2021-12-23 13:30:35 +01:00
committed by GitHub
parent 0ce26d48e0
commit 2b74b6238e
302 changed files with 167 additions and 446 deletions

View File

@@ -643,7 +643,6 @@ export interface INodePropertyTypeOptions {
multipleValues?: boolean; // Supported by: <All>
multipleValueButtonText?: string; // Supported when "multipleValues" set to true
numberPrecision?: number; // Supported by: number
numberStepSize?: number; // Supported by: number
password?: boolean; // Supported by: string
rows?: number; // Supported by: string
showAlpha?: boolean; // Supported by: color