@crediblemark/build 0.22.4 → 0.22.9
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/{ArrayField-EPM4TV3J.mjs → ArrayField-MR3B7WKR.mjs} +9 -9
- package/dist/{Editor-L674TD7T.mjs → Editor-5TR52PVR.mjs} +7 -7
- package/dist/{ObjectField-MW3SSNKI.mjs → ObjectField-ZGTFFKHJ.mjs} +8 -8
- package/dist/{chunk-K27LFPQL.mjs → chunk-62JTNLF7.mjs} +1 -1
- package/dist/{chunk-JNMMY5D7.mjs → chunk-6TAU2PST.mjs} +1 -1
- package/dist/{chunk-NYBWAKLT.mjs → chunk-7HQNPCGI.mjs} +1 -1
- package/dist/{chunk-2JUMF5G3.mjs → chunk-ACKK2BYK.mjs} +6 -6
- package/dist/{chunk-T6RT6PV4.mjs → chunk-AP7SVXSU.mjs} +7 -7
- package/dist/{chunk-JNHQNNGW.mjs → chunk-D4PXAFBJ.mjs} +60 -17
- package/dist/{chunk-ZY24NW7X.mjs → chunk-E7XYUXJM.mjs} +76 -46
- package/dist/{chunk-AEKBE267.mjs → chunk-FC3ZRBT2.mjs} +2 -2
- package/dist/{chunk-RDTXKOE7.mjs → chunk-P6XSBCUA.mjs} +1 -1
- package/dist/{chunk-67TMLSKM.mjs → chunk-QA2U7BOE.mjs} +1 -1
- package/dist/{chunk-4PJ4QMWI.mjs → chunk-RUAHVDDE.mjs} +1 -1
- package/dist/{full-SGY5HNVB.mjs → full-AGQP4VE6.mjs} +5 -5
- package/dist/index.js +176 -89
- package/dist/index.mjs +10 -10
- package/dist/{loaded-2GLOBOVP.mjs → loaded-IATND5Y2.mjs} +2 -2
- package/dist/{loaded-ARSKBJWP.mjs → loaded-PWOXIOQ2.mjs} +2 -2
- package/dist/{loaded-AH3CPHD2.mjs → loaded-QZ5Z7NDX.mjs} +2 -2
- package/dist/no-external.js +176 -89
- package/dist/no-external.mjs +10 -10
- package/package.json +35 -35
package/dist/no-external.mjs
CHANGED
|
@@ -12,17 +12,17 @@ import {
|
|
|
12
12
|
registerOverlayPortal,
|
|
13
13
|
useCredBuild,
|
|
14
14
|
useGetCredBuild
|
|
15
|
-
} from "./chunk-
|
|
16
|
-
import "./chunk-
|
|
15
|
+
} from "./chunk-D4PXAFBJ.mjs";
|
|
16
|
+
import "./chunk-FC3ZRBT2.mjs";
|
|
17
17
|
import {
|
|
18
18
|
setDeep
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-62JTNLF7.mjs";
|
|
20
20
|
import {
|
|
21
21
|
AutoField,
|
|
22
22
|
Button,
|
|
23
23
|
FieldLabel
|
|
24
|
-
} from "./chunk-
|
|
25
|
-
import "./chunk-
|
|
24
|
+
} from "./chunk-ACKK2BYK.mjs";
|
|
25
|
+
import "./chunk-RUAHVDDE.mjs";
|
|
26
26
|
import {
|
|
27
27
|
migrate,
|
|
28
28
|
resolveAllData,
|
|
@@ -37,11 +37,11 @@ import {
|
|
|
37
37
|
Label,
|
|
38
38
|
RichTextMenu,
|
|
39
39
|
Separator
|
|
40
|
-
} from "./chunk-
|
|
41
|
-
import "./chunk-
|
|
42
|
-
import "./chunk-
|
|
43
|
-
import "./chunk-
|
|
44
|
-
import "./chunk-
|
|
40
|
+
} from "./chunk-AP7SVXSU.mjs";
|
|
41
|
+
import "./chunk-7HQNPCGI.mjs";
|
|
42
|
+
import "./chunk-QA2U7BOE.mjs";
|
|
43
|
+
import "./chunk-6TAU2PST.mjs";
|
|
44
|
+
import "./chunk-E7XYUXJM.mjs";
|
|
45
45
|
import "./chunk-64A37UUC.mjs";
|
|
46
46
|
import "./chunk-SMAWAXVX.mjs";
|
|
47
47
|
import "./chunk-BFHV72KK.mjs";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crediblemark/build",
|
|
3
|
-
"version": "0.22.
|
|
3
|
+
"version": "0.22.9",
|
|
4
4
|
"description": "The open-source visual editor for React",
|
|
5
5
|
"author": "Rasyiqi Crediblemark",
|
|
6
6
|
"repository": {
|
|
@@ -81,29 +81,29 @@
|
|
|
81
81
|
],
|
|
82
82
|
"devDependencies": {
|
|
83
83
|
"@juggle/resize-observer": "^3.4.0",
|
|
84
|
-
"@testing-library/jest-dom": "^6.
|
|
85
|
-
"@testing-library/react": "^16.
|
|
86
|
-
"@types/deep-diff": "^1.0.
|
|
84
|
+
"@testing-library/jest-dom": "^6.9.1",
|
|
85
|
+
"@testing-library/react": "^16.3.2",
|
|
86
|
+
"@types/deep-diff": "^1.0.5",
|
|
87
87
|
"@types/flat": "^5.0.5",
|
|
88
88
|
"@types/jest": "^29.5.14",
|
|
89
89
|
"@types/node": "^24.12.2",
|
|
90
90
|
"@types/object-hash": "^3.0.6",
|
|
91
|
-
"@types/react": "^19.2.
|
|
91
|
+
"@types/react": "^19.2.14",
|
|
92
92
|
"@types/react-dom": "^19.2.3",
|
|
93
93
|
"@types/uuid": "^10.0.0",
|
|
94
94
|
"css-box-model": "^1.2.1",
|
|
95
|
-
"eslint": "^8.57.
|
|
95
|
+
"eslint": "^8.57.1",
|
|
96
96
|
"identity-obj-proxy": "^3.0.0",
|
|
97
97
|
"jest": "^29.7.0",
|
|
98
|
-
"jest-environment-jsdom": "^30.
|
|
98
|
+
"jest-environment-jsdom": "^30.3.0",
|
|
99
99
|
"lucide-react": "^0.556.0",
|
|
100
100
|
"madge": "^8.0.0",
|
|
101
101
|
"postcss": "^8.5.14",
|
|
102
102
|
"postcss-modules": "^6.0.1",
|
|
103
|
-
"ts-jest": "^29.
|
|
103
|
+
"ts-jest": "^29.4.9",
|
|
104
104
|
"ts-node": "^10.9.2",
|
|
105
|
-
"tsup": "^8.
|
|
106
|
-
"typescript": "^5.
|
|
105
|
+
"tsup": "^8.5.1",
|
|
106
|
+
"typescript": "^5.9.3"
|
|
107
107
|
},
|
|
108
108
|
"dependencies": {
|
|
109
109
|
"@dnd-kit/abstract": "0.1.21",
|
|
@@ -114,39 +114,39 @@
|
|
|
114
114
|
"@dnd-kit/react": "0.1.18",
|
|
115
115
|
"@dnd-kit/state": "0.1.21",
|
|
116
116
|
"@radix-ui/react-popover": "^1.1.15",
|
|
117
|
-
"@tanstack/react-virtual": "^3.13.
|
|
118
|
-
"@tiptap/core": "^3.
|
|
119
|
-
"@tiptap/extension-blockquote": "^3.
|
|
120
|
-
"@tiptap/extension-bold": "^3.
|
|
121
|
-
"@tiptap/extension-code": "^3.
|
|
122
|
-
"@tiptap/extension-code-block": "^3.
|
|
123
|
-
"@tiptap/extension-document": "^3.
|
|
124
|
-
"@tiptap/extension-hard-break": "^3.
|
|
125
|
-
"@tiptap/extension-heading": "^3.
|
|
126
|
-
"@tiptap/extension-horizontal-rule": "^3.
|
|
127
|
-
"@tiptap/extension-italic": "^3.
|
|
128
|
-
"@tiptap/extension-link": "^3.
|
|
129
|
-
"@tiptap/extension-list": "^3.
|
|
130
|
-
"@tiptap/extension-paragraph": "^3.
|
|
131
|
-
"@tiptap/extension-strike": "^3.
|
|
132
|
-
"@tiptap/extension-text": "^3.
|
|
133
|
-
"@tiptap/extension-text-align": "^3.
|
|
134
|
-
"@tiptap/extension-underline": "^3.
|
|
135
|
-
"@tiptap/html": "^3.
|
|
136
|
-
"@tiptap/pm": "^3.
|
|
137
|
-
"@tiptap/react": "^3.
|
|
117
|
+
"@tanstack/react-virtual": "^3.13.24",
|
|
118
|
+
"@tiptap/core": "^3.22.5",
|
|
119
|
+
"@tiptap/extension-blockquote": "^3.22.5",
|
|
120
|
+
"@tiptap/extension-bold": "^3.22.5",
|
|
121
|
+
"@tiptap/extension-code": "^3.22.5",
|
|
122
|
+
"@tiptap/extension-code-block": "^3.22.5",
|
|
123
|
+
"@tiptap/extension-document": "^3.22.5",
|
|
124
|
+
"@tiptap/extension-hard-break": "^3.22.5",
|
|
125
|
+
"@tiptap/extension-heading": "^3.22.5",
|
|
126
|
+
"@tiptap/extension-horizontal-rule": "^3.22.5",
|
|
127
|
+
"@tiptap/extension-italic": "^3.22.5",
|
|
128
|
+
"@tiptap/extension-link": "^3.22.5",
|
|
129
|
+
"@tiptap/extension-list": "^3.22.5",
|
|
130
|
+
"@tiptap/extension-paragraph": "^3.22.5",
|
|
131
|
+
"@tiptap/extension-strike": "^3.22.5",
|
|
132
|
+
"@tiptap/extension-text": "^3.22.5",
|
|
133
|
+
"@tiptap/extension-text-align": "^3.22.5",
|
|
134
|
+
"@tiptap/extension-underline": "^3.22.5",
|
|
135
|
+
"@tiptap/html": "^3.22.5",
|
|
136
|
+
"@tiptap/pm": "^3.22.5",
|
|
137
|
+
"@tiptap/react": "^3.22.5",
|
|
138
138
|
"classnames": "^2.5.1",
|
|
139
139
|
"deep-diff": "^1.0.2",
|
|
140
140
|
"fast-equals": "5.2.2",
|
|
141
141
|
"flat": "^5.0.2",
|
|
142
|
-
"happy-dom": "^20.0
|
|
142
|
+
"happy-dom": "^20.9.0",
|
|
143
143
|
"object-hash": "^3.0.0",
|
|
144
|
-
"react-hotkeys-hook": "^4.6.
|
|
144
|
+
"react-hotkeys-hook": "^4.6.2",
|
|
145
145
|
"use-debounce": "^9.0.4",
|
|
146
146
|
"uuid": "^9.0.1",
|
|
147
|
-
"zustand": "^5.0.
|
|
147
|
+
"zustand": "^5.0.13"
|
|
148
148
|
},
|
|
149
149
|
"peerDependencies": {
|
|
150
|
-
"react": "^
|
|
150
|
+
"react": "^19.2.6"
|
|
151
151
|
}
|
|
152
152
|
}
|