@lets-events/react 6.0.0 → 6.1.0
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 +8 -8
- package/CHANGELOG.md +6 -0
- package/dist/index.d.mts +1876 -3
- package/dist/index.d.ts +1876 -3
- package/dist/index.js +4641 -304
- package/dist/index.mjs +4604 -272
- package/package.json +3 -2
- package/src/components/Button/index.tsx +13 -0
- package/src/components/Button/styledComponents.ts +359 -0
- package/src/components/ButtonGroup.tsx +2 -2
- package/src/components/Calendar/index.tsx +122 -0
- package/src/components/Calendar/styledComponents.ts +195 -0
- package/src/components/TextField.tsx +20 -0
- package/src/components/TimePicker.tsx +125 -0
- package/src/index.tsx +2 -0
- package/src/components/Button.tsx +0 -329
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
-
> @lets-events/react@6.
|
|
3
|
+
> @lets-events/react@6.1.0 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
|
|
@@ -9,12 +9,12 @@
|
|
|
9
9
|
[34mCLI[39m Target: es6
|
|
10
10
|
[34mESM[39m Build start
|
|
11
11
|
[34mCJS[39m Build start
|
|
12
|
-
[32mESM[39m [1mdist/index.mjs [22m[
|
|
13
|
-
[32mESM[39m ⚡️ Build success in
|
|
14
|
-
[32mCJS[39m [1mdist/index.js [22m[
|
|
15
|
-
[32mCJS[39m ⚡️ Build success in
|
|
12
|
+
[32mESM[39m [1mdist/index.mjs [22m[32m256.55 KB[39m
|
|
13
|
+
[32mESM[39m ⚡️ Build success in 1077ms
|
|
14
|
+
[32mCJS[39m [1mdist/index.js [22m[32m263.84 KB[39m
|
|
15
|
+
[32mCJS[39m ⚡️ Build success in 1089ms
|
|
16
16
|
DTS Build start
|
|
17
|
-
DTS ⚡️ Build success in
|
|
18
|
-
DTS dist/index.d.mts
|
|
19
|
-
DTS dist/index.d.ts
|
|
17
|
+
DTS ⚡️ Build success in 12781ms
|
|
18
|
+
DTS dist/index.d.mts 316.33 KB
|
|
19
|
+
DTS dist/index.d.ts 316.33 KB
|
|
20
20
|
[1G[0K⠙[1G[0K
|