@uniformdev/canvas-react 19.184.1-alpha.0 → 19.184.1-alpha.22
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 +4 -0
- package/dist/index.d.ts +4 -0
- package/package.json +6 -6
package/dist/index.d.mts
CHANGED
|
@@ -227,6 +227,7 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
|
|
|
227
227
|
isPatternParameter?: boolean;
|
|
228
228
|
ignorePatternParameterDefault?: boolean;
|
|
229
229
|
optionalPatternParameter?: boolean;
|
|
230
|
+
dataSourceVariant?: "unpublished";
|
|
230
231
|
variables?: {
|
|
231
232
|
[key: string]: string;
|
|
232
233
|
};
|
|
@@ -238,6 +239,7 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
|
|
|
238
239
|
isPatternParameter?: boolean;
|
|
239
240
|
ignorePatternParameterDefault?: boolean;
|
|
240
241
|
optionalPatternParameter?: boolean;
|
|
242
|
+
dataSourceVariant?: "unpublished";
|
|
241
243
|
variables?: {
|
|
242
244
|
[key: string]: string;
|
|
243
245
|
};
|
|
@@ -320,6 +322,7 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
|
|
|
320
322
|
isPatternParameter?: boolean;
|
|
321
323
|
ignorePatternParameterDefault?: boolean;
|
|
322
324
|
optionalPatternParameter?: boolean;
|
|
325
|
+
dataSourceVariant?: "unpublished";
|
|
323
326
|
variables?: {
|
|
324
327
|
[key: string]: string;
|
|
325
328
|
};
|
|
@@ -331,6 +334,7 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
|
|
|
331
334
|
isPatternParameter?: boolean;
|
|
332
335
|
ignorePatternParameterDefault?: boolean;
|
|
333
336
|
optionalPatternParameter?: boolean;
|
|
337
|
+
dataSourceVariant?: "unpublished";
|
|
334
338
|
variables?: {
|
|
335
339
|
[key: string]: string;
|
|
336
340
|
};
|
package/dist/index.d.ts
CHANGED
|
@@ -227,6 +227,7 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
|
|
|
227
227
|
isPatternParameter?: boolean;
|
|
228
228
|
ignorePatternParameterDefault?: boolean;
|
|
229
229
|
optionalPatternParameter?: boolean;
|
|
230
|
+
dataSourceVariant?: "unpublished";
|
|
230
231
|
variables?: {
|
|
231
232
|
[key: string]: string;
|
|
232
233
|
};
|
|
@@ -238,6 +239,7 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
|
|
|
238
239
|
isPatternParameter?: boolean;
|
|
239
240
|
ignorePatternParameterDefault?: boolean;
|
|
240
241
|
optionalPatternParameter?: boolean;
|
|
242
|
+
dataSourceVariant?: "unpublished";
|
|
241
243
|
variables?: {
|
|
242
244
|
[key: string]: string;
|
|
243
245
|
};
|
|
@@ -320,6 +322,7 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
|
|
|
320
322
|
isPatternParameter?: boolean;
|
|
321
323
|
ignorePatternParameterDefault?: boolean;
|
|
322
324
|
optionalPatternParameter?: boolean;
|
|
325
|
+
dataSourceVariant?: "unpublished";
|
|
323
326
|
variables?: {
|
|
324
327
|
[key: string]: string;
|
|
325
328
|
};
|
|
@@ -331,6 +334,7 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
|
|
|
331
334
|
isPatternParameter?: boolean;
|
|
332
335
|
ignorePatternParameterDefault?: boolean;
|
|
333
336
|
optionalPatternParameter?: boolean;
|
|
337
|
+
dataSourceVariant?: "unpublished";
|
|
334
338
|
variables?: {
|
|
335
339
|
[key: string]: string;
|
|
336
340
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/canvas-react",
|
|
3
|
-
"version": "19.184.1-alpha.
|
|
3
|
+
"version": "19.184.1-alpha.22+a7fd564cd5",
|
|
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.184.1-alpha.
|
|
49
|
-
"@uniformdev/context": "19.184.1-alpha.
|
|
50
|
-
"@uniformdev/context-react": "19.184.1-alpha.
|
|
51
|
-
"@uniformdev/richtext": "19.184.1-alpha.
|
|
48
|
+
"@uniformdev/canvas": "19.184.1-alpha.22+a7fd564cd5",
|
|
49
|
+
"@uniformdev/context": "19.184.1-alpha.22+a7fd564cd5",
|
|
50
|
+
"@uniformdev/context-react": "19.184.1-alpha.22+a7fd564cd5",
|
|
51
|
+
"@uniformdev/richtext": "19.184.1-alpha.22+a7fd564cd5"
|
|
52
52
|
},
|
|
53
53
|
"peerDependencies": {
|
|
54
54
|
"immer": ">= 10",
|
|
@@ -67,5 +67,5 @@
|
|
|
67
67
|
"publishConfig": {
|
|
68
68
|
"access": "public"
|
|
69
69
|
},
|
|
70
|
-
"gitHead": "
|
|
70
|
+
"gitHead": "a7fd564cd599786d0a9504495b7330cd77072039"
|
|
71
71
|
}
|