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