+
{topRight}
{bottomRight}
diff --git a/platform/ui-next/src/components/Viewport/ViewportPane.tsx b/platform/ui-next/src/components/Viewport/ViewportPane.tsx
index 4a1e32769..e5c6f4b91 100644
--- a/platform/ui-next/src/components/Viewport/ViewportPane.tsx
+++ b/platform/ui-next/src/components/Viewport/ViewportPane.tsx
@@ -68,8 +68,8 @@ function ViewportPane({
{/* Border overlay */}
diff --git a/platform/ui-next/src/components/Viewport/index.ts b/platform/ui-next/src/components/Viewport/index.ts
index feb9a0a95..f5f1c7642 100644
--- a/platform/ui-next/src/components/Viewport/index.ts
+++ b/platform/ui-next/src/components/Viewport/index.ts
@@ -6,3 +6,4 @@ export { ViewportPane } from './ViewportPane';
export { ViewportActionCorners, ViewportActionCornersLocations } from './ViewportActionCorners';
export { ViewportOverlay } from './ViewportOverlay';
export { ViewportGrid } from './ViewportGrid';
+export { ImageScrollbar } from './ImageScrollbar';
\ No newline at end of file
diff --git a/platform/ui-next/src/components/index.ts b/platform/ui-next/src/components/index.ts
index 4accaf0bc..9e660144a 100644
--- a/platform/ui-next/src/components/index.ts
+++ b/platform/ui-next/src/components/index.ts
@@ -81,8 +81,6 @@ import {
} from './DropdownMenu';
import { Onboarding } from './Onboarding';
import { DoubleSlider } from './DoubleSlider';
-export { DataRow } from './DataRow';
-export { MeasurementTable } from './MeasurementTable';
import {
SegmentationTable,
useSegmentationTableContext,
@@ -92,7 +90,6 @@ import {
import { Toaster, toast } from './Sonner';
import { StudySummary } from './StudySummary';
import { ErrorBoundary } from './Errorboundary';
-export * from './ColorCircle';
import { Header } from './Header';
import { Card, CardHeader, CardFooter, CardTitle, CardDescription, CardContent } from './Card';
import {
@@ -105,6 +102,7 @@ import {
ViewportActionCornersLocations,
ViewportOverlay,
ViewportGrid,
+ ImageScrollbar,
} from './Viewport';
import {
ToolButton,
@@ -115,6 +113,11 @@ import {
ToolButtonListDivider,
} from './ToolButton';
import { ToolSettings } from './OHIFToolSettings';
+export { DataRow } from './DataRow';
+export { MeasurementTable } from './MeasurementTable';
+export * from './ColorCircle';
+export { default as AllInOneMenu } from './AllInOneMenu';
+export * from './AllInOneMenu';
// Segmentation Context Exports
export { useSegmentationTableContext, useSegmentationExpanded, useSegmentStatistics };
@@ -232,6 +235,7 @@ export {
ViewportActionCornersLocations,
ViewportOverlay,
ViewportGrid,
+ ImageScrollbar,
Clipboard,
ToolButton,
ToolButtonList,
diff --git a/platform/ui-next/src/tailwind.css b/platform/ui-next/src/tailwind.css
index 90271c9cf..b27fa0767 100644
--- a/platform/ui-next/src/tailwind.css
+++ b/platform/ui-next/src/tailwind.css
@@ -26,7 +26,7 @@
--destructive: 0 62.8% 30.6%;
--destructive-foreground: 0 0% 98%;
--border: 0 0% 14.9%;
- --input: 236 45% 21%;
+ --input: 236 52% 30%;
--ring: 214 98% 60%;
--chart-1: 220 70% 50%;
--chart-2: 160 60% 45%;
@@ -69,7 +69,7 @@
--destructive: 0 62.8% 30.6%;
--destructive-foreground: 0 0% 98%;
--border: 0 0% 14.9%;
- --input: 236 45% 21%;
+ --input: 236 52% 30%;
--ring: 214 98% 60%;
--chart-1: 220 70% 50%;
--chart-2: 160 60% 45%;
@@ -252,4 +252,4 @@ input[type='number']::-webkit-outer-spin-button {
input[type='number'] {
-moz-appearance: textfield; /* For Firefox */
-}
+}
\ No newline at end of file
diff --git a/platform/ui/src/components/AllInOneMenu/DividerItem.tsx b/platform/ui/src/components/AllInOneMenu/DividerItem.tsx
index 056d68e9c..fa4307ca6 100644
--- a/platform/ui/src/components/AllInOneMenu/DividerItem.tsx
+++ b/platform/ui/src/components/AllInOneMenu/DividerItem.tsx
@@ -2,8 +2,8 @@ import React from 'react';
const DividerItem = () => {
return (
-
-
+
);
};
diff --git a/platform/ui/src/tailwind.css b/platform/ui/src/tailwind.css
index 8bda44030..1fac7989b 100644
--- a/platform/ui/src/tailwind.css
+++ b/platform/ui/src/tailwind.css
@@ -11,6 +11,8 @@
}
}
+
+
/* Truncate 2 lines utility */
.truncate-2-lines {
overflow: hidden;
@@ -49,7 +51,7 @@
--destructive: 0 62.8% 30.6%;
--destructive-foreground: 0 0% 98%;
--border: 0 0% 14.9%;
- --input: 236 45% 21%;
+ --input: 236 52% 30%;
--ring: 214 98% 60%;
--chart-1: 220 70% 50%;
--chart-2: 160 60% 45%;
@@ -92,7 +94,7 @@
--destructive: 0 62.8% 30.6%;
--destructive-foreground: 0 0% 98%;
--border: 0 0% 14.9%;
- --input: 236 45% 21%;
+ --input: 236 52% 30%;
--ring: 214 98% 60%;
--chart-1: 220 70% 50%;
--chart-2: 160 60% 45%;
@@ -100,4 +102,4 @@
--chart-4: 280 65% 60%;
--chart-5: 340 75% 55%;
}
-}
+}
\ No newline at end of file