diff --git a/components/doc/common/apidoc/index.json b/components/doc/common/apidoc/index.json index fda578fbf5..89de0d3f1c 100644 --- a/components/doc/common/apidoc/index.json +++ b/components/doc/common/apidoc/index.json @@ -30412,7 +30412,7 @@ "name": "value", "optional": true, "readonly": false, - "type": "string", + "type": "null | string", "default": "", "description": "The value of component" }, @@ -31914,7 +31914,7 @@ "name": "value", "optional": true, "readonly": false, - "type": "string", + "type": "null | string", "default": "", "description": "The value of component" }, diff --git a/components/lib/inputtext/inputtext.d.ts b/components/lib/inputtext/inputtext.d.ts index 87df9595e3..b7e07ad18d 100644 --- a/components/lib/inputtext/inputtext.d.ts +++ b/components/lib/inputtext/inputtext.d.ts @@ -102,7 +102,7 @@ export interface InputTextProps extends Omit} event - Browser event diff --git a/package-lock.json b/package-lock.json index 87a63854e3..cef6c89e7e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "primereact", - "version": "10.6.5", + "version": "10.6.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "primereact", - "version": "10.6.5", + "version": "10.6.6", "dependencies": { "@docsearch/react": "3.5.2", "chart.js": "4.4.2",