@form-eng/mantine 1.6.0 → 1.6.1
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 +4 -0
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
> **DEPRECATED:** This package has been renamed to [`@formosaic/mantine`](https://www.npmjs.com/package/@formosaic/mantine). Please install `@formosaic/mantine` instead. This package will no longer receive updates.
|
|
2
|
+
>
|
|
3
|
+
> **New repo:** [github.com/bghcore/formosaic](https://github.com/bghcore/formosaic)
|
|
4
|
+
|
|
1
5
|
# @form-eng/mantine
|
|
2
6
|
|
|
3
7
|
Mantine v7 field components for [@form-eng/core](https://www.npmjs.com/package/@form-eng/core).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@form-eng/mantine",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.1",
|
|
4
4
|
"description": "Mantine v7 field components for @form-eng/core",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -68,5 +68,6 @@
|
|
|
68
68
|
"typescript": "^5.9.3",
|
|
69
69
|
"@types/react": "^19.2.14",
|
|
70
70
|
"@types/react-dom": "^19.2.3"
|
|
71
|
-
}
|
|
71
|
+
},
|
|
72
|
+
"deprecated": "This package has been renamed to @formosaic/mantine. Install @formosaic/mantine instead. See https://github.com/bghcore/formosaic"
|
|
72
73
|
}
|