@dafaz-ui/react 2.2.2 → 3.0.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,5 +1,5 @@
1
1
 
2
- > @dafaz-ui/react@2.2.2 build
2
+ > @dafaz-ui/react@3.0.1 build
3
3
  > tsup src/index.tsx --format esm,cjs --dts --external react
4
4
 
5
5
  CLI Building entry: src/index.tsx
@@ -8,11 +8,11 @@
8
8
  CLI Target: es6
9
9
  ESM Build start
10
10
  CJS Build start
11
- CJS dist/index.js 10.93 KB
12
- CJS ⚡️ Build success in 30ms
13
- ESM dist/index.mjs 9.49 KB
14
- ESM ⚡️ Build success in 30ms
11
+ CJS dist/index.js 19.19 KB
12
+ CJS ⚡️ Build success in 37ms
13
+ ESM dist/index.mjs 16.76 KB
14
+ ESM ⚡️ Build success in 38ms
15
15
  DTS Build start
16
- DTS ⚡️ Build success in 3351ms
17
- DTS dist/index.d.mts 81.10 KB
18
- DTS dist/index.d.ts 81.10 KB
16
+ DTS ⚡️ Build success in 4933ms
17
+ DTS dist/index.d.mts 97.71 KB
18
+ DTS dist/index.d.ts 97.71 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @dafaz-ui/react
2
2
 
3
+ ## 3.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Change DisplayName components
8
+
9
+ ## 3.0.0
10
+
11
+ ### Major Changes
12
+
13
+ - Add new form inputs radio, check and others
14
+
3
15
  ## 2.2.2
4
16
 
5
17
  ### Patch Changes