@codefast/ui 0.2.41 → 0.2.42

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @codefast/ui
2
2
 
3
+ ## 0.2.42
4
+
5
+ ### Patch Changes
6
+
7
+ - [`185692e`](https://github.com/codefastlabs/codefast/commit/185692ef85fa893b09059a62490ae7f990b29916) Thanks [@thevuong](https://github.com/thevuong)! - feat(ui): update and add dependencies for better functionality
8
+
9
+ - Updated dependencies [[`185692e`](https://github.com/codefastlabs/codefast/commit/185692ef85fa893b09059a62490ae7f990b29916)]:
10
+ - @codefast/hooks@0.2.42
11
+ - @codefast-ui/checkbox-group@0.2.42
12
+ - @codefast-ui/input@0.2.42
13
+ - @codefast-ui/input-number@0.2.42
14
+ - @codefast-ui/progress-circle@0.2.42
15
+
3
16
  ## 0.2.41
4
17
 
5
18
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codefast/ui",
3
- "version": "0.2.41",
3
+ "version": "0.2.42",
4
4
  "bugs": {
5
5
  "url": "https://github.com/codefastlabs/codefast/issues"
6
6
  },
@@ -66,23 +66,28 @@
66
66
  "@radix-ui/react-tooltip": "^1.1.8",
67
67
  "@radix-ui/react-use-controllable-state": "^1.1.0",
68
68
  "@radix-ui/react-visually-hidden": "^1.1.2",
69
+ "@tanstack/react-table": "^8.21.2",
69
70
  "chalk": "^5.4.1",
70
71
  "clsx": "^2.1.1",
71
72
  "cmdk": "^1.1.1",
73
+ "date-fns": "^4.1.0",
72
74
  "embla-carousel-react": "^8.6.0",
73
75
  "input-otp": "^1.4.2",
74
76
  "lucide-react": "^0.487.0",
77
+ "next-themes": "^0.4.6",
75
78
  "react-day-picker": "^9.6.5",
79
+ "react-hook-form": "^7.55.0",
76
80
  "react-resizable-panels": "^2.1.7",
81
+ "recharts": "^2.15.2",
77
82
  "sonner": "^2.0.3",
78
83
  "tailwind-merge": "^3.2.0",
79
84
  "tailwind-variants": "^1.0.0",
80
85
  "vaul": "^1.1.2",
81
- "@codefast-ui/checkbox-group": "0.2.41",
82
- "@codefast-ui/input": "0.2.41",
83
- "@codefast-ui/input-number": "0.2.41",
84
- "@codefast-ui/progress-circle": "0.2.41",
85
- "@codefast/hooks": "0.2.41"
86
+ "@codefast-ui/checkbox-group": "0.2.42",
87
+ "@codefast-ui/input": "0.2.42",
88
+ "@codefast-ui/input-number": "0.2.42",
89
+ "@codefast-ui/progress-circle": "0.2.42",
90
+ "@codefast/hooks": "0.2.42"
86
91
  },
87
92
  "devDependencies": {
88
93
  "@swc/core": "^1.11.18",
@@ -104,19 +109,14 @@
104
109
  "ts-node": "^10.9.2",
105
110
  "tsup": "^8.4.0",
106
111
  "typescript": "^5.8.3",
107
- "@codefast/typescript-config": "0.2.41",
108
- "@codefast/eslint-config": "0.2.41"
112
+ "@codefast/eslint-config": "0.2.42",
113
+ "@codefast/typescript-config": "0.2.42"
109
114
  },
110
115
  "peerDependencies": {
111
- "@tanstack/react-table": ">=8",
112
116
  "@types/react": "*",
113
117
  "@types/react-dom": "*",
114
- "date-fns": ">=4",
115
- "next-themes": ">=0.3",
116
118
  "react": ">=18",
117
- "react-dom": ">=18",
118
- "react-hook-form": ">=7",
119
- "recharts": ">=2"
119
+ "react-dom": ">=18"
120
120
  },
121
121
  "peerDependenciesMeta": {
122
122
  "@types/react": {