@uniformdev/canvas-next-rsc-shared 20.50.2-alpha.167 → 20.50.2-alpha.180

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
@@ -82,6 +82,10 @@ type UniformServerConfig = {
82
82
  * Dynamic tokens names that should be used for localization.
83
83
  */
84
84
  localeDynamicInputs?: string[];
85
+ /**
86
+ * Enables visual editing mode.
87
+ */
88
+ vercelVisualEditing?: boolean;
85
89
  /**
86
90
  * When enabled, quirks will be serialized to a cookie so they are available on the server.
87
91
  */
package/dist/index.d.ts CHANGED
@@ -82,6 +82,10 @@ type UniformServerConfig = {
82
82
  * Dynamic tokens names that should be used for localization.
83
83
  */
84
84
  localeDynamicInputs?: string[];
85
+ /**
86
+ * Enables visual editing mode.
87
+ */
88
+ vercelVisualEditing?: boolean;
85
89
  /**
86
90
  * When enabled, quirks will be serialized to a cookie so they are available on the server.
87
91
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/canvas-next-rsc-shared",
3
- "version": "20.50.2-alpha.167+74e60d5bb7",
3
+ "version": "20.50.2-alpha.180+0be2307590",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "scripts": {
6
6
  "build": "tsup",
@@ -31,8 +31,8 @@
31
31
  "react-dom": "19.2.1"
32
32
  },
33
33
  "dependencies": {
34
- "@uniformdev/canvas": "20.50.2-alpha.167+74e60d5bb7",
35
- "@uniformdev/context": "20.50.2-alpha.167+74e60d5bb7"
34
+ "@uniformdev/canvas": "20.50.2-alpha.180+0be2307590",
35
+ "@uniformdev/context": "20.50.2-alpha.180+0be2307590"
36
36
  },
37
37
  "engines": {
38
38
  "node": "^18.18.0 || ^19.8.0 || >= 20.0.0"
@@ -45,5 +45,5 @@
45
45
  "publishConfig": {
46
46
  "access": "public"
47
47
  },
48
- "gitHead": "74e60d5bb79fe1c4d446e4d3e6edf9f08850be4f"
48
+ "gitHead": "0be23075901a6fd0acd8166a2bea65fbd5589789"
49
49
  }