@codefast/ui 0.3.14-canary.0 → 0.3.14-canary.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.
- package/CHANGELOG.md +7 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codefast/ui",
|
|
3
|
-
"version": "0.3.14-canary.
|
|
3
|
+
"version": "0.3.14-canary.1",
|
|
4
4
|
"description": "Core UI components library built with React and Tailwind CSS",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"components",
|
|
@@ -396,7 +396,7 @@
|
|
|
396
396
|
"sonner": "^2.0.7",
|
|
397
397
|
"tw-animate-css": "^1.4.0",
|
|
398
398
|
"vaul": "^1.1.2",
|
|
399
|
-
"@codefast/tailwind-variants": "0.3.14-canary.
|
|
399
|
+
"@codefast/tailwind-variants": "0.3.14-canary.1"
|
|
400
400
|
},
|
|
401
401
|
"devDependencies": {
|
|
402
402
|
"@tailwindcss/postcss": "^4.2.2",
|
|
@@ -415,7 +415,7 @@
|
|
|
415
415
|
"tailwindcss": "^4.2.2",
|
|
416
416
|
"typescript": "^6.0.2",
|
|
417
417
|
"vitest": "^4.1.4",
|
|
418
|
-
"@codefast/typescript-config": "0.3.14-canary.
|
|
418
|
+
"@codefast/typescript-config": "0.3.14-canary.1"
|
|
419
419
|
},
|
|
420
420
|
"peerDependencies": {
|
|
421
421
|
"@types/react": "^19.0",
|