@eui/core 18.0.0-next.42 → 18.0.0-next.44
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/dependencies.html +1 -1
- package/docs/injectables/EuiAppShellService.html +2 -2
- package/docs/js/search/search_index.js +2 -2
- package/esm2022/lib/services/eui-app-shell.service.mjs +5 -5
- package/fesm2022/eui-core.mjs +4 -4
- package/fesm2022/eui-core.mjs.map +2 -2
- package/lib/services/eui-app-shell.service.d.ts +2 -2
- package/package.json +2 -2
package/docs/dependencies.html
CHANGED
|
@@ -1473,7 +1473,7 @@
|
|
|
1473
1473
|
|
|
1474
1474
|
<tr>
|
|
1475
1475
|
<td class="col-md-4">
|
|
1476
|
-
<div class="io-description"><p>Returns the current value of --eui-
|
|
1476
|
+
<div class="io-description"><p>Returns the current value of --eui-f-size-base CSS variable</p>
|
|
1477
1477
|
</div>
|
|
1478
1478
|
|
|
1479
1479
|
<div class="io-description">
|
|
@@ -1880,7 +1880,7 @@ Example for 50% width: calc(var(--eui-app-vw, 1vw) * 50);</p>
|
|
|
1880
1880
|
|
|
1881
1881
|
<tr>
|
|
1882
1882
|
<td class="col-md-4">
|
|
1883
|
-
<div class="io-description"><p>Updates the current value of --eui-
|
|
1883
|
+
<div class="io-description"><p>Updates the current value of --eui-f-size-base CSS variable and the UIState appBaseFontSize</p>
|
|
1884
1884
|
</div>
|
|
1885
1885
|
|
|
1886
1886
|
<div class="io-description">
|