@form-eng/mui 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.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -1,3 +1,7 @@
1
+ > **DEPRECATED:** This package has been renamed to [`@formosaic/mui`](https://www.npmjs.com/package/@formosaic/mui). Please install `@formosaic/mui` 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/mui
2
6
 
3
7
  Material UI (MUI) field components for [`@form-eng/core`](https://www.npmjs.com/package/@form-eng/core). Provides 22 editable and 6 read-only field types that plug into the core form engine.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@form-eng/mui",
3
- "version": "1.6.0",
3
+ "version": "1.6.1",
4
4
  "description": "Material UI (MUI) field components for @form-eng/core",
5
5
  "repository": {
6
6
  "type": "git",
@@ -70,5 +70,6 @@
70
70
  "typescript": "^5.9.3",
71
71
  "@types/react": "^19.2.14",
72
72
  "@types/react-dom": "^19.2.3"
73
- }
73
+ },
74
+ "deprecated": "This package has been renamed to @formosaic/mui. Install @formosaic/mui instead. See https://github.com/bghcore/formosaic"
74
75
  }