From 0e1b2a6bf14150f4b79d51f2dd12eeecf4ea5305 Mon Sep 17 00:00:00 2001 From: Giovanni Abbatepaolo <30571828+bbtgnn@users.noreply.github.com> Date: Mon, 5 Aug 2024 14:28:18 +0200 Subject: [PATCH] chore: rebuild --- src/components/dyne-code-editor/readme.md | 11 ++++++----- src/components/dyne-slangroom-preset/readme.md | 13 +++++++++++++ vscode-data.json | 4 ++++ 3 files changed, 23 insertions(+), 5 deletions(-) diff --git a/src/components/dyne-code-editor/readme.md b/src/components/dyne-code-editor/readme.md index 3dc97c2..0c3f558 100644 --- a/src/components/dyne-code-editor/readme.md +++ b/src/components/dyne-code-editor/readme.md @@ -5,11 +5,12 @@ ## Properties -| Property | Attribute | Description | Type | Default | -| -------- | --------- | ----------- | ------------------- | ---------------------------- | -| `class` | `class` | | `string` | `''` | -| `config` | -- | | `EditorStateConfig` | `{ extensions: basicSetup }` | -| `name` | `name` | | `string` | `nanoid(5)` | +| Property | Attribute | Description | Type | Default | +| --------- | --------- | ----------- | ------------------- | ---------------------------- | +| `class` | `class` | | `string` | `''` | +| `config` | -- | | `EditorStateConfig` | `{ extensions: basicSetup }` | +| `content` | `content` | | `string` | `''` | +| `name` | `name` | | `string` | `nanoid(5)` | ## Methods diff --git a/src/components/dyne-slangroom-preset/readme.md b/src/components/dyne-slangroom-preset/readme.md index e7bcae9..cb2b404 100644 --- a/src/components/dyne-slangroom-preset/readme.md +++ b/src/components/dyne-slangroom-preset/readme.md @@ -17,6 +17,19 @@ | `name` | `name` | | `string` | `''` | +## Methods + +### `getPreset() => Promise` + + + +#### Returns + +Type: `Promise<{ name: string; contract: string; keys: string; data: string; meta: { title: string; highlight: string; }; group: string; }>` + + + + ---------------------------------------------- *Built with [StencilJS](https://stenciljs.com/)* diff --git a/vscode-data.json b/vscode-data.json index f066f68..0e840b0 100644 --- a/vscode-data.json +++ b/vscode-data.json @@ -75,6 +75,10 @@ "name": "class", "description": "" }, + { + "name": "content", + "description": "" + }, { "name": "name", "description": ""