@uniformdev/canvas 19.128.0 → 19.128.1-alpha.8

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
@@ -14332,6 +14332,7 @@ type ContextualEditingComponentReference = {
14332
14332
  id?: string;
14333
14333
  componentIndex?: number;
14334
14334
  totalComponents?: number;
14335
+ isReadOnly?: boolean;
14335
14336
  };
14336
14337
  slotsById?: Record<string, {
14337
14338
  id: string;
package/dist/index.d.ts CHANGED
@@ -14332,6 +14332,7 @@ type ContextualEditingComponentReference = {
14332
14332
  id?: string;
14333
14333
  componentIndex?: number;
14334
14334
  totalComponents?: number;
14335
+ isReadOnly?: boolean;
14335
14336
  };
14336
14337
  slotsById?: Record<string, {
14337
14338
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/canvas",
3
- "version": "19.128.0",
3
+ "version": "19.128.1-alpha.8+63ab00ff70",
4
4
  "description": "Common functionality and types for Uniform Canvas",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -38,8 +38,8 @@
38
38
  "pusher-js": "8.2.0"
39
39
  },
40
40
  "dependencies": {
41
- "@uniformdev/assets": "19.128.0",
42
- "@uniformdev/context": "19.128.0",
41
+ "@uniformdev/assets": "19.128.1-alpha.8+63ab00ff70",
42
+ "@uniformdev/context": "19.128.1-alpha.8+63ab00ff70",
43
43
  "immer": "10.0.3"
44
44
  },
45
45
  "files": [
@@ -48,5 +48,5 @@
48
48
  "publishConfig": {
49
49
  "access": "public"
50
50
  },
51
- "gitHead": "2bd4fae189da0b4436c1f07abf9fd3ea947303f7"
51
+ "gitHead": "63ab00ff70176d970c6ba1e265c50b9767dcaa9b"
52
52
  }