@medplum/react 3.2.6 → 3.2.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 +52 -52
- package/dist/cjs/index.cjs.map +2 -2
- package/dist/cjs/index.d.ts +12 -0
- package/dist/esm/index.d.ts +12 -0
- package/dist/esm/index.mjs +52 -52
- package/dist/esm/index.mjs.map +2 -2
- package/package.json +23 -22
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@medplum/react",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.8",
|
|
4
4
|
"description": "Medplum React Component Library",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"medplum",
|
|
@@ -63,47 +63,48 @@
|
|
|
63
63
|
"chromatic": "chromatic --exit-zero-on-changes --build-script-name=storybook --exit-once-uploaded",
|
|
64
64
|
"clean": "rimraf dist storybook-static",
|
|
65
65
|
"dev": "storybook dev -p 6006",
|
|
66
|
+
"lint": "eslint .",
|
|
66
67
|
"storybook": "storybook build",
|
|
67
68
|
"test": "jest"
|
|
68
69
|
},
|
|
69
70
|
"devDependencies": {
|
|
70
|
-
"@mantine/core": "7.
|
|
71
|
-
"@mantine/hooks": "7.
|
|
72
|
-
"@mantine/notifications": "7.
|
|
73
|
-
"@medplum/core": "3.2.
|
|
74
|
-
"@medplum/definitions": "3.2.
|
|
75
|
-
"@medplum/fhirtypes": "3.2.
|
|
76
|
-
"@medplum/mock": "3.2.
|
|
77
|
-
"@medplum/react-hooks": "3.2.
|
|
78
|
-
"@storybook/addon-actions": "8.2.
|
|
79
|
-
"@storybook/addon-essentials": "8.2.
|
|
80
|
-
"@storybook/addon-links": "8.2.
|
|
81
|
-
"@storybook/addon-storysource": "8.2.
|
|
82
|
-
"@storybook/blocks": "8.2.
|
|
83
|
-
"@storybook/builder-vite": "8.2.
|
|
84
|
-
"@storybook/react": "8.2.
|
|
85
|
-
"@storybook/react-vite": "8.2.
|
|
86
|
-
"@tabler/icons-react": "3.
|
|
71
|
+
"@mantine/core": "7.12.0",
|
|
72
|
+
"@mantine/hooks": "7.12.0",
|
|
73
|
+
"@mantine/notifications": "7.12.0",
|
|
74
|
+
"@medplum/core": "3.2.8",
|
|
75
|
+
"@medplum/definitions": "3.2.8",
|
|
76
|
+
"@medplum/fhirtypes": "3.2.8",
|
|
77
|
+
"@medplum/mock": "3.2.8",
|
|
78
|
+
"@medplum/react-hooks": "3.2.8",
|
|
79
|
+
"@storybook/addon-actions": "8.2.8",
|
|
80
|
+
"@storybook/addon-essentials": "8.2.8",
|
|
81
|
+
"@storybook/addon-links": "8.2.8",
|
|
82
|
+
"@storybook/addon-storysource": "8.2.8",
|
|
83
|
+
"@storybook/blocks": "8.2.8",
|
|
84
|
+
"@storybook/builder-vite": "8.2.8",
|
|
85
|
+
"@storybook/react": "8.2.8",
|
|
86
|
+
"@storybook/react-vite": "8.2.8",
|
|
87
|
+
"@tabler/icons-react": "3.12.0",
|
|
87
88
|
"@testing-library/dom": "10.4.0",
|
|
88
89
|
"@testing-library/jest-dom": "6.4.8",
|
|
89
90
|
"@testing-library/react": "16.0.0",
|
|
90
91
|
"@testing-library/user-event": "14.5.2",
|
|
91
92
|
"@types/jest": "29.5.12",
|
|
92
|
-
"@types/node": "22.
|
|
93
|
+
"@types/node": "22.2.0",
|
|
93
94
|
"@types/react": "18.3.3",
|
|
94
95
|
"@types/react-dom": "18.3.0",
|
|
95
96
|
"@vitejs/plugin-react": "4.3.1",
|
|
96
97
|
"chromatic": "11.7.0",
|
|
97
98
|
"jest": "29.7.0",
|
|
98
99
|
"jest-each": "29.7.0",
|
|
99
|
-
"postcss": "8.4.
|
|
100
|
+
"postcss": "8.4.41",
|
|
100
101
|
"postcss-preset-mantine": "1.17.0",
|
|
101
102
|
"react": "18.2.0",
|
|
102
103
|
"react-dom": "18.2.0",
|
|
103
104
|
"rfc6902": "5.1.1",
|
|
104
105
|
"rimraf": "5.0.9",
|
|
105
106
|
"sinon": "18.0.0",
|
|
106
|
-
"storybook": "8.2.
|
|
107
|
+
"storybook": "8.2.8",
|
|
107
108
|
"storybook-addon-mantine": "4.0.2",
|
|
108
109
|
"typescript": "5.5.4",
|
|
109
110
|
"vite-plugin-turbosnap": "^1.0.3"
|
|
@@ -112,7 +113,7 @@
|
|
|
112
113
|
"@mantine/core": "^7.0.0",
|
|
113
114
|
"@mantine/hooks": "^7.0.0",
|
|
114
115
|
"@mantine/notifications": "^7.0.0",
|
|
115
|
-
"@medplum/core": "3.2.
|
|
116
|
+
"@medplum/core": "3.2.8",
|
|
116
117
|
"react": "^17.0.2 || ^18.0.0",
|
|
117
118
|
"react-dom": "^17.0.2 || ^18.0.0",
|
|
118
119
|
"rfc6902": "^5.0.1"
|