@uniformdev/canvas-next-rsc 19.178.2-alpha.25 → 19.179.1-alpha.1

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.
@@ -34,16 +34,7 @@ type UniformRichTextProps = {
34
34
  resolveRichTextRenderer?: RenderRichTextComponentResolver;
35
35
  /** The component instance. */
36
36
  component: ComponentInstance;
37
- context?: Pick<CompositionContext, 'isContextualEditing'>;
38
- /**
39
- * Sets the value to show in Canvas editor when the parameter value is empty.
40
- * Can be a static string, or a function to generate the placeholder out of parameter info.
41
- * @default undefined
42
- */
43
- placeholder?: string | ((parameter: {
44
- id: string;
45
- }) => string | undefined);
46
- } & Omit<React__default.HTMLAttributes<HTMLDivElement>, 'children' | 'placeholder'>;
37
+ } & Omit<React__default.HTMLAttributes<HTMLDivElement>, 'children'>;
47
38
  /**
48
39
  * Adds rendering support for Uniform Rich Text parameters
49
40
  */
@@ -62,16 +53,7 @@ declare const UniformRichText: React__default.ForwardRefExoticComponent<{
62
53
  resolveRichTextRenderer?: RenderRichTextComponentResolver | undefined;
63
54
  /** The component instance. */
64
55
  component: ComponentInstance;
65
- context?: Pick<CompositionContext, "isContextualEditing"> | undefined;
66
- /**
67
- * Sets the value to show in Canvas editor when the parameter value is empty.
68
- * Can be a static string, or a function to generate the placeholder out of parameter info.
69
- * @default undefined
70
- */
71
- placeholder?: string | ((parameter: {
72
- id: string;
73
- }) => string | undefined) | undefined;
74
- } & Omit<React__default.HTMLAttributes<HTMLDivElement>, "placeholder" | "children"> & React__default.RefAttributes<unknown>>;
56
+ } & Omit<React__default.HTMLAttributes<HTMLDivElement>, "children"> & React__default.RefAttributes<unknown>>;
75
57
 
76
58
  type UniformRichTextNodeProps = {
77
59
  node: RichTextNode;
@@ -34,16 +34,7 @@ type UniformRichTextProps = {
34
34
  resolveRichTextRenderer?: RenderRichTextComponentResolver;
35
35
  /** The component instance. */
36
36
  component: ComponentInstance;
37
- context?: Pick<CompositionContext, 'isContextualEditing'>;
38
- /**
39
- * Sets the value to show in Canvas editor when the parameter value is empty.
40
- * Can be a static string, or a function to generate the placeholder out of parameter info.
41
- * @default undefined
42
- */
43
- placeholder?: string | ((parameter: {
44
- id: string;
45
- }) => string | undefined);
46
- } & Omit<React__default.HTMLAttributes<HTMLDivElement>, 'children' | 'placeholder'>;
37
+ } & Omit<React__default.HTMLAttributes<HTMLDivElement>, 'children'>;
47
38
  /**
48
39
  * Adds rendering support for Uniform Rich Text parameters
49
40
  */
@@ -62,16 +53,7 @@ declare const UniformRichText: React__default.ForwardRefExoticComponent<{
62
53
  resolveRichTextRenderer?: RenderRichTextComponentResolver | undefined;
63
54
  /** The component instance. */
64
55
  component: ComponentInstance;
65
- context?: Pick<CompositionContext, "isContextualEditing"> | undefined;
66
- /**
67
- * Sets the value to show in Canvas editor when the parameter value is empty.
68
- * Can be a static string, or a function to generate the placeholder out of parameter info.
69
- * @default undefined
70
- */
71
- placeholder?: string | ((parameter: {
72
- id: string;
73
- }) => string | undefined) | undefined;
74
- } & Omit<React__default.HTMLAttributes<HTMLDivElement>, "placeholder" | "children"> & React__default.RefAttributes<unknown>>;
56
+ } & Omit<React__default.HTMLAttributes<HTMLDivElement>, "children"> & React__default.RefAttributes<unknown>>;
75
57
 
76
58
  type UniformRichTextNodeProps = {
77
59
  node: RichTextNode;
package/dist/component.js CHANGED
@@ -48,14 +48,13 @@ var DefaultNotImplementedComponent = ({ component }) => {
48
48
  };
49
49
 
50
50
  // src/components/UniformRichText.tsx
51
- var import_canvas = require("@uniformdev/canvas");
52
- var import_richtext6 = require("@uniformdev/richtext");
53
- var import_react12 = __toESM(require("react"));
54
-
55
- // src/components/UniformRichTextNode.tsx
56
51
  var import_richtext5 = require("@uniformdev/richtext");
57
52
  var import_react11 = __toESM(require("react"));
58
53
 
54
+ // src/components/UniformRichTextNode.tsx
55
+ var import_richtext4 = require("@uniformdev/richtext");
56
+ var import_react10 = __toESM(require("react"));
57
+
59
58
  // src/components/nodes/HeadingRichTextNode.tsx
60
59
  var import_react2 = __toESM(require("react"));
61
60
  var HeadingRichTextNode = ({ children, node }) => {
@@ -108,34 +107,25 @@ var ParagraphRichTextNode = ({ children, node }) => {
108
107
  );
109
108
  };
110
109
 
111
- // src/components/nodes/TableCellRichTextNode.tsx
112
- var import_richtext3 = require("@uniformdev/richtext");
113
- var import_react8 = __toESM(require("react"));
114
- var TableCellRichTextNode = ({ children, node }) => {
115
- const { headerState } = node;
116
- const TableCellTag = (0, import_richtext3.getRichTextTagFromTableCellHeaderState)(headerState);
117
- return /* @__PURE__ */ import_react8.default.createElement(TableCellTag, null, children);
118
- };
119
-
120
110
  // src/components/nodes/TabRichTextNode.tsx
121
- var import_react9 = __toESM(require("react"));
111
+ var import_react8 = __toESM(require("react"));
122
112
  var TabRichTextNode = () => {
123
- return /* @__PURE__ */ import_react9.default.createElement(import_react9.default.Fragment, null, " ");
113
+ return /* @__PURE__ */ import_react8.default.createElement(import_react8.default.Fragment, null, " ");
124
114
  };
125
115
 
126
116
  // src/components/nodes/TextRichTextNode.tsx
127
- var import_richtext4 = require("@uniformdev/richtext");
128
- var import_react10 = __toESM(require("react"));
117
+ var import_richtext3 = require("@uniformdev/richtext");
118
+ var import_react9 = __toESM(require("react"));
129
119
  var TextRichTextNode = ({ node }) => {
130
120
  const { text, format } = node;
131
- const tags = (0, import_richtext4.getRichTextTagsFromTextFormat)(format);
132
- return /* @__PURE__ */ import_react10.default.createElement(import_react10.default.Fragment, null, tags.length > 0 ? tags.reduceRight((children, Tag) => /* @__PURE__ */ import_react10.default.createElement(Tag, null, children), text) : text);
121
+ const tags = (0, import_richtext3.getRichTextTagsFromTextFormat)(format);
122
+ return /* @__PURE__ */ import_react9.default.createElement(import_react9.default.Fragment, null, tags.length > 0 ? tags.reduceRight((children, Tag) => /* @__PURE__ */ import_react9.default.createElement(Tag, null, children), text) : text);
133
123
  };
134
124
 
135
125
  // src/components/UniformRichTextNode.tsx
136
126
  function UniformRichTextNode({ node, ...props }) {
137
127
  var _a;
138
- if (!(0, import_richtext5.isRichTextNode)(node)) return null;
128
+ if (!(0, import_richtext4.isRichTextNode)(node)) return null;
139
129
  let NodeRenderer = (_a = props.resolveRichTextRenderer) == null ? void 0 : _a.call(props, node);
140
130
  if (typeof NodeRenderer === "undefined") {
141
131
  NodeRenderer = resolveRichTextDefaultRenderer(node);
@@ -143,8 +133,8 @@ function UniformRichTextNode({ node, ...props }) {
143
133
  if (!NodeRenderer) {
144
134
  return null;
145
135
  }
146
- const children = node.children ? node.children.map((childNode, i) => /* @__PURE__ */ import_react11.default.createElement(UniformRichTextNode, { ...props, key: i, node: childNode })) : null;
147
- return /* @__PURE__ */ import_react11.default.createElement(NodeRenderer, { node }, children);
136
+ const children = node.children ? node.children.map((childNode, i) => /* @__PURE__ */ import_react10.default.createElement(UniformRichTextNode, { ...props, key: i, node: childNode })) : null;
137
+ return /* @__PURE__ */ import_react10.default.createElement(NodeRenderer, { node }, children);
148
138
  }
149
139
  var rendererMap = /* @__PURE__ */ new Map([
150
140
  ["heading", HeadingRichTextNode],
@@ -153,58 +143,26 @@ var rendererMap = /* @__PURE__ */ new Map([
153
143
  ["list", ListRichTextNode],
154
144
  ["listitem", ListItemRichTextNode],
155
145
  ["paragraph", ParagraphRichTextNode],
156
- ["quote", ({ children }) => /* @__PURE__ */ import_react11.default.createElement("blockquote", null, children)],
146
+ ["quote", ({ children }) => /* @__PURE__ */ import_react10.default.createElement("blockquote", null, children)],
157
147
  [
158
148
  "code",
159
- ({ children }) => /* @__PURE__ */ import_react11.default.createElement("pre", null, /* @__PURE__ */ import_react11.default.createElement("code", null, children))
149
+ ({ children }) => /* @__PURE__ */ import_react10.default.createElement("pre", null, /* @__PURE__ */ import_react10.default.createElement("code", null, children))
160
150
  ],
161
- ["root", ({ children }) => /* @__PURE__ */ import_react11.default.createElement(import_react11.default.Fragment, null, children)],
151
+ ["root", ({ children }) => /* @__PURE__ */ import_react10.default.createElement(import_react10.default.Fragment, null, children)],
162
152
  ["text", TextRichTextNode],
163
- ["tab", TabRichTextNode],
164
- [
165
- "table",
166
- ({ children }) => /* @__PURE__ */ import_react11.default.createElement("table", null, /* @__PURE__ */ import_react11.default.createElement("tbody", null, children))
167
- ],
168
- ["tablerow", ({ children }) => /* @__PURE__ */ import_react11.default.createElement("tr", null, children)],
169
- ["tablecell", TableCellRichTextNode]
153
+ ["tab", TabRichTextNode]
170
154
  ]);
171
155
  var resolveRichTextDefaultRenderer = (node) => {
172
156
  return rendererMap.get(node.type);
173
157
  };
174
158
 
175
159
  // src/components/UniformRichText.tsx
176
- var UniformRichText = import_react12.default.forwardRef(function UniformRichText2({
177
- parameterId,
178
- component,
179
- resolveRichTextRenderer,
180
- as: Tag = "div",
181
- context,
182
- placeholder,
183
- ...props
184
- }, ref) {
185
- var _a, _b;
186
- const isContextualEditing = (_a = context == null ? void 0 : context.isContextualEditing) != null ? _a : false;
187
- const parameter = (_b = component == null ? void 0 : component.parameters) == null ? void 0 : _b[parameterId];
188
- if (!parameter) {
189
- return null;
190
- }
191
- const computedPlaceholder = typeof placeholder === "function" ? placeholder({ id: parameterId }) : placeholder;
192
- const value = parameter.value;
193
- if (!value || !(0, import_richtext6.isRichTextValue)(value)) return null;
194
- if (!isContextualEditing && (0, import_richtext6.isRichTextValueConsideredEmpty)(value)) return null;
195
- return Tag === null ? /* @__PURE__ */ import_react12.default.createElement(UniformRichTextNode, { node: value.root, resolveRichTextRenderer }) : /* @__PURE__ */ import_react12.default.createElement(
196
- Tag,
197
- {
198
- ref,
199
- ...props,
200
- ...isContextualEditing ? {
201
- [import_canvas.ATTRIBUTE_COMPONENT_ID]: component._id,
202
- [import_canvas.ATTRIBUTE_PARAMETER_ID]: parameterId,
203
- [import_canvas.ATTRIBUTE_PARAMETER_TYPE]: "richText"
204
- } : {}
205
- },
206
- (0, import_richtext6.isRichTextValueConsideredEmpty)(value) ? /* @__PURE__ */ import_react12.default.createElement("p", null, /* @__PURE__ */ import_react12.default.createElement("i", null, computedPlaceholder)) : /* @__PURE__ */ import_react12.default.createElement(UniformRichTextNode, { node: value.root, resolveRichTextRenderer })
207
- );
160
+ var UniformRichText = import_react11.default.forwardRef(function UniformRichText2({ parameterId, component, resolveRichTextRenderer, as: Tag = "div", ...props }, ref) {
161
+ var _a;
162
+ const parameter = (_a = component == null ? void 0 : component.parameters) == null ? void 0 : _a[parameterId];
163
+ const value = parameter == null ? void 0 : parameter.value;
164
+ if (!value || !(0, import_richtext5.isRichTextValue)(value) || (0, import_richtext5.isRichTextValueConsideredEmpty)(value)) return null;
165
+ return Tag === null ? /* @__PURE__ */ import_react11.default.createElement(UniformRichTextNode, { node: value.root, resolveRichTextRenderer }) : /* @__PURE__ */ import_react11.default.createElement(Tag, { ref, ...props }, /* @__PURE__ */ import_react11.default.createElement(UniformRichTextNode, { node: value.root, resolveRichTextRenderer }));
208
166
  });
209
167
 
210
168
  // src/components/UniformSlot.tsx
@@ -235,9 +193,9 @@ var UniformSlot = ({ data, slot, children }) => {
235
193
 
236
194
  // src/components/UniformText.tsx
237
195
  var import_core = require("@uniformdev/canvas-react/core");
238
- var import_react13 = __toESM(require("react"));
196
+ var import_react12 = __toESM(require("react"));
239
197
  var UniformText = ({ context, ...rest }) => {
240
- return /* @__PURE__ */ import_react13.default.createElement(
198
+ return /* @__PURE__ */ import_react12.default.createElement(
241
199
  import_core.PureUniformText,
242
200
  {
243
201
  ...rest,
@@ -6,16 +6,14 @@ var DefaultNotImplementedComponent = ({ component }) => {
6
6
 
7
7
  // src/components/UniformRichText.tsx
8
8
  import {
9
- ATTRIBUTE_COMPONENT_ID,
10
- ATTRIBUTE_PARAMETER_ID,
11
- ATTRIBUTE_PARAMETER_TYPE
12
- } from "@uniformdev/canvas";
13
- import { isRichTextValue, isRichTextValueConsideredEmpty } from "@uniformdev/richtext";
14
- import React12 from "react";
9
+ isRichTextValue,
10
+ isRichTextValueConsideredEmpty
11
+ } from "@uniformdev/richtext";
12
+ import React11 from "react";
15
13
 
16
14
  // src/components/UniformRichTextNode.tsx
17
15
  import { isRichTextNode } from "@uniformdev/richtext";
18
- import React11 from "react";
16
+ import React10 from "react";
19
17
 
20
18
  // src/components/nodes/HeadingRichTextNode.tsx
21
19
  import React2 from "react";
@@ -69,28 +67,19 @@ var ParagraphRichTextNode = ({ children, node }) => {
69
67
  );
70
68
  };
71
69
 
72
- // src/components/nodes/TableCellRichTextNode.tsx
73
- import { getRichTextTagFromTableCellHeaderState } from "@uniformdev/richtext";
74
- import React8 from "react";
75
- var TableCellRichTextNode = ({ children, node }) => {
76
- const { headerState } = node;
77
- const TableCellTag = getRichTextTagFromTableCellHeaderState(headerState);
78
- return /* @__PURE__ */ React8.createElement(TableCellTag, null, children);
79
- };
80
-
81
70
  // src/components/nodes/TabRichTextNode.tsx
82
- import React9 from "react";
71
+ import React8 from "react";
83
72
  var TabRichTextNode = () => {
84
- return /* @__PURE__ */ React9.createElement(React9.Fragment, null, " ");
73
+ return /* @__PURE__ */ React8.createElement(React8.Fragment, null, " ");
85
74
  };
86
75
 
87
76
  // src/components/nodes/TextRichTextNode.tsx
88
77
  import { getRichTextTagsFromTextFormat } from "@uniformdev/richtext";
89
- import React10 from "react";
78
+ import React9 from "react";
90
79
  var TextRichTextNode = ({ node }) => {
91
80
  const { text, format } = node;
92
81
  const tags = getRichTextTagsFromTextFormat(format);
93
- return /* @__PURE__ */ React10.createElement(React10.Fragment, null, tags.length > 0 ? tags.reduceRight((children, Tag) => /* @__PURE__ */ React10.createElement(Tag, null, children), text) : text);
82
+ return /* @__PURE__ */ React9.createElement(React9.Fragment, null, tags.length > 0 ? tags.reduceRight((children, Tag) => /* @__PURE__ */ React9.createElement(Tag, null, children), text) : text);
94
83
  };
95
84
 
96
85
  // src/components/UniformRichTextNode.tsx
@@ -104,8 +93,8 @@ function UniformRichTextNode({ node, ...props }) {
104
93
  if (!NodeRenderer) {
105
94
  return null;
106
95
  }
107
- const children = node.children ? node.children.map((childNode, i) => /* @__PURE__ */ React11.createElement(UniformRichTextNode, { ...props, key: i, node: childNode })) : null;
108
- return /* @__PURE__ */ React11.createElement(NodeRenderer, { node }, children);
96
+ const children = node.children ? node.children.map((childNode, i) => /* @__PURE__ */ React10.createElement(UniformRichTextNode, { ...props, key: i, node: childNode })) : null;
97
+ return /* @__PURE__ */ React10.createElement(NodeRenderer, { node }, children);
109
98
  }
110
99
  var rendererMap = /* @__PURE__ */ new Map([
111
100
  ["heading", HeadingRichTextNode],
@@ -114,58 +103,26 @@ var rendererMap = /* @__PURE__ */ new Map([
114
103
  ["list", ListRichTextNode],
115
104
  ["listitem", ListItemRichTextNode],
116
105
  ["paragraph", ParagraphRichTextNode],
117
- ["quote", ({ children }) => /* @__PURE__ */ React11.createElement("blockquote", null, children)],
106
+ ["quote", ({ children }) => /* @__PURE__ */ React10.createElement("blockquote", null, children)],
118
107
  [
119
108
  "code",
120
- ({ children }) => /* @__PURE__ */ React11.createElement("pre", null, /* @__PURE__ */ React11.createElement("code", null, children))
109
+ ({ children }) => /* @__PURE__ */ React10.createElement("pre", null, /* @__PURE__ */ React10.createElement("code", null, children))
121
110
  ],
122
- ["root", ({ children }) => /* @__PURE__ */ React11.createElement(React11.Fragment, null, children)],
111
+ ["root", ({ children }) => /* @__PURE__ */ React10.createElement(React10.Fragment, null, children)],
123
112
  ["text", TextRichTextNode],
124
- ["tab", TabRichTextNode],
125
- [
126
- "table",
127
- ({ children }) => /* @__PURE__ */ React11.createElement("table", null, /* @__PURE__ */ React11.createElement("tbody", null, children))
128
- ],
129
- ["tablerow", ({ children }) => /* @__PURE__ */ React11.createElement("tr", null, children)],
130
- ["tablecell", TableCellRichTextNode]
113
+ ["tab", TabRichTextNode]
131
114
  ]);
132
115
  var resolveRichTextDefaultRenderer = (node) => {
133
116
  return rendererMap.get(node.type);
134
117
  };
135
118
 
136
119
  // src/components/UniformRichText.tsx
137
- var UniformRichText = React12.forwardRef(function UniformRichText2({
138
- parameterId,
139
- component,
140
- resolveRichTextRenderer,
141
- as: Tag = "div",
142
- context,
143
- placeholder,
144
- ...props
145
- }, ref) {
146
- var _a, _b;
147
- const isContextualEditing = (_a = context == null ? void 0 : context.isContextualEditing) != null ? _a : false;
148
- const parameter = (_b = component == null ? void 0 : component.parameters) == null ? void 0 : _b[parameterId];
149
- if (!parameter) {
150
- return null;
151
- }
152
- const computedPlaceholder = typeof placeholder === "function" ? placeholder({ id: parameterId }) : placeholder;
153
- const value = parameter.value;
154
- if (!value || !isRichTextValue(value)) return null;
155
- if (!isContextualEditing && isRichTextValueConsideredEmpty(value)) return null;
156
- return Tag === null ? /* @__PURE__ */ React12.createElement(UniformRichTextNode, { node: value.root, resolveRichTextRenderer }) : /* @__PURE__ */ React12.createElement(
157
- Tag,
158
- {
159
- ref,
160
- ...props,
161
- ...isContextualEditing ? {
162
- [ATTRIBUTE_COMPONENT_ID]: component._id,
163
- [ATTRIBUTE_PARAMETER_ID]: parameterId,
164
- [ATTRIBUTE_PARAMETER_TYPE]: "richText"
165
- } : {}
166
- },
167
- isRichTextValueConsideredEmpty(value) ? /* @__PURE__ */ React12.createElement("p", null, /* @__PURE__ */ React12.createElement("i", null, computedPlaceholder)) : /* @__PURE__ */ React12.createElement(UniformRichTextNode, { node: value.root, resolveRichTextRenderer })
168
- );
120
+ var UniformRichText = React11.forwardRef(function UniformRichText2({ parameterId, component, resolveRichTextRenderer, as: Tag = "div", ...props }, ref) {
121
+ var _a;
122
+ const parameter = (_a = component == null ? void 0 : component.parameters) == null ? void 0 : _a[parameterId];
123
+ const value = parameter == null ? void 0 : parameter.value;
124
+ if (!value || !isRichTextValue(value) || isRichTextValueConsideredEmpty(value)) return null;
125
+ return Tag === null ? /* @__PURE__ */ React11.createElement(UniformRichTextNode, { node: value.root, resolveRichTextRenderer }) : /* @__PURE__ */ React11.createElement(Tag, { ref, ...props }, /* @__PURE__ */ React11.createElement(UniformRichTextNode, { node: value.root, resolveRichTextRenderer }));
169
126
  });
170
127
 
171
128
  // src/components/UniformSlot.tsx
@@ -196,9 +153,9 @@ var UniformSlot = ({ data, slot, children }) => {
196
153
 
197
154
  // src/components/UniformText.tsx
198
155
  import { PureUniformText } from "@uniformdev/canvas-react/core";
199
- import React13 from "react";
156
+ import React12 from "react";
200
157
  var UniformText = ({ context, ...rest }) => {
201
- return /* @__PURE__ */ React13.createElement(
158
+ return /* @__PURE__ */ React12.createElement(
202
159
  PureUniformText,
203
160
  {
204
161
  ...rest,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/canvas-next-rsc",
3
- "version": "19.178.2-alpha.25+0f7f53f560",
3
+ "version": "19.179.1-alpha.1+3adc08c00a",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "scripts": {
6
6
  "build": "tsup",
@@ -14,22 +14,22 @@
14
14
  "exports": {
15
15
  ".": {
16
16
  "require": "./dist/index.js",
17
- "import": "./dist/index.esm.js",
17
+ "import": "./dist/index.js",
18
18
  "types": "./dist/index.d.ts"
19
19
  },
20
20
  "./handler": {
21
21
  "require": "./dist/handler.js",
22
- "import": "./dist/handler.mjs",
22
+ "import": "./dist/handler.js",
23
23
  "types": "./dist/handler.d.ts"
24
24
  },
25
25
  "./config": {
26
26
  "require": "./dist/config.js",
27
- "import": "./dist/config.mjs",
27
+ "import": "./dist/config.js",
28
28
  "types": "./dist/config.d.ts"
29
29
  },
30
30
  "./component": {
31
31
  "require": "./dist/component.js",
32
- "import": "./dist/component.mjs",
32
+ "import": "./dist/component.js",
33
33
  "types": "./dist/component.d.ts"
34
34
  }
35
35
  },
@@ -61,15 +61,15 @@
61
61
  "react-dom": "18.2.0"
62
62
  },
63
63
  "dependencies": {
64
- "@uniformdev/canvas": "19.178.2-alpha.25+0f7f53f560",
65
- "@uniformdev/canvas-next-rsc-client": "^19.178.2-alpha.25+0f7f53f560",
66
- "@uniformdev/canvas-next-rsc-shared": "^19.178.2-alpha.25+0f7f53f560",
67
- "@uniformdev/canvas-react": "19.178.2-alpha.25+0f7f53f560",
68
- "@uniformdev/context": "19.178.2-alpha.25+0f7f53f560",
69
- "@uniformdev/project-map": "19.178.2-alpha.25+0f7f53f560",
70
- "@uniformdev/redirect": "19.178.2-alpha.25+0f7f53f560",
71
- "@uniformdev/richtext": "19.178.2-alpha.25+0f7f53f560",
72
- "@uniformdev/webhooks": "19.178.2-alpha.25+0f7f53f560",
64
+ "@uniformdev/canvas": "19.179.1-alpha.1+3adc08c00a",
65
+ "@uniformdev/canvas-next-rsc-client": "^19.179.1-alpha.1+3adc08c00a",
66
+ "@uniformdev/canvas-next-rsc-shared": "^19.179.1-alpha.1+3adc08c00a",
67
+ "@uniformdev/canvas-react": "19.179.1-alpha.1+3adc08c00a",
68
+ "@uniformdev/context": "19.179.1-alpha.1+3adc08c00a",
69
+ "@uniformdev/project-map": "19.179.1-alpha.1+3adc08c00a",
70
+ "@uniformdev/redirect": "19.179.1-alpha.1+3adc08c00a",
71
+ "@uniformdev/richtext": "19.179.1-alpha.1+3adc08c00a",
72
+ "@uniformdev/webhooks": "19.179.1-alpha.1+3adc08c00a",
73
73
  "@vercel/edge-config": "^0.4.0",
74
74
  "encoding": "^0.1.13",
75
75
  "server-only": "^0.0.1",
@@ -86,5 +86,5 @@
86
86
  "publishConfig": {
87
87
  "access": "public"
88
88
  },
89
- "gitHead": "0f7f53f56071a59cee38bf83c9f3bae541846de2"
89
+ "gitHead": "3adc08c00a0d3932b6b767faaa6157f8b71ef0a0"
90
90
  }