@equinor/fusion-framework-react-components-people-provider 1.6.2 → 1.6.4-next.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.
@@ -1,5 +1,12 @@
1
1
  import { type PropsWithChildren } from 'react';
2
- import { PersonResolver } from '@equinor/fusion-wc-person';
2
+ import { PersonProviderElement, PersonResolver } from '@equinor/fusion-wc-person';
3
+ declare module 'react' {
4
+ namespace JSX {
5
+ interface IntrinsicElements {
6
+ 'fwc-person-provider': React.DetailedHTMLProps<React.HTMLAttributes<PersonProviderElement>, PersonProviderElement>;
7
+ }
8
+ }
9
+ }
3
10
  export { PersonResolver };
4
11
  export declare const PeopleResolverComponent: (props: PropsWithChildren<{
5
12
  resolver: PersonResolver;
@@ -1 +1 @@
1
- export declare const version = "1.6.2";
1
+ export declare const version = "1.6.4-next.0";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@equinor/fusion-framework-react-components-people-provider",
3
- "version": "1.6.2",
3
+ "version": "1.6.4-next.0",
4
4
  "description": "",
5
5
  "main": "dist/esm/index.js",
6
6
  "exports": {
@@ -23,23 +23,23 @@
23
23
  },
24
24
  "dependencies": {
25
25
  "rxjs": "^7.8.1",
26
- "@equinor/fusion-framework-module-services": "^7.2.0",
27
- "@equinor/fusion-framework-react": "^7.4.19",
28
- "@equinor/fusion-framework-react-module": "^3.1.13",
29
- "@equinor/fusion-query": "^6.0.3"
26
+ "@equinor/fusion-framework-module-services": "^7.2.2-next.0",
27
+ "@equinor/fusion-framework-react": "^7.4.21-next.0",
28
+ "@equinor/fusion-framework-react-module": "^3.1.15-next.0",
29
+ "@equinor/fusion-query": "^6.0.5-next.0"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@equinor/fusion-wc-person": "^3.4.0",
33
- "@types/react": "^18.2.50",
34
- "react": "^18.2.0",
33
+ "@types/react": "^19.2.7",
34
+ "react": "^19.2.1",
35
35
  "typescript": "^5.8.2",
36
- "@equinor/fusion-framework-module-app": "^7.4.0",
37
- "@equinor/fusion-framework-module-bookmark": "^3.0.5",
38
- "@equinor/fusion-framework-module-event": "^5.0.0"
36
+ "@equinor/fusion-framework-module-bookmark": "^3.0.7-next.0",
37
+ "@equinor/fusion-framework-module-event": "^5.0.2-next.0",
38
+ "@equinor/fusion-framework-module-app": "^7.4.2-next.0"
39
39
  },
40
40
  "peerDependencies": {
41
- "@types/react": "^17.0.0 || ^18.0.0",
42
- "react": "^17.0.0 || ^18.0.0"
41
+ "@types/react": "^18.0.0 || ^19.0.0",
42
+ "react": "^18.0.0 || ^19.0.0"
43
43
  },
44
44
  "peerDependenciesMeta": {
45
45
  "@types/react": {
@@ -9,6 +9,17 @@ import {
9
9
  PersonSelectElement,
10
10
  } from '@equinor/fusion-wc-person';
11
11
 
12
+ declare module 'react' {
13
+ namespace JSX {
14
+ interface IntrinsicElements {
15
+ 'fwc-person-provider': React.DetailedHTMLProps<
16
+ React.HTMLAttributes<PersonProviderElement>,
17
+ PersonProviderElement
18
+ >;
19
+ }
20
+ }
21
+ }
22
+
12
23
  PersonProviderElement;
13
24
  PersonAvatarElement;
14
25
  PersonCardElement;
package/src/version.ts CHANGED
@@ -1,2 +1,2 @@
1
1
  // Generated by genversion.
2
- export const version = '1.6.2';
2
+ export const version = '1.6.4-next.0';