From 097525b5589fef9573aa48876d74b0821c64a237 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Tue, 1 Oct 2024 10:06:27 +0000 Subject: [PATCH] Update API doc --- apps/showcase/doc/common/apidoc/index.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/apps/showcase/doc/common/apidoc/index.json b/apps/showcase/doc/common/apidoc/index.json index b82bebe0d..354700df1 100644 --- a/apps/showcase/doc/common/apidoc/index.json +++ b/apps/showcase/doc/common/apidoc/index.json @@ -10439,7 +10439,7 @@ "description": "Used to pass attributes to the preview's DOM element." }, { - "name": "panel", + "name": "overlay", "optional": true, "readonly": false, "type": "ColorPickerPassThroughOptionType", @@ -10623,6 +10623,15 @@ "readonly": false, "type": "any", "default": "", + "description": "Style class of the overlay panel.", + "deprecated": "since v4.0. Use 'overlayClass' prop instead." + }, + { + "name": "overlayClass", + "optional": true, + "readonly": false, + "type": "any", + "default": "", "description": "Style class of the overlay panel." }, {