Skip to content

Commit

Permalink
Update apidocs
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed May 30, 2024
1 parent e067f7c commit 6098674
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
12 changes: 12 additions & 0 deletions components/lib/themes/types/datepicker/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
18 changes: 18 additions & 0 deletions doc/common/apidoc/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 6098674

Please sign in to comment.