pull/6454/head
Cagatay Civici 2024-09-20 21:55:48 +03:00
commit 8c4227d099
2 changed files with 7 additions and 27 deletions

View File

@ -79594,22 +79594,13 @@
"description": "Active top of in" "description": "Active top of in"
}, },
{ {
"name": "input.paddingTop", "name": "on.borderRadius",
"token": "floatlabel.on.input.padding.top", "token": "floatlabel.on.border.radius",
"optional": true, "optional": true,
"readonly": false, "readonly": false,
"type": "string", "type": "string",
"default": "", "default": "",
"description": "Input padding top of on" "description": "Border radius 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": "active.background", "name": "active.background",

View File

@ -129,22 +129,11 @@ export interface FloatLabelDesignTokens extends ColorSchemeDesignToken<FloatLabe
*/ */
on?: { on?: {
/** /**
* Input of on * Border radius of on
*
* @designToken floatlabel.on.border.radius
*/ */
input?: { borderRadius?: string;
/**
* Input padding top of on
*
* @designToken floatlabel.on.input.padding.top
*/
paddingTop?: string;
/**
* Input padding bottom of on
*
* @designToken floatlabel.on.input.padding.bottom
*/
paddingBottom?: string;
};
/** /**
* Active of on * Active of on
*/ */