formik-mui-fields 0.1.0 → 0.1.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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # @repo/formik-fields
1
+ # formik-mui-fields
2
2
 
3
3
  Formik-connected [MUI](https://mui.com/) form field components. Each component wraps an MUI input, wires it to Formik via `useField`, and automatically handles value binding, change/blur events, and validation error display.
4
4
 
@@ -158,7 +158,7 @@ import {
158
158
  FormikTextField,
159
159
  FormikSelect,
160
160
  FormikCheckbox,
161
- } from "@repo/formik-fields";
161
+ } from "formik-mui-fields";
162
162
 
163
163
  const MyForm = () => (
164
164
  <Formik
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "formik-mui-fields",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Formik-connected MUI form field components with automatic value, validation, and error handling",
5
5
  "keywords": [
6
6
  "formik",