@uniformdev/canvas-react 19.79.1-alpha.18 → 19.79.1-alpha.25

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/core.d.mts CHANGED
@@ -1,6 +1,6 @@
1
1
  import { ComponentInstance, RootComponentInstance } from '@uniformdev/canvas';
2
2
  import React, { PropsWithChildren } from 'react';
3
- export { a as PureUniformText, P as PureUniformTextProps } from './PureUniformText-METroz2Q.mjs';
3
+ export { a as PureUniformText, P as PureUniformTextProps } from './PureUniformText-B3GAm6Dc.mjs';
4
4
 
5
5
  type PureContextualEditingComponentWrapperProps = {
6
6
  isPlaceholder: boolean | undefined;
package/dist/core.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  import { ComponentInstance, RootComponentInstance } from '@uniformdev/canvas';
2
2
  import React, { PropsWithChildren } from 'react';
3
- export { a as PureUniformText, P as PureUniformTextProps } from './PureUniformText-METroz2Q.js';
3
+ export { a as PureUniformText, P as PureUniformTextProps } from './PureUniformText-B3GAm6Dc.js';
4
4
 
5
5
  type PureContextualEditingComponentWrapperProps = {
6
6
  isPlaceholder: boolean | undefined;
package/dist/index.d.mts CHANGED
@@ -1,7 +1,7 @@
1
1
  import React$1, { Key, ReactNode, PropsWithChildren } from 'react';
2
2
  import { ComponentInstance, RootComponentInstance, UpdateCompositionMessage, getParameterAttributes as getParameterAttributes$1, SubscribeToCompositionOptions } from '@uniformdev/canvas';
3
3
  export { GetParameterAttributesProps, createUniformApiEnhancer } from '@uniformdev/canvas';
4
- import { P as PureUniformTextProps } from './PureUniformText-METroz2Q.mjs';
4
+ import { P as PureUniformTextProps } from './PureUniformText-B3GAm6Dc.mjs';
5
5
  import { RichTextNode } from '@uniformdev/richtext';
6
6
 
7
7
  /**
@@ -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]: {
@@ -180,6 +195,9 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
180
195
  } | undefined;
181
196
  };
182
197
  } | undefined;
198
+ slots?: {
199
+ [key: string]: any[];
200
+ } | undefined;
183
201
  variant?: string | undefined;
184
202
  };
185
203
  } | undefined;
@@ -217,6 +235,7 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
217
235
  } | undefined;
218
236
  };
219
237
  } | undefined;
238
+ _patternError?: "NOTFOUND" | "CYCLIC" | undefined;
220
239
  _overrides?: {
221
240
  [key: string]: {
222
241
  parameters?: {
@@ -232,6 +251,9 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
232
251
  } | undefined;
233
252
  };
234
253
  } | undefined;
254
+ slots?: {
255
+ [key: string]: any[];
256
+ } | undefined;
235
257
  variant?: string | undefined;
236
258
  };
237
259
  } | undefined;
package/dist/index.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  import React$1, { Key, ReactNode, PropsWithChildren } from 'react';
2
2
  import { ComponentInstance, RootComponentInstance, UpdateCompositionMessage, getParameterAttributes as getParameterAttributes$1, SubscribeToCompositionOptions } from '@uniformdev/canvas';
3
3
  export { GetParameterAttributesProps, createUniformApiEnhancer } from '@uniformdev/canvas';
4
- import { P as PureUniformTextProps } from './PureUniformText-METroz2Q.js';
4
+ import { P as PureUniformTextProps } from './PureUniformText-B3GAm6Dc.js';
5
5
  import { RichTextNode } from '@uniformdev/richtext';
6
6
 
7
7
  /**
@@ -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]: {
@@ -180,6 +195,9 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
180
195
  } | undefined;
181
196
  };
182
197
  } | undefined;
198
+ slots?: {
199
+ [key: string]: any[];
200
+ } | undefined;
183
201
  variant?: string | undefined;
184
202
  };
185
203
  } | undefined;
@@ -217,6 +235,7 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
217
235
  } | undefined;
218
236
  };
219
237
  } | undefined;
238
+ _patternError?: "NOTFOUND" | "CYCLIC" | undefined;
220
239
  _overrides?: {
221
240
  [key: string]: {
222
241
  parameters?: {
@@ -232,6 +251,9 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
232
251
  } | undefined;
233
252
  };
234
253
  } | undefined;
254
+ slots?: {
255
+ [key: string]: any[];
256
+ } | undefined;
235
257
  variant?: string | undefined;
236
258
  };
237
259
  } | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/canvas-react",
3
- "version": "19.79.1-alpha.18+12234b9350",
3
+ "version": "19.79.1-alpha.25+87cea1cd47",
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.79.1-alpha.18+12234b9350",
49
- "@uniformdev/context": "19.79.1-alpha.18+12234b9350",
50
- "@uniformdev/context-react": "19.79.1-alpha.18+12234b9350",
51
- "@uniformdev/richtext": "19.79.1-alpha.18+12234b9350"
48
+ "@uniformdev/canvas": "19.79.1-alpha.25+87cea1cd47",
49
+ "@uniformdev/context": "19.79.1-alpha.25+87cea1cd47",
50
+ "@uniformdev/context-react": "19.79.1-alpha.25+87cea1cd47",
51
+ "@uniformdev/richtext": "19.79.1-alpha.25+87cea1cd47"
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": "12234b9350cfa4209bc7e242701d2dc535ece19e"
68
+ "gitHead": "87cea1cd47c691f7d32b876660d5f7c984bb1d87"
69
69
  }