@lets-events/react 6.0.0 → 7.0.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 +12 -0
- package/dist/index.d.mts +2318 -74
- package/dist/index.d.ts +2318 -74
- package/dist/index.js +4974 -608
- package/dist/index.mjs +4934 -574
- package/package.json +3 -2
- package/src/components/Button/index.tsx +13 -0
- package/src/components/Button/styledComponents.ts +250 -0
- package/src/components/ButtonGroup.tsx +2 -2
- package/src/components/Calendar/index.tsx +124 -0
- package/src/components/Calendar/styledComponents.ts +197 -0
- package/src/components/Flex.tsx +1 -0
- package/src/components/TextField.tsx +65 -19
- package/src/components/TimePicker.tsx +191 -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@
|
|
3
|
+
> @lets-events/react@7.0.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
|
-
[
|
|
13
|
-
[
|
|
14
|
-
[
|
|
15
|
-
[
|
|
12
|
+
[32mCJS[39m [1mdist/index.js [22m[32m266.35 KB[39m
|
|
13
|
+
[32mCJS[39m ⚡️ Build success in 264ms
|
|
14
|
+
[32mESM[39m [1mdist/index.mjs [22m[32m258.88 KB[39m
|
|
15
|
+
[32mESM[39m ⚡️ Build success in 271ms
|
|
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 6575ms
|
|
18
|
+
DTS dist/index.d.mts 325.81 KB
|
|
19
|
+
DTS dist/index.d.ts 325.81 KB
|
|
20
20
|
[1G[0K⠙[1G[0K
|