@ohif/ui-next 3.13.0-beta.84 → 3.13.0-beta.86

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.
@@ -35,6 +35,17 @@
35
35
 
36
36
  /*! shepherd.js 13.0.3 */
37
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
+
38
49
  /**
39
50
  * @license React
40
51
  * react-jsx-runtime.production.min.js
@@ -52,6 +63,28 @@
52
63
  * See the LICENSE file in the root directory of this source tree.
53
64
  */
54
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
+
55
88
  /** @license React v16.13.1
56
89
  * react-is.production.min.js
57
90
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ohif/ui-next",
3
- "version": "3.13.0-beta.84",
3
+ "version": "3.13.0-beta.86",
4
4
  "description": "Next version of OHIF Viewers UI, more customizable using shadcn/ui",
5
5
  "main": "dist/ohif-ui-next.umd.js",
6
6
  "module": "src/index.ts",
@@ -15,7 +15,6 @@
15
15
  "clean": "shx rm -rf dist",
16
16
  "clean:deep": "yarn run clean && shx rm -rf node_modules",
17
17
  "start": "yarn run build --watch",
18
- "dev": "cross-env NODE_ENV=development webpack serve --config .webpack/webpack.playground.js",
19
18
  "test": "echo \"Error: no test specified\" && exit 1",
20
19
  "test:unit": "jest --watchAll",
21
20
  "test:unit:ci": "jest --ci --runInBand --collectCoverage",
@@ -48,15 +47,16 @@
48
47
  "@radix-ui/react-toggle": "1.1.9",
49
48
  "@radix-ui/react-toggle-group": "1.1.10",
50
49
  "@radix-ui/react-tooltip": "1.2.7",
50
+ "@tanstack/react-table": "8.21.3",
51
51
  "class-variance-authority": "0.7.1",
52
52
  "clsx": "2.1.1",
53
53
  "cmdk": "1.1.1",
54
- "date-fns": "3.6.0",
54
+ "date-fns": "4.1.0",
55
55
  "framer-motion": "6.2.4",
56
56
  "lucide-react": "0.379.0",
57
57
  "next-themes": "0.3.0",
58
58
  "react": "18.3.1",
59
- "react-day-picker": "8.10.1",
59
+ "react-day-picker": "9.12.0",
60
60
  "react-resizable-panels": "2.1.9",
61
61
  "react-shepherd": "6.1.1",
62
62
  "shepherd.js": "13.0.3",