From 80f49f6a8fbc90c1a98501431bacb3c0356d6257 Mon Sep 17 00:00:00 2001 From: Richard O'flynn Date: Tue, 1 Dec 2020 01:01:47 +0000 Subject: [PATCH] Prepare for pull request --- COMPONENT_INDEX.md | 1 - docs/src/COMPONENT_API.json | 10 ---------- src/DataTableSkeleton/DataTableSkeleton.svelte | 1 - src/Tile/RadioTile.svelte | 4 ---- types/Tile/RadioTile.d.ts | 6 ------ 5 files changed, 22 deletions(-) diff --git a/COMPONENT_INDEX.md b/COMPONENT_INDEX.md index 348104ab..28eeb03c 100644 --- a/COMPONENT_INDEX.md +++ b/COMPONENT_INDEX.md @@ -2699,7 +2699,6 @@ None. | checked | let | Yes | boolean | false | Set to `true` to check the tile | | light | let | No | boolean | false | Set to `true` to enable the light variant | | value | let | No | string | "" | Specify the value of the radio input | -| title | let | No | string | "title" | Specify the title of the selectable tile | | tabindex | let | No | string | "0" | Specify the tabindex | | iconDescription | let | No | string | "Tile checkmark" | Specify the ARIA label for the radio tile checkmark icon | | id | let | No | string | "ccs-" + Math.random().toString(36) | Set an id for the input element | diff --git a/docs/src/COMPONENT_API.json b/docs/src/COMPONENT_API.json index 67e5f091..64bd802d 100644 --- a/docs/src/COMPONENT_API.json +++ b/docs/src/COMPONENT_API.json @@ -8652,16 +8652,6 @@ "constant": false, "reactive": false }, - { - "name": "title", - "kind": "let", - "description": "Specify the title of the selectable tile", - "type": "string", - "value": "\"title\"", - "isFunction": false, - "constant": false, - "reactive": false - }, { "name": "tabindex", "kind": "let", diff --git a/src/DataTableSkeleton/DataTableSkeleton.svelte b/src/DataTableSkeleton/DataTableSkeleton.svelte index d10e855b..eca0298c 100644 --- a/src/DataTableSkeleton/DataTableSkeleton.svelte +++ b/src/DataTableSkeleton/DataTableSkeleton.svelte @@ -60,7 +60,6 @@ {/if}