@codefast/ui 0.3.9-canary.3 → 0.3.9
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 +43 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,48 @@
|
|
|
1
1
|
# @codefast/ui
|
|
2
2
|
|
|
3
|
+
## 0.3.9
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`cbc4092`](https://github.com/codefastlabs/codefast/commit/cbc4092c53c8a8c67685eaec87be95f580b24b88) Thanks [@thevuong](https://github.com/thevuong)! - refactor(eslint-config): rename presets for consistency
|
|
8
|
+
|
|
9
|
+
- [`dab8f27`](https://github.com/codefastlabs/codefast/commit/dab8f27d3d9bafcc547c310d33dbaeb364246b25) Thanks [@thevuong](https://github.com/thevuong)! - refactor(ui): remove `inputVariants` from `Input` and `InputNumber` components
|
|
10
|
+
|
|
11
|
+
- [`261c54b`](https://github.com/codefastlabs/codefast/commit/261c54be4eb37bd23868e058951b11c25f4e0072) Thanks [@thevuong](https://github.com/thevuong)! - refactor(ui): add `KbdGroup` component and enhance `Kbd` functionality
|
|
12
|
+
|
|
13
|
+
- [`c0e717f`](https://github.com/codefastlabs/codefast/commit/c0e717f15f1bfbb316174dc3ef050757a4b54041) Thanks [@thevuong](https://github.com/thevuong)! - refactor(ui, docs): add `Empty` component and integrate in registry components
|
|
14
|
+
|
|
15
|
+
- [`c2d5bc1`](https://github.com/codefastlabs/codefast/commit/c2d5bc11cc28069c8d6a5120f19a033cb31d3c3a) Thanks [@thevuong](https://github.com/thevuong)! - refactor(ui, docs): replace `InputSearch` implementation with `InputGroup`
|
|
16
|
+
|
|
17
|
+
- [`c8a296c`](https://github.com/codefastlabs/codefast/commit/c8a296c72a7d427ab0596e5ac124bbc4f6dedbaa) Thanks [@thevuong](https://github.com/thevuong)! - refactor(ui): add oklch-based CSS files for color themes
|
|
18
|
+
|
|
19
|
+
- [`035b71a`](https://github.com/codefastlabs/codefast/commit/035b71a1a589a67ac668f1320a6985bd9271b248) Thanks [@thevuong](https://github.com/thevuong)! - refactor(ui): add new size variants `icon-sm` and `icon-lg` to Button component
|
|
20
|
+
|
|
21
|
+
- [`4899386`](https://github.com/codefastlabs/codefast/commit/489938610509f94e9bafc09b46ecfc7318655261) Thanks [@thevuong](https://github.com/thevuong)! - refactor(ui): remove unused components and exports from `ui` package
|
|
22
|
+
|
|
23
|
+
- [`436e1d9`](https://github.com/codefastlabs/codefast/commit/436e1d941654beec192a9da9c6daefef6c4f6666) Thanks [@thevuong](https://github.com/thevuong)! - refactor(ui, docs): add `InputGroup` and `Field` components and integrate into registry
|
|
24
|
+
|
|
25
|
+
- [`970a122`](https://github.com/codefastlabs/codefast/commit/970a1220fc37908bc19138770f195461652e59f7) Thanks [@thevuong](https://github.com/thevuong)! - refactor(ui, docs): add `ButtonGroup` component and integrate into docs
|
|
26
|
+
|
|
27
|
+
- [`237b576`](https://github.com/codefastlabs/codefast/commit/237b576f8e12c528cfec40aefe2d0a68c0b01ac4) Thanks [@thevuong](https://github.com/thevuong)! - chore(deps): bump package versions across workspaces
|
|
28
|
+
|
|
29
|
+
- [`888a904`](https://github.com/codefastlabs/codefast/commit/888a9047e4ad2e79e5945fad09d5ffa8baef0a45) Thanks [@thevuong](https://github.com/thevuong)! - refactor(eslint-config): reorganize presets and imports
|
|
30
|
+
|
|
31
|
+
- [`1751374`](https://github.com/codefastlabs/codefast/commit/175137498b3a5144909a2f80e003d070ca5bf937) Thanks [@thevuong](https://github.com/thevuong)! - refactor(ui): update Button component to support asChild prop and simplify props structure
|
|
32
|
+
|
|
33
|
+
- [`4de46d0`](https://github.com/codefastlabs/codefast/commit/4de46d090cce30b3f65ed6203e566378c08d253c) Thanks [@thevuong](https://github.com/thevuong)! - refactor(ui): replace `bg-popover-overlay` with `bg-black/50` and remove unused CSS variables
|
|
34
|
+
|
|
35
|
+
- [`f88b73d`](https://github.com/codefastlabs/codefast/commit/f88b73dfc6f9d817ae83c26f20ef8f1d5b11a8c7) Thanks [@thevuong](https://github.com/thevuong)! - refactor(ui, docs): add `Item` component and integrate into docs
|
|
36
|
+
|
|
37
|
+
- [`bc4be51`](https://github.com/codefastlabs/codefast/commit/bc4be514f3df7de51ea49c5bd08a8b5bb92b0049) Thanks [@thevuong](https://github.com/thevuong)! - refactor(ui): replace CSS custom properties with oklch color values in neutral.css
|
|
38
|
+
|
|
39
|
+
- [`135b519`](https://github.com/codefastlabs/codefast/commit/135b5198dc0c26a1b885b2d2a84dfa078f2683f7) Thanks [@thevuong](https://github.com/thevuong)! - refactor(ui, docs): replace `InputPassword` implementation with `InputGroup`
|
|
40
|
+
|
|
41
|
+
- [`308eb18`](https://github.com/codefastlabs/codefast/commit/308eb18cc58934e2c0dfc92657e4bad9cac5699d) Thanks [@thevuong](https://github.com/thevuong)! - refactor(ui, docs): add `NativeSelect` component and integrate into docs
|
|
42
|
+
|
|
43
|
+
- Updated dependencies [[`237b576`](https://github.com/codefastlabs/codefast/commit/237b576f8e12c528cfec40aefe2d0a68c0b01ac4), [`888a904`](https://github.com/codefastlabs/codefast/commit/888a9047e4ad2e79e5945fad09d5ffa8baef0a45), [`1751374`](https://github.com/codefastlabs/codefast/commit/175137498b3a5144909a2f80e003d070ca5bf937)]:
|
|
44
|
+
- @codefast/tailwind-variants@0.3.9
|
|
45
|
+
|
|
3
46
|
## 0.3.9-canary.3
|
|
4
47
|
|
|
5
48
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codefast/ui",
|
|
3
|
-
"version": "0.3.9
|
|
3
|
+
"version": "0.3.9",
|
|
4
4
|
"description": "Core UI components library built with React and Tailwind CSS",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ui",
|
|
@@ -106,12 +106,12 @@
|
|
|
106
106
|
"sonner": "^2.0.7",
|
|
107
107
|
"tw-animate-css": "^1.4.0",
|
|
108
108
|
"vaul": "^1.1.2",
|
|
109
|
-
"@codefast/tailwind-variants": "0.3.9
|
|
109
|
+
"@codefast/tailwind-variants": "0.3.9"
|
|
110
110
|
},
|
|
111
111
|
"devDependencies": {
|
|
112
112
|
"@rsbuild/plugin-react": "^1.4.2",
|
|
113
113
|
"@rslib/core": "^0.17.2",
|
|
114
|
-
"@swc/core": "^1.15.
|
|
114
|
+
"@swc/core": "^1.15.2",
|
|
115
115
|
"@swc/jest": "^0.2.39",
|
|
116
116
|
"@tailwindcss/postcss": "^4.1.17",
|
|
117
117
|
"@testing-library/dom": "^10.4.1",
|
|
@@ -129,8 +129,8 @@
|
|
|
129
129
|
"tailwindcss": "^4.1.17",
|
|
130
130
|
"ts-node": "^10.9.2",
|
|
131
131
|
"typescript": "^5.9.3",
|
|
132
|
-
"@codefast/eslint-config": "0.3.9
|
|
133
|
-
"@codefast/typescript-config": "0.3.9
|
|
132
|
+
"@codefast/eslint-config": "0.3.9",
|
|
133
|
+
"@codefast/typescript-config": "0.3.9"
|
|
134
134
|
},
|
|
135
135
|
"peerDependencies": {
|
|
136
136
|
"@types/react": "^19.0",
|