Merge branch 'master' of https://github.com/primefaces/primevue
commit
8c4227d099
|
@ -79594,22 +79594,13 @@
|
|||
"description": "Active top of in"
|
||||
},
|
||||
{
|
||||
"name": "input.paddingTop",
|
||||
"token": "floatlabel.on.input.padding.top",
|
||||
"name": "on.borderRadius",
|
||||
"token": "floatlabel.on.border.radius",
|
||||
"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"
|
||||
"description": "Border radius of on"
|
||||
},
|
||||
{
|
||||
"name": "active.background",
|
||||
|
|
|
@ -129,22 +129,11 @@ export interface FloatLabelDesignTokens extends ColorSchemeDesignToken<FloatLabe
|
|||
*/
|
||||
on?: {
|
||||
/**
|
||||
* Input of on
|
||||
* Border radius of on
|
||||
*
|
||||
* @designToken floatlabel.on.border.radius
|
||||
*/
|
||||
input?: {
|
||||
/**
|
||||
* 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;
|
||||
};
|
||||
borderRadius?: string;
|
||||
/**
|
||||
* Active of on
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue