@codefast/ui 0.3.12-canary.1 → 0.3.12

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 +59 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,64 @@
1
1
  # @codefast/ui
2
2
 
3
+ ## 0.3.12
4
+
5
+ ### Patch Changes
6
+
7
+ - [#387](https://github.com/codefastlabs/codefast/pull/387) [`b393c9b`](https://github.com/codefastlabs/codefast/commit/b393c9b780c6776c04cc26d6058c574929bbc6b5) Thanks [@thevuong](https://github.com/thevuong)! - refactor(cli): update imports to use scoped `@codefast/tailwind-variants`
8
+
9
+ - [#387](https://github.com/codefastlabs/codefast/pull/387) [`e1b045f`](https://github.com/codefastlabs/codefast/commit/e1b045f16621807e61648cd77cc2486e10021ce5) Thanks [@thevuong](https://github.com/thevuong)! - feat(scripts): add bucket label summarization for grouping
10
+
11
+ - [#387](https://github.com/codefastlabs/codefast/pull/387) [`3528b84`](https://github.com/codefastlabs/codefast/commit/3528b843e86cccaebbdd4c1e5e10718a2f18ece4) Thanks [@thevuong](https://github.com/thevuong)! - chore(cli): improve skipped package logging and handle missing `package.json` gracefully
12
+
13
+ - [#387](https://github.com/codefastlabs/codefast/pull/387) [`165e92a`](https://github.com/codefastlabs/codefast/commit/165e92a92f6198493e17d29fc225216622c6c5ab) Thanks [@thevuong](https://github.com/thevuong)! - refactor(cli): improve test coverage and simplify utilities
14
+
15
+ - [`b3dfccb`](https://github.com/codefastlabs/codefast/commit/b3dfccbccff8961ca75a4671ae39e7616a7fa59c) Thanks [@thevuong](https://github.com/thevuong)! - refactor: switch package build scripts from tsdown to TypeScript build configs, align UI CSS exports to source CSS paths, and remove obsolete migration tooling
16
+
17
+ - [#387](https://github.com/codefastlabs/codefast/pull/387) [`8670d9e`](https://github.com/codefastlabs/codefast/commit/8670d9e2dc593fc569471dd96e2df185fa0a68b5) Thanks [@thevuong](https://github.com/thevuong)! - refactor(cli): enhance comments and logging in `arrange` module
18
+
19
+ - [#387](https://github.com/codefastlabs/codefast/pull/387) [`5165100`](https://github.com/codefastlabs/codefast/commit/5165100bdf6af2b13c30cc3f257f05dd7b3c859b) Thanks [@thevuong](https://github.com/thevuong)! - refactor(cli): remove outdated unit tests for `arrange`
20
+
21
+ - [#387](https://github.com/codefastlabs/codefast/pull/387) [`881b85f`](https://github.com/codefastlabs/codefast/commit/881b85fc2759c49137e7dcb049fb1a88a9ad67f0) Thanks [@thevuong](https://github.com/thevuong)! - refactor(ui): reduce visual noise in Tailwind classes
22
+
23
+ - [#387](https://github.com/codefastlabs/codefast/pull/387) [`35f8e7e`](https://github.com/codefastlabs/codefast/commit/35f8e7e6fff0a8256fc3d5c0ea2507cd4db85c98) Thanks [@thevuong](https://github.com/thevuong)! - refactor(ui): split utility class declarations across components for enhanced readability
24
+
25
+ - [`cb53569`](https://github.com/codefastlabs/codefast/commit/cb5356985d4f349dd12a32f9de85cc7d13e8cc74) Thanks [@thevuong](https://github.com/thevuong)! - refactor: migrate package dependencies to catalog references
26
+
27
+ - [#387](https://github.com/codefastlabs/codefast/pull/387) [`9e22902`](https://github.com/codefastlabs/codefast/commit/9e22902ea2ed36abae3ba8acd461f2c2b6296eb6) Thanks [@thevuong](https://github.com/thevuong)! - chore(cli): refactor `generate-exports` and `tailwind-cn` commands into `mirror` and `arrange` commands
28
+
29
+ - [#387](https://github.com/codefastlabs/codefast/pull/387) [`b7feafb`](https://github.com/codefastlabs/codefast/commit/b7feafb02188ea6fcc34a75440d190dd5809b744) Thanks [@thevuong](https://github.com/thevuong)! - refactor(cli): standardize variable names in `arrange` module for clarity
30
+
31
+ - [#387](https://github.com/codefastlabs/codefast/pull/387) [`2f14ad3`](https://github.com/codefastlabs/codefast/commit/2f14ad317df1f13b48db69e0927abebb63dafc3e) Thanks [@thevuong](https://github.com/thevuong)! - feat(cli): implement `arrange` module for token analysis and formatting
32
+
33
+ - [#387](https://github.com/codefastlabs/codefast/pull/387) [`5a2c44b`](https://github.com/codefastlabs/codefast/commit/5a2c44bb180d2c886c97ad87c102a88a55e340aa) Thanks [@thevuong](https://github.com/thevuong)! - chore: migrate utility imports to updated `#lib/utils` alias
34
+
35
+ - [#387](https://github.com/codefastlabs/codefast/pull/387) [`bbaeaed`](https://github.com/codefastlabs/codefast/commit/bbaeaedf247f56e95a3e5655424f42d2357912a9) Thanks [@thevuong](https://github.com/thevuong)! - refactor: split utility classes for readability in primitive components
36
+
37
+ - [#387](https://github.com/codefastlabs/codefast/pull/387) [`2c4b3de`](https://github.com/codefastlabs/codefast/commit/2c4b3def4b249a02646d0a4ca68670955ec033e9) Thanks [@thevuong](https://github.com/thevuong)! - feat(docs): update CLI README with expanded usage details
38
+
39
+ - [#387](https://github.com/codefastlabs/codefast/pull/387) [`6b32eb5`](https://github.com/codefastlabs/codefast/commit/6b32eb56d81b411c1a3736208a6f3b93c0f9aeba) Thanks [@thevuong](https://github.com/thevuong)! - feat(cli): localize `arrange` module and enhance error handling
40
+
41
+ - [#387](https://github.com/codefastlabs/codefast/pull/387) [`b7fe6c2`](https://github.com/codefastlabs/codefast/commit/b7fe6c2fda19bddb0a3bb015d421da3006bfe142) Thanks [@thevuong](https://github.com/thevuong)! - chore(cli): migrate `generate-exports` script to CLI with new commands and tests
42
+
43
+ - [#387](https://github.com/codefastlabs/codefast/pull/387) [`f964767`](https://github.com/codefastlabs/codefast/commit/f96476757b4cf40100e0ee92f777219fd69f406b) Thanks [@thevuong](https://github.com/thevuong)! - refactor(cli): replace `ArrangeFs` and `ArrangeLogger` with `CliFs` and `CliLogger`
44
+
45
+ - [#387](https://github.com/codefastlabs/codefast/pull/387) [`9c3a840`](https://github.com/codefastlabs/codefast/commit/9c3a840f024ecd401b9052e104933fd2189ff51a) Thanks [@thevuong](https://github.com/thevuong)! - feat(cli): refine `arrange` token handling and enhance compatibility
46
+
47
+ - [`82b37c0`](https://github.com/codefastlabs/codefast/commit/82b37c02ad0086114082cc02be54a60d0c4478a6) Thanks [@thevuong](https://github.com/thevuong)! - refactor: rename typecheck scripts to check-types for consistency
48
+
49
+ - [#387](https://github.com/codefastlabs/codefast/pull/387) [`a721bb6`](https://github.com/codefastlabs/codefast/commit/a721bb6e938308194bf810c9e1143d389dc17c61) Thanks [@thevuong](https://github.com/thevuong)! - test(cli): improve test coverage and add repo root tests
50
+
51
+ - [#387](https://github.com/codefastlabs/codefast/pull/387) [`e11a468`](https://github.com/codefastlabs/codefast/commit/e11a4689cc3821624c93cbd151fc86616fb59578) Thanks [@thevuong](https://github.com/thevuong)! - refactor(cli): restructure `arrange` imports and improve dependency management
52
+
53
+ - [#387](https://github.com/codefastlabs/codefast/pull/387) [`bb616f0`](https://github.com/codefastlabs/codefast/commit/bb616f0fddab38e1fc87c296dac5506a7e0386c3) Thanks [@thevuong](https://github.com/thevuong)! - refactor(cli): reorganize `arrange` and `mirror` modules, extract utilities
54
+
55
+ - [`3f647bc`](https://github.com/codefastlabs/codefast/commit/3f647bce65e4c12d3349f06a5a3a80acf13b03de) Thanks [@thevuong](https://github.com/thevuong)! - refactor: align remaining alias references to subpath imports
56
+
57
+ - [#387](https://github.com/codefastlabs/codefast/pull/387) [`56b6f43`](https://github.com/codefastlabs/codefast/commit/56b6f43ff42be0e80d81392f5104ce6fc3e2d022) Thanks [@thevuong](https://github.com/thevuong)! - feat(cli): enhance workspace package discovery in `mirror sync`
58
+
59
+ - Updated dependencies [[`b3dfccb`](https://github.com/codefastlabs/codefast/commit/b3dfccbccff8961ca75a4671ae39e7616a7fa59c), [`cb53569`](https://github.com/codefastlabs/codefast/commit/cb5356985d4f349dd12a32f9de85cc7d13e8cc74), [`e032524`](https://github.com/codefastlabs/codefast/commit/e032524a496132bb3ff6377a7348a7771c1d97dd), [`82b37c0`](https://github.com/codefastlabs/codefast/commit/82b37c02ad0086114082cc02be54a60d0c4478a6), [`3f647bc`](https://github.com/codefastlabs/codefast/commit/3f647bce65e4c12d3349f06a5a3a80acf13b03de)]:
60
+ - @codefast/tailwind-variants@0.3.12
61
+
3
62
  ## 0.3.12-canary.1
4
63
 
5
64
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codefast/ui",
3
- "version": "0.3.12-canary.1",
3
+ "version": "0.3.12",
4
4
  "description": "Core UI components library built with React and Tailwind CSS",
5
5
  "keywords": [
6
6
  "components",
@@ -399,7 +399,7 @@
399
399
  "sonner": "^2.0.7",
400
400
  "tw-animate-css": "^1.4.0",
401
401
  "vaul": "^1.1.2",
402
- "@codefast/tailwind-variants": "0.3.12-canary.1"
402
+ "@codefast/tailwind-variants": "0.3.12"
403
403
  },
404
404
  "devDependencies": {
405
405
  "@swc/core": "^1.15.24",
@@ -420,7 +420,7 @@
420
420
  "tailwindcss": "^4.2.2",
421
421
  "ts-node": "^10.9.2",
422
422
  "typescript": "^6.0.2",
423
- "@codefast/typescript-config": "0.3.12-canary.1"
423
+ "@codefast/typescript-config": "0.3.12"
424
424
  },
425
425
  "peerDependencies": {
426
426
  "@types/react": "^19.0",