@uniformdev/canvas-react 19.175.1-alpha.36 → 19.175.1-alpha.41
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 -4
- package/dist/index.d.ts +4 -4
- package/package.json +6 -6
package/dist/index.d.mts
CHANGED
|
@@ -171,7 +171,7 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
|
|
|
171
171
|
isPatternParameter?: boolean | undefined;
|
|
172
172
|
ignorePatternParameterDefault?: boolean | undefined;
|
|
173
173
|
optionalPatternParameter?: boolean | undefined;
|
|
174
|
-
|
|
174
|
+
includeUnpublishedData?: boolean | undefined;
|
|
175
175
|
variables?: {
|
|
176
176
|
[key: string]: string;
|
|
177
177
|
} | undefined;
|
|
@@ -183,7 +183,7 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
|
|
|
183
183
|
isPatternParameter?: boolean | undefined;
|
|
184
184
|
ignorePatternParameterDefault?: boolean | undefined;
|
|
185
185
|
optionalPatternParameter?: boolean | undefined;
|
|
186
|
-
|
|
186
|
+
includeUnpublishedData?: boolean | undefined;
|
|
187
187
|
variables?: {
|
|
188
188
|
[key: string]: string;
|
|
189
189
|
} | undefined;
|
|
@@ -238,7 +238,7 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
|
|
|
238
238
|
isPatternParameter?: boolean | undefined;
|
|
239
239
|
ignorePatternParameterDefault?: boolean | undefined;
|
|
240
240
|
optionalPatternParameter?: boolean | undefined;
|
|
241
|
-
|
|
241
|
+
includeUnpublishedData?: boolean | undefined;
|
|
242
242
|
variables?: {
|
|
243
243
|
[key: string]: string;
|
|
244
244
|
} | undefined;
|
|
@@ -250,7 +250,7 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
|
|
|
250
250
|
isPatternParameter?: boolean | undefined;
|
|
251
251
|
ignorePatternParameterDefault?: boolean | undefined;
|
|
252
252
|
optionalPatternParameter?: boolean | undefined;
|
|
253
|
-
|
|
253
|
+
includeUnpublishedData?: boolean | undefined;
|
|
254
254
|
variables?: {
|
|
255
255
|
[key: string]: string;
|
|
256
256
|
} | undefined;
|
package/dist/index.d.ts
CHANGED
|
@@ -171,7 +171,7 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
|
|
|
171
171
|
isPatternParameter?: boolean | undefined;
|
|
172
172
|
ignorePatternParameterDefault?: boolean | undefined;
|
|
173
173
|
optionalPatternParameter?: boolean | undefined;
|
|
174
|
-
|
|
174
|
+
includeUnpublishedData?: boolean | undefined;
|
|
175
175
|
variables?: {
|
|
176
176
|
[key: string]: string;
|
|
177
177
|
} | undefined;
|
|
@@ -183,7 +183,7 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
|
|
|
183
183
|
isPatternParameter?: boolean | undefined;
|
|
184
184
|
ignorePatternParameterDefault?: boolean | undefined;
|
|
185
185
|
optionalPatternParameter?: boolean | undefined;
|
|
186
|
-
|
|
186
|
+
includeUnpublishedData?: boolean | undefined;
|
|
187
187
|
variables?: {
|
|
188
188
|
[key: string]: string;
|
|
189
189
|
} | undefined;
|
|
@@ -238,7 +238,7 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
|
|
|
238
238
|
isPatternParameter?: boolean | undefined;
|
|
239
239
|
ignorePatternParameterDefault?: boolean | undefined;
|
|
240
240
|
optionalPatternParameter?: boolean | undefined;
|
|
241
|
-
|
|
241
|
+
includeUnpublishedData?: boolean | undefined;
|
|
242
242
|
variables?: {
|
|
243
243
|
[key: string]: string;
|
|
244
244
|
} | undefined;
|
|
@@ -250,7 +250,7 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
|
|
|
250
250
|
isPatternParameter?: boolean | undefined;
|
|
251
251
|
ignorePatternParameterDefault?: boolean | undefined;
|
|
252
252
|
optionalPatternParameter?: boolean | undefined;
|
|
253
|
-
|
|
253
|
+
includeUnpublishedData?: boolean | undefined;
|
|
254
254
|
variables?: {
|
|
255
255
|
[key: string]: string;
|
|
256
256
|
} | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/canvas-react",
|
|
3
|
-
"version": "19.175.1-alpha.
|
|
3
|
+
"version": "19.175.1-alpha.41+ed05e78371",
|
|
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.175.1-alpha.
|
|
49
|
-
"@uniformdev/context": "19.175.1-alpha.
|
|
50
|
-
"@uniformdev/context-react": "19.175.1-alpha.
|
|
51
|
-
"@uniformdev/richtext": "19.175.1-alpha.
|
|
48
|
+
"@uniformdev/canvas": "19.175.1-alpha.41+ed05e78371",
|
|
49
|
+
"@uniformdev/context": "19.175.1-alpha.41+ed05e78371",
|
|
50
|
+
"@uniformdev/context-react": "19.175.1-alpha.41+ed05e78371",
|
|
51
|
+
"@uniformdev/richtext": "19.175.1-alpha.41+ed05e78371"
|
|
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": "ed05e78371bf8cebba36bf0f9814717dcf57e5b2"
|
|
71
71
|
}
|