@dafaz-ui/react 4.0.19 → 7.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,5 +1,5 @@
1
1
 
2
- > @dafaz-ui/react@4.0.19 build
2
+ > @dafaz-ui/react@7.0.0 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
- ESM dist/index.mjs 20.33 KB
12
- ESM ⚡️ Build success in 38ms
13
- CJS dist/index.js 22.86 KB
14
- CJS ⚡️ Build success in 39ms
11
+ CJS dist/index.js 38.94 KB
12
+ CJS ⚡️ Build success in 48ms
13
+ ESM dist/index.mjs 35.66 KB
14
+ ESM ⚡️ Build success in 49ms
15
15
  DTS Build start
16
- DTS ⚡️ Build success in 4462ms
17
- DTS dist/index.d.mts 103.82 KB
18
- DTS dist/index.d.ts 103.82 KB
16
+ DTS ⚡️ Build success in 4622ms
17
+ DTS dist/index.d.mts 121.54 KB
18
+ DTS dist/index.d.ts 121.54 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,66 @@
1
1
  # @dafaz-ui/react
2
2
 
3
+ ## 7.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - Add new features and multiselect fix
8
+
9
+ ## 6.0.5
10
+
11
+ ### Patch Changes
12
+
13
+ - Add new feat
14
+
15
+ ## 6.0.4
16
+
17
+ ### Patch Changes
18
+
19
+ - Add new feat
20
+
21
+ ## 6.0.3
22
+
23
+ ### Patch Changes
24
+
25
+ - Add feat
26
+
27
+ ## 6.0.2
28
+
29
+ ### Patch Changes
30
+
31
+ - add new featu
32
+
33
+ ## 6.0.1
34
+
35
+ ### Patch Changes
36
+
37
+ - 2c074d8: Update feat
38
+ - c5b9b45: Add new feat
39
+
40
+ ## 6.0.0
41
+
42
+ ### Major Changes
43
+
44
+ - Ad new color (red) and components
45
+
46
+ ## 5.0.2
47
+
48
+ ### Patch Changes
49
+
50
+ - Add new features
51
+
52
+ ## 5.0.1
53
+
54
+ ### Patch Changes
55
+
56
+ - Add new features
57
+
58
+ ## 5.0.0
59
+
60
+ ### Major Changes
61
+
62
+ - Add new features: multiselect, new font sizes
63
+
3
64
  ## 4.0.19
4
65
 
5
66
  ### Patch Changes