@codefast/ui 0.3.7 → 1.0.1-canary.2

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 +3 -67
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,81 +1,17 @@
1
1
  # @codefast/ui
2
2
 
3
- ## 0.3.7
4
-
5
- ### Patch Changes
6
-
7
- - [`d35a1b7`](https://github.com/codefastlabs/codefast/commit/d35a1b76ad65d12a0ebb69dd141b2c38d98973d0) Thanks [@thevuong](https://github.com/thevuong)! - chore: bump package versions for dependency updates
8
-
9
- - [`e66e9ac`](https://github.com/codefastlabs/codefast/commit/e66e9ac1186a94cb30d83d7125d4991ee91c7a41) Thanks [@thevuong](https://github.com/thevuong)! - refactor: improve readability and naming consistency across multiple packages
10
-
11
- - [`c98a4f3`](https://github.com/codefastlabs/codefast/commit/c98a4f3c821039557205fdb0fc4b5a55d8b81944) Thanks [@thevuong](https://github.com/thevuong)! - chore(dependencies): update multiple dependencies to latest versions
12
-
13
- - [`161717d`](https://github.com/codefastlabs/codefast/commit/161717db82457444b793bad252099084ef490085) Thanks [@thevuong](https://github.com/thevuong)! - feat(eslint-config): strengthen unicorn and TypeScript rule configurations
14
-
15
- - [`dea11de`](https://github.com/codefastlabs/codefast/commit/dea11deef4cab04a9ed2cd411251f6ad939acba6) Thanks [@thevuong](https://github.com/thevuong)! - chore(ui): integrate `tw-animate-css` and enhance animation easing consistency
16
-
17
- - [`6995bee`](https://github.com/codefastlabs/codefast/commit/6995bee4991257294cc6d520af6989e237392775) Thanks [@thevuong](https://github.com/thevuong)! - chore(tailwind-variants): downgrade version to `0.3.7-canary.2`
18
-
19
- - [`345eb36`](https://github.com/codefastlabs/codefast/commit/345eb368a1e44051e215c0e74a255bb8bf7cca76) Thanks [@thevuong](https://github.com/thevuong)! - chore(cli): implement CLI framework with initial commands and adapters
20
-
21
- - [`d5d8343`](https://github.com/codefastlabs/codefast/commit/d5d83431d97f433f9dd5d1c745bd35f163573ad2) Thanks [@thevuong](https://github.com/thevuong)! - chore(ui): replace `tw-animate-css` with `@tailwindcss/typography` for improved styling capabilities
22
-
23
- - [`2f0fd79`](https://github.com/codefastlabs/codefast/commit/2f0fd791d1505279a9c8570f8f3fddcf058d64ee) Thanks [@thevuong](https://github.com/thevuong)! - chore: reorder imports for consistency and clarity
24
-
25
- - [`0c0ae47`](https://github.com/codefastlabs/codefast/commit/0c0ae47e822ca82609d5e2dfe55629387ec88df1) Thanks [@thevuong](https://github.com/thevuong)! - chore(ui): update animations and dependencies for improved consistency
26
-
27
- - [`728b150`](https://github.com/codefastlabs/codefast/commit/728b1503583d1f130c2f0abd503343dd8c802ee6) Thanks [@thevuong](https://github.com/thevuong)! - chore(tests): remove obsolete test files for core use cases and adapters
28
-
29
- - [`288ce19`](https://github.com/codefastlabs/codefast/commit/288ce19a5ab93a2e926579b5404395b050eadc36) Thanks [@thevuong](https://github.com/thevuong)! - chore(deps): update @rslib/core and eslint-plugin-turbo to version 0.14.0 and 2.5.7 respectively
30
-
31
- - Updated dependencies [[`d35a1b7`](https://github.com/codefastlabs/codefast/commit/d35a1b76ad65d12a0ebb69dd141b2c38d98973d0), [`e66e9ac`](https://github.com/codefastlabs/codefast/commit/e66e9ac1186a94cb30d83d7125d4991ee91c7a41), [`c98a4f3`](https://github.com/codefastlabs/codefast/commit/c98a4f3c821039557205fdb0fc4b5a55d8b81944), [`161717d`](https://github.com/codefastlabs/codefast/commit/161717db82457444b793bad252099084ef490085), [`dea11de`](https://github.com/codefastlabs/codefast/commit/dea11deef4cab04a9ed2cd411251f6ad939acba6), [`6995bee`](https://github.com/codefastlabs/codefast/commit/6995bee4991257294cc6d520af6989e237392775), [`345eb36`](https://github.com/codefastlabs/codefast/commit/345eb368a1e44051e215c0e74a255bb8bf7cca76), [`d5d8343`](https://github.com/codefastlabs/codefast/commit/d5d83431d97f433f9dd5d1c745bd35f163573ad2), [`2f0fd79`](https://github.com/codefastlabs/codefast/commit/2f0fd791d1505279a9c8570f8f3fddcf058d64ee), [`0c0ae47`](https://github.com/codefastlabs/codefast/commit/0c0ae47e822ca82609d5e2dfe55629387ec88df1), [`728b150`](https://github.com/codefastlabs/codefast/commit/728b1503583d1f130c2f0abd503343dd8c802ee6), [`288ce19`](https://github.com/codefastlabs/codefast/commit/288ce19a5ab93a2e926579b5404395b050eadc36)]:
32
- - @codefast/tailwind-variants@0.3.7
33
- - @codefast-ui/progress-circle@0.3.7
34
- - @codefast-ui/checkbox-group@0.3.7
35
- - @codefast-ui/input-number@0.3.7
36
- - @codefast/hooks@0.3.7
37
- - @codefast-ui/input@0.3.7
38
-
39
- ## 0.3.7-canary.4
40
-
41
- ### Patch Changes
42
-
43
- - [`d35a1b7`](https://github.com/codefastlabs/codefast/commit/d35a1b76ad65d12a0ebb69dd141b2c38d98973d0) Thanks [@thevuong](https://github.com/thevuong)! - chore: bump package versions for dependency updates
44
-
45
- - Updated dependencies [[`d35a1b7`](https://github.com/codefastlabs/codefast/commit/d35a1b76ad65d12a0ebb69dd141b2c38d98973d0)]:
46
- - @codefast/tailwind-variants@0.3.7-canary.4
47
- - @codefast-ui/progress-circle@0.3.7-canary.4
48
- - @codefast-ui/checkbox-group@0.3.7-canary.4
49
- - @codefast-ui/input-number@0.3.7-canary.4
50
- - @codefast/hooks@0.3.7-canary.4
51
- - @codefast-ui/input@0.3.7-canary.4
52
-
53
- ## 0.3.7-canary.3
54
-
55
- ### Patch Changes
56
-
57
- - [`6995bee`](https://github.com/codefastlabs/codefast/commit/6995bee4991257294cc6d520af6989e237392775) Thanks [@thevuong](https://github.com/thevuong)! - chore(tailwind-variants): downgrade version to `0.3.7-canary.2`
58
-
59
- - Updated dependencies [[`6995bee`](https://github.com/codefastlabs/codefast/commit/6995bee4991257294cc6d520af6989e237392775)]:
60
- - @codefast/tailwind-variants@0.3.7-canary.3
61
- - @codefast-ui/checkbox-group@0.3.7-canary.3
62
- - @codefast/hooks@0.3.7-canary.3
63
- - @codefast-ui/input@0.3.7-canary.3
64
- - @codefast-ui/input-number@0.3.7-canary.3
65
- - @codefast-ui/progress-circle@0.3.7-canary.3
66
-
67
- ## 0.3.7-canary.2
3
+ ## 1.0.1-canary.2
68
4
 
69
5
  ### Patch Changes
70
6
 
71
7
  - [`288ce19`](https://github.com/codefastlabs/codefast/commit/288ce19a5ab93a2e926579b5404395b050eadc36) Thanks [@thevuong](https://github.com/thevuong)! - chore(deps): update @rslib/core and eslint-plugin-turbo to version 0.14.0 and 2.5.7 respectively
72
8
 
73
9
  - Updated dependencies [[`288ce19`](https://github.com/codefastlabs/codefast/commit/288ce19a5ab93a2e926579b5404395b050eadc36)]:
74
- - @codefast/tailwind-variants@0.3.7-canary.2
10
+ - @codefast/tailwind-variants@1.0.1-canary.2
75
11
  - @codefast-ui/progress-circle@0.3.7-canary.2
76
12
  - @codefast-ui/checkbox-group@0.3.7-canary.2
77
13
  - @codefast-ui/input-number@0.3.7-canary.2
78
- - @codefast/hooks@0.3.7-canary.2
14
+ - @codefast/hooks@1.0.1-canary.2
79
15
  - @codefast-ui/input@0.3.7-canary.2
80
16
 
81
17
  ## 0.3.7-canary.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codefast/ui",
3
- "version": "0.3.7",
3
+ "version": "1.0.1-canary.2",
4
4
  "description": "Core UI components library built with React and Tailwind CSS",
5
5
  "keywords": [
6
6
  "ui",
@@ -88,20 +88,20 @@
88
88
  "sonner": "^2.0.7",
89
89
  "tailwind-merge": "^3.3.1",
90
90
  "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"
91
+ "@codefast-ui/checkbox-group": "0.3.7-canary.2",
92
+ "@codefast-ui/input": "0.3.7-canary.2",
93
+ "@codefast-ui/input-number": "0.3.7-canary.2",
94
+ "@codefast-ui/progress-circle": "0.3.7-canary.2",
95
+ "@codefast/hooks": "1.0.1-canary.2",
96
+ "@codefast/tailwind-variants": "1.0.1-canary.2"
97
97
  },
98
98
  "devDependencies": {
99
- "@rsbuild/plugin-react": "^1.4.1",
99
+ "@rsbuild/plugin-react": "^1.4.0",
100
100
  "@rslib/core": "^0.14.0",
101
- "@swc/core": "^1.13.19",
101
+ "@swc/core": "^1.13.5",
102
102
  "@swc/jest": "^0.2.39",
103
103
  "@tailwindcss/postcss": "^4.1.13",
104
- "@tailwindcss/typography": "^0.5.19",
104
+ "@tailwindcss/typography": "^0.5.17",
105
105
  "@testing-library/dom": "^10.4.1",
106
106
  "@testing-library/jest-dom": "^6.8.0",
107
107
  "@testing-library/react": "^16.3.0",
@@ -116,10 +116,10 @@
116
116
  "postcss": "^8.5.6",
117
117
  "tailwindcss": "^4.1.13",
118
118
  "ts-node": "^10.9.2",
119
- "tw-animate-css": "^1.4.0",
119
+ "tw-animate-css": "^1.3.8",
120
120
  "typescript": "^5.9.2",
121
- "@codefast/eslint-config": "0.3.7",
122
- "@codefast/typescript-config": "0.3.7"
121
+ "@codefast/eslint-config": "1.0.1-canary.2",
122
+ "@codefast/typescript-config": "1.0.1-canary.2"
123
123
  },
124
124
  "peerDependencies": {
125
125
  "@types/react": "^19.0",