@ohif/ui-next 3.9.0-beta.100

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.
@@ -0,0 +1,101 @@
1
+ /*!
2
+ Copyright (c) 2018 Jed Watson.
3
+ Licensed under the MIT License (MIT), see
4
+ http://jedwatson.github.io/classnames
5
+ */
6
+
7
+ /*!
8
+ Copyright (c) 2015 Jed Watson.
9
+ Based on code that is Copyright 2013-2015, Facebook, Inc.
10
+ All rights reserved.
11
+ */
12
+
13
+ /*!
14
+ * Adapted from jQuery UI core
15
+ *
16
+ * http://jqueryui.com
17
+ *
18
+ * Copyright 2014 jQuery Foundation and other contributors
19
+ * Released under the MIT license.
20
+ * http://jquery.org/license
21
+ *
22
+ * http://api.jqueryui.com/category/ui-core/
23
+ */
24
+
25
+ /*!
26
+ * The buffer module from node.js, for the browser.
27
+ *
28
+ * @author Feross Aboukhadijeh <https://feross.org>
29
+ * @license MIT
30
+ */
31
+
32
+ /*!
33
+ * validate.js 0.12.0
34
+ *
35
+ * (c) 2013-2017 Nicklas Ansman, 2013 Wrapp
36
+ * Validate.js may be freely distributed under the MIT license.
37
+ * For all details and documentation:
38
+ * http://validatejs.org/
39
+ */
40
+
41
+ /*! *****************************************************************************
42
+ Copyright (c) Microsoft Corporation. All rights reserved.
43
+ Licensed under the Apache License, Version 2.0 (the "License"); you may not use
44
+ this file except in compliance with the License. You may obtain a copy of the
45
+ License at http://www.apache.org/licenses/LICENSE-2.0
46
+
47
+ THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
48
+ KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
49
+ WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
50
+ MERCHANTABLITY OR NON-INFRINGEMENT.
51
+
52
+ See the Apache Version 2.0 License for specific language governing permissions
53
+ and limitations under the License.
54
+ ***************************************************************************** */
55
+
56
+ /*! cornerstone-math - 0.1.10 - 2022-06-09 | (c) 2017 Chris Hafey | https://github.com/cornerstonejs/cornerstoneMath */
57
+
58
+ /*! dicom-parser - 1.8.12 - 2023-02-20 | (c) 2017 Chris Hafey | https://github.com/cornerstonejs/dicomParser */
59
+
60
+ /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
61
+
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
76
+ *
77
+ * Copyright (c) Facebook, Inc. and its affiliates.
78
+ *
79
+ * This source code is licensed under the MIT license found in the
80
+ * LICENSE file in the root directory of this source tree.
81
+ */
82
+
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
92
+ *
93
+ * Copyright (c) Facebook, Inc. and its affiliates.
94
+ *
95
+ * This source code is licensed under the MIT license found in the
96
+ * LICENSE file in the root directory of this source tree.
97
+ */
98
+
99
+ //! moment.js
100
+
101
+ //! moment.js locale configuration
package/package.json ADDED
@@ -0,0 +1,68 @@
1
+ {
2
+ "name": "@ohif/ui-next",
3
+ "version": "3.9.0-beta.100",
4
+ "description": "Next version of OHIF Viewers UI, more customizable using shadcn/ui",
5
+ "main": "dist/ohif-ui-next.umd.js",
6
+ "module": "src/index.ts",
7
+ "publishConfig": {
8
+ "access": "public"
9
+ },
10
+ "files": [
11
+ "dist",
12
+ "README.md"
13
+ ],
14
+ "scripts": {
15
+ "clean": "rm -rf node_modules/.cache/storybook && shx rm -rf dist",
16
+ "clean:deep": "yarn run clean && shx rm -rf node_modules",
17
+ "start": "yarn run build --watch",
18
+ "dev": "cross-env NODE_ENV=development webpack serve --config .webpack/webpack.playground.js",
19
+ "test": "echo \"Error: no test specified\" && exit 1",
20
+ "build": "cross-env NODE_ENV=production webpack --config .webpack/webpack.prod.js",
21
+ "build:package": "yarn run build"
22
+ },
23
+ "exports": {
24
+ "./tailwind.config": "./tailwind.config.ts",
25
+ "./lib/*": "./src/lib/*.ts",
26
+ "./components/*": "./src/components/*.tsx",
27
+ ".": "./src/index.ts"
28
+ },
29
+ "dependencies": {
30
+ "@radix-ui/react-accordion": "^1.2.0",
31
+ "@radix-ui/react-checkbox": "^1.1.1",
32
+ "@radix-ui/react-dialog": "^1.1.1",
33
+ "@radix-ui/react-dropdown-menu": "^2.1.1",
34
+ "@radix-ui/react-icons": "^1.3.0",
35
+ "@radix-ui/react-label": "^2.1.0",
36
+ "@radix-ui/react-popover": "^1.0.7",
37
+ "@radix-ui/react-scroll-area": "^1.1.0",
38
+ "@radix-ui/react-select": "^2.1.1",
39
+ "@radix-ui/react-separator": "^1.1.0",
40
+ "@radix-ui/react-slider": "^1.2.0",
41
+ "@radix-ui/react-slot": "^1.0.2",
42
+ "@radix-ui/react-switch": "^1.1.0",
43
+ "@radix-ui/react-tabs": "^1.1.0",
44
+ "@radix-ui/react-toggle": "^1.1.0",
45
+ "@radix-ui/react-tooltip": "^1.1.2",
46
+ "class-variance-authority": "^0.7.0",
47
+ "clsx": "*",
48
+ "cmdk": "^1.0.0",
49
+ "date-fns": "^3.6.0",
50
+ "framer-motion": "6.2.4",
51
+ "lucide-react": "^0.379.0",
52
+ "next-themes": "^0.3.0",
53
+ "react": "^18.3.1",
54
+ "react-day-picker": "^8.10.1",
55
+ "react-shepherd": "6.1.1",
56
+ "shepherd.js": "13.0.3",
57
+ "sonner": "^1.5.0",
58
+ "tailwind-merge": "^2.3.0",
59
+ "tailwindcss": "3.2.4",
60
+ "tailwindcss-animate": "^1.0.7"
61
+ },
62
+ "devDependencies": {
63
+ "@babel/plugin-proposal-private-property-in-object": "^7.16.7"
64
+ },
65
+ "keywords": [],
66
+ "author": "OHIF",
67
+ "license": "MIT"
68
+ }