From c9cb026edeb1827b3ee7000bda9acaa9e97c95f2 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Tue, 14 Jan 2025 12:12:08 +0000 Subject: [PATCH] Update API doc --- apps/showcase/doc/common/apidoc/index.json | 90 ++++++++++++++++++++++ packages/themes/types/datatable/index.d.ts | 12 +-- pnpm-lock.yaml | 20 ++--- 3 files changed, 104 insertions(+), 18 deletions(-) diff --git a/apps/showcase/doc/common/apidoc/index.json b/apps/showcase/doc/common/apidoc/index.json index c0e384c0c..ed1837acc 100644 --- a/apps/showcase/doc/common/apidoc/index.json +++ b/apps/showcase/doc/common/apidoc/index.json @@ -80226,6 +80226,24 @@ "default": "", "description": "Padding of header" }, + { + "name": "sm.padding", + "token": "datatable.header.sm.padding", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Sm padding of header" + }, + { + "name": "lg.padding", + "token": "datatable.header.lg.padding", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Lg padding of header" + }, { "name": "headerCell.background", "token": "datatable.header.cell.background", @@ -80352,6 +80370,24 @@ "default": "", "description": "Focus ring shadow of header cell" }, + { + "name": "sm.padding", + "token": "datatable.header.cell.sm.padding", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Sm padding of header cell" + }, + { + "name": "lg.padding", + "token": "datatable.header.cell.lg.padding", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Lg padding of header cell" + }, { "name": "columnTitle.fontWeight", "token": "datatable.column.title.font.weight", @@ -80487,6 +80523,24 @@ "default": "", "description": "Padding of body cell" }, + { + "name": "sm.padding", + "token": "datatable.body.cell.sm.padding", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Sm padding of body cell" + }, + { + "name": "lg.padding", + "token": "datatable.body.cell.lg.padding", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Lg padding of body cell" + }, { "name": "bodyCell.selectedBorderColor", "token": "datatable.body.cell.selected.border.color", @@ -80532,6 +80586,24 @@ "default": "", "description": "Padding of footer cell" }, + { + "name": "sm.padding", + "token": "datatable.footer.cell.sm.padding", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Sm padding of footer cell" + }, + { + "name": "lg.padding", + "token": "datatable.footer.cell.lg.padding", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Lg padding of footer cell" + }, { "name": "columnFooter.fontWeight", "token": "datatable.column.footer.font.weight", @@ -80586,6 +80658,24 @@ "default": "", "description": "Padding of footer" }, + { + "name": "sm.padding", + "token": "datatable.footer.sm.padding", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Sm padding of footer" + }, + { + "name": "lg.padding", + "token": "datatable.footer.lg.padding", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Lg padding of footer" + }, { "name": "dropPoint.color", "token": "datatable.drop.point.color", diff --git a/packages/themes/types/datatable/index.d.ts b/packages/themes/types/datatable/index.d.ts index 4f7e48a7b..74ebbb994 100644 --- a/packages/themes/types/datatable/index.d.ts +++ b/packages/themes/types/datatable/index.d.ts @@ -310,12 +310,6 @@ export interface DataTableDesignTokens extends ColorSchemeDesignToken