@codefast/tailwind-variants 0.3.7 → 0.3.8-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.
- package/CHANGELOG.md +40 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,45 @@
|
|
|
1
1
|
# @codefast/tailwind-variants
|
|
2
2
|
|
|
3
|
+
## 0.3.8-canary.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`1cf6c06`](https://github.com/codefastlabs/codefast/commit/1cf6c06046d25579e0e36f013bf108d7011139d8) Thanks [@thevuong](https://github.com/thevuong)! - refactor(ui): update imports to use `@codefast/tailwind-variants` for utility functions and types
|
|
8
|
+
|
|
9
|
+
- [`1b9ab0e`](https://github.com/codefastlabs/codefast/commit/1b9ab0e5af2f02473d572a0443501216cc3fa880) Thanks [@thevuong](https://github.com/thevuong)! - refactor(ui): update imports to use `@codefast/tailwind-variants`
|
|
10
|
+
|
|
11
|
+
- [`ac55f56`](https://github.com/codefastlabs/codefast/commit/ac55f569207dfd79f270f7ed6a0a1d0c6c5cee5e) Thanks [@thevuong](https://github.com/thevuong)! - refactor(styles): replace `@variant dark` with `.dark` in globals.css
|
|
12
|
+
|
|
13
|
+
- [`c322adb`](https://github.com/codefastlabs/codefast/commit/c322adbb6953fd3bf17376d2ac3064747604113f) Thanks [@thevuong](https://github.com/thevuong)! - refactor(configs): adjust PostCSS plugins and remove unused deps
|
|
14
|
+
|
|
15
|
+
- [`6d4b17e`](https://github.com/codefastlabs/codefast/commit/6d4b17e577bda3b5d5a6c74dea28d6968b527751) Thanks [@thevuong](https://github.com/thevuong)! - feat(styles): add usage examples for CSS variables to enhance documentation
|
|
16
|
+
|
|
17
|
+
- [`da3d5d1`](https://github.com/codefastlabs/codefast/commit/da3d5d114ada0c48ffcb79d993c8e9a07f420c70) Thanks [@thevuong](https://github.com/thevuong)! - refactor(deps): update Jest and SWC dependencies
|
|
18
|
+
|
|
19
|
+
- [`f40943c`](https://github.com/codefastlabs/codefast/commit/f40943c85ff0daf8ae3a48deb3e2c848b0a54976) Thanks [@thevuong](https://github.com/thevuong)! - refactor(styles): remove `@tailwindcss/typography` for simplicity
|
|
20
|
+
|
|
21
|
+
- [`dbe05a0`](https://github.com/codefastlabs/codefast/commit/dbe05a0246a7e2a582f6c7255d3a458002295f29) Thanks [@thevuong](https://github.com/thevuong)! - refactor(styles): update comment formatting in global and theme CSS files
|
|
22
|
+
|
|
23
|
+
## 0.3.8-canary.1
|
|
24
|
+
|
|
25
|
+
### Patch Changes
|
|
26
|
+
|
|
27
|
+
- [`a5d483b`](https://github.com/codefastlabs/codefast/commit/a5d483b6232088b6d74e6146e0d1510843241ad0) Thanks [@thevuong](https://github.com/thevuong)! - refactor(jest-setup): extract custom matcher declarations to dedicated file
|
|
28
|
+
|
|
29
|
+
- [`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
|
|
30
|
+
|
|
31
|
+
- [`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
|
|
32
|
+
|
|
33
|
+
## 0.3.8-canary.0
|
|
34
|
+
|
|
35
|
+
### Patch Changes
|
|
36
|
+
|
|
37
|
+
- [`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
|
|
38
|
+
|
|
39
|
+
- [`c4404a3`](https://github.com/codefastlabs/codefast/commit/c4404a33ea694eacb0469772cdc834809d13aabc) Thanks [@thevuong](https://github.com/thevuong)! - refactor(eslint-config): simplify `ignores` patterns in `next-app` preset
|
|
40
|
+
|
|
41
|
+
- [`1ff5e63`](https://github.com/codefastlabs/codefast/commit/1ff5e63747205c248d326ba4b38a3b1caff91335) Thanks [@thevuong](https://github.com/thevuong)! - refactor(typescript-config): update TypeScript configurations for consistency and maintainability
|
|
42
|
+
|
|
3
43
|
## 0.3.7
|
|
4
44
|
|
|
5
45
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codefast/tailwind-variants",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.8-canary.2",
|
|
4
4
|
"description": "Tailwind CSS variants utilities with enhanced functionality and advanced type safety",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"tailwind",
|
|
@@ -48,18 +48,18 @@
|
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@rslib/core": "^0.14.0",
|
|
51
|
-
"@swc/core": "^1.13.
|
|
51
|
+
"@swc/core": "^1.13.20",
|
|
52
52
|
"@swc/jest": "^0.2.39",
|
|
53
53
|
"@types/jest": "^30.0.0",
|
|
54
54
|
"@types/node": "^24.5.2",
|
|
55
55
|
"eslint": "^9.36.0",
|
|
56
56
|
"expect-type": "^1.2.2",
|
|
57
|
-
"jest": "^30.
|
|
58
|
-
"jest-environment-jsdom": "^30.
|
|
57
|
+
"jest": "^30.2.0",
|
|
58
|
+
"jest-environment-jsdom": "^30.2.0",
|
|
59
59
|
"ts-node": "^10.9.2",
|
|
60
60
|
"typescript": "^5.9.2",
|
|
61
|
-
"@codefast/eslint-config": "0.3.
|
|
62
|
-
"@codefast/typescript-config": "0.3.
|
|
61
|
+
"@codefast/eslint-config": "0.3.8-canary.2",
|
|
62
|
+
"@codefast/typescript-config": "0.3.8-canary.2"
|
|
63
63
|
},
|
|
64
64
|
"publishConfig": {
|
|
65
65
|
"access": "public"
|
|
@@ -69,8 +69,8 @@
|
|
|
69
69
|
"check-types": "tsc --noEmit",
|
|
70
70
|
"clean": "rm -rf dist",
|
|
71
71
|
"dev": "rslib build --watch",
|
|
72
|
-
"lint": "TIMING=1 eslint
|
|
73
|
-
"lint:fix": "TIMING=1 eslint --max-warnings 0 --fix
|
|
72
|
+
"lint": "TIMING=1 eslint --max-warnings 0",
|
|
73
|
+
"lint:fix": "TIMING=1 eslint --max-warnings 0 --fix",
|
|
74
74
|
"test": "jest",
|
|
75
75
|
"test:coverage": "jest --coverage",
|
|
76
76
|
"test:coverage:ci": "jest --coverage --ci",
|