Update apidocs

pull/5806/head
tugcekucukoglu 2024-05-30 14:29:35 +03:00
parent e067f7c84e
commit 6098674b05
2 changed files with 30 additions and 0 deletions

View File

@ -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

View File

@ -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",