@fileverse-dev/ddoc 1.7.2 → 1.7.4
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.es.js +2 -2
- package/dist/index.umd.js +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -20063,8 +20063,8 @@ const SN = [
|
|
|
20063
20063
|
{ color: "#8A2BE2", code: "bg-[#8A2BE2]" },
|
|
20064
20064
|
{ color: "#4B0082", code: "bg-[#4B0082]" },
|
|
20065
20065
|
{ color: "#6A5ACD", code: "bg-[#6A5ACD]" }
|
|
20066
|
-
], lh =
|
|
20067
|
-
IMAGE_SIZE: "Image size should be less than
|
|
20066
|
+
], lh = 1024 * 100, hA = {
|
|
20067
|
+
IMAGE_SIZE: "Image size should be less than 100KB"
|
|
20068
20068
|
}, s2 = ({
|
|
20069
20069
|
editor: t,
|
|
20070
20070
|
onError: e
|