@siemens/ix-react 0.0.0-pr-2214-20251017134939 → 0.0.0-v4-next-20251103080000

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.
@@ -252,7 +252,7 @@ export declare const IxFlipTileContent: StencilReactComponent<IxFlipTileContentE
252
252
  export type IxGroupEvents = {
253
253
  onSelectGroup: EventName<CustomEvent<boolean>>;
254
254
  onSelectItem: EventName<CustomEvent<number>>;
255
- onCollapsedChanged: EventName<CustomEvent<boolean>>;
255
+ onExpandedChanged: EventName<CustomEvent<boolean>>;
256
256
  };
257
257
  export declare const IxGroup: StencilReactComponent<IxGroupElement, IxGroupEvents>;
258
258
  export type IxGroupContextMenuEvents = NonNullable<unknown>;
@@ -254,7 +254,7 @@ export declare const IxFlipTileContent: StencilReactComponent<IxFlipTileContentE
254
254
  export type IxGroupEvents = {
255
255
  onSelectGroup: EventName<CustomEvent<boolean>>;
256
256
  onSelectItem: EventName<CustomEvent<number>>;
257
- onCollapsedChanged: EventName<CustomEvent<boolean>>;
257
+ onExpandedChanged: EventName<CustomEvent<boolean>>;
258
258
  };
259
259
  export declare const IxGroup: StencilReactComponent<IxGroupElement, IxGroupEvents>;
260
260
  export type IxGroupContextMenuEvents = NonNullable<unknown>;
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "url": "https://github.com/siemens/ix",
8
8
  "directory": "packages/react"
9
9
  },
10
- "version": "0.0.0-pr-2214-20251017134939",
10
+ "version": "0.0.0-v4-next-20251103080000",
11
11
  "description": "Siemens iX for React",
12
12
  "files": [
13
13
  "LICENSE",
@@ -57,7 +57,7 @@
57
57
  "vite": "^7.0.4",
58
58
  "vitest": "^3.2.4",
59
59
  "vitest-browser-react": "^1.0.0",
60
- "@siemens/ix": "0.0.0-pr-2214-20251017134939",
60
+ "@siemens/ix": "0.0.0-v4-next-20251103080000",
61
61
  "eslint-config-ix": "1.0.0"
62
62
  },
63
63
  "peerDependencies": {
@@ -66,7 +66,7 @@
66
66
  "react-dom": "^18 || ^19"
67
67
  },
68
68
  "dependencies": {
69
- "@siemens/ix": "0.0.0-pr-2214-20251017134939",
69
+ "@siemens/ix": "0.0.0-v4-next-20251103080000",
70
70
  "@stencil/react-output-target": "^1.2.0",
71
71
  "tslib": "*"
72
72
  },