@uniformdev/canvas-next-rsc-client 20.46.1-alpha.9 → 20.47.1-alpha.3

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/LICENSE.txt CHANGED
@@ -1,2 +1,2 @@
1
- © 2025 Uniform Systems, Inc. All Rights Reserved.
1
+ © 2026 Uniform Systems, Inc. All Rights Reserved.
2
2
  See details of Uniform Systems, Inc. Master Subscription Agreement here: https://uniform.dev/eula
package/dist/index.d.mts CHANGED
@@ -55,13 +55,9 @@ declare const DefaultUniformClientContext: ClientContextComponent;
55
55
  interface PersonalizeClientProps extends ComponentProps<PersonalizeProps> {
56
56
  indexes: number[];
57
57
  }
58
- declare const PersonalizeClient: (props: PersonalizeClientProps) => react.FunctionComponentElement<{
59
- children?: react.ReactNode | undefined;
60
- }>;
58
+ declare const PersonalizeClient: (props: PersonalizeClientProps) => react.FunctionComponentElement<react.FragmentProps>;
61
59
 
62
- declare const TestClient: (props: ComponentProps<TestProps>) => react.FunctionComponentElement<{
63
- children?: react.ReactNode | undefined;
64
- }> | null;
60
+ declare const TestClient: (props: ComponentProps<TestProps>) => react.FunctionComponentElement<react.FragmentProps> | null;
65
61
 
66
62
  declare const UniformScript: () => react_jsx_runtime.JSX.Element;
67
63
 
package/dist/index.d.ts CHANGED
@@ -55,13 +55,9 @@ declare const DefaultUniformClientContext: ClientContextComponent;
55
55
  interface PersonalizeClientProps extends ComponentProps<PersonalizeProps> {
56
56
  indexes: number[];
57
57
  }
58
- declare const PersonalizeClient: (props: PersonalizeClientProps) => react.FunctionComponentElement<{
59
- children?: react.ReactNode | undefined;
60
- }>;
58
+ declare const PersonalizeClient: (props: PersonalizeClientProps) => react.FunctionComponentElement<react.FragmentProps>;
61
59
 
62
- declare const TestClient: (props: ComponentProps<TestProps>) => react.FunctionComponentElement<{
63
- children?: react.ReactNode | undefined;
64
- }> | null;
60
+ declare const TestClient: (props: ComponentProps<TestProps>) => react.FunctionComponentElement<react.FragmentProps> | null;
65
61
 
66
62
  declare const UniformScript: () => react_jsx_runtime.JSX.Element;
67
63
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/canvas-next-rsc-client",
3
- "version": "20.46.1-alpha.9+14b25be438",
3
+ "version": "20.47.1-alpha.3+04fdfa028a",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "scripts": {
6
6
  "build": "tsup",
@@ -26,16 +26,16 @@
26
26
  "devDependencies": {
27
27
  "@types/js-cookie": "3.0.6",
28
28
  "@types/node": "24.3.1",
29
- "@types/react": "18.3.24",
29
+ "@types/react": "19.2.2",
30
30
  "next": "15.2.5",
31
- "react": "18.3.1",
32
- "react-dom": "18.3.1",
31
+ "react": "19.2.1",
32
+ "react-dom": "19.2.1",
33
33
  "typescript": "5.9.2"
34
34
  },
35
35
  "dependencies": {
36
- "@uniformdev/canvas": "20.46.1-alpha.9+14b25be438",
37
- "@uniformdev/canvas-next-rsc-shared": "20.46.1-alpha.9+14b25be438",
38
- "@uniformdev/canvas-react": "20.46.1-alpha.9+14b25be438",
36
+ "@uniformdev/canvas": "20.47.1-alpha.3+04fdfa028a",
37
+ "@uniformdev/canvas-next-rsc-shared": "20.47.1-alpha.3+04fdfa028a",
38
+ "@uniformdev/canvas-react": "20.47.1-alpha.3+04fdfa028a",
39
39
  "js-cookie": "3.0.5"
40
40
  },
41
41
  "engines": {
@@ -49,5 +49,5 @@
49
49
  "publishConfig": {
50
50
  "access": "public"
51
51
  },
52
- "gitHead": "14b25be4388a016175906a6c7dcfeae9e3055acd"
52
+ "gitHead": "04fdfa028a09763f4f9e89f78f32aef1de247ad4"
53
53
  }