@medplum/react 5.1.21 → 5.1.23
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 +8 -8
- 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 -10
- package/dist/esm/index.css +1 -1
- package/dist/esm/index.css.map +3 -3
- package/dist/esm/index.d.ts +131 -10
- package/dist/esm/index.mjs +8 -8
- package/dist/esm/index.mjs.map +4 -4
- package/package.json +21 -22
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@medplum/react",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.23",
|
|
4
4
|
"description": "Medplum React Component Library",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"medplum",
|
|
@@ -73,37 +73,36 @@
|
|
|
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/fhirtypes": "5.1.
|
|
79
|
-
"@medplum/mock": "5.1.
|
|
80
|
-
"@medplum/react-hooks": "5.1.
|
|
81
|
-
"@storybook/addon-docs": "10.4.
|
|
82
|
-
"@storybook/addon-links": "10.4.
|
|
83
|
-
"@storybook/builder-vite": "10.4.
|
|
84
|
-
"@storybook/react": "10.4.
|
|
85
|
-
"@storybook/react-vite": "10.4.
|
|
76
|
+
"@medplum/core": "5.1.23",
|
|
77
|
+
"@medplum/definitions": "5.1.23",
|
|
78
|
+
"@medplum/fhirtypes": "5.1.23",
|
|
79
|
+
"@medplum/mock": "5.1.23",
|
|
80
|
+
"@medplum/react-hooks": "5.1.23",
|
|
81
|
+
"@storybook/addon-docs": "10.4.6",
|
|
82
|
+
"@storybook/addon-links": "10.4.6",
|
|
83
|
+
"@storybook/builder-vite": "10.4.6",
|
|
84
|
+
"@storybook/react": "10.4.6",
|
|
85
|
+
"@storybook/react-vite": "10.4.6",
|
|
86
86
|
"@tabler/icons-react": "3.44.0",
|
|
87
87
|
"@testing-library/dom": "10.4.1",
|
|
88
88
|
"@testing-library/jest-dom": "6.9.1",
|
|
89
89
|
"@testing-library/react": "16.3.2",
|
|
90
90
|
"@testing-library/user-event": "14.6.1",
|
|
91
|
-
"@types/node": "22.19.21",
|
|
92
91
|
"@types/react": "19.2.17",
|
|
93
92
|
"@types/react-dom": "19.2.3",
|
|
94
|
-
"@vitejs/plugin-react": "6.0.
|
|
93
|
+
"@vitejs/plugin-react": "6.0.3",
|
|
95
94
|
"@vueless/storybook-dark-mode": "10.0.8",
|
|
96
|
-
"chromatic": "17.
|
|
95
|
+
"chromatic": "17.7.1",
|
|
97
96
|
"dotenv": "17.4.2",
|
|
97
|
+
"jsqr": "1.4.0",
|
|
98
98
|
"postcss": "8.5.15",
|
|
99
99
|
"postcss-preset-mantine": "1.18.0",
|
|
100
100
|
"react": "19.2.7",
|
|
101
101
|
"react-dom": "19.2.7",
|
|
102
|
-
"react-router": "7.
|
|
103
|
-
"rfc6902": "5.2.0",
|
|
102
|
+
"react-router": "7.18.0",
|
|
104
103
|
"signature_pad": "5.1.3",
|
|
105
104
|
"sinon": "22.0.0",
|
|
106
|
-
"storybook": "10.4.
|
|
105
|
+
"storybook": "10.4.6",
|
|
107
106
|
"typescript": "6.0.3"
|
|
108
107
|
},
|
|
109
108
|
"peerDependencies": {
|
|
@@ -111,11 +110,11 @@
|
|
|
111
110
|
"@mantine/hooks": "^8.0.0",
|
|
112
111
|
"@mantine/notifications": "^8.0.0",
|
|
113
112
|
"@mantine/spotlight": "^8.0.0",
|
|
114
|
-
"@medplum/core": "5.1.
|
|
115
|
-
"@medplum/react-hooks": "5.1.
|
|
113
|
+
"@medplum/core": "5.1.23",
|
|
114
|
+
"@medplum/react-hooks": "5.1.23",
|
|
115
|
+
"jsqr": "^1.4.0",
|
|
116
116
|
"react": "^18.0.0 || ^19.0.0",
|
|
117
117
|
"react-dom": "^18.0.0 || ^19.0.0",
|
|
118
|
-
"rfc6902": "^5.0.1",
|
|
119
118
|
"signature_pad": "^5.0.10"
|
|
120
119
|
},
|
|
121
120
|
"peerDependenciesMeta": {
|
|
@@ -128,10 +127,10 @@
|
|
|
128
127
|
"@mantine/notifications": {
|
|
129
128
|
"optional": true
|
|
130
129
|
},
|
|
131
|
-
"
|
|
130
|
+
"signature_pad": {
|
|
132
131
|
"optional": true
|
|
133
132
|
},
|
|
134
|
-
"
|
|
133
|
+
"jsqr": {
|
|
135
134
|
"optional": true
|
|
136
135
|
}
|
|
137
136
|
},
|