@eui/components 17.0.0-next.22 → 17.0.0-next.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docs/components/EuiAlertComponent.html +36 -1
- package/docs/components/EuiDashboardCardComponent.html +21 -2
- package/docs/components/EuiTimelineComponent.html +48 -48
- package/docs/components/EuiTimelineItemComponent.html +94 -66
- package/docs/components/EuiTreeComponent.html +1 -1
- package/docs/components/EuiTreeListItemComponent.html +1 -1
- package/docs/dependencies.html +2 -2
- package/docs/js/menu-wc.js +12 -12
- package/docs/js/menu-wc_es5.js +1 -1
- package/docs/js/search/search_index.js +2 -2
- package/docs/miscellaneous/variables.html +14 -14
- package/esm2022/eui-alert/eui-alert.component.mjs +10 -6
- package/esm2022/eui-avatar/eui-avatar.component.mjs +2 -2
- package/esm2022/eui-dashboard-card/eui-dashboard-card.component.mjs +8 -4
- package/esm2022/eui-menu/eui-menu-item.component.mjs +2 -2
- package/esm2022/eui-timeline/eui-timeline-item.component.mjs +42 -19
- package/esm2022/eui-timeline/eui-timeline.component.mjs +26 -11
- package/esm2022/eui-tree/eui-tree.component.mjs +4 -4
- package/esm2022/eui-tree-list/eui-tree-list-item.component.mjs +3 -3
- package/eui-alert/eui-alert.component.d.ts +3 -2
- package/eui-alert/eui-alert.component.d.ts.map +1 -1
- package/eui-dashboard-card/eui-dashboard-card.component.d.ts +2 -1
- package/eui-dashboard-card/eui-dashboard-card.component.d.ts.map +1 -1
- package/eui-timeline/eui-timeline-item.component.d.ts +10 -8
- package/eui-timeline/eui-timeline-item.component.d.ts.map +1 -1
- package/eui-timeline/eui-timeline.component.d.ts +3 -3
- package/eui-timeline/eui-timeline.component.d.ts.map +1 -1
- package/fesm2022/eui-components-eui-alert.mjs +9 -5
- package/fesm2022/eui-components-eui-alert.mjs.map +1 -1
- package/fesm2022/eui-components-eui-avatar.mjs +2 -2
- package/fesm2022/eui-components-eui-avatar.mjs.map +1 -1
- package/fesm2022/eui-components-eui-dashboard-card.mjs +7 -3
- package/fesm2022/eui-components-eui-dashboard-card.mjs.map +1 -1
- package/fesm2022/eui-components-eui-menu.mjs +1 -1
- package/fesm2022/eui-components-eui-menu.mjs.map +1 -1
- package/fesm2022/eui-components-eui-timeline.mjs +61 -25
- package/fesm2022/eui-components-eui-timeline.mjs.map +1 -1
- package/fesm2022/eui-components-eui-tree-list.mjs +2 -2
- package/fesm2022/eui-components-eui-tree-list.mjs.map +1 -1
- package/fesm2022/eui-components-eui-tree.mjs +3 -3
- package/fesm2022/eui-components-eui-tree.mjs.map +1 -1
- package/package.json +12 -12
package/docs/js/menu-wc.js
CHANGED
@@ -96,13 +96,13 @@ customElements.define('compodoc-menu', class extends HTMLElement {
|
|
96
96
|
<a href="modules/EuiAlertModule.html" data-type="entity-link" >EuiAlertModule</a>
|
97
97
|
<li class="chapter inner">
|
98
98
|
<div class="simple menu-toggler" data-bs-toggle="collapse" ${ isNormalMode ?
|
99
|
-
'data-bs-target="#components-links-module-EuiAlertModule-
|
99
|
+
'data-bs-target="#components-links-module-EuiAlertModule-44c256d6ea589e71ff0db29e6655e628b405d64bb5f2fde9eca39cd961d6753d82785028f823672c908d6278151f7a27dddb7a55303c8f9217bca44c9beb6243"' : 'data-bs-target="#xs-components-links-module-EuiAlertModule-44c256d6ea589e71ff0db29e6655e628b405d64bb5f2fde9eca39cd961d6753d82785028f823672c908d6278151f7a27dddb7a55303c8f9217bca44c9beb6243"' }>
|
100
100
|
<span class="icon ion-md-cog"></span>
|
101
101
|
<span>Components</span>
|
102
102
|
<span class="icon ion-ios-arrow-down"></span>
|
103
103
|
</div>
|
104
|
-
<ul class="links collapse" ${ isNormalMode ? 'id="components-links-module-EuiAlertModule-
|
105
|
-
'id="xs-components-links-module-EuiAlertModule-
|
104
|
+
<ul class="links collapse" ${ isNormalMode ? 'id="components-links-module-EuiAlertModule-44c256d6ea589e71ff0db29e6655e628b405d64bb5f2fde9eca39cd961d6753d82785028f823672c908d6278151f7a27dddb7a55303c8f9217bca44c9beb6243"' :
|
105
|
+
'id="xs-components-links-module-EuiAlertModule-44c256d6ea589e71ff0db29e6655e628b405d64bb5f2fde9eca39cd961d6753d82785028f823672c908d6278151f7a27dddb7a55303c8f9217bca44c9beb6243"' }>
|
106
106
|
<li class="link">
|
107
107
|
<a href="components/EuiAlertComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuiAlertComponent</a>
|
108
108
|
</li>
|
@@ -110,13 +110,13 @@ customElements.define('compodoc-menu', class extends HTMLElement {
|
|
110
110
|
</li>
|
111
111
|
<li class="chapter inner">
|
112
112
|
<div class="simple menu-toggler" data-bs-toggle="collapse" ${ isNormalMode ?
|
113
|
-
'data-bs-target="#directives-links-module-EuiAlertModule-
|
113
|
+
'data-bs-target="#directives-links-module-EuiAlertModule-44c256d6ea589e71ff0db29e6655e628b405d64bb5f2fde9eca39cd961d6753d82785028f823672c908d6278151f7a27dddb7a55303c8f9217bca44c9beb6243"' : 'data-bs-target="#xs-directives-links-module-EuiAlertModule-44c256d6ea589e71ff0db29e6655e628b405d64bb5f2fde9eca39cd961d6753d82785028f823672c908d6278151f7a27dddb7a55303c8f9217bca44c9beb6243"' }>
|
114
114
|
<span class="icon ion-md-code-working"></span>
|
115
115
|
<span>Directives</span>
|
116
116
|
<span class="icon ion-ios-arrow-down"></span>
|
117
117
|
</div>
|
118
|
-
<ul class="links collapse" ${ isNormalMode ? 'id="directives-links-module-EuiAlertModule-
|
119
|
-
'id="xs-directives-links-module-EuiAlertModule-
|
118
|
+
<ul class="links collapse" ${ isNormalMode ? 'id="directives-links-module-EuiAlertModule-44c256d6ea589e71ff0db29e6655e628b405d64bb5f2fde9eca39cd961d6753d82785028f823672c908d6278151f7a27dddb7a55303c8f9217bca44c9beb6243"' :
|
119
|
+
'id="xs-directives-links-module-EuiAlertModule-44c256d6ea589e71ff0db29e6655e628b405d64bb5f2fde9eca39cd961d6753d82785028f823672c908d6278151f7a27dddb7a55303c8f9217bca44c9beb6243"' }>
|
120
120
|
<li class="link">
|
121
121
|
<a href="directives/EuiAlertTitleDirective.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuiAlertTitleDirective</a>
|
122
122
|
</li>
|
@@ -814,13 +814,13 @@ customElements.define('compodoc-menu', class extends HTMLElement {
|
|
814
814
|
<a href="modules/EuiDashboardCardModule.html" data-type="entity-link" >EuiDashboardCardModule</a>
|
815
815
|
<li class="chapter inner">
|
816
816
|
<div class="simple menu-toggler" data-bs-toggle="collapse" ${ isNormalMode ?
|
817
|
-
'data-bs-target="#components-links-module-EuiDashboardCardModule-
|
817
|
+
'data-bs-target="#components-links-module-EuiDashboardCardModule-6837bc2097f20b4cd80712c7dbd351968d8fb4f83176bafa5b84ac683bf826a66d7fdf4d27a3eae479fc6e57363e886249c3752413929acfc247a1c93081019d"' : 'data-bs-target="#xs-components-links-module-EuiDashboardCardModule-6837bc2097f20b4cd80712c7dbd351968d8fb4f83176bafa5b84ac683bf826a66d7fdf4d27a3eae479fc6e57363e886249c3752413929acfc247a1c93081019d"' }>
|
818
818
|
<span class="icon ion-md-cog"></span>
|
819
819
|
<span>Components</span>
|
820
820
|
<span class="icon ion-ios-arrow-down"></span>
|
821
821
|
</div>
|
822
|
-
<ul class="links collapse" ${ isNormalMode ? 'id="components-links-module-EuiDashboardCardModule-
|
823
|
-
'id="xs-components-links-module-EuiDashboardCardModule-
|
822
|
+
<ul class="links collapse" ${ isNormalMode ? 'id="components-links-module-EuiDashboardCardModule-6837bc2097f20b4cd80712c7dbd351968d8fb4f83176bafa5b84ac683bf826a66d7fdf4d27a3eae479fc6e57363e886249c3752413929acfc247a1c93081019d"' :
|
823
|
+
'id="xs-components-links-module-EuiDashboardCardModule-6837bc2097f20b4cd80712c7dbd351968d8fb4f83176bafa5b84ac683bf826a66d7fdf4d27a3eae479fc6e57363e886249c3752413929acfc247a1c93081019d"' }>
|
824
824
|
<li class="link">
|
825
825
|
<a href="components/EuiDashboardCardComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuiDashboardCardComponent</a>
|
826
826
|
</li>
|
@@ -2561,13 +2561,13 @@ customElements.define('compodoc-menu', class extends HTMLElement {
|
|
2561
2561
|
<a href="modules/EuiTreeModule.html" data-type="entity-link" >EuiTreeModule</a>
|
2562
2562
|
<li class="chapter inner">
|
2563
2563
|
<div class="simple menu-toggler" data-bs-toggle="collapse" ${ isNormalMode ?
|
2564
|
-
'data-bs-target="#components-links-module-EuiTreeModule-
|
2564
|
+
'data-bs-target="#components-links-module-EuiTreeModule-a2ab5d68c79799727bc9d22c4885efcfeb9b023e7816d9e938fe60588d94e55268f3a59818a9cfa05da93b7626107e8b553497a647714b9db37de437c0ace254"' : 'data-bs-target="#xs-components-links-module-EuiTreeModule-a2ab5d68c79799727bc9d22c4885efcfeb9b023e7816d9e938fe60588d94e55268f3a59818a9cfa05da93b7626107e8b553497a647714b9db37de437c0ace254"' }>
|
2565
2565
|
<span class="icon ion-md-cog"></span>
|
2566
2566
|
<span>Components</span>
|
2567
2567
|
<span class="icon ion-ios-arrow-down"></span>
|
2568
2568
|
</div>
|
2569
|
-
<ul class="links collapse" ${ isNormalMode ? 'id="components-links-module-EuiTreeModule-
|
2570
|
-
'id="xs-components-links-module-EuiTreeModule-
|
2569
|
+
<ul class="links collapse" ${ isNormalMode ? 'id="components-links-module-EuiTreeModule-a2ab5d68c79799727bc9d22c4885efcfeb9b023e7816d9e938fe60588d94e55268f3a59818a9cfa05da93b7626107e8b553497a647714b9db37de437c0ace254"' :
|
2570
|
+
'id="xs-components-links-module-EuiTreeModule-a2ab5d68c79799727bc9d22c4885efcfeb9b023e7816d9e938fe60588d94e55268f3a59818a9cfa05da93b7626107e8b553497a647714b9db37de437c0ace254"' }>
|
2571
2571
|
<li class="link">
|
2572
2572
|
<a href="components/EuiTreeComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuiTreeComponent</a>
|
2573
2573
|
</li>
|