@chris-c-brine/form-dialog 1.1.5 → 1.1.6
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 -4
- package/dist/index.esm.js +17226 -14
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +17226 -14
- package/dist/index.js.map +1 -1
- package/package.json +4 -3
package/README.md
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
# @Chris-C-Brine/FormDialog
|
|
2
|
+
[](https://www.npmjs.com/package/@chris-c-brine/form-dialog)
|
|
3
|
+
[](https://github.com/Chris-C-Brine/form-dialog/blob/main/LICENSE)
|
|
2
4
|
|
|
3
5
|
Easy Form Dialogs with a persistable state!
|
|
4
6
|
|
|
@@ -7,7 +9,7 @@ A React component library that seamlessly integrates Material UI dialogs with Re
|
|
|
7
9
|
## Installation
|
|
8
10
|
|
|
9
11
|
```bash
|
|
10
|
-
npm install @chris-c-brine/form-dialog
|
|
12
|
+
npm install @chris-c-brine/form-dialog
|
|
11
13
|
```
|
|
12
14
|
|
|
13
15
|
## Dependencies
|
|
@@ -16,7 +18,6 @@ This package has the following peer dependencies that need to be installed in yo
|
|
|
16
18
|
- @emotion/styled: ^11.14.0
|
|
17
19
|
- @mui/icons-material: ^7.1.0
|
|
18
20
|
- @mui/material: ^7.1.0
|
|
19
|
-
- lodash: ^4.17.21
|
|
20
21
|
- react: ^19.1.0
|
|
21
22
|
- react-dom: ^19.1.0
|
|
22
23
|
- react-hook-form: ^7.56.2
|
|
@@ -328,9 +329,8 @@ export const LoginDialog = memo(function ({ dialogProps }: LoginDialogProps) {
|
|
|
328
329
|
|
|
329
330
|
LoginDialog.displayName = "LoginDialog";
|
|
330
331
|
|
|
331
|
-
|
|
332
332
|
```
|
|
333
333
|
|
|
334
334
|
## License
|
|
335
335
|
|
|
336
|
-
[
|
|
336
|
+
[AAL](LICENSE) © Christopher C. Brine
|