Merge branch 'master' of https://github.com/primefaces/primevue
commit
8c4227d099
|
@ -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",
|
||||||
|
|
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue