From 82cfca42152a35db966aed02795c174a73b238f6 Mon Sep 17 00:00:00 2001 From: Ninosaurier Date: Sun, 2 Aug 2026 01:12:57 +0200 Subject: [PATCH] chore(luna-charts): update generated custom elements metadata --- packages/luna-charts/custom-elements.json | 2 +- .../luna-charts/src/components/my-component/readme.md | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/luna-charts/custom-elements.json b/packages/luna-charts/custom-elements.json index 98413b7..0edd695 100644 --- a/packages/luna-charts/custom-elements.json +++ b/packages/luna-charts/custom-elements.json @@ -1,5 +1,5 @@ { - "timestamp": "2026-07-22T21:49:28", + "timestamp": "2026-08-01T23:02:04", "compiler": { "name": "@stencil/core", "version": "4.43.5", diff --git a/packages/luna-charts/src/components/my-component/readme.md b/packages/luna-charts/src/components/my-component/readme.md index 06b5864..9788a67 100644 --- a/packages/luna-charts/src/components/my-component/readme.md +++ b/packages/luna-charts/src/components/my-component/readme.md @@ -7,11 +7,11 @@ ## Properties -| Property | Attribute | Description | Type | Default | -| -------- | --------- | --------------- | -------- | ----------- | -| `first` | `first` | The first name | `string` | `undefined` | -| `last` | `last` | The last name | `string` | `undefined` | -| `middle` | `middle` | The middle name | `string` | `undefined` | +| Property | Attribute | Description | Type | Default | +| -------- | --------- | --------------- | --------------------- | ----------- | +| `first` | `first` | The first name | `string \| undefined` | `undefined` | +| `last` | `last` | The last name | `string \| undefined` | `undefined` | +| `middle` | `middle` | The middle name | `string \| undefined` | `undefined` | ----------------------------------------------