@uniformdev/canvas-next-rsc-client 19.198.3-alpha.5 → 19.200.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/dist/index.d.mts CHANGED
@@ -1,11 +1,11 @@
1
- import { ManifestV2, TestEvent, ContextOptions, Quirks, ScoreVector } from '@uniformdev/context';
1
+ import { ManifestV2, TestEvent, Quirks, ScoreVector } from '@uniformdev/context';
2
2
  import { PersonalizationEvent } from '@uniformdev/context/*';
3
3
  import * as react_jsx_runtime from 'react/jsx-runtime';
4
4
  import { PureContextualEditingComponentWrapperProps } from '@uniformdev/canvas-react/core';
5
5
  import * as react from 'react';
6
6
  import { PropsWithChildren } from 'react';
7
7
  import * as _uniformdev_canvas_next_rsc_shared from '@uniformdev/canvas-next-rsc-shared';
8
- import { AppDirectoryContextState, PersonalizeProps, ComponentProps, TestProps, AppDirectoryContext } from '@uniformdev/canvas-next-rsc-shared';
8
+ import { AppDirectoryContextState, PersonalizeProps, ComponentProps, TestProps, CreateUniformContextOptions, AppDirectoryContext } from '@uniformdev/canvas-next-rsc-shared';
9
9
  import { VisibilityParameterValue } from '@uniformdev/canvas';
10
10
 
11
11
  type ClientContextComponentProps = {
@@ -65,7 +65,7 @@ declare const VisibilityRulesWrapperClient: ({ parameter, initialIsVisible, chil
65
65
  initialIsVisible: boolean | null;
66
66
  }>) => react_jsx_runtime.JSX.Element | null;
67
67
 
68
- type CreateClientUniformContextOptions = Omit<ContextOptions, 'transitionStore'>;
68
+ type CreateClientUniformContextOptions = Omit<CreateUniformContextOptions, 'serverCookieValue'>;
69
69
  declare const createClientUniformContext: (options: CreateClientUniformContextOptions) => _uniformdev_canvas_next_rsc_shared.AppDirectoryContextInstance;
70
70
 
71
71
  declare const useInitUniformContext: (callback: () => AppDirectoryContext) => void;
package/dist/index.d.ts CHANGED
@@ -1,11 +1,11 @@
1
- import { ManifestV2, TestEvent, ContextOptions, Quirks, ScoreVector } from '@uniformdev/context';
1
+ import { ManifestV2, TestEvent, Quirks, ScoreVector } from '@uniformdev/context';
2
2
  import { PersonalizationEvent } from '@uniformdev/context/*';
3
3
  import * as react_jsx_runtime from 'react/jsx-runtime';
4
4
  import { PureContextualEditingComponentWrapperProps } from '@uniformdev/canvas-react/core';
5
5
  import * as react from 'react';
6
6
  import { PropsWithChildren } from 'react';
7
7
  import * as _uniformdev_canvas_next_rsc_shared from '@uniformdev/canvas-next-rsc-shared';
8
- import { AppDirectoryContextState, PersonalizeProps, ComponentProps, TestProps, AppDirectoryContext } from '@uniformdev/canvas-next-rsc-shared';
8
+ import { AppDirectoryContextState, PersonalizeProps, ComponentProps, TestProps, CreateUniformContextOptions, AppDirectoryContext } from '@uniformdev/canvas-next-rsc-shared';
9
9
  import { VisibilityParameterValue } from '@uniformdev/canvas';
10
10
 
11
11
  type ClientContextComponentProps = {
@@ -65,7 +65,7 @@ declare const VisibilityRulesWrapperClient: ({ parameter, initialIsVisible, chil
65
65
  initialIsVisible: boolean | null;
66
66
  }>) => react_jsx_runtime.JSX.Element | null;
67
67
 
68
- type CreateClientUniformContextOptions = Omit<ContextOptions, 'transitionStore'>;
68
+ type CreateClientUniformContextOptions = Omit<CreateUniformContextOptions, 'serverCookieValue'>;
69
69
  declare const createClientUniformContext: (options: CreateClientUniformContextOptions) => _uniformdev_canvas_next_rsc_shared.AppDirectoryContextInstance;
70
70
 
71
71
  declare const useInitUniformContext: (callback: () => AppDirectoryContext) => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/canvas-next-rsc-client",
3
- "version": "19.198.3-alpha.5+c37bbd4ef2",
3
+ "version": "19.200.1-alpha.3+7a2e55fa9d",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "scripts": {
6
6
  "build": "tsup",
@@ -32,9 +32,9 @@
32
32
  "react-dom": "18.3.1"
33
33
  },
34
34
  "dependencies": {
35
- "@uniformdev/canvas": "19.198.3-alpha.5+c37bbd4ef2",
36
- "@uniformdev/canvas-next-rsc-shared": "^19.198.3-alpha.5+c37bbd4ef2",
37
- "@uniformdev/canvas-react": "^19.198.3-alpha.5+c37bbd4ef2"
35
+ "@uniformdev/canvas": "19.200.1-alpha.3+7a2e55fa9d",
36
+ "@uniformdev/canvas-next-rsc-shared": "^19.200.1-alpha.3+7a2e55fa9d",
37
+ "@uniformdev/canvas-react": "^19.200.1-alpha.3+7a2e55fa9d"
38
38
  },
39
39
  "engines": {
40
40
  "node": ">=16.14.0"
@@ -47,5 +47,5 @@
47
47
  "publishConfig": {
48
48
  "access": "public"
49
49
  },
50
- "gitHead": "c37bbd4ef2353582b4125b9dd21599634ecd5165"
50
+ "gitHead": "7a2e55fa9d1a10a1bf4ee474173283d2844107ea"
51
51
  }