@lets-events/react 7.1.0 → 7.2.1
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 +9 -10
- package/CHANGELOG.md +12 -0
- package/dist/index.d.mts +1571 -71
- package/dist/index.d.ts +1571 -71
- package/dist/index.js +1025 -229
- package/dist/index.mjs +988 -200
- package/package.json +1 -1
- package/src/components/Alert.tsx +200 -153
- package/src/components/Badge.tsx +0 -1
- package/src/components/Calendar/index.tsx +5 -2
- package/src/components/Card.tsx +69 -0
- package/src/components/Step.tsx +107 -91
- package/src/components/Text.tsx +5 -7
- package/src/components/TextField.tsx +52 -43
- package/src/components/TextareaField.tsx +101 -0
- package/src/components/TimePicker.tsx +30 -4
- package/src/index.tsx +2 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,20 +1,19 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
-
> @lets-events/react@7.1
|
|
3
|
+
> @lets-events/react@7.2.1 build
|
|
4
4
|
> tsup src/index.tsx --format esm,cjs --dts --external react
|
|
5
5
|
|
|
6
|
-
[
|
|
6
|
+
[34mCLI[39m Building entry: src/index.tsx
|
|
7
7
|
[34mCLI[39m Using tsconfig: tsconfig.json
|
|
8
8
|
[34mCLI[39m tsup v8.4.0
|
|
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[32m291.15 KB[39m
|
|
13
|
+
[32mESM[39m ⚡️ Build success in 351ms
|
|
14
|
+
[32mCJS[39m [1mdist/index.js [22m[32m299.01 KB[39m
|
|
15
|
+
[32mCJS[39m ⚡️ Build success in 351ms
|
|
16
16
|
DTS Build start
|
|
17
|
-
DTS ⚡️ Build success in
|
|
18
|
-
DTS dist/index.d.mts
|
|
19
|
-
DTS dist/index.d.ts
|
|
20
|
-
[1G[0K⠙[1G[0K
|
|
17
|
+
DTS ⚡️ Build success in 7511ms
|
|
18
|
+
DTS dist/index.d.mts 355.13 KB
|
|
19
|
+
DTS dist/index.d.ts 355.13 KB
|