@uniformdev/canvas-react 19.134.3-alpha.10 → 19.135.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
@@ -121,6 +121,21 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
121
121
  id: string;
122
122
  path: string;
123
123
  projectMapId: string;
124
+ data?: {
125
+ isSearchHit?: boolean | undefined;
126
+ queryStrings?: {
127
+ name: string;
128
+ value: string;
129
+ helpText?: string | undefined;
130
+ }[] | undefined;
131
+ previewValue?: string | undefined;
132
+ } | undefined;
133
+ locales?: {
134
+ [key: string]: {
135
+ path: string;
136
+ inherited: boolean;
137
+ };
138
+ } | undefined;
124
139
  }[] | undefined;
125
140
  slots?: {
126
141
  [key: string]: {
package/dist/index.d.ts CHANGED
@@ -121,6 +121,21 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
121
121
  id: string;
122
122
  path: string;
123
123
  projectMapId: string;
124
+ data?: {
125
+ isSearchHit?: boolean | undefined;
126
+ queryStrings?: {
127
+ name: string;
128
+ value: string;
129
+ helpText?: string | undefined;
130
+ }[] | undefined;
131
+ previewValue?: string | undefined;
132
+ } | undefined;
133
+ locales?: {
134
+ [key: string]: {
135
+ path: string;
136
+ inherited: boolean;
137
+ };
138
+ } | undefined;
124
139
  }[] | undefined;
125
140
  slots?: {
126
141
  [key: string]: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/canvas-react",
3
- "version": "19.134.3-alpha.10+ae656e8e4c",
3
+ "version": "19.135.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.134.3-alpha.10+ae656e8e4c",
49
- "@uniformdev/context": "19.134.3-alpha.10+ae656e8e4c",
50
- "@uniformdev/context-react": "19.134.3-alpha.10+ae656e8e4c",
51
- "@uniformdev/richtext": "19.134.3-alpha.10+ae656e8e4c"
48
+ "@uniformdev/canvas": "19.135.0",
49
+ "@uniformdev/context": "19.135.0",
50
+ "@uniformdev/context-react": "19.135.0",
51
+ "@uniformdev/richtext": "19.135.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": "ae656e8e4c730dbf960ef43b6c5e9a0b8ba13193"
68
+ "gitHead": "741cd50843c92d550dbff2daffb3a6106a7a3f94"
69
69
  }