@ohif/ui 3.7.0-beta.7 → 3.7.0-beta.70
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.
|
@@ -28,6 +28,13 @@ object-assign
|
|
|
28
28
|
* http://api.jqueryui.com/category/ui-core/
|
|
29
29
|
*/
|
|
30
30
|
|
|
31
|
+
/*!
|
|
32
|
+
* The buffer module from node.js, for the browser.
|
|
33
|
+
*
|
|
34
|
+
* @author Feross Aboukhadijeh <https://feross.org>
|
|
35
|
+
* @license MIT
|
|
36
|
+
*/
|
|
37
|
+
|
|
31
38
|
/*!
|
|
32
39
|
* validate.js 0.12.0
|
|
33
40
|
*
|
|
@@ -56,6 +63,8 @@ and limitations under the License.
|
|
|
56
63
|
|
|
57
64
|
/*! dicom-parser - 1.8.12 - 2023-02-20 | (c) 2017 Chris Hafey | https://github.com/cornerstonejs/dicomParser */
|
|
58
65
|
|
|
66
|
+
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
67
|
+
|
|
59
68
|
/** @license React v16.13.1
|
|
60
69
|
* react-is.production.min.js
|
|
61
70
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ohif/ui",
|
|
3
|
-
"version": "3.7.0-beta.
|
|
3
|
+
"version": "3.7.0-beta.70",
|
|
4
4
|
"description": "A set of React components for Medical Imaging Viewers",
|
|
5
5
|
"author": "OHIF Contributors",
|
|
6
6
|
"license": "MIT",
|
|
@@ -71,5 +71,5 @@
|
|
|
71
71
|
"storybook": "^7.0.7",
|
|
72
72
|
"tailwindcss": "3.2.4"
|
|
73
73
|
},
|
|
74
|
-
"gitHead": "
|
|
74
|
+
"gitHead": "ca19baeafd2982c93e28677822717407bca40d0c"
|
|
75
75
|
}
|