Update API doc

pull/6674/head
GitHub Actions Bot 2024-10-28 19:30:03 +00:00
parent 8a3d364a50
commit f0e4cc7a21
3 changed files with 47 additions and 4 deletions

View File

@ -82804,6 +82804,14 @@
"default": "",
"description": "Used to pass tokens of the file section"
},
{
"name": "fileList",
"optional": true,
"readonly": false,
"type": "Object",
"default": "",
"description": "Used to pass tokens of the file list section"
},
{
"name": "progressbar",
"optional": true,
@ -82955,6 +82963,15 @@
"default": "",
"description": "Padding of content"
},
{
"name": "content.gap",
"token": "fileupload.content.gap",
"optional": true,
"readonly": false,
"type": "string",
"default": "",
"description": "Gap of content"
},
{
"name": "file.padding",
"token": "fileupload.file.padding",
@ -82991,6 +83008,15 @@
"default": "",
"description": "Info gap of file"
},
{
"name": "fileList.gap",
"token": "fileupload.file.list.gap",
"optional": true,
"readonly": false,
"type": "string",
"default": "",
"description": "Gap of file list"
},
{
"name": "progressbar.height",
"token": "fileupload.progressbar.height",

View File

@ -103,6 +103,12 @@ export interface FileUploadDesignTokens extends ColorSchemeDesignToken<FileUploa
* @designToken fileupload.content.padding
*/
padding?: string;
/**
* Gap of content
*
* @designToken fileupload.content.gap
*/
gap?: string;
};
/**
* Used to pass tokens of the file section
@ -138,6 +144,17 @@ export interface FileUploadDesignTokens extends ColorSchemeDesignToken<FileUploa
gap?: string;
};
};
/**
* Used to pass tokens of the file list section
*/
fileList?: {
/**
* Gap of file list
*
* @designToken fileupload.file.list.gap
*/
gap?: string;
};
/**
* Used to pass tokens of the progressbar section
*/

View File

@ -3443,8 +3443,8 @@ packages:
ee-first@1.1.1:
resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==}
electron-to-chromium@1.5.47:
resolution: {integrity: sha512-zS5Yer0MOYw4rtK2iq43cJagHZ8sXN0jDHDKzB+86gSBSAI4v07S97mcq+Gs2vclAxSh1j7vOAHxSVgduiiuVQ==}
electron-to-chromium@1.5.48:
resolution: {integrity: sha512-FXULnNK7ACNI9MTMOVAzUGiz/YrK9Kcb0s/JT4aJgsam7Eh6XYe7Y6q95lPq+VdBe1DpT2eTnfXFtnuPGCks4w==}
emoji-regex@8.0.0:
resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==}
@ -9905,7 +9905,7 @@ snapshots:
browserslist@4.24.2:
dependencies:
caniuse-lite: 1.0.30001673
electron-to-chromium: 1.5.47
electron-to-chromium: 1.5.48
node-releases: 2.0.18
update-browserslist-db: 1.1.1(browserslist@4.24.2)
@ -10533,7 +10533,7 @@ snapshots:
ee-first@1.1.1: {}
electron-to-chromium@1.5.47: {}
electron-to-chromium@1.5.48: {}
emoji-regex@8.0.0: {}