@vizel/react 1.1.0 → 1.1.1
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.ts +30 -30
- package/package.json +6 -16
package/dist/index.d.ts
CHANGED
|
@@ -1,39 +1,39 @@
|
|
|
1
1
|
import { ComponentProps } from 'react';
|
|
2
|
-
import { CustomIconMap } from '
|
|
2
|
+
import { CustomIconMap } from '../../packages/core/src/index.ts';
|
|
3
3
|
import { default as default_2 } from 'react';
|
|
4
|
-
import { Editor } from '
|
|
5
|
-
import { Extensions } from '
|
|
4
|
+
import { Editor } from '../../packages/core/src/index.ts';
|
|
5
|
+
import { Extensions } from '../../packages/core/src/index.ts';
|
|
6
6
|
import { Icon } from '@iconify/react';
|
|
7
|
-
import { JSONContent } from '
|
|
7
|
+
import { JSONContent } from '../../packages/core/src/index.ts';
|
|
8
8
|
import { JSX } from 'react/jsx-runtime';
|
|
9
9
|
import { ReactNode } from 'react';
|
|
10
10
|
import { Ref } from 'react';
|
|
11
|
-
import { SuggestionOptions } from '
|
|
12
|
-
import { VizelAutoSaveOptions } from '
|
|
13
|
-
import { VizelCollaborationOptions } from '
|
|
14
|
-
import { VizelCollaborationUser } from '
|
|
15
|
-
import { VizelColorDefinition } from '
|
|
16
|
-
import { VizelComment } from '
|
|
17
|
-
import { VizelCommentOptions } from '
|
|
18
|
-
import { VizelCommentReply } from '
|
|
19
|
-
import { VizelCreateEditorOptions } from '
|
|
20
|
-
import { VizelEditorState } from '
|
|
21
|
-
import { VizelEmbedData } from '
|
|
22
|
-
import { VizelFeatureOptions } from '
|
|
23
|
-
import { VizelIconContextValue } from '
|
|
24
|
-
import { VizelIconName } from '
|
|
25
|
-
import { VizelMarkdownSyncOptions } from '
|
|
26
|
-
import { VizelNodeTypeOption } from '
|
|
27
|
-
import { VizelPortalLayer } from '
|
|
28
|
-
import { VizelSaveStatus } from '
|
|
29
|
-
import { VizelSlashCommandItem } from '
|
|
30
|
-
import { VizelSlashMenuRendererOptions } from '
|
|
31
|
-
import { VizelThemeProviderOptions } from '
|
|
32
|
-
import { VizelThemeState } from '
|
|
33
|
-
import { VizelToolbarAction } from '
|
|
34
|
-
import { VizelVersionHistoryOptions } from '
|
|
35
|
-
import { VizelVersionSnapshot } from '
|
|
36
|
-
import { VizelYjsProvider } from '
|
|
11
|
+
import { SuggestionOptions } from '../../packages/core/src/index.ts';
|
|
12
|
+
import { VizelAutoSaveOptions } from '../../packages/core/src/index.ts';
|
|
13
|
+
import { VizelCollaborationOptions } from '../../packages/core/src/index.ts';
|
|
14
|
+
import { VizelCollaborationUser } from '../../packages/core/src/index.ts';
|
|
15
|
+
import { VizelColorDefinition } from '../../packages/core/src/index.ts';
|
|
16
|
+
import { VizelComment } from '../../packages/core/src/index.ts';
|
|
17
|
+
import { VizelCommentOptions } from '../../packages/core/src/index.ts';
|
|
18
|
+
import { VizelCommentReply } from '../../packages/core/src/index.ts';
|
|
19
|
+
import { VizelCreateEditorOptions } from '../../packages/core/src/index.ts';
|
|
20
|
+
import { VizelEditorState } from '../../packages/core/src/index.ts';
|
|
21
|
+
import { VizelEmbedData } from '../../packages/core/src/index.ts';
|
|
22
|
+
import { VizelFeatureOptions } from '../../packages/core/src/index.ts';
|
|
23
|
+
import { VizelIconContextValue } from '../../packages/core/src/index.ts';
|
|
24
|
+
import { VizelIconName } from '../../packages/core/src/index.ts';
|
|
25
|
+
import { VizelMarkdownSyncOptions } from '../../packages/core/src/index.ts';
|
|
26
|
+
import { VizelNodeTypeOption } from '../../packages/core/src/index.ts';
|
|
27
|
+
import { VizelPortalLayer } from '../../packages/core/src/index.ts';
|
|
28
|
+
import { VizelSaveStatus } from '../../packages/core/src/index.ts';
|
|
29
|
+
import { VizelSlashCommandItem } from '../../packages/core/src/index.ts';
|
|
30
|
+
import { VizelSlashMenuRendererOptions } from '../../packages/core/src/index.ts';
|
|
31
|
+
import { VizelThemeProviderOptions } from '../../packages/core/src/index.ts';
|
|
32
|
+
import { VizelThemeState } from '../../packages/core/src/index.ts';
|
|
33
|
+
import { VizelToolbarAction } from '../../packages/core/src/index.ts';
|
|
34
|
+
import { VizelVersionHistoryOptions } from '../../packages/core/src/index.ts';
|
|
35
|
+
import { VizelVersionSnapshot } from '../../packages/core/src/index.ts';
|
|
36
|
+
import { VizelYjsProvider } from '../../packages/core/src/index.ts';
|
|
37
37
|
|
|
38
38
|
/**
|
|
39
39
|
* Creates a suggestion render configuration for the SlashCommand extension.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vizel/react",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -27,22 +27,12 @@
|
|
|
27
27
|
"rich-text",
|
|
28
28
|
"block-editor"
|
|
29
29
|
],
|
|
30
|
-
"main": "./
|
|
31
|
-
"types": "./
|
|
30
|
+
"main": "./dist/index.js",
|
|
31
|
+
"types": "./dist/index.d.ts",
|
|
32
32
|
"exports": {
|
|
33
33
|
".": {
|
|
34
|
-
"types": "./
|
|
35
|
-
"import": "./
|
|
36
|
-
}
|
|
37
|
-
},
|
|
38
|
-
"publishConfig": {
|
|
39
|
-
"main": "./dist/index.js",
|
|
40
|
-
"types": "./dist/index.d.ts",
|
|
41
|
-
"exports": {
|
|
42
|
-
".": {
|
|
43
|
-
"types": "./dist/index.d.ts",
|
|
44
|
-
"import": "./dist/index.js"
|
|
45
|
-
}
|
|
34
|
+
"types": "./dist/index.d.ts",
|
|
35
|
+
"import": "./dist/index.js"
|
|
46
36
|
}
|
|
47
37
|
},
|
|
48
38
|
"files": [
|
|
@@ -54,7 +44,7 @@
|
|
|
54
44
|
},
|
|
55
45
|
"dependencies": {
|
|
56
46
|
"@iconify/react": "^6.0.2",
|
|
57
|
-
"@vizel/core": "^1.1.
|
|
47
|
+
"@vizel/core": "^1.1.1"
|
|
58
48
|
},
|
|
59
49
|
"peerDependencies": {
|
|
60
50
|
"react": "^19",
|