@rjsf/semantic-ui 5.0.0 → 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 +3 -3
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
<p align="center">
|
|
17
17
|
Semantic 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>
|
|
@@ -98,7 +98,7 @@ const Form = withTheme(SemanticUITheme);
|
|
|
98
98
|
```
|
|
99
99
|
|
|
100
100
|
## Optional Semantic UI Theme properties
|
|
101
|
-
- To pass additional properties to widgets, see this [guide](https://react-jsonschema-form
|
|
101
|
+
- To pass additional properties to widgets, see this [guide](https://rjsf-team.github.io/react-jsonschema-form/docs/usage/objects#additional-properties).
|
|
102
102
|
|
|
103
103
|
#### Semantic Widget Optional Properties
|
|
104
104
|
- [Semantic props for TextWidget](https://react.semantic-ui.com/elements/input/)
|
|
@@ -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/semantic-ui",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.2",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"module": "dist/semantic-ui.esm.js",
|
|
6
6
|
"typings": "dist/index.d.ts",
|
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
]
|
|
29
29
|
},
|
|
30
30
|
"peerDependencies": {
|
|
31
|
-
"@rjsf/core": "^5.0.0
|
|
32
|
-
"@rjsf/utils": "^5.0.0
|
|
31
|
+
"@rjsf/core": "^5.0.0",
|
|
32
|
+
"@rjsf/utils": "^5.0.0",
|
|
33
33
|
"react": "^16.14.0 || >=17",
|
|
34
34
|
"semantic-ui-react": "1.3.1"
|
|
35
35
|
},
|
|
@@ -41,9 +41,9 @@
|
|
|
41
41
|
"@babel/preset-env": "^7.20.2",
|
|
42
42
|
"@babel/preset-react": "^7.18.6",
|
|
43
43
|
"@babel/register": "^7.18.9",
|
|
44
|
-
"@rjsf/core": "^5.0.
|
|
45
|
-
"@rjsf/utils": "^5.0.
|
|
46
|
-
"@rjsf/validator-ajv8": "^5.0.
|
|
44
|
+
"@rjsf/core": "^5.0.2",
|
|
45
|
+
"@rjsf/utils": "^5.0.2",
|
|
46
|
+
"@rjsf/validator-ajv8": "^5.0.2",
|
|
47
47
|
"@types/lodash": "^4.14.191",
|
|
48
48
|
"@types/react": "^17.0.39",
|
|
49
49
|
"@types/react-dom": "^17.0.17",
|
|
@@ -85,5 +85,5 @@
|
|
|
85
85
|
"semantic-ui-css": "^2.5.0",
|
|
86
86
|
"semantic-ui-react": "1.3.1"
|
|
87
87
|
},
|
|
88
|
-
"gitHead": "
|
|
88
|
+
"gitHead": "8fa3d2a7c18bc508ca5f61328400c5508238df82"
|
|
89
89
|
}
|