@uniformdev/canvas-react 19.88.1-alpha.7 → 19.90.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 CHANGED
@@ -193,6 +193,17 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
193
193
  _id: string;
194
194
  _slug?: string | null | undefined;
195
195
  _name: string;
196
+ _pattern?: string | undefined;
197
+ _patternDataResources?: {
198
+ [key: string]: {
199
+ type: string;
200
+ isPatternParameter?: boolean | undefined;
201
+ ignorePatternParameterDefault?: boolean | undefined;
202
+ variables?: {
203
+ [key: string]: string;
204
+ } | undefined;
205
+ };
206
+ } | undefined;
196
207
  _dataResources?: {
197
208
  [key: string]: {
198
209
  type: string;
package/dist/index.d.ts CHANGED
@@ -193,6 +193,17 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
193
193
  _id: string;
194
194
  _slug?: string | null | undefined;
195
195
  _name: string;
196
+ _pattern?: string | undefined;
197
+ _patternDataResources?: {
198
+ [key: string]: {
199
+ type: string;
200
+ isPatternParameter?: boolean | undefined;
201
+ ignorePatternParameterDefault?: boolean | undefined;
202
+ variables?: {
203
+ [key: string]: string;
204
+ } | undefined;
205
+ };
206
+ } | undefined;
196
207
  _dataResources?: {
197
208
  [key: string]: {
198
209
  type: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/canvas-react",
3
- "version": "19.88.1-alpha.7+69b3ccba4",
3
+ "version": "19.90.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.88.1-alpha.7+69b3ccba4",
49
- "@uniformdev/context": "19.88.1-alpha.7+69b3ccba4",
50
- "@uniformdev/context-react": "19.88.1-alpha.7+69b3ccba4",
51
- "@uniformdev/richtext": "19.88.1-alpha.7+69b3ccba4"
48
+ "@uniformdev/canvas": "19.90.0",
49
+ "@uniformdev/context": "19.90.0",
50
+ "@uniformdev/context-react": "19.90.0",
51
+ "@uniformdev/richtext": "19.90.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": "69b3ccba4050c4ff412c4f226f54a36d74cf9a39"
68
+ "gitHead": "5fcbc2f570abedb01f09730eb986f024429e2422"
69
69
  }