@uniformdev/canvas-next-rsc-client 19.214.1-alpha.17 → 19.214.1-alpha.32
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 +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.esm.js +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +12 -11
package/dist/index.d.mts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { ManifestV2, TestEvent, Quirks, ScoreVector } from '@uniformdev/context';
|
|
2
|
+
import * as react from 'react';
|
|
3
|
+
import { JSX, PropsWithChildren } from 'react';
|
|
2
4
|
import { PersonalizationEvent } from '@uniformdev/context/*';
|
|
3
5
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
4
6
|
import { PureContextualEditingComponentWrapperProps } from '@uniformdev/canvas-react/core';
|
|
5
|
-
import * as react from 'react';
|
|
6
|
-
import { PropsWithChildren } from 'react';
|
|
7
7
|
import * as _uniformdev_canvas_next_rsc_shared from '@uniformdev/canvas-next-rsc-shared';
|
|
8
8
|
import { AppDirectoryContextState, PersonalizeProps, ComponentProps, TestProps, CreateUniformContextOptions, AppDirectoryContext } from '@uniformdev/canvas-next-rsc-shared';
|
|
9
9
|
import { VisibilityParameterValue, ComponentInstance, UpdateContextualEditingStateInternalMessage } from '@uniformdev/canvas';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { ManifestV2, TestEvent, Quirks, ScoreVector } from '@uniformdev/context';
|
|
2
|
+
import * as react from 'react';
|
|
3
|
+
import { JSX, PropsWithChildren } from 'react';
|
|
2
4
|
import { PersonalizationEvent } from '@uniformdev/context/*';
|
|
3
5
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
4
6
|
import { PureContextualEditingComponentWrapperProps } from '@uniformdev/canvas-react/core';
|
|
5
|
-
import * as react from 'react';
|
|
6
|
-
import { PropsWithChildren } from 'react';
|
|
7
7
|
import * as _uniformdev_canvas_next_rsc_shared from '@uniformdev/canvas-next-rsc-shared';
|
|
8
8
|
import { AppDirectoryContextState, PersonalizeProps, ComponentProps, TestProps, CreateUniformContextOptions, AppDirectoryContext } from '@uniformdev/canvas-next-rsc-shared';
|
|
9
9
|
import { VisibilityParameterValue, ComponentInstance, UpdateContextualEditingStateInternalMessage } from '@uniformdev/canvas';
|
package/dist/index.esm.js
CHANGED
|
@@ -291,7 +291,7 @@ var ClientContextualEditingComponentWrapperInner = ({
|
|
|
291
291
|
if (!inContextMode) {
|
|
292
292
|
return /* @__PURE__ */ jsx(Fragment, { children });
|
|
293
293
|
}
|
|
294
|
-
return /* @__PURE__ */ jsx(PureContextualEditingComponentWrapper, { ...rest, children });
|
|
294
|
+
return /* @__PURE__ */ jsx(PureContextualEditingComponentWrapper, { ...rest, children: /* @__PURE__ */ jsx(Fragment, { children }) });
|
|
295
295
|
};
|
|
296
296
|
|
|
297
297
|
// src/components/ClientContextUpdate.tsx
|
package/dist/index.js
CHANGED
|
@@ -317,7 +317,7 @@ var ClientContextualEditingComponentWrapperInner = ({
|
|
|
317
317
|
if (!inContextMode) {
|
|
318
318
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children });
|
|
319
319
|
}
|
|
320
|
-
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_core.PureContextualEditingComponentWrapper, { ...rest, children });
|
|
320
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_core.PureContextualEditingComponentWrapper, { ...rest, children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children }) });
|
|
321
321
|
};
|
|
322
322
|
|
|
323
323
|
// src/components/ClientContextUpdate.tsx
|
package/dist/index.mjs
CHANGED
|
@@ -291,7 +291,7 @@ var ClientContextualEditingComponentWrapperInner = ({
|
|
|
291
291
|
if (!inContextMode) {
|
|
292
292
|
return /* @__PURE__ */ jsx(Fragment, { children });
|
|
293
293
|
}
|
|
294
|
-
return /* @__PURE__ */ jsx(PureContextualEditingComponentWrapper, { ...rest, children });
|
|
294
|
+
return /* @__PURE__ */ jsx(PureContextualEditingComponentWrapper, { ...rest, children: /* @__PURE__ */ jsx(Fragment, { children }) });
|
|
295
295
|
};
|
|
296
296
|
|
|
297
297
|
// src/components/ClientContextUpdate.tsx
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/canvas-next-rsc-client",
|
|
3
|
-
"version": "19.214.1-alpha.
|
|
3
|
+
"version": "19.214.1-alpha.32+fb2084b713",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "tsup",
|
|
@@ -27,25 +27,26 @@
|
|
|
27
27
|
"@types/node": "22.7.8",
|
|
28
28
|
"@types/react": "18.3.11",
|
|
29
29
|
"eslint": "9.9.0",
|
|
30
|
-
"next": "
|
|
30
|
+
"next": "15.1.0",
|
|
31
31
|
"react": "18.3.1",
|
|
32
|
-
"react-dom": "18.3.1"
|
|
32
|
+
"react-dom": "18.3.1",
|
|
33
|
+
"typescript": "5.7.2"
|
|
33
34
|
},
|
|
34
35
|
"dependencies": {
|
|
35
|
-
"@uniformdev/canvas": "19.214.1-alpha.
|
|
36
|
-
"@uniformdev/canvas-next-rsc-shared": "^19.214.1-alpha.
|
|
37
|
-
"@uniformdev/canvas-react": "^19.214.1-alpha.
|
|
36
|
+
"@uniformdev/canvas": "19.214.1-alpha.32+fb2084b713",
|
|
37
|
+
"@uniformdev/canvas-next-rsc-shared": "^19.214.1-alpha.32+fb2084b713",
|
|
38
|
+
"@uniformdev/canvas-react": "^19.214.1-alpha.32+fb2084b713"
|
|
38
39
|
},
|
|
39
40
|
"engines": {
|
|
40
|
-
"node": ">=
|
|
41
|
+
"node": "^18.18.0 || ^19.8.0 || >= 20.0.0"
|
|
41
42
|
},
|
|
42
43
|
"peerDependencies": {
|
|
43
|
-
"next": ">=
|
|
44
|
-
"react": "
|
|
45
|
-
"react-dom": "
|
|
44
|
+
"next": ">=15.1.0",
|
|
45
|
+
"react": "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0",
|
|
46
|
+
"react-dom": "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0"
|
|
46
47
|
},
|
|
47
48
|
"publishConfig": {
|
|
48
49
|
"access": "public"
|
|
49
50
|
},
|
|
50
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "fb2084b713e551eb79a28c6d8a372f3b3038d02e"
|
|
51
52
|
}
|