@eui/components 18.0.0-next.65 → 18.0.0-next.66
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/EuiIconSvgComponent.html +2 -48
- package/docs/dependencies.html +1 -1
- package/docs/js/search/search_index.js +2 -2
- package/esm2022/eui-icon/eui-icon-svg.component.mjs +9 -40
- package/esm2022/eui-user-profile/user-profile.component.mjs +1 -1
- package/eui-icon/eui-icon-svg.component.d.ts +5 -8
- package/eui-icon/eui-icon-svg.component.d.ts.map +1 -1
- package/eui-user-profile/user-profile.component.d.ts.map +1 -1
- package/fesm2022/eui-components-eui-icon.mjs +9 -40
- package/fesm2022/eui-components-eui-icon.mjs.map +2 -2
- package/fesm2022/eui-components-eui-user-profile.mjs.map +2 -2
- package/package.json +3 -3
@@ -143,14 +143,6 @@
|
|
143
143
|
<td class="col-md-9"><code>ViewEncapsulation.None</code></td>
|
144
144
|
</tr>
|
145
145
|
|
146
|
-
<tr>
|
147
|
-
<td class="col-md-3">HostDirectives</td>
|
148
|
-
<td class="col-md-9">
|
149
|
-
<code><a href="../directives/BaseStatesDirective.html" target="_self" >BaseStatesDirective</a></code>
|
150
|
-
<br/>
|
151
|
-
<div><i> Inputs</i> : euiPrimary euiSecondary euiSuccess euiInfo euiWarning euiDanger euiAccent euiVariant euiSizeXS euiSizeS euiSizeM euiSizeL euiSizeXL euiSizeVariant </div>
|
152
|
-
</td>
|
153
|
-
</tr>
|
154
146
|
|
155
147
|
|
156
148
|
|
@@ -210,10 +202,6 @@
|
|
210
202
|
<span class="modifier">Public</span>
|
211
203
|
<a href="#assetsBaseUrl" >assetsBaseUrl</a>
|
212
204
|
</li>
|
213
|
-
<li>
|
214
|
-
<span class="modifier">Public</span>
|
215
|
-
<a href="#baseStatesDirective" >baseStatesDirective</a>
|
216
|
-
</li>
|
217
205
|
<li>
|
218
206
|
<span class="modifier">Public</span>
|
219
207
|
<a href="#iconName" >iconName</a>
|
@@ -331,7 +319,7 @@
|
|
331
319
|
<tbody>
|
332
320
|
<tr>
|
333
321
|
<td class="col-md-4">
|
334
|
-
<code>constructor(config: EuiConfig
|
322
|
+
<code>constructor(config: EuiConfig)</code>
|
335
323
|
</td>
|
336
324
|
</tr>
|
337
325
|
|
@@ -360,18 +348,6 @@
|
|
360
348
|
</td>
|
361
349
|
|
362
350
|
</tr>
|
363
|
-
<tr>
|
364
|
-
<td>baseStatesDirective</td>
|
365
|
-
|
366
|
-
<td>
|
367
|
-
<code><a href="../directives/BaseStatesDirective.html" target="_self" >BaseStatesDirective</a></code>
|
368
|
-
</td>
|
369
|
-
|
370
|
-
<td>
|
371
|
-
No
|
372
|
-
</td>
|
373
|
-
|
374
|
-
</tr>
|
375
351
|
</tbody>
|
376
352
|
</table>
|
377
353
|
</div>
|
@@ -399,7 +375,7 @@
|
|
399
375
|
</tr>
|
400
376
|
<tr>
|
401
377
|
<td class="col-md-4">
|
402
|
-
<i>Default value : </i><code>'
|
378
|
+
<i>Default value : </i><code>'Icon'</code>
|
403
379
|
</td>
|
404
380
|
</tr>
|
405
381
|
</tbody>
|
@@ -814,28 +790,6 @@
|
|
814
790
|
</tr>
|
815
791
|
|
816
792
|
|
817
|
-
</tbody>
|
818
|
-
</table>
|
819
|
-
<table class="table table-sm table-bordered">
|
820
|
-
<tbody>
|
821
|
-
<tr>
|
822
|
-
<td class="col-md-4">
|
823
|
-
<a name="baseStatesDirective"></a>
|
824
|
-
<span class="name">
|
825
|
-
<span class="modifier">Public</span>
|
826
|
-
<span ><b>baseStatesDirective</b></span>
|
827
|
-
<a href="#baseStatesDirective"><span class="icon ion-ios-link"></span></a>
|
828
|
-
</span>
|
829
|
-
</td>
|
830
|
-
</tr>
|
831
|
-
<tr>
|
832
|
-
<td class="col-md-4">
|
833
|
-
<i>Type : </i> <code><a href="../directives/BaseStatesDirective.html" target="_self" >BaseStatesDirective</a></code>
|
834
|
-
|
835
|
-
</td>
|
836
|
-
</tr>
|
837
|
-
|
838
|
-
|
839
793
|
</tbody>
|
840
794
|
</table>
|
841
795
|
<table class="table table-sm table-bordered">
|