Skip to content

Commit

Permalink
fix(core, documentation): add missing autogenerated files
Browse files Browse the repository at this point in the history
  • Loading branch information
danielleroux committed Oct 18, 2022
1 parent f393f6e commit 4c861b4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
15 changes: 7 additions & 8 deletions packages/core/component-doc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3856,9 +3856,9 @@
"ix-icon-button"
],
"ix-menu-about": [
"ix-tab-item",
"ix-icon-button",
"ix-tabs",
"ix-tab-item"
"ix-tabs"
],
"ix-icon-button": [
"ix-icon"
Expand Down Expand Up @@ -4476,15 +4476,15 @@
"ix-map-navigation"
],
"dependencies": [
"ix-tab-item",
"ix-icon-button",
"ix-tabs",
"ix-tab-item"
"ix-tabs"
],
"dependencyGraph": {
"ix-menu-about": [
"ix-tab-item",
"ix-icon-button",
"ix-tabs",
"ix-tab-item"
"ix-tabs"
],
"ix-icon-button": [
"ix-icon"
Expand All @@ -4499,10 +4499,9 @@
"type": "string",
"mutable": true,
"attr": "active-tab-label",
"reflectToAttr": true,
"reflectToAttr": false,
"docs": "Active tab",
"docsTags": [],
"default": "this.i18nImprintLabel",
"values": [
{
"type": "string"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
| Name | Description | Attribute | Type | Default |
|------------|-------------------------------|------------------|-------------------------------------------|---------------------|
|activeTabLabel| Active tab | `active-tab-label` | `string` | `this.i18nImprintLabel` |
|activeTabLabel| Active tab | `active-tab-label` | `string` | `undefined` |
|i18nImprintLabel| | `i-1-8n-imprint-label` | `string` | `'Imprint'` |
|label| Label of first tab | `label` | `string` | `'About & legal information'` |
|show| Internal | `show` | `boolean` | `false` |

0 comments on commit 4c861b4

Please sign in to comment.