@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.
@@ -1,6 +1,6 @@
1
1
 
2
2
 
3
- > @lets-events/react@11.6.3 build
3
+ > @lets-events/react@11.6.5 build
4
4
  > tsup src/index.tsx --format esm,cjs --dts --external react
5
5
 
6
6
  CLI Building entry: src/index.tsx
@@ -9,12 +9,12 @@
9
9
  CLI Target: es6
10
10
  ESM Build start
11
11
  CJS Build start
12
- CJS dist/index.js 330.83 KB
13
- CJS ⚡️ Build success in 388ms
14
- ESM dist/index.mjs 318.50 KB
15
- ESM ⚡️ Build success in 389ms
12
+ ESM dist/index.mjs 318.78 KB
13
+ ESM ⚡️ Build success in 283ms
14
+ CJS dist/index.js 330.96 KB
15
+ CJS ⚡️ Build success in 298ms
16
16
  DTS Build start
17
- DTS ⚡️ Build success in 6754ms
18
- DTS dist/index.d.mts 392.72 KB
19
- DTS dist/index.d.ts 392.72 KB
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
  ⠙
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @lets-events/react
2
2
 
3
+ ## 11.6.5
4
+
5
+ ### Patch Changes
6
+
7
+ - dropdown refactor
8
+
9
+ ## 11.6.4
10
+
11
+ ### Patch Changes
12
+
13
+ - phone input removed
14
+
3
15
  ## 11.6.3
4
16
 
5
17
  ### Patch Changes