@form-eng/react-aria 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/react-aria`](https://www.npmjs.com/package/@formosaic/react-aria). Please install `@formosaic/react-aria` 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/react-aria
2
6
 
3
7
  React Aria Components adapter for `@form-eng/core`. Provides 28 accessible field components using [React Aria Components](https://react-spectrum.adobe.com/react-aria/) for best-in-class ARIA patterns. Includes 11 native React Aria components and 17 semantic HTML fallbacks.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@form-eng/react-aria",
3
- "version": "1.6.0",
3
+ "version": "1.6.1",
4
4
  "description": "React Aria Components field implementations for @form-eng/core",
5
5
  "repository": {
6
6
  "type": "git",
@@ -69,5 +69,6 @@
69
69
  "typescript": "^5.9.3",
70
70
  "@types/react": "^19.2.14",
71
71
  "@types/react-dom": "^19.2.3"
72
- }
72
+ },
73
+ "deprecated": "This package has been renamed to @formosaic/react-aria. Install @formosaic/react-aria instead. See https://github.com/bghcore/formosaic"
73
74
  }