@uniformdev/canvas-react 19.177.1 → 19.177.2-alpha.18

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 CHANGED
@@ -171,6 +171,7 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
171
171
  isPatternParameter?: boolean | undefined;
172
172
  ignorePatternParameterDefault?: boolean | undefined;
173
173
  optionalPatternParameter?: boolean | undefined;
174
+ dataSourceVariant?: "unpublished" | undefined;
174
175
  variables?: {
175
176
  [key: string]: string;
176
177
  } | undefined;
@@ -182,6 +183,7 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
182
183
  isPatternParameter?: boolean | undefined;
183
184
  ignorePatternParameterDefault?: boolean | undefined;
184
185
  optionalPatternParameter?: boolean | undefined;
186
+ dataSourceVariant?: "unpublished" | undefined;
185
187
  variables?: {
186
188
  [key: string]: string;
187
189
  } | undefined;
@@ -236,6 +238,7 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
236
238
  isPatternParameter?: boolean | undefined;
237
239
  ignorePatternParameterDefault?: boolean | undefined;
238
240
  optionalPatternParameter?: boolean | undefined;
241
+ dataSourceVariant?: "unpublished" | undefined;
239
242
  variables?: {
240
243
  [key: string]: string;
241
244
  } | undefined;
@@ -247,6 +250,7 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
247
250
  isPatternParameter?: boolean | undefined;
248
251
  ignorePatternParameterDefault?: boolean | undefined;
249
252
  optionalPatternParameter?: boolean | undefined;
253
+ dataSourceVariant?: "unpublished" | undefined;
250
254
  variables?: {
251
255
  [key: string]: string;
252
256
  } | undefined;
package/dist/index.d.ts CHANGED
@@ -171,6 +171,7 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
171
171
  isPatternParameter?: boolean | undefined;
172
172
  ignorePatternParameterDefault?: boolean | undefined;
173
173
  optionalPatternParameter?: boolean | undefined;
174
+ dataSourceVariant?: "unpublished" | undefined;
174
175
  variables?: {
175
176
  [key: string]: string;
176
177
  } | undefined;
@@ -182,6 +183,7 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
182
183
  isPatternParameter?: boolean | undefined;
183
184
  ignorePatternParameterDefault?: boolean | undefined;
184
185
  optionalPatternParameter?: boolean | undefined;
186
+ dataSourceVariant?: "unpublished" | undefined;
185
187
  variables?: {
186
188
  [key: string]: string;
187
189
  } | undefined;
@@ -236,6 +238,7 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
236
238
  isPatternParameter?: boolean | undefined;
237
239
  ignorePatternParameterDefault?: boolean | undefined;
238
240
  optionalPatternParameter?: boolean | undefined;
241
+ dataSourceVariant?: "unpublished" | undefined;
239
242
  variables?: {
240
243
  [key: string]: string;
241
244
  } | undefined;
@@ -247,6 +250,7 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
247
250
  isPatternParameter?: boolean | undefined;
248
251
  ignorePatternParameterDefault?: boolean | undefined;
249
252
  optionalPatternParameter?: boolean | undefined;
253
+ dataSourceVariant?: "unpublished" | undefined;
250
254
  variables?: {
251
255
  [key: string]: string;
252
256
  } | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/canvas-react",
3
- "version": "19.177.1",
3
+ "version": "19.177.2-alpha.18+f0847a28d4",
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.177.1",
49
- "@uniformdev/context": "19.177.1",
50
- "@uniformdev/context-react": "19.177.1",
51
- "@uniformdev/richtext": "19.177.1"
48
+ "@uniformdev/canvas": "19.177.2-alpha.18+f0847a28d4",
49
+ "@uniformdev/context": "19.177.2-alpha.18+f0847a28d4",
50
+ "@uniformdev/context-react": "19.177.2-alpha.18+f0847a28d4",
51
+ "@uniformdev/richtext": "19.177.2-alpha.18+f0847a28d4"
52
52
  },
53
53
  "peerDependencies": {
54
54
  "immer": ">= 10",
@@ -67,5 +67,5 @@
67
67
  "publishConfig": {
68
68
  "access": "public"
69
69
  },
70
- "gitHead": "1236153b0d17f18fc96d50f803a7eeaa4b366688"
70
+ "gitHead": "f0847a28d4ba83396723d0bb80311184a3143e00"
71
71
  }