From 10da83850951e92c2df40e5c066345b5defbddf2 Mon Sep 17 00:00:00 2001 From: Richard O'flynn Date: Tue, 1 Dec 2020 00:22:50 +0000 Subject: [PATCH] add build --- COMPONENT_INDEX.md | 9 ++++----- docs/src/COMPONENT_API.json | 10 ---------- types/Tile/SelectableTileGroup.d.ts | 6 ------ 3 files changed, 4 insertions(+), 21 deletions(-) diff --git a/COMPONENT_INDEX.md b/COMPONENT_INDEX.md index 6037ef9a..c9d973ee 100644 --- a/COMPONENT_INDEX.md +++ b/COMPONENT_INDEX.md @@ -2959,11 +2959,10 @@ None. ### Props -| Prop name | Kind | Reactive | Type | Default value | Description | -| :------------- | :--------------- | :------- | :------------------- | ------------------ | --------------------------------------- | -| selectedValues | let | Yes | any[] | [] | Specify the selected tile's | -| disabled | let | No | boolean | false | Set to `true` to disable the tile group | -| legend | let | No | string | "" | Specify the legend text | +| Prop name | Kind | Reactive | Type | Default value | Description | +| :------------- | :--------------- | :------- | :------------------ | --------------- | --------------------------- | +| selectedValues | let | Yes | any[] | [] | Specify the selected tile's | +| legend | let | No | string | "" | Specify the legend text | ### Slots diff --git a/docs/src/COMPONENT_API.json b/docs/src/COMPONENT_API.json index 2f9de94f..0354ee4e 100644 --- a/docs/src/COMPONENT_API.json +++ b/docs/src/COMPONENT_API.json @@ -8817,16 +8817,6 @@ "constant": false, "reactive": true }, - { - "name": "disabled", - "kind": "let", - "description": "Set to `true` to disable the tile group", - "type": "boolean", - "value": "false", - "isFunction": false, - "constant": false, - "reactive": false - }, { "name": "legend", "kind": "let", diff --git a/types/Tile/SelectableTileGroup.d.ts b/types/Tile/SelectableTileGroup.d.ts index 22d40b3e..7f6ea0cc 100644 --- a/types/Tile/SelectableTileGroup.d.ts +++ b/types/Tile/SelectableTileGroup.d.ts @@ -7,12 +7,6 @@ export interface SelectableTileGroupProps extends svelte.JSX.HTMLAttributes