@lets-events/react 7.1.0 → 8.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.
@@ -1,20 +1,19 @@
1
1
 
2
2
 
3
- > @lets-events/react@7.1.0 build
3
+ > @lets-events/react@8.0.0 build
4
4
  > tsup src/index.tsx --format esm,cjs --dts --external react
5
5
 
6
- CLI Building entry: src/index.tsx
6
+ CLI Building entry: src/index.tsx
7
7
  CLI Using tsconfig: tsconfig.json
8
8
  CLI tsup v8.4.0
9
9
  CLI Target: es6
10
10
  ESM Build start
11
11
  CJS Build start
12
- ESM dist/index.mjs 260.60 KB
13
- ESM ⚡️ Build success in 276ms
14
- CJS dist/index.js 267.87 KB
15
- CJS ⚡️ Build success in 277ms
12
+ CJS dist/index.js 298.32 KB
13
+ CJS ⚡️ Build success in 330ms
14
+ ESM dist/index.mjs 290.48 KB
15
+ ESM ⚡️ Build success in 332ms
16
16
  DTS Build start
17
- DTS ⚡️ Build success in 5920ms
18
- DTS dist/index.d.mts 316.37 KB
19
- DTS dist/index.d.ts 316.37 KB
20
- ⠙
17
+ DTS ⚡️ Build success in 5788ms
18
+ DTS dist/index.d.mts 345.85 KB
19
+ DTS dist/index.d.ts 345.85 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @lets-events/react
2
2
 
3
+ ## 8.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - criado componente card
8
+
9
+ ## 7.2.0
10
+
11
+ ### Minor Changes
12
+
13
+ - Textarea and Input Mask
14
+
3
15
  ## 7.1.0
4
16
 
5
17
  ### Minor Changes