@uniformdev/canvas-react 19.123.1-alpha.9 → 19.126.0
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 -0
- package/dist/index.d.ts +2 -0
- package/package.json +6 -6
package/dist/index.d.mts
CHANGED
|
@@ -188,6 +188,7 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
|
|
|
188
188
|
[key: string]: "yes" | "no";
|
|
189
189
|
} | undefined;
|
|
190
190
|
variants?: boolean | undefined;
|
|
191
|
+
hideLockedParameters?: boolean | undefined;
|
|
191
192
|
} | undefined;
|
|
192
193
|
_locales?: string[] | undefined;
|
|
193
194
|
}[];
|
|
@@ -239,6 +240,7 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
|
|
|
239
240
|
[key: string]: "yes" | "no";
|
|
240
241
|
} | undefined;
|
|
241
242
|
variants?: boolean | undefined;
|
|
243
|
+
hideLockedParameters?: boolean | undefined;
|
|
242
244
|
} | undefined;
|
|
243
245
|
_locales?: string[] | undefined;
|
|
244
246
|
} | undefined;
|
package/dist/index.d.ts
CHANGED
|
@@ -188,6 +188,7 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
|
|
|
188
188
|
[key: string]: "yes" | "no";
|
|
189
189
|
} | undefined;
|
|
190
190
|
variants?: boolean | undefined;
|
|
191
|
+
hideLockedParameters?: boolean | undefined;
|
|
191
192
|
} | undefined;
|
|
192
193
|
_locales?: string[] | undefined;
|
|
193
194
|
}[];
|
|
@@ -239,6 +240,7 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
|
|
|
239
240
|
[key: string]: "yes" | "no";
|
|
240
241
|
} | undefined;
|
|
241
242
|
variants?: boolean | undefined;
|
|
243
|
+
hideLockedParameters?: boolean | undefined;
|
|
242
244
|
} | undefined;
|
|
243
245
|
_locales?: string[] | undefined;
|
|
244
246
|
} | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/canvas-react",
|
|
3
|
-
"version": "19.
|
|
3
|
+
"version": "19.126.0",
|
|
4
4
|
"description": "React SDK for Uniform Canvas",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -45,10 +45,10 @@
|
|
|
45
45
|
"document": "api-extractor run --local"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@uniformdev/canvas": "19.
|
|
49
|
-
"@uniformdev/context": "19.
|
|
50
|
-
"@uniformdev/context-react": "19.
|
|
51
|
-
"@uniformdev/richtext": "19.
|
|
48
|
+
"@uniformdev/canvas": "19.126.0",
|
|
49
|
+
"@uniformdev/context": "19.126.0",
|
|
50
|
+
"@uniformdev/context-react": "19.126.0",
|
|
51
|
+
"@uniformdev/richtext": "19.126.0"
|
|
52
52
|
},
|
|
53
53
|
"peerDependencies": {
|
|
54
54
|
"react": ">= 16 || 17 || 18",
|
|
@@ -65,5 +65,5 @@
|
|
|
65
65
|
"publishConfig": {
|
|
66
66
|
"access": "public"
|
|
67
67
|
},
|
|
68
|
-
"gitHead": "
|
|
68
|
+
"gitHead": "cbb4eaba6a67417f24a50e823d2558bbebf5e3d2"
|
|
69
69
|
}
|