Update apidocs
parent
e067f7c84e
commit
6098674b05
|
@ -266,6 +266,12 @@ export interface DatePickerDesignTokens extends ColorSchemeDesignToken<DatePicke
|
|||
* @designToken datepicker.view.month.padding
|
||||
*/
|
||||
padding?: string;
|
||||
/**
|
||||
* Border radius of view month
|
||||
*
|
||||
* @designToken datepicker.view.month.border.radius
|
||||
*/
|
||||
borderRadius?: string;
|
||||
};
|
||||
/**
|
||||
* Used to pass tokens of the view year section
|
||||
|
@ -295,6 +301,12 @@ export interface DatePickerDesignTokens extends ColorSchemeDesignToken<DatePicke
|
|||
* @designToken datepicker.view.year.padding
|
||||
*/
|
||||
padding?: string;
|
||||
/**
|
||||
* Border radius of view year
|
||||
*
|
||||
* @designToken datepicker.view.year.border.radius
|
||||
*/
|
||||
borderRadius?: string;
|
||||
};
|
||||
/**
|
||||
* Used to pass tokens of the group section
|
||||
|
|
|
@ -80991,6 +80991,15 @@
|
|||
"default": "",
|
||||
"description": "Padding of view month"
|
||||
},
|
||||
{
|
||||
"name": "viewMonth.borderRadius",
|
||||
"token": "datepicker.view.month.border.radius",
|
||||
"optional": true,
|
||||
"readonly": false,
|
||||
"type": "string",
|
||||
"default": "",
|
||||
"description": "Border radius of view month"
|
||||
},
|
||||
{
|
||||
"name": "viewYear.hoverBackground",
|
||||
"token": "datepicker.view.year.hover.background",
|
||||
|
@ -81027,6 +81036,15 @@
|
|||
"default": "",
|
||||
"description": "Padding of view year"
|
||||
},
|
||||
{
|
||||
"name": "viewYear.borderRadius",
|
||||
"token": "datepicker.view.year.border.radius",
|
||||
"optional": true,
|
||||
"readonly": false,
|
||||
"type": "string",
|
||||
"default": "",
|
||||
"description": "Border radius of view year"
|
||||
},
|
||||
{
|
||||
"name": "group.borderColor",
|
||||
"token": "datepicker.group.border.color",
|
||||
|
|
Loading…
Reference in New Issue