From 83da44f35169ff59ad59f2734be0ade118ded644 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Tue, 17 Sep 2024 10:28:10 +0000 Subject: [PATCH] Update API doc --- apps/showcase/doc/common/apidoc/index.json | 132 ++++++++++++++++++++ packages/themes/types/floatlabel/index.d.ts | 107 ++++++++++++++++ 2 files changed, 239 insertions(+) diff --git a/apps/showcase/doc/common/apidoc/index.json b/apps/showcase/doc/common/apidoc/index.json index 8d5de38ce..416b7bce6 100644 --- a/apps/showcase/doc/common/apidoc/index.json +++ b/apps/showcase/doc/common/apidoc/index.json @@ -27511,6 +27511,14 @@ "type": "boolean", "default": "false", "description": "When enabled, it removes component related styles in the core." + }, + { + "name": "variant", + "optional": true, + "readonly": false, + "type": "\"in\" | \"over\" | \"on\"", + "default": "false", + "description": "Defines the positioning of the label relative to the input." } ], "methods": [] @@ -79467,6 +79475,22 @@ "default": "", "description": "Used to pass tokens of the root section" }, + { + "name": "in", + "optional": true, + "readonly": false, + "type": "Object", + "default": "", + "description": "Used to pass tokens of the in section" + }, + { + "name": "on", + "optional": true, + "readonly": false, + "type": "Object", + "default": "", + "description": "Used to pass tokens of the on section" + }, { "name": "colorScheme", "optional": true, @@ -79503,6 +79527,15 @@ "default": "", "description": "Focus color of root" }, + { + "name": "root.activeColor", + "token": "floatlabel.active.color", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Active color of root" + }, { "name": "root.invalidColor", "token": "floatlabel.invalid.color", @@ -79520,6 +79553,105 @@ "type": "string", "default": "", "description": "Transition duration of root" + }, + { + "name": "root.positionX", + "token": "floatlabel.position.x", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Position x of root" + }, + { + "name": "root.fontWeight", + "token": "floatlabel.font.weight", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Font weight of root" + }, + { + "name": "focus.top", + "token": "floatlabel.focus.top", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Focus top of root" + }, + { + "name": "focus.fontSize", + "token": "floatlabel.focus.font.size", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Focus font size of root" + }, + { + "name": "focus.fontWeight", + "token": "floatlabel.focus.font.weight", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Focus font weight of root" + }, + { + "name": "input.paddingTop", + "token": "floatlabel.in.input.padding.top", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Input padding top of in" + }, + { + "name": "focus.top", + "token": "floatlabel.in.focus.top", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Focus top of in" + }, + { + "name": "input.paddingTop", + "token": "floatlabel.on.input.padding.top", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Input padding top of on" + }, + { + "name": "input.paddingBottom", + "token": "floatlabel.on.input.padding.bottom", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Input padding bottom of on" + }, + { + "name": "focus.background", + "token": "floatlabel.on.focus.background", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Focus background of on" + }, + { + "name": "focus.padding", + "token": "floatlabel.on.focus.padding", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Focus padding of on" } ] } diff --git a/packages/themes/types/floatlabel/index.d.ts b/packages/themes/types/floatlabel/index.d.ts index d3bd1bbed..6ca27bbba 100644 --- a/packages/themes/types/floatlabel/index.d.ts +++ b/packages/themes/types/floatlabel/index.d.ts @@ -27,6 +27,12 @@ export interface FloatLabelDesignTokens extends ColorSchemeDesignToken