@codefast/ui 0.3.7 → 0.3.8-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.
Files changed (2) hide show
  1. package/CHANGELOG.md +36 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,5 +1,41 @@
1
1
  # @codefast/ui
2
2
 
3
+ ## 0.3.8-canary.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`a5d483b`](https://github.com/codefastlabs/codefast/commit/a5d483b6232088b6d74e6146e0d1510843241ad0) Thanks [@thevuong](https://github.com/thevuong)! - refactor(jest-setup): extract custom matcher declarations to dedicated file
8
+
9
+ - [`9de2f17`](https://github.com/codefastlabs/codefast/commit/9de2f173fcac4ffe2dc919b98029321468a25b4b) Thanks [@thevuong](https://github.com/thevuong)! - feat(ui): update styles version and dependencies for animations and typography
10
+
11
+ - [`1163fa8`](https://github.com/codefastlabs/codefast/commit/1163fa802d29abb68a53eb403295ef1a27cdc7d9) Thanks [@thevuong](https://github.com/thevuong)! - feat(eslint-config): add support for multiple configuration presets in exports
12
+
13
+ - Updated dependencies [[`a5d483b`](https://github.com/codefastlabs/codefast/commit/a5d483b6232088b6d74e6146e0d1510843241ad0), [`9de2f17`](https://github.com/codefastlabs/codefast/commit/9de2f173fcac4ffe2dc919b98029321468a25b4b), [`1163fa8`](https://github.com/codefastlabs/codefast/commit/1163fa802d29abb68a53eb403295ef1a27cdc7d9)]:
14
+ - @codefast/tailwind-variants@0.3.8-canary.1
15
+ - @codefast-ui/checkbox-group@0.3.8-canary.1
16
+ - @codefast/hooks@0.3.8-canary.1
17
+ - @codefast-ui/input@0.3.8-canary.1
18
+ - @codefast-ui/input-number@0.3.8-canary.1
19
+ - @codefast-ui/progress-circle@0.3.8-canary.1
20
+
21
+ ## 0.3.8-canary.0
22
+
23
+ ### Patch Changes
24
+
25
+ - [`30ae5af`](https://github.com/codefastlabs/codefast/commit/30ae5af9b720a42f1debb2bb595b778bd64a43a5) Thanks [@thevuong](https://github.com/thevuong)! - feat(image-loader): add secure URL matching utilities and integrate with loaders
26
+
27
+ - [`c4404a3`](https://github.com/codefastlabs/codefast/commit/c4404a33ea694eacb0469772cdc834809d13aabc) Thanks [@thevuong](https://github.com/thevuong)! - refactor(eslint-config): simplify `ignores` patterns in `next-app` preset
28
+
29
+ - [`1ff5e63`](https://github.com/codefastlabs/codefast/commit/1ff5e63747205c248d326ba4b38a3b1caff91335) Thanks [@thevuong](https://github.com/thevuong)! - refactor(typescript-config): update TypeScript configurations for consistency and maintainability
30
+
31
+ - Updated dependencies [[`30ae5af`](https://github.com/codefastlabs/codefast/commit/30ae5af9b720a42f1debb2bb595b778bd64a43a5), [`c4404a3`](https://github.com/codefastlabs/codefast/commit/c4404a33ea694eacb0469772cdc834809d13aabc), [`1ff5e63`](https://github.com/codefastlabs/codefast/commit/1ff5e63747205c248d326ba4b38a3b1caff91335)]:
32
+ - @codefast-ui/checkbox-group@0.3.8-canary.0
33
+ - @codefast/hooks@0.3.8-canary.0
34
+ - @codefast-ui/input@0.3.8-canary.0
35
+ - @codefast-ui/input-number@0.3.8-canary.0
36
+ - @codefast-ui/progress-circle@0.3.8-canary.0
37
+ - @codefast/tailwind-variants@0.3.8-canary.0
38
+
3
39
  ## 0.3.7
4
40
 
5
41
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codefast/ui",
3
- "version": "0.3.7",
3
+ "version": "0.3.8-canary.1",
4
4
  "description": "Core UI components library built with React and Tailwind CSS",
5
5
  "keywords": [
6
6
  "ui",
@@ -74,6 +74,7 @@
74
74
  "@radix-ui/react-tooltip": "^1.2.8",
75
75
  "@radix-ui/react-use-controllable-state": "^1.2.2",
76
76
  "@radix-ui/react-visually-hidden": "^1.2.3",
77
+ "@tailwindcss/typography": "^0.5.19",
77
78
  "chalk": "^5.6.2",
78
79
  "cmdk": "^1.1.1",
79
80
  "date-fns": "^4.1.0",
@@ -87,13 +88,14 @@
87
88
  "recharts": "^3.2.1",
88
89
  "sonner": "^2.0.7",
89
90
  "tailwind-merge": "^3.3.1",
91
+ "tw-animate-css": "^1.4.0",
90
92
  "vaul": "^1.1.2",
91
- "@codefast-ui/checkbox-group": "0.3.7",
92
- "@codefast-ui/input": "0.3.7",
93
- "@codefast-ui/input-number": "0.3.7",
94
- "@codefast-ui/progress-circle": "0.3.7",
95
- "@codefast/tailwind-variants": "0.3.7",
96
- "@codefast/hooks": "0.3.7"
93
+ "@codefast-ui/checkbox-group": "0.3.8-canary.1",
94
+ "@codefast-ui/input": "0.3.8-canary.1",
95
+ "@codefast-ui/input-number": "0.3.8-canary.1",
96
+ "@codefast-ui/progress-circle": "0.3.8-canary.1",
97
+ "@codefast/hooks": "0.3.8-canary.1",
98
+ "@codefast/tailwind-variants": "0.3.8-canary.1"
97
99
  },
98
100
  "devDependencies": {
99
101
  "@rsbuild/plugin-react": "^1.4.1",
@@ -101,7 +103,6 @@
101
103
  "@swc/core": "^1.13.19",
102
104
  "@swc/jest": "^0.2.39",
103
105
  "@tailwindcss/postcss": "^4.1.13",
104
- "@tailwindcss/typography": "^0.5.19",
105
106
  "@testing-library/dom": "^10.4.1",
106
107
  "@testing-library/jest-dom": "^6.8.0",
107
108
  "@testing-library/react": "^16.3.0",
@@ -116,10 +117,9 @@
116
117
  "postcss": "^8.5.6",
117
118
  "tailwindcss": "^4.1.13",
118
119
  "ts-node": "^10.9.2",
119
- "tw-animate-css": "^1.4.0",
120
120
  "typescript": "^5.9.2",
121
- "@codefast/eslint-config": "0.3.7",
122
- "@codefast/typescript-config": "0.3.7"
121
+ "@codefast/eslint-config": "0.3.8-canary.1",
122
+ "@codefast/typescript-config": "0.3.8-canary.1"
123
123
  },
124
124
  "peerDependencies": {
125
125
  "@types/react": "^19.0",