@siemens/ix-react 3.0.0-alpha.4 → 3.1.0

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.
@@ -167,6 +167,7 @@ export declare const IxCategoryFilter: StencilReactComponent<IxCategoryFilterEle
167
167
  export type IxCheckboxEvents = {
168
168
  onCheckedChange: EventName<CustomEvent<boolean>>;
169
169
  onValueChange: EventName<CustomEvent<string>>;
170
+ onIxBlur: EventName<CustomEvent<void>>;
170
171
  };
171
172
  export declare const IxCheckbox: StencilReactComponent<IxCheckboxElement, IxCheckboxEvents>;
172
173
  export type IxCheckboxGroupEvents = NonNullable<unknown>;
@@ -387,6 +388,7 @@ export declare const IxPushCard: StencilReactComponent<IxPushCardElement, IxPush
387
388
  export type IxRadioEvents = {
388
389
  onCheckedChange: EventName<CustomEvent<boolean>>;
389
390
  onValueChange: EventName<CustomEvent<string>>;
391
+ onIxBlur: EventName<CustomEvent<void>>;
390
392
  };
391
393
  export declare const IxRadio: StencilReactComponent<IxRadioElement, IxRadioEvents>;
392
394
  export type IxRadioGroupEvents = {
@@ -445,6 +447,7 @@ export type IxToastContainerEvents = NonNullable<unknown>;
445
447
  export declare const IxToastContainer: StencilReactComponent<IxToastContainerElement, IxToastContainerEvents>;
446
448
  export type IxToggleEvents = {
447
449
  onCheckedChange: EventName<CustomEvent<boolean>>;
450
+ onIxBlur: EventName<CustomEvent<void>>;
448
451
  };
449
452
  export declare const IxToggle: StencilReactComponent<IxToggleElement, IxToggleEvents>;
450
453
  export type IxToggleButtonEvents = {
package/package.json CHANGED
@@ -7,11 +7,12 @@
7
7
  "url": "https://github.com/siemens/ix",
8
8
  "directory": "packages/react"
9
9
  },
10
- "version": "3.0.0-alpha.4",
10
+ "version": "3.1.0",
11
11
  "description": "Siemens iX for React",
12
12
  "files": [
13
13
  "LICENSE",
14
14
  "README.md",
15
+ "READMEOSS.html",
15
16
  "dist"
16
17
  ],
17
18
  "type": "module",
@@ -39,7 +40,7 @@
39
40
  "@vitejs/plugin-react": "^4.3.2",
40
41
  "eslint": "~8.21.0",
41
42
  "eslint-plugin-react": "^7.35.0",
42
- "happy-dom": "^14.12.3",
43
+ "happy-dom": "^17.4.7",
43
44
  "jest": "^29.7.0",
44
45
  "jest-environment-jsdom": "^29.7.0",
45
46
  "react": "^18",
@@ -50,16 +51,16 @@
50
51
  "shadow-dom-testing-library": "^1.11.2",
51
52
  "typescript": "^5.6.3",
52
53
  "vitest": "^2.1.3",
53
- "@siemens/ix": "3.0.0-alpha.4",
54
+ "@siemens/ix": "3.1.0",
54
55
  "eslint-config-ix": "1.0.0"
55
56
  },
56
57
  "peerDependencies": {
57
- "@siemens/ix-icons": "3.0.0-alpha.1",
58
+ "@siemens/ix-icons": "^3.0.0",
58
59
  "react": "^18 || ^19",
59
60
  "react-dom": "^18 || ^19"
60
61
  },
61
62
  "dependencies": {
62
- "@siemens/ix": "~3.0.0-alpha.4",
63
+ "@siemens/ix": "~3.1.0",
63
64
  "@stencil/react-output-target": "^1.0.2",
64
65
  "tslib": "*"
65
66
  },