From c0d161b99480ca8c9eac1c2813edb1e61c09cfdd Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Sat, 26 Oct 2024 14:24:34 +0000 Subject: [PATCH] Update API doc --- apps/showcase/doc/common/apidoc/index.json | 179 ++++++++++++++++++++ packages/themes/types/message/index.d.ts | 184 +++++++++++++++++++++ pnpm-lock.yaml | 31 ++-- 3 files changed, 376 insertions(+), 18 deletions(-) diff --git a/apps/showcase/doc/common/apidoc/index.json b/apps/showcase/doc/common/apidoc/index.json index ec6b3b5b8..8036284d1 100644 --- a/apps/showcase/doc/common/apidoc/index.json +++ b/apps/showcase/doc/common/apidoc/index.json @@ -88009,6 +88009,14 @@ "default": "", "description": "Used to pass tokens of the close icon section" }, + { + "name": "outlined", + "optional": true, + "readonly": false, + "type": "Object", + "default": "", + "description": "Used to pass tokens of the outlined section" + }, { "name": "info", "optional": true, @@ -88275,6 +88283,15 @@ "default": "", "description": "Lg size of close icon" }, + { + "name": "root.borderWidth", + "token": "message.outlined.border.width", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Root border width of outlined" + }, { "name": "info.background", "token": "message.info.background", @@ -88338,6 +88355,33 @@ "default": "", "description": "Close button focus ring shadow of info" }, + { + "name": "outlined.color", + "token": "message.info.outlined.color", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Outlined color of info" + }, + { + "name": "outlined.borderColor", + "token": "message.info.outlined.border.color", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Outlined border color of info" + }, + { + "name": "plain.color", + "token": "message.info.plain.color", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Plain color of info" + }, { "name": "success.background", "token": "message.success.background", @@ -88401,6 +88445,33 @@ "default": "", "description": "Close button focus ring shadow of success" }, + { + "name": "outlined.color", + "token": "message.success.outlined.color", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Outlined color of success" + }, + { + "name": "outlined.borderColor", + "token": "message.success.outlined.border.color", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Outlined border color of success" + }, + { + "name": "plain.color", + "token": "message.success.plain.color", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Plain color of success" + }, { "name": "warn.background", "token": "message.warn.background", @@ -88464,6 +88535,33 @@ "default": "", "description": "Close button focus ring shadow of warn" }, + { + "name": "outlined.color", + "token": "message.warn.outlined.color", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Outlined color of warn" + }, + { + "name": "outlined.borderColor", + "token": "message.warn.outlined.border.color", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Outlined border color of warn" + }, + { + "name": "plain.color", + "token": "message.warn.plain.color", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Plain color of warn" + }, { "name": "error.background", "token": "message.error.background", @@ -88527,6 +88625,33 @@ "default": "", "description": "Close button focus ring shadow of error" }, + { + "name": "outlined.color", + "token": "message.error.outlined.color", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Outlined color of error" + }, + { + "name": "outlined.borderColor", + "token": "message.error.outlined.border.color", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Outlined border color of error" + }, + { + "name": "plain.color", + "token": "message.error.plain.color", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Plain color of error" + }, { "name": "secondary.background", "token": "message.secondary.background", @@ -88590,6 +88715,33 @@ "default": "", "description": "Close button focus ring shadow of secondary" }, + { + "name": "outlined.color", + "token": "message.secondary.outlined.color", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Outlined color of secondary" + }, + { + "name": "outlined.borderColor", + "token": "message.secondary.outlined.border.color", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Outlined border color of secondary" + }, + { + "name": "plain.color", + "token": "message.secondary.plain.color", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Plain color of secondary" + }, { "name": "contrast.background", "token": "message.contrast.background", @@ -88652,6 +88804,33 @@ "type": "string", "default": "", "description": "Close button focus ring shadow of contrast" + }, + { + "name": "outlined.color", + "token": "message.contrast.outlined.color", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Outlined color of contrast" + }, + { + "name": "outlined.borderColor", + "token": "message.contrast.outlined.border.color", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Outlined border color of contrast" + }, + { + "name": "plain.color", + "token": "message.contrast.plain.color", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Plain color of contrast" } ] } diff --git a/packages/themes/types/message/index.d.ts b/packages/themes/types/message/index.d.ts index 8c70d7019..5a6da20bc 100644 --- a/packages/themes/types/message/index.d.ts +++ b/packages/themes/types/message/index.d.ts @@ -224,6 +224,22 @@ export interface MessageDesignTokens extends ColorSchemeDesignToken