@equinor/echo-components 0.12.0-beta-0 → 0.12.0
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
|
@@ -3,9 +3,9 @@ interface MediaViewerProps {
|
|
|
3
3
|
title: string;
|
|
4
4
|
fileName?: string;
|
|
5
5
|
description?: string;
|
|
6
|
-
date
|
|
7
|
-
showPrevious
|
|
8
|
-
showNext
|
|
6
|
+
date?: string;
|
|
7
|
+
showPrevious?: () => void;
|
|
8
|
+
showNext?: () => void;
|
|
9
9
|
showPrevIcon: boolean;
|
|
10
10
|
showNextIcon: boolean;
|
|
11
11
|
onClose: () => void;
|
|
@@ -100,6 +100,8 @@ export declare const themeConst: {
|
|
|
100
100
|
readonly onWatch: string;
|
|
101
101
|
readonly inProgress: string;
|
|
102
102
|
readonly iocAnnotationError: string;
|
|
103
|
+
readonly note: string;
|
|
104
|
+
readonly archived: string;
|
|
103
105
|
blueOvercast: string;
|
|
104
106
|
readonly warningText: string;
|
|
105
107
|
readonly warningIcon: string;
|