@eui/ecl 17.3.4 → 17.3.5-snapshot-1715822309799
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/EclIconComponent.html +13 -1
- package/docs/dependencies.html +2 -2
- package/docs/js/search/search_index.js +2 -2
- package/esm2022/lib/components/ecl-icon/ecl-icon.component.mjs +22 -10
- package/fesm2022/eui-ecl.mjs +20 -9
- package/fesm2022/eui-ecl.mjs.map +1 -1
- package/lib/components/ecl-icon/ecl-icon.component.d.ts +5 -2
- package/lib/components/ecl-icon/ecl-icon.component.d.ts.map +1 -1
- package/package.json +2 -2
|
@@ -287,7 +287,7 @@
|
|
|
287
287
|
<tbody>
|
|
288
288
|
<tr>
|
|
289
289
|
<td class="col-md-4">
|
|
290
|
-
<code>constructor(el: ElementRef, eclThemeService: <a href="../injectables/EclThemeService.html" target="_self">EclThemeService</a
|
|
290
|
+
<code>constructor(el: ElementRef, eclThemeService: <a href="../injectables/EclThemeService.html" target="_self">EclThemeService</a>, config: EuiConfig)</code>
|
|
291
291
|
</td>
|
|
292
292
|
</tr>
|
|
293
293
|
|
|
@@ -328,6 +328,18 @@
|
|
|
328
328
|
</td>
|
|
329
329
|
|
|
330
330
|
</tr>
|
|
331
|
+
<tr>
|
|
332
|
+
<td>config</td>
|
|
333
|
+
|
|
334
|
+
<td>
|
|
335
|
+
<code>EuiConfig</code>
|
|
336
|
+
</td>
|
|
337
|
+
|
|
338
|
+
<td>
|
|
339
|
+
No
|
|
340
|
+
</td>
|
|
341
|
+
|
|
342
|
+
</tr>
|
|
331
343
|
</tbody>
|
|
332
344
|
</table>
|
|
333
345
|
</div>
|
package/docs/dependencies.html
CHANGED
|
@@ -311,9 +311,9 @@
|
|
|
311
311
|
<li>
|
|
312
312
|
<b>@stackblitz/sdk</b> : 1.9.0</li>
|
|
313
313
|
<li>
|
|
314
|
-
<b>@eui/styles-base</b> : 17.3.
|
|
314
|
+
<b>@eui/styles-base</b> : 17.3.5-snapshot-1715669000477</li>
|
|
315
315
|
<li>
|
|
316
|
-
<b>@eui/ecl</b> : 17.3.
|
|
316
|
+
<b>@eui/ecl</b> : 17.3.5-snapshot-1715669000477</li>
|
|
317
317
|
<li>
|
|
318
318
|
<b>@eui/tools</b> : ^6.0.0</li>
|
|
319
319
|
</ul>
|