@eui/core 18.0.0-next.41 → 18.0.0-next.43
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
|
@@ -124,11 +124,11 @@ export declare class EuiAppShellService {
|
|
|
124
124
|
*/
|
|
125
125
|
setAppViewportCssVars(): void;
|
|
126
126
|
/**
|
|
127
|
-
* Returns the current value of --eui-
|
|
127
|
+
* Returns the current value of --eui-f-size-base CSS variable
|
|
128
128
|
*/
|
|
129
129
|
getBaseFontSize(): string;
|
|
130
130
|
/**
|
|
131
|
-
* Updates the current value of --eui-
|
|
131
|
+
* Updates the current value of --eui-f-size-base CSS variable and the UIState appBaseFontSize
|
|
132
132
|
*/
|
|
133
133
|
setBaseFontSize(newsize: string): void;
|
|
134
134
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eui/core",
|
|
3
|
-
"version": "18.0.0-next.
|
|
3
|
+
"version": "18.0.0-next.43",
|
|
4
4
|
"tag": "next",
|
|
5
5
|
"description": "eUI core package - holding UI components for Desktop applications",
|
|
6
6
|
"homepage": "https://eui.ecdevops.eu",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"url": "https://citnet.tech.ec.europa.eu/CITnet/stash/projects/CSDR/repos/eui"
|
|
11
11
|
},
|
|
12
12
|
"peerDependencies": {
|
|
13
|
-
"@eui/base": "18.0.0-next.
|
|
13
|
+
"@eui/base": "18.0.0-next.43",
|
|
14
14
|
"rxjs": "^7.4.0",
|
|
15
15
|
"extend": "^3.0.2",
|
|
16
16
|
"localforage": "^1.10.0",
|