@ohif/ui-next 3.13.0-beta.89 → 3.13.0-beta.92

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/package.json CHANGED
@@ -1,31 +1,32 @@
1
1
  {
2
2
  "name": "@ohif/ui-next",
3
- "version": "3.13.0-beta.89",
3
+ "version": "3.13.0-beta.92",
4
4
  "description": "Next version of OHIF Viewers UI, more customizable using shadcn/ui",
5
+ "author": "OHIF",
6
+ "license": "MIT",
5
7
  "main": "dist/ohif-ui-next.umd.js",
6
8
  "module": "src/index.ts",
7
- "publishConfig": {
8
- "access": "public"
9
+ "exports": {
10
+ "./tailwind.config": "./tailwind.config.js",
11
+ "./lib/*": "./src/lib/*.ts",
12
+ "./components/*": "./src/components/*.tsx",
13
+ ".": "./src/index.ts"
9
14
  },
10
15
  "files": [
11
16
  "dist",
12
17
  "README.md"
13
18
  ],
19
+ "publishConfig": {
20
+ "access": "public"
21
+ },
14
22
  "scripts": {
15
23
  "clean": "shx rm -rf dist",
16
- "clean:deep": "yarn run clean && shx rm -rf node_modules",
17
- "start": "yarn run build --watch",
24
+ "clean:deep": "pnpm run clean && shx rm -rf node_modules",
25
+ "start": "pnpm run build --watch",
26
+ "dev": "cross-env NODE_ENV=development rspack build --config .webpack/webpack.dev.js --watch",
18
27
  "test": "echo \"Error: no test specified\" && exit 1",
19
- "test:unit": "jest --watchAll",
20
- "test:unit:ci": "jest --ci --runInBand --collectCoverage",
21
- "build": "cross-env NODE_ENV=production webpack --config .webpack/webpack.prod.js",
22
- "build:package": "yarn run build"
23
- },
24
- "exports": {
25
- "./tailwind.config": "./tailwind.config.ts",
26
- "./lib/*": "./src/lib/*.ts",
27
- "./components/*": "./src/components/*.tsx",
28
- ".": "./src/index.ts"
28
+ "build": "cross-env NODE_ENV=production rspack build --config .webpack/webpack.prod.js",
29
+ "build:package": "pnpm run build"
29
30
  },
30
31
  "dependencies": {
31
32
  "@radix-ui/react-accordion": "1.2.11",
@@ -66,9 +67,8 @@
66
67
  "tailwindcss-animate": "1.0.7"
67
68
  },
68
69
  "devDependencies": {
69
- "@babel/plugin-transform-private-property-in-object": "7.29.7"
70
+ "@babel/plugin-transform-private-property-in-object": "7.29.7",
71
+ "cross-env": "7.0.3"
70
72
  },
71
- "keywords": [],
72
- "author": "OHIF",
73
- "license": "MIT"
73
+ "keywords": []
74
74
  }
@@ -1,99 +0,0 @@
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
- * The buffer module from node.js, for the browser.
9
- *
10
- * @author Feross Aboukhadijeh <http://feross.org>
11
- * @license MIT
12
- */
13
-
14
- /*!
15
- * The buffer module from node.js, for the browser.
16
- *
17
- * @author Feross Aboukhadijeh <https://feross.org>
18
- * @license MIT
19
- */
20
-
21
- /*!
22
- * validate.js 0.12.0
23
- *
24
- * (c) 2013-2017 Nicklas Ansman, 2013 Wrapp
25
- * Validate.js may be freely distributed under the MIT license.
26
- * For all details and documentation:
27
- * http://validatejs.org/
28
- */
29
-
30
- /*! dicom-parser - 1.8.12 - 2023-02-20 | (c) 2017 Chris Hafey | https://github.com/cornerstonejs/dicomParser */
31
-
32
- /*! https://mths.be/punycode v1.4.1 by @mathias */
33
-
34
- /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
35
-
36
- /*! shepherd.js 13.0.3 */
37
-
38
- /**
39
- * react-table
40
- *
41
- * Copyright (c) TanStack
42
- *
43
- * This source code is licensed under the MIT license found in the
44
- * LICENSE.md file in the root directory of this source tree.
45
- *
46
- * @license MIT
47
- */
48
-
49
- /**
50
- * @license React
51
- * react-jsx-runtime.production.min.js
52
- *
53
- * Copyright (c) Facebook, Inc. and its affiliates.
54
- *
55
- * This source code is licensed under the MIT license found in the
56
- * LICENSE file in the root directory of this source tree.
57
- */
58
-
59
- /**
60
- * @license lucide-react v0.379.0 - ISC
61
- *
62
- * This source code is licensed under the ISC license.
63
- * See the LICENSE file in the root directory of this source tree.
64
- */
65
-
66
- /**
67
- * @remix-run/router v1.23.2
68
- *
69
- * Copyright (c) Remix Software Inc.
70
- *
71
- * This source code is licensed under the MIT license found in the
72
- * LICENSE.md file in the root directory of this source tree.
73
- *
74
- * @license MIT
75
- */
76
-
77
- /**
78
- * React Router v6.30.3
79
- *
80
- * Copyright (c) Remix Software Inc.
81
- *
82
- * This source code is licensed under the MIT license found in the
83
- * LICENSE.md file in the root directory of this source tree.
84
- *
85
- * @license MIT
86
- */
87
-
88
- /** @license React v16.13.1
89
- * react-is.production.min.js
90
- *
91
- * Copyright (c) Facebook, Inc. and its affiliates.
92
- *
93
- * This source code is licensed under the MIT license found in the
94
- * LICENSE file in the root directory of this source tree.
95
- */
96
-
97
- //! moment.js
98
-
99
- //! moment.js locale configuration