@medplum/react 5.1.6 → 5.1.8
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 +9 -8
- package/dist/cjs/index.cjs.map +4 -4
- package/dist/cjs/index.css +1 -1
- package/dist/cjs/index.css.map +4 -4
- package/dist/cjs/index.d.ts +250 -3
- package/dist/esm/index.css +1 -1
- package/dist/esm/index.css.map +4 -4
- package/dist/esm/index.d.ts +250 -3
- package/dist/esm/index.mjs +9 -8
- package/dist/esm/index.mjs.map +4 -4
- package/package.json +23 -31
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@medplum/react",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.8",
|
|
4
4
|
"description": "Medplum React Component Library",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"medplum",
|
|
@@ -73,38 +73,37 @@
|
|
|
73
73
|
"@mantine/hooks": "8.3.18",
|
|
74
74
|
"@mantine/notifications": "8.3.18",
|
|
75
75
|
"@mantine/spotlight": "8.3.18",
|
|
76
|
-
"@medplum/core": "5.1.
|
|
77
|
-
"@medplum/definitions": "5.1.
|
|
78
|
-
"@medplum/
|
|
79
|
-
"@medplum/
|
|
80
|
-
"@medplum/
|
|
81
|
-
"@
|
|
82
|
-
"@storybook/addon-
|
|
83
|
-
"@storybook/
|
|
84
|
-
"@storybook/
|
|
85
|
-
"@storybook/react": "10.3.
|
|
86
|
-
"@
|
|
87
|
-
"@tabler/icons-react": "3.41.0",
|
|
76
|
+
"@medplum/core": "5.1.8",
|
|
77
|
+
"@medplum/definitions": "5.1.8",
|
|
78
|
+
"@medplum/fhirtypes": "5.1.8",
|
|
79
|
+
"@medplum/mock": "5.1.8",
|
|
80
|
+
"@medplum/react-hooks": "5.1.8",
|
|
81
|
+
"@storybook/addon-docs": "10.3.5",
|
|
82
|
+
"@storybook/addon-links": "10.3.5",
|
|
83
|
+
"@storybook/builder-vite": "10.3.5",
|
|
84
|
+
"@storybook/react": "10.3.5",
|
|
85
|
+
"@storybook/react-vite": "10.3.5",
|
|
86
|
+
"@tabler/icons-react": "3.41.1",
|
|
88
87
|
"@testing-library/dom": "10.4.1",
|
|
89
88
|
"@testing-library/jest-dom": "6.9.1",
|
|
90
89
|
"@testing-library/react": "16.3.2",
|
|
91
90
|
"@testing-library/user-event": "14.6.1",
|
|
92
|
-
"@types/node": "22.19.
|
|
91
|
+
"@types/node": "22.19.17",
|
|
93
92
|
"@types/react": "19.2.14",
|
|
94
93
|
"@types/react-dom": "19.2.3",
|
|
95
94
|
"@vitejs/plugin-react": "6.0.1",
|
|
96
95
|
"@vueless/storybook-dark-mode": "10.0.7",
|
|
97
|
-
"chromatic": "16.
|
|
98
|
-
"dotenv": "17.
|
|
99
|
-
"postcss": "8.5.
|
|
96
|
+
"chromatic": "16.2.0",
|
|
97
|
+
"dotenv": "17.4.1",
|
|
98
|
+
"postcss": "8.5.9",
|
|
100
99
|
"postcss-preset-mantine": "1.18.0",
|
|
101
|
-
"react": "19.2.
|
|
102
|
-
"react-dom": "19.2.
|
|
103
|
-
"react-router": "7.
|
|
100
|
+
"react": "19.2.5",
|
|
101
|
+
"react-dom": "19.2.5",
|
|
102
|
+
"react-router": "7.14.0",
|
|
104
103
|
"rfc6902": "5.2.0",
|
|
105
104
|
"signature_pad": "5.1.3",
|
|
106
|
-
"sinon": "21.0
|
|
107
|
-
"storybook": "10.3.
|
|
105
|
+
"sinon": "21.1.0",
|
|
106
|
+
"storybook": "10.3.5",
|
|
108
107
|
"typescript": "6.0.2"
|
|
109
108
|
},
|
|
110
109
|
"peerDependencies": {
|
|
@@ -112,9 +111,8 @@
|
|
|
112
111
|
"@mantine/hooks": "^8.0.0",
|
|
113
112
|
"@mantine/notifications": "^8.0.0",
|
|
114
113
|
"@mantine/spotlight": "^8.0.0",
|
|
115
|
-
"@medplum/core": "5.1.
|
|
116
|
-
"@medplum/
|
|
117
|
-
"@medplum/react-hooks": "5.1.6",
|
|
114
|
+
"@medplum/core": "5.1.8",
|
|
115
|
+
"@medplum/react-hooks": "5.1.8",
|
|
118
116
|
"react": "^18.0.0 || ^19.0.0",
|
|
119
117
|
"react-dom": "^18.0.0 || ^19.0.0",
|
|
120
118
|
"rfc6902": "^5.0.1",
|
|
@@ -130,12 +128,6 @@
|
|
|
130
128
|
"@mantine/notifications": {
|
|
131
129
|
"optional": true
|
|
132
130
|
},
|
|
133
|
-
"@mantine/spotlight": {
|
|
134
|
-
"optional": true
|
|
135
|
-
},
|
|
136
|
-
"@medplum/dosespot-core": {
|
|
137
|
-
"optional": true
|
|
138
|
-
},
|
|
139
131
|
"rfc6902": {
|
|
140
132
|
"optional": true
|
|
141
133
|
},
|