@ohif/ui 3.9.0-beta.10 → 3.9.0-beta.101
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/ohif-ui.css +20 -16
- package/dist/ohif-ui.umd.js +1 -1
- package/dist/ohif-ui.umd.js.LICENSE.txt +23 -10
- package/package.json +11 -11
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
/*
|
|
2
|
-
object-assign
|
|
3
|
-
(c) Sindre Sorhus
|
|
4
|
-
@license MIT
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
1
|
/*!
|
|
8
2
|
Copyright (c) 2018 Jed Watson.
|
|
9
3
|
Licensed under the MIT License (MIT), see
|
|
@@ -65,8 +59,20 @@ and limitations under the License.
|
|
|
65
59
|
|
|
66
60
|
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
67
61
|
|
|
68
|
-
|
|
69
|
-
|
|
62
|
+
/*! shepherd.js 13.0.3 */
|
|
63
|
+
|
|
64
|
+
/**
|
|
65
|
+
* @license
|
|
66
|
+
* Lodash <https://lodash.com/>
|
|
67
|
+
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
|
|
68
|
+
* Released under MIT license <https://lodash.com/license>
|
|
69
|
+
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
|
|
70
|
+
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
|
71
|
+
*/
|
|
72
|
+
|
|
73
|
+
/**
|
|
74
|
+
* @license React
|
|
75
|
+
* react-jsx-runtime.production.min.js
|
|
70
76
|
*
|
|
71
77
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
72
78
|
*
|
|
@@ -74,8 +80,15 @@ and limitations under the License.
|
|
|
74
80
|
* LICENSE file in the root directory of this source tree.
|
|
75
81
|
*/
|
|
76
82
|
|
|
77
|
-
/**
|
|
78
|
-
* react
|
|
83
|
+
/**
|
|
84
|
+
* @license lucide-react v0.379.0 - ISC
|
|
85
|
+
*
|
|
86
|
+
* This source code is licensed under the ISC license.
|
|
87
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
88
|
+
*/
|
|
89
|
+
|
|
90
|
+
/** @license React v16.13.1
|
|
91
|
+
* react-is.production.min.js
|
|
79
92
|
*
|
|
80
93
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
81
94
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ohif/ui",
|
|
3
|
-
"version": "3.9.0-beta.
|
|
3
|
+
"version": "3.9.0-beta.101",
|
|
4
4
|
"description": "A set of React components for Medical Imaging Viewers",
|
|
5
5
|
"author": "OHIF Contributors",
|
|
6
6
|
"license": "MIT",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"build-storybook": "storybook build"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|
|
32
|
-
"react": "
|
|
33
|
-
"react-dom": "
|
|
32
|
+
"react": "^18.3.1",
|
|
33
|
+
"react-dom": "^18.3.1"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@testing-library/react
|
|
36
|
+
"@testing-library/react": "^13.1.0",
|
|
37
37
|
"browser-detect": "^0.2.28",
|
|
38
38
|
"classnames": "^2.3.2",
|
|
39
39
|
"d3-array": "3",
|
|
@@ -44,26 +44,26 @@
|
|
|
44
44
|
"d3-shape": "3",
|
|
45
45
|
"d3-zoom": "3",
|
|
46
46
|
"lodash.debounce": "4.0.8",
|
|
47
|
-
"moment": "
|
|
47
|
+
"moment": "*",
|
|
48
48
|
"mousetrap": "^1.6.5",
|
|
49
|
-
"react": "^
|
|
49
|
+
"react": "^18.3.1",
|
|
50
50
|
"react-dates": "^21.8.0",
|
|
51
51
|
"react-dnd": "14.0.2",
|
|
52
52
|
"react-dnd-html5-backend": "14.0.0",
|
|
53
|
-
"react-dom": "^
|
|
54
|
-
"react-draggable": "4.4.
|
|
53
|
+
"react-dom": "^18.3.1",
|
|
54
|
+
"react-draggable": "^4.4.6",
|
|
55
55
|
"react-error-boundary": "^3.1.3",
|
|
56
56
|
"react-modal": "3.11.2",
|
|
57
57
|
"react-outside-click-handler": "^1.3.0",
|
|
58
58
|
"react-select": "5.7.4",
|
|
59
|
-
"react-test-renderer": "^
|
|
59
|
+
"react-test-renderer": "^18.3.1",
|
|
60
60
|
"react-window": "^1.8.9",
|
|
61
61
|
"react-with-direction": "^1.3.1",
|
|
62
62
|
"swiper": "^8.4.2",
|
|
63
|
-
"webpack": "
|
|
63
|
+
"webpack": "5.94.0"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
|
-
"@babel/core": "
|
|
66
|
+
"@babel/core": "7.24.7",
|
|
67
67
|
"@storybook/addon-actions": "^7.6.10",
|
|
68
68
|
"@storybook/addon-docs": "^7.6.10",
|
|
69
69
|
"@storybook/addon-essentials": "^7.6.10",
|