@aehrc/smart-forms-renderer 0.10.2 → 0.10.3
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 +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -28,7 +28,7 @@ export default function App () {
|
|
|
28
28
|
)
|
|
29
29
|
}
|
|
30
30
|
```
|
|
31
|
-
Note: The SmartFormsRenderer component
|
|
31
|
+
Note: The SmartFormsRenderer component trades customisability for simplicity. If you need more control over the rendering engine, refer to the Advanced Usage section.
|
|
32
32
|
|
|
33
33
|
|
|
34
34
|
### SmartFormsRenderer Props
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aehrc/smart-forms-renderer",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.3",
|
|
4
4
|
"description": "FHIR Structured Data Captured (SDC) rendering engine for Smart Forms",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"nanoid": "^5.0.1",
|
|
37
37
|
"react-beautiful-dnd": "^13.1.1",
|
|
38
38
|
"react-markdown": "^8.0.7",
|
|
39
|
-
"zustand": "^4.4.
|
|
39
|
+
"zustand": "^4.4.6"
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {
|
|
42
42
|
"@emotion/react": ">=11.11.0",
|
|
@@ -71,13 +71,13 @@
|
|
|
71
71
|
"@types/lodash.debounce": "^4.0.7",
|
|
72
72
|
"@types/react": "^18.2.37",
|
|
73
73
|
"@types/react-beautiful-dnd": "^13.1.7",
|
|
74
|
-
"@types/react-dom": "^18.2.
|
|
74
|
+
"@types/react-dom": "^18.2.17",
|
|
75
75
|
"chokidar": "^3.5.3",
|
|
76
76
|
"jest": "^29.7.0",
|
|
77
77
|
"jest-environment-jsdom": "^29.7.0",
|
|
78
78
|
"react": "^18.2.0",
|
|
79
79
|
"react-dom": "^18.2.0",
|
|
80
|
-
"storybook": "^7.
|
|
80
|
+
"storybook": "^7.5.3",
|
|
81
81
|
"ts-jest": "^29.1.1",
|
|
82
82
|
"tslib": "^2.6.2",
|
|
83
83
|
"typescript": "^5.2.2"
|