@lets-events/react 12.0.0 → 12.1.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.
@@ -1,6 +1,6 @@
1
1
 
2
2
 
3
- > @lets-events/react@12.0.0 build
3
+ > @lets-events/react@12.1.1 build
4
4
  > tsup src/index.tsx --format esm,cjs --dts --external react
5
5
 
6
6
  CLI Building entry: src/index.tsx
@@ -10,12 +10,14 @@
10
10
  CLI Target: es6
11
11
  ESM Build start
12
12
  CJS Build start
13
- CJS dist/index.js 358.73 KB
14
- CJS ⚡️ Build success in 264ms
15
- ESM dist/index.mjs 345.15 KB
16
- ESM ⚡️ Build success in 265ms
13
+ CJS dist/index.css 27.00 KB
14
+ CJS dist/index.js 363.99 KB
15
+ CJS ⚡️ Build success in 564ms
16
+ ESM dist/index.css 27.00 KB
17
+ ESM dist/index.mjs 350.42 KB
18
+ ESM ⚡️ Build success in 566ms
17
19
  DTS Build start
18
- DTS ⚡️ Build success in 4971ms
19
- DTS dist/index.d.mts 378.77 KB
20
- DTS dist/index.d.ts 378.77 KB
20
+ DTS ⚡️ Build success in 9573ms
21
+ DTS dist/index.d.mts 379.16 KB
22
+ DTS dist/index.d.ts 379.16 KB
21
23
  ⠙
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @lets-events/react
2
2
 
3
+ ## 12.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Remove lib
8
+
9
+ ## 12.1.0
10
+
11
+ ### Minor Changes
12
+
13
+ - MultSelect, RG and RichEditor adjustment
14
+
3
15
  ## 12.0.0
4
16
 
5
17
  ### Major Changes