@lets-events/react 11.6.3 → 11.6.5
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 +57 -425
- package/dist/index.d.ts +57 -425
- package/dist/index.js +164 -164
- package/dist/index.mjs +162 -158
- package/package.json +2 -3
- package/src/components/Dropdown.tsx +158 -50
- package/src/components/FormFields/PhoneFormField.tsx +75 -75
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
-
> @lets-events/react@11.6.
|
|
3
|
+
> @lets-events/react@11.6.5 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
|
+
[32mESM[39m [1mdist/index.mjs [22m[32m318.78 KB[39m
|
|
13
|
+
[32mESM[39m ⚡️ Build success in 283ms
|
|
14
|
+
[32mCJS[39m [1mdist/index.js [22m[32m330.96 KB[39m
|
|
15
|
+
[32mCJS[39m ⚡️ Build success in 298ms
|
|
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 5019ms
|
|
18
|
+
DTS dist/index.d.mts 383.40 KB
|
|
19
|
+
DTS dist/index.d.ts 383.40 KB
|
|
20
20
|
[1G[0K⠙[1G[0K
|