@lets-events/react 12.1.11 → 12.1.13
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/.turbo/turbo-build.log +6 -8
- package/CHANGELOG.md +12 -0
- package/dist/index.js +878 -19
- package/dist/index.mjs +878 -19
- package/package.json +1 -1
- package/src/components/RichEditor/QuillComponent.tsx +1 -1
- package/src/components/RichEditor/RichEditor.tsx +1 -1
- package/src/components/RichEditor/styledComponents.ts +1104 -17
- package/src/components/RichEditor/styles.css +0 -1300
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
-
> @lets-events/react@12.1.
|
|
3
|
+
> @lets-events/react@12.1.13 build
|
|
4
4
|
> tsup src/index.tsx --format esm,cjs --dts --external react
|
|
5
5
|
|
|
6
6
|
[1G[0K[34mCLI[39m Building entry: src/index.tsx
|
|
@@ -10,14 +10,12 @@
|
|
|
10
10
|
[34mCLI[39m Target: es6
|
|
11
11
|
[34mESM[39m Build start
|
|
12
12
|
[34mCJS[39m Build start
|
|
13
|
-
[32mESM[39m [1mdist/index.
|
|
14
|
-
[32mESM[39m
|
|
15
|
-
[
|
|
16
|
-
[32mCJS[39m
|
|
17
|
-
[32mCJS[39m [1mdist/index.js [22m[32m366.92 KB[39m
|
|
18
|
-
[32mCJS[39m ⚡️ Build success in 388ms
|
|
13
|
+
[32mESM[39m [1mdist/index.mjs [22m[32m374.58 KB[39m
|
|
14
|
+
[32mESM[39m ⚡️ Build success in 286ms
|
|
15
|
+
[32mCJS[39m [1mdist/index.js [22m[32m388.40 KB[39m
|
|
16
|
+
[32mCJS[39m ⚡️ Build success in 286ms
|
|
19
17
|
DTS Build start
|
|
20
|
-
DTS ⚡️ Build success in
|
|
18
|
+
DTS ⚡️ Build success in 91323ms
|
|
21
19
|
DTS dist/index.d.mts 388.87 KB
|
|
22
20
|
DTS dist/index.d.ts 388.87 KB
|
|
23
21
|
[1G[0K⠙[1G[0K
|