@rjsf/chakra-ui 5.0.1 → 5.0.2
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/package.json +5 -5
package/README.md
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
<p align="center">
|
|
17
17
|
Chakra UI theme, fields and widgets for <a href="https://github.com/rjsf-team/react-jsonschema-form/"><code>react-jsonschema-form</code></a>.
|
|
18
18
|
<br />
|
|
19
|
-
<a href="https://react-jsonschema-form
|
|
19
|
+
<a href="https://rjsf-team.github.io/react-jsonschema-form/docs/"><strong>Explore the docs »</strong></a>
|
|
20
20
|
<br />
|
|
21
21
|
<br />
|
|
22
22
|
<a href="https://rjsf-team.github.io/react-jsonschema-form/">View Playground</a>
|
|
@@ -70,7 +70,7 @@ Exports `chakra-ui` theme, fields and widgets for `react-jsonschema-form`.
|
|
|
70
70
|
- `framer-motion >= 5.0.0`
|
|
71
71
|
- `@rjsf/core >= 2.0.0`
|
|
72
72
|
|
|
73
|
-
Refer to the [rjsf installation guide](https://react-jsonschema-form
|
|
73
|
+
Refer to the [rjsf installation guide](https://rjsf-team.github.io/react-jsonschema-form/docs/#installation) and [chakra-ui installation guide](https://chakra-ui.com/docs/getting-started#installation) and for more details.
|
|
74
74
|
|
|
75
75
|
---
|
|
76
76
|
|
|
@@ -105,7 +105,7 @@ const Form = withTheme(ChakraUITheme);
|
|
|
105
105
|
|
|
106
106
|
## Optional Chakra UI Theme properties
|
|
107
107
|
|
|
108
|
-
- To pass additional properties to widgets, see this [guide](https://react-jsonschema-form
|
|
108
|
+
- To pass additional properties to widgets, see this [guide](https://rjsf-team.github.io/react-jsonschema-form/docs/usage/objects#additional-properties).
|
|
109
109
|
|
|
110
110
|
You can use `ChakraProvider`, to customize the components at a theme level.\
|
|
111
111
|
And, `uiSchema` allows for the use of a `"chakra"` `"ui:option"` to customize the styling of the form widgets.
|
|
@@ -138,7 +138,7 @@ See the [open issues](https://github.com/rjsf-team/react-jsonschema-form/issues)
|
|
|
138
138
|
|
|
139
139
|
## Contributing
|
|
140
140
|
|
|
141
|
-
Read our [contributors' guide](https://react-jsonschema-form
|
|
141
|
+
Read our [contributors' guide](https://rjsf-team.github.io/react-jsonschema-form/docs/contributing/) to get started.
|
|
142
142
|
|
|
143
143
|
<!-- CONTACT -->
|
|
144
144
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rjsf/chakra-ui",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.2",
|
|
4
4
|
"description": "Chakra UI theme, fields, and widgets for react-jsonschema-form",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/chakra-ui.esm.js",
|
|
@@ -60,9 +60,9 @@
|
|
|
60
60
|
"@emotion/jest": "^11.10.0",
|
|
61
61
|
"@emotion/react": "^11.10.5",
|
|
62
62
|
"@emotion/styled": "^11.10.5",
|
|
63
|
-
"@rjsf/core": "^5.0.
|
|
64
|
-
"@rjsf/utils": "^5.0.
|
|
65
|
-
"@rjsf/validator-ajv8": "^5.0.
|
|
63
|
+
"@rjsf/core": "^5.0.2",
|
|
64
|
+
"@rjsf/utils": "^5.0.2",
|
|
65
|
+
"@rjsf/validator-ajv8": "^5.0.2",
|
|
66
66
|
"@types/react": "^17.0.37",
|
|
67
67
|
"@types/react-dom": "^17.0.11",
|
|
68
68
|
"@types/react-test-renderer": "^17.0.1",
|
|
@@ -79,5 +79,5 @@
|
|
|
79
79
|
"dependencies": {
|
|
80
80
|
"react-select": "^5.7.0"
|
|
81
81
|
},
|
|
82
|
-
"gitHead": "
|
|
82
|
+
"gitHead": "8fa3d2a7c18bc508ca5f61328400c5508238df82"
|
|
83
83
|
}
|