@codefast/ui 0.3.14-canary.2 → 0.3.15
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.
- package/CHANGELOG.md +24 -0
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# @codefast/ui
|
|
2
2
|
|
|
3
|
+
## 0.3.15
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`4df6e65`](https://github.com/codefastlabs/codefast/commit/4df6e6579faf21c6dc7622eb424ad213b120dabb) Thanks [@thevuong](https://github.com/thevuong)! - chore(tsdown): remove bench exclusions and streamline configuration files
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`4df6e65`](https://github.com/codefastlabs/codefast/commit/4df6e6579faf21c6dc7622eb424ad213b120dabb)]:
|
|
10
|
+
- @codefast/tailwind-variants@0.3.15
|
|
11
|
+
|
|
12
|
+
## 0.3.14
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- [`4957e0e`](https://github.com/codefastlabs/codefast/commit/4957e0e8b4b2428447ef11380397b03deef0b092) Thanks [@thevuong](https://github.com/thevuong)! - fix(vitest): update test file patterns to use .test extension
|
|
17
|
+
|
|
18
|
+
- [`b44597c`](https://github.com/codefastlabs/codefast/commit/b44597c9ec3a121a707aa269d7f68550ae1da72a) Thanks [@thevuong](https://github.com/thevuong)! - docs: enhance type annotations and comments for clarity across multiple files
|
|
19
|
+
|
|
20
|
+
- [`8109f4e`](https://github.com/codefastlabs/codefast/commit/8109f4e1f8186b91c296d25d640594b43493cdef) Thanks [@thevuong](https://github.com/thevuong)! - docs: update README.md files across packages for consistency and clarity
|
|
21
|
+
|
|
22
|
+
- [`ab6bf8d`](https://github.com/codefastlabs/codefast/commit/ab6bf8d5b1c421930e391724cbbdcaf63b9bc263) Thanks [@thevuong](https://github.com/thevuong)! - docs(ui): update README.md for clarity and structure
|
|
23
|
+
|
|
24
|
+
- Updated dependencies [[`85e5ac1`](https://github.com/codefastlabs/codefast/commit/85e5ac122d7a75f756ae4c03b5ab5e9489823b59), [`4957e0e`](https://github.com/codefastlabs/codefast/commit/4957e0e8b4b2428447ef11380397b03deef0b092), [`8109f4e`](https://github.com/codefastlabs/codefast/commit/8109f4e1f8186b91c296d25d640594b43493cdef)]:
|
|
25
|
+
- @codefast/tailwind-variants@0.3.14
|
|
26
|
+
|
|
3
27
|
## 0.3.14-canary.2
|
|
4
28
|
|
|
5
29
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codefast/ui",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.15",
|
|
4
4
|
"description": "Core UI components library built with React and Tailwind CSS",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"components",
|
|
@@ -394,16 +394,16 @@
|
|
|
394
394
|
"cmdk": "^1.1.1",
|
|
395
395
|
"embla-carousel-react": "^8.6.0",
|
|
396
396
|
"input-otp": "^1.4.2",
|
|
397
|
-
"lucide-react": "^1.
|
|
397
|
+
"lucide-react": "^1.14.0",
|
|
398
398
|
"next-themes": "^0.4.6",
|
|
399
399
|
"react-day-picker": "^9.14.0",
|
|
400
|
-
"react-hook-form": "^7.
|
|
401
|
-
"react-resizable-panels": "^4.
|
|
400
|
+
"react-hook-form": "^7.75.0",
|
|
401
|
+
"react-resizable-panels": "^4.11.0",
|
|
402
402
|
"recharts": "^3.8.1",
|
|
403
403
|
"sonner": "^2.0.7",
|
|
404
404
|
"tw-animate-css": "^1.4.0",
|
|
405
405
|
"vaul": "^1.1.2",
|
|
406
|
-
"@codefast/tailwind-variants": "0.3.
|
|
406
|
+
"@codefast/tailwind-variants": "0.3.15"
|
|
407
407
|
},
|
|
408
408
|
"devDependencies": {
|
|
409
409
|
"@tailwindcss/postcss": "^4.2.4",
|
|
@@ -413,16 +413,16 @@
|
|
|
413
413
|
"@testing-library/user-event": "^14.6.1",
|
|
414
414
|
"@types/jest-axe": "^3.5.9",
|
|
415
415
|
"@types/node": "^25.6.0",
|
|
416
|
-
"@typescript/native-preview": "7.0.0-dev.
|
|
416
|
+
"@typescript/native-preview": "7.0.0-dev.20260502.1",
|
|
417
417
|
"@vitejs/plugin-react": "^6.0.1",
|
|
418
418
|
"@vitest/coverage-v8": "^4.1.5",
|
|
419
419
|
"jest-axe": "^10.0.0",
|
|
420
|
-
"jsdom": "^29.
|
|
421
|
-
"postcss": "^8.5.
|
|
420
|
+
"jsdom": "^29.1.1",
|
|
421
|
+
"postcss": "^8.5.13",
|
|
422
422
|
"tailwindcss": "^4.2.4",
|
|
423
423
|
"typescript": "^6.0.3",
|
|
424
424
|
"vitest": "^4.1.5",
|
|
425
|
-
"@codefast/typescript-config": "0.3.
|
|
425
|
+
"@codefast/typescript-config": "0.3.15"
|
|
426
426
|
},
|
|
427
427
|
"peerDependencies": {
|
|
428
428
|
"@types/react": "^19.0",
|