tailwind-preset-mantine 2.0.6 → 2.1.0
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/README.md +3 -3
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/tailwind-preset-mantine)
|
|
4
4
|
|
|
5
|
-
A [Tailwind CSS (v4)](https://tailwindcss.com/) preset for seamless integration with [Mantine UI (v7)](https://mantine.dev/).
|
|
5
|
+
A [Tailwind CSS (v4)](https://tailwindcss.com/) preset for seamless integration with [Mantine UI (v7 || v8)](https://mantine.dev/).
|
|
6
6
|
|
|
7
7
|
## Compatibility
|
|
8
8
|
|
|
9
9
|
| Tailwind CSS Version | Mantine Version | Preset Version |
|
|
10
10
|
|---------------------|-----------------|----------------|
|
|
11
|
-
| v4 | v7
|
|
12
|
-
| v3 | v7
|
|
11
|
+
| v4 | v7 || v8 | v2 (current) |
|
|
12
|
+
| v3 | v7 || v8 | ([v1](https://github.com/songkeys/tailwind-preset-mantine/tree/v1))* |
|
|
13
13
|
|
|
14
14
|
*Note: you can still use v1 for Tailwind CSS V4 via [`@config`](https://tailwindcss.com/docs/upgrade-guide#using-a-javascript-config-file) directive.
|
|
15
15
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tailwind-preset-mantine",
|
|
3
|
-
"version": "2.0
|
|
3
|
+
"version": "2.1.0",
|
|
4
4
|
"description": "Integrate Mantine with Tailwind CSS",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"mantine",
|
|
@@ -30,15 +30,15 @@
|
|
|
30
30
|
"src"
|
|
31
31
|
],
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"tsx": "^4.19.
|
|
33
|
+
"tsx": "^4.19.4"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@biomejs/biome": "^1.9.4",
|
|
37
|
-
"@mantine/core": "^
|
|
37
|
+
"@mantine/core": "^8.0.0",
|
|
38
38
|
"bumpp": "^10.1.0"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|
|
41
|
-
"@mantine/core": "^7",
|
|
41
|
+
"@mantine/core": "^7 || ^8",
|
|
42
42
|
"tailwindcss": "^4"
|
|
43
43
|
},
|
|
44
44
|
"scripts": {
|