Skip to content

Commit

Permalink
chore: fix install
Browse files Browse the repository at this point in the history
  • Loading branch information
deleonio committed Mar 27, 2024
1 parent 331f6f5 commit 619e019
Show file tree
Hide file tree
Showing 3 changed files with 94 additions and 228 deletions.
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"@types/markdown-it": "13.0.7",
"@types/mustache": "4.2.5",
"@types/node": "ts5.4",
"@types/pug": "2.0.11",
"@types/pug": "2.0.10",
"@types/twig": "1.12.16",
"@typescript-eslint/eslint-plugin": "7.4.0",
"@typescript-eslint/parser": "7.4.0",
Expand Down
14 changes: 7 additions & 7 deletions packages/components/src/components/progress/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ Verwenden Sie das Attribut **`_value`**, um den aktuellen Wert der Komponente zu

## Properties

| Property | Attribute | Description | Type | Default |
| --------------------- | ---------- | ------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------- | ----------- |
| `_label` | `_label` | Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.). | `string \| undefined` | `undefined` |
| `_max` _(required)_ | `_max` | Defines at which value the progress display is completed. | `number` | `undefined` |
| `_unit` | `_unit` | Defines the unit of the step values (not shown). | `string \| undefined` | `'%'` |
| `_value` _(required)_ | `_value` | Defines the progress. | `number` | `undefined` |
| `_variant` | `_variant` | Defines which variant should be used for presentation. | `"bar" \| "cycle" \| "cycle-label-value" \| "cycle-value-label" \| undefined` | `undefined` |
| Property | Attribute | Description | Type | Default |
| --------------------- | ---------- | ------------------------------------------------------------------------------------------------------------------ | ------------------------------- | ----------- |
| `_label` | `_label` | Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.). | `string \| undefined` | `undefined` |
| `_max` _(required)_ | `_max` | Defines at which value the progress display is completed. | `number` | `undefined` |
| `_unit` | `_unit` | Defines the unit of the step values (not shown). | `string \| undefined` | `'%'` |
| `_value` _(required)_ | `_value` | Defines the progress. | `number` | `undefined` |
| `_variant` | `_variant` | Defines which variant should be used for presentation. | `"bar" \| "cycle" \| undefined` | `undefined` |

---
Loading

0 comments on commit 619e019

Please sign in to comment.