@ablogcms/block-editor 3.2.28-beta.0 → 3.2.29
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/{chunk-GIHTGDIW.mjs → chunk-5NG7CAI2.mjs} +2 -2
- package/dist/{chunk-OFWQRNO2.mjs → chunk-JFO73NWR.mjs} +2 -2
- package/dist/{chunk-HNSTT2Z4.mjs → chunk-LOHWXJHI.mjs} +2 -2
- package/dist/{chunk-TKSGCO5Z.mjs → chunk-S34RVVXZ.mjs} +2 -2
- package/dist/chunk-S34RVVXZ.mjs.map +1 -0
- package/dist/{chunk-4KUPYKHV.mjs → chunk-S4LXNNI6.mjs} +2 -2
- package/dist/{chunk-4KUPYKHV.mjs.map → chunk-S4LXNNI6.mjs.map} +1 -1
- package/dist/{chunk-S24TRRWW.mjs → chunk-V5C7U2OJ.mjs} +5 -5
- package/dist/{chunk-EM5TLDPY.mjs → chunk-Y3PQSTEA.mjs} +2 -2
- package/dist/components/BlockEditor/BlockEditor.mjs +6 -6
- package/dist/components/panels/AlignPicker/AlignPicker.mjs +4 -4
- package/dist/components/panels/Colorpicker/ColorButton.mjs +2 -2
- package/dist/components/ui/Surface.mjs +2 -2
- package/dist/components/ui/Toolbar.mjs +3 -3
- package/dist/extensions/MediaUpload/view/hooks.d.ts +1 -1
- package/dist/index.mjs +9 -9
- package/dist/utils/createProps.mjs +1 -1
- package/package.json +40 -40
- package/dist/chunk-TKSGCO5Z.mjs.map +0 -1
- /package/dist/{chunk-GIHTGDIW.mjs.map → chunk-5NG7CAI2.mjs.map} +0 -0
- /package/dist/{chunk-OFWQRNO2.mjs.map → chunk-JFO73NWR.mjs.map} +0 -0
- /package/dist/{chunk-HNSTT2Z4.mjs.map → chunk-LOHWXJHI.mjs.map} +0 -0
- /package/dist/{chunk-S24TRRWW.mjs.map → chunk-V5C7U2OJ.mjs.map} +0 -0
- /package/dist/{chunk-EM5TLDPY.mjs.map → chunk-Y3PQSTEA.mjs.map} +0 -0
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
AlignPicker
|
|
3
|
-
} from "../../../chunk-
|
|
4
|
-
import "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
6
|
-
import "../../../chunk-
|
|
3
|
+
} from "../../../chunk-JFO73NWR.mjs";
|
|
4
|
+
import "../../../chunk-LOHWXJHI.mjs";
|
|
5
|
+
import "../../../chunk-Y3PQSTEA.mjs";
|
|
6
|
+
import "../../../chunk-S34RVVXZ.mjs";
|
|
7
7
|
import "../../../chunk-57Q3DEDF.mjs";
|
|
8
8
|
import "../../../chunk-OZG2BL6F.mjs";
|
|
9
9
|
export {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ColorButton
|
|
3
|
-
} from "../../../chunk-
|
|
4
|
-
import "../../../chunk-
|
|
3
|
+
} from "../../../chunk-5NG7CAI2.mjs";
|
|
4
|
+
import "../../../chunk-S34RVVXZ.mjs";
|
|
5
5
|
import "../../../chunk-57Q3DEDF.mjs";
|
|
6
6
|
import "../../../chunk-OZG2BL6F.mjs";
|
|
7
7
|
export {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
Toolbar
|
|
3
|
-
} from "../../chunk-
|
|
4
|
-
import "../../chunk-
|
|
5
|
-
import "../../chunk-
|
|
3
|
+
} from "../../chunk-LOHWXJHI.mjs";
|
|
4
|
+
import "../../chunk-Y3PQSTEA.mjs";
|
|
5
|
+
import "../../chunk-S34RVVXZ.mjs";
|
|
6
6
|
import "../../chunk-57Q3DEDF.mjs";
|
|
7
7
|
import "../../chunk-OZG2BL6F.mjs";
|
|
8
8
|
export {
|
package/dist/index.mjs
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import {
|
|
2
|
-
BlockEditor
|
|
3
|
-
} from "./chunk-S24TRRWW.mjs";
|
|
4
|
-
import "./chunk-OFWQRNO2.mjs";
|
|
5
|
-
import "./chunk-GIHTGDIW.mjs";
|
|
6
|
-
import "./chunk-HNSTT2Z4.mjs";
|
|
7
1
|
import {
|
|
8
2
|
createProps
|
|
9
|
-
} from "./chunk-
|
|
10
|
-
import
|
|
11
|
-
|
|
3
|
+
} from "./chunk-S4LXNNI6.mjs";
|
|
4
|
+
import {
|
|
5
|
+
BlockEditor
|
|
6
|
+
} from "./chunk-V5C7U2OJ.mjs";
|
|
7
|
+
import "./chunk-JFO73NWR.mjs";
|
|
8
|
+
import "./chunk-5NG7CAI2.mjs";
|
|
9
|
+
import "./chunk-LOHWXJHI.mjs";
|
|
10
|
+
import "./chunk-Y3PQSTEA.mjs";
|
|
11
|
+
import "./chunk-S34RVVXZ.mjs";
|
|
12
12
|
import "./chunk-57Q3DEDF.mjs";
|
|
13
13
|
import {
|
|
14
14
|
SettingsProvider,
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ablogcms/block-editor",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.29",
|
|
4
4
|
"type": "module",
|
|
5
|
-
"description": "Tiptap
|
|
5
|
+
"description": "Tiptap-based block editor for a-blog cms entries",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"homepage": "https://www.a-blogcms.jp",
|
|
8
8
|
"repository": {
|
|
@@ -13,53 +13,53 @@
|
|
|
13
13
|
"sideEffects": false,
|
|
14
14
|
"dependencies": {
|
|
15
15
|
"@floating-ui/dom": "^1.8.0",
|
|
16
|
-
"@tanstack/react-table": "^8.
|
|
17
|
-
"@tiptap/core": "^3.
|
|
18
|
-
"@tiptap/extension-code-block": "^3.
|
|
19
|
-
"@tiptap/extension-document": "^3.
|
|
20
|
-
"@tiptap/extension-drag-handle-react": "^3.
|
|
21
|
-
"@tiptap/extension-heading": "^3.
|
|
22
|
-
"@tiptap/extension-highlight": "^3.
|
|
23
|
-
"@tiptap/extension-horizontal-rule": "^3.
|
|
24
|
-
"@tiptap/extension-image": "^3.
|
|
25
|
-
"@tiptap/extension-link": "^3.
|
|
26
|
-
"@tiptap/extension-list": "^3.
|
|
27
|
-
"@tiptap/extension-paragraph": "^3.
|
|
28
|
-
"@tiptap/extension-subscript": "^3.
|
|
29
|
-
"@tiptap/extension-superscript": "^3.
|
|
30
|
-
"@tiptap/extension-table": "^3.
|
|
31
|
-
"@tiptap/extension-text-align": "^3.
|
|
32
|
-
"@tiptap/extension-text-style": "^3.
|
|
33
|
-
"@tiptap/extension-typography": "^3.
|
|
34
|
-
"@tiptap/extension-underline": "^3.
|
|
35
|
-
"@tiptap/extensions": "^3.
|
|
36
|
-
"@tiptap/pm": "^3.
|
|
37
|
-
"@tiptap/react": "^3.
|
|
38
|
-
"@tiptap/starter-kit": "^3.
|
|
39
|
-
"@tiptap/suggestion": "^3.
|
|
16
|
+
"@tanstack/react-table": "^8.21.3",
|
|
17
|
+
"@tiptap/core": "^3.29.2",
|
|
18
|
+
"@tiptap/extension-code-block": "^3.29.2",
|
|
19
|
+
"@tiptap/extension-document": "^3.29.2",
|
|
20
|
+
"@tiptap/extension-drag-handle-react": "^3.29.2",
|
|
21
|
+
"@tiptap/extension-heading": "^3.29.2",
|
|
22
|
+
"@tiptap/extension-highlight": "^3.29.2",
|
|
23
|
+
"@tiptap/extension-horizontal-rule": "^3.29.2",
|
|
24
|
+
"@tiptap/extension-image": "^3.29.2",
|
|
25
|
+
"@tiptap/extension-link": "^3.29.2",
|
|
26
|
+
"@tiptap/extension-list": "^3.29.2",
|
|
27
|
+
"@tiptap/extension-paragraph": "^3.29.2",
|
|
28
|
+
"@tiptap/extension-subscript": "^3.29.2",
|
|
29
|
+
"@tiptap/extension-superscript": "^3.29.2",
|
|
30
|
+
"@tiptap/extension-table": "^3.29.2",
|
|
31
|
+
"@tiptap/extension-text-align": "^3.29.2",
|
|
32
|
+
"@tiptap/extension-text-style": "^3.29.2",
|
|
33
|
+
"@tiptap/extension-typography": "^3.29.2",
|
|
34
|
+
"@tiptap/extension-underline": "^3.29.2",
|
|
35
|
+
"@tiptap/extensions": "^3.29.2",
|
|
36
|
+
"@tiptap/pm": "^3.29.2",
|
|
37
|
+
"@tiptap/react": "^3.29.2",
|
|
38
|
+
"@tiptap/starter-kit": "^3.29.2",
|
|
39
|
+
"@tiptap/suggestion": "^3.29.2",
|
|
40
40
|
"classnames": "^2.5.1",
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
"@ablogcms/events": "3.2.
|
|
45
|
-
"@ablogcms/fetch-client": "3.2.
|
|
46
|
-
"@ablogcms/
|
|
47
|
-
"@ablogcms/
|
|
48
|
-
"@ablogcms/
|
|
49
|
-
"@ablogcms/
|
|
50
|
-
"@ablogcms/
|
|
51
|
-
"@ablogcms/
|
|
41
|
+
"react-colorful": "^5.8.0",
|
|
42
|
+
"uuid": "^14.0.1",
|
|
43
|
+
"@ablogcms/components": "3.2.29",
|
|
44
|
+
"@ablogcms/events": "3.2.29",
|
|
45
|
+
"@ablogcms/fetch-client": "3.2.29",
|
|
46
|
+
"@ablogcms/media": "3.2.29",
|
|
47
|
+
"@ablogcms/react-hooks": "3.2.29",
|
|
48
|
+
"@ablogcms/react-utils": "3.2.29",
|
|
49
|
+
"@ablogcms/read-files": "3.2.29",
|
|
50
|
+
"@ablogcms/utils": "3.2.29",
|
|
51
|
+
"@ablogcms/types": "3.2.29"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@storybook/react-vite": "10.5.4",
|
|
55
55
|
"@testing-library/react": "^16.3.2",
|
|
56
|
-
"vitest": "^4.1.
|
|
56
|
+
"vitest": "^4.1.10"
|
|
57
57
|
},
|
|
58
58
|
"peerDependencies": {
|
|
59
59
|
"react": "^19",
|
|
60
60
|
"react-dom": "^19",
|
|
61
|
-
"@types/react": "^19.2.
|
|
62
|
-
"@types/react-dom": "^19.2.
|
|
61
|
+
"@types/react": "^19.2.18",
|
|
62
|
+
"@types/react-dom": "^19.2.4"
|
|
63
63
|
},
|
|
64
64
|
"peerDependenciesMeta": {
|
|
65
65
|
"@types/react": {
|