@leanix/components 0.4.874 → 0.4.876

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leanix/components",
3
- "version": "0.4.874",
3
+ "version": "0.4.876",
4
4
  "license": "Apache-2.0",
5
5
  "author": "LeanIX GmbH",
6
6
  "repository": {
package/ui5/index.d.ts CHANGED
@@ -97,6 +97,7 @@ declare global {
97
97
  declare class FioriReskinService {
98
98
  private readonly destroyRef;
99
99
  private readonly subject;
100
+ private readonly body;
100
101
  readonly active: i0.WritableSignal<boolean>;
101
102
  constructor();
102
103
  setActive(value: boolean): void;