@uniformdev/canvas-react 19.155.0 → 19.156.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 +4 -0
- package/dist/index.d.ts +4 -0
- package/package.json +6 -6
package/dist/index.d.mts
CHANGED
|
@@ -170,6 +170,7 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
|
|
|
170
170
|
type: string;
|
|
171
171
|
isPatternParameter?: boolean | undefined;
|
|
172
172
|
ignorePatternParameterDefault?: boolean | undefined;
|
|
173
|
+
optionalPatternParameter?: boolean | undefined;
|
|
173
174
|
variables?: {
|
|
174
175
|
[key: string]: string;
|
|
175
176
|
} | undefined;
|
|
@@ -180,6 +181,7 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
|
|
|
180
181
|
type: string;
|
|
181
182
|
isPatternParameter?: boolean | undefined;
|
|
182
183
|
ignorePatternParameterDefault?: boolean | undefined;
|
|
184
|
+
optionalPatternParameter?: boolean | undefined;
|
|
183
185
|
variables?: {
|
|
184
186
|
[key: string]: string;
|
|
185
187
|
} | undefined;
|
|
@@ -233,6 +235,7 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
|
|
|
233
235
|
type: string;
|
|
234
236
|
isPatternParameter?: boolean | undefined;
|
|
235
237
|
ignorePatternParameterDefault?: boolean | undefined;
|
|
238
|
+
optionalPatternParameter?: boolean | undefined;
|
|
236
239
|
variables?: {
|
|
237
240
|
[key: string]: string;
|
|
238
241
|
} | undefined;
|
|
@@ -243,6 +246,7 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
|
|
|
243
246
|
type: string;
|
|
244
247
|
isPatternParameter?: boolean | undefined;
|
|
245
248
|
ignorePatternParameterDefault?: boolean | undefined;
|
|
249
|
+
optionalPatternParameter?: boolean | undefined;
|
|
246
250
|
variables?: {
|
|
247
251
|
[key: string]: string;
|
|
248
252
|
} | undefined;
|
package/dist/index.d.ts
CHANGED
|
@@ -170,6 +170,7 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
|
|
|
170
170
|
type: string;
|
|
171
171
|
isPatternParameter?: boolean | undefined;
|
|
172
172
|
ignorePatternParameterDefault?: boolean | undefined;
|
|
173
|
+
optionalPatternParameter?: boolean | undefined;
|
|
173
174
|
variables?: {
|
|
174
175
|
[key: string]: string;
|
|
175
176
|
} | undefined;
|
|
@@ -180,6 +181,7 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
|
|
|
180
181
|
type: string;
|
|
181
182
|
isPatternParameter?: boolean | undefined;
|
|
182
183
|
ignorePatternParameterDefault?: boolean | undefined;
|
|
184
|
+
optionalPatternParameter?: boolean | undefined;
|
|
183
185
|
variables?: {
|
|
184
186
|
[key: string]: string;
|
|
185
187
|
} | undefined;
|
|
@@ -233,6 +235,7 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
|
|
|
233
235
|
type: string;
|
|
234
236
|
isPatternParameter?: boolean | undefined;
|
|
235
237
|
ignorePatternParameterDefault?: boolean | undefined;
|
|
238
|
+
optionalPatternParameter?: boolean | undefined;
|
|
236
239
|
variables?: {
|
|
237
240
|
[key: string]: string;
|
|
238
241
|
} | undefined;
|
|
@@ -243,6 +246,7 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
|
|
|
243
246
|
type: string;
|
|
244
247
|
isPatternParameter?: boolean | undefined;
|
|
245
248
|
ignorePatternParameterDefault?: boolean | undefined;
|
|
249
|
+
optionalPatternParameter?: boolean | undefined;
|
|
246
250
|
variables?: {
|
|
247
251
|
[key: string]: string;
|
|
248
252
|
} | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/canvas-react",
|
|
3
|
-
"version": "19.
|
|
3
|
+
"version": "19.156.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.156.0",
|
|
49
|
+
"@uniformdev/context": "19.156.0",
|
|
50
|
+
"@uniformdev/context-react": "19.156.0",
|
|
51
|
+
"@uniformdev/richtext": "19.156.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": "67b09659eab8d58db67ac57dc423ba299d539ee9"
|
|
69
69
|
}
|