@uniformdev/canvas 19.128.0 → 19.128.1-alpha.9
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 +1 -0
- package/dist/index.d.ts +1 -0
- package/package.json +4 -4
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.
|
3
|
+
"version": "19.128.1-alpha.9+1af0ad2d62",
|
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.
|
42
|
-
"@uniformdev/context": "19.128.
|
41
|
+
"@uniformdev/assets": "19.128.1-alpha.9+1af0ad2d62",
|
42
|
+
"@uniformdev/context": "19.128.1-alpha.9+1af0ad2d62",
|
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": "
|
51
|
+
"gitHead": "1af0ad2d62257f3f8d34a8eca337dad8b6025b6e"
|
52
52
|
}
|