@uniformdev/canvas-react 19.134.0 → 19.134.3-alpha.28
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 +1 -1
- package/dist/core.d.ts +1 -1
- package/dist/index.d.mts +16 -1
- package/dist/index.d.ts +16 -1
- package/package.json +6 -6
- /package/dist/{PureUniformText-METroz2Q.d.mts → PureUniformText-B3GAm6Dc.d.mts} +0 -0
- /package/dist/{PureUniformText-METroz2Q.d.ts → PureUniformText-B3GAm6Dc.d.ts} +0 -0
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-
|
|
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-
|
|
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-
|
|
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]: {
|
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-
|
|
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]: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/canvas-react",
|
|
3
|
-
"version": "19.134.
|
|
3
|
+
"version": "19.134.3-alpha.28+506233b832",
|
|
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.
|
|
49
|
-
"@uniformdev/context": "19.134.
|
|
50
|
-
"@uniformdev/context-react": "19.134.
|
|
51
|
-
"@uniformdev/richtext": "19.134.
|
|
48
|
+
"@uniformdev/canvas": "19.134.3-alpha.28+506233b832",
|
|
49
|
+
"@uniformdev/context": "19.134.3-alpha.28+506233b832",
|
|
50
|
+
"@uniformdev/context-react": "19.134.3-alpha.28+506233b832",
|
|
51
|
+
"@uniformdev/richtext": "19.134.3-alpha.28+506233b832"
|
|
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": "506233b8324cbb3d7d6a0ef97b8d5e01b36bfb08"
|
|
69
69
|
}
|
|
File without changes
|
|
File without changes
|