@medplum/react 4.3.3 → 4.3.5
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/dist/cjs/index.cjs +10 -4
- package/dist/cjs/index.cjs.map +4 -4
- package/dist/cjs/index.css +1 -1
- package/dist/cjs/index.css.map +3 -3
- package/dist/cjs/index.d.ts +131 -23
- package/dist/esm/index.css +1 -1
- package/dist/esm/index.css.map +3 -3
- package/dist/esm/index.d.ts +131 -23
- package/dist/esm/index.mjs +9 -3
- package/dist/esm/index.mjs.map +4 -4
- package/package.json +17 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@medplum/react",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.5",
|
|
4
4
|
"description": "Medplum React Component Library",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"medplum",
|
|
@@ -71,11 +71,11 @@
|
|
|
71
71
|
"@mantine/core": "7.17.8",
|
|
72
72
|
"@mantine/hooks": "7.17.8",
|
|
73
73
|
"@mantine/notifications": "7.17.8",
|
|
74
|
-
"@medplum/core": "4.3.
|
|
75
|
-
"@medplum/definitions": "4.3.
|
|
76
|
-
"@medplum/fhirtypes": "4.3.
|
|
77
|
-
"@medplum/mock": "4.3.
|
|
78
|
-
"@medplum/react-hooks": "4.3.
|
|
74
|
+
"@medplum/core": "4.3.5",
|
|
75
|
+
"@medplum/definitions": "4.3.5",
|
|
76
|
+
"@medplum/fhirtypes": "4.3.5",
|
|
77
|
+
"@medplum/mock": "4.3.5",
|
|
78
|
+
"@medplum/react-hooks": "4.3.5",
|
|
79
79
|
"@storybook/addon-actions": "8.6.14",
|
|
80
80
|
"@storybook/addon-essentials": "8.6.14",
|
|
81
81
|
"@storybook/addon-links": "8.6.14",
|
|
@@ -90,19 +90,20 @@
|
|
|
90
90
|
"@testing-library/react": "16.3.0",
|
|
91
91
|
"@testing-library/user-event": "14.6.1",
|
|
92
92
|
"@types/jest": "29.5.14",
|
|
93
|
-
"@types/node": "20.19.
|
|
93
|
+
"@types/node": "20.19.7",
|
|
94
94
|
"@types/react": "19.1.8",
|
|
95
95
|
"@types/react-dom": "19.1.6",
|
|
96
96
|
"@vitejs/plugin-react": "4.6.0",
|
|
97
|
-
"chromatic": "13.
|
|
97
|
+
"chromatic": "13.1.2",
|
|
98
98
|
"jest": "29.7.0",
|
|
99
99
|
"jest-each": "29.7.0",
|
|
100
100
|
"postcss": "8.5.6",
|
|
101
|
-
"postcss-preset-mantine": "1.
|
|
101
|
+
"postcss-preset-mantine": "1.18.0",
|
|
102
102
|
"react": "19.1.0",
|
|
103
103
|
"react-dom": "19.1.0",
|
|
104
104
|
"react-router": "7.6.3",
|
|
105
105
|
"rfc6902": "5.1.2",
|
|
106
|
+
"signature_pad": "5.0.10",
|
|
106
107
|
"sinon": "21.0.0",
|
|
107
108
|
"storybook": "8.6.14",
|
|
108
109
|
"storybook-addon-mantine": "5.0.0",
|
|
@@ -113,11 +114,12 @@
|
|
|
113
114
|
"@mantine/core": "^7.0.0",
|
|
114
115
|
"@mantine/hooks": "^7.0.0",
|
|
115
116
|
"@mantine/notifications": "^7.0.0",
|
|
116
|
-
"@medplum/core": "4.3.
|
|
117
|
-
"@medplum/react-hooks": "4.3.
|
|
117
|
+
"@medplum/core": "4.3.5",
|
|
118
|
+
"@medplum/react-hooks": "4.3.5",
|
|
118
119
|
"react": "^17.0.2 || ^18.0.0 || ^19.0.0",
|
|
119
120
|
"react-dom": "^17.0.2 || ^18.0.0 || ^19.0.0",
|
|
120
|
-
"rfc6902": "^5.0.1"
|
|
121
|
+
"rfc6902": "^5.0.1",
|
|
122
|
+
"signature_pad": "^5.0.10"
|
|
121
123
|
},
|
|
122
124
|
"peerDependenciesMeta": {
|
|
123
125
|
"@mantine/core": {
|
|
@@ -131,6 +133,9 @@
|
|
|
131
133
|
},
|
|
132
134
|
"rfc6902": {
|
|
133
135
|
"optional": true
|
|
136
|
+
},
|
|
137
|
+
"signature_pad": {
|
|
138
|
+
"optional": true
|
|
134
139
|
}
|
|
135
140
|
},
|
|
136
141
|
"engines": {
|