@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.
@@ -124,11 +124,11 @@ export declare class EuiAppShellService {
124
124
  */
125
125
  setAppViewportCssVars(): void;
126
126
  /**
127
- * Returns the current value of --eui-base-font-size CSS variable
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-base-font-size CSS variable and the UIState appBaseFontSize
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.42",
3
+ "version": "18.0.0-next.44",
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.42",
13
+ "@eui/base": "18.0.0-next.44",
14
14
  "rxjs": "^7.4.0",
15
15
  "extend": "^3.0.2",
16
16
  "localforage": "^1.10.0",