@equinor/echo-components 0.12.7 → 0.26.3
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,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@equinor/echo-components",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.26.3",
|
|
4
4
|
"dependencies": {
|
|
5
|
-
"chart.js": "4.
|
|
6
|
-
"react-datepicker": "
|
|
5
|
+
"chart.js": "4.5.0",
|
|
6
|
+
"react-datepicker": "8.4.0",
|
|
7
7
|
"react-swipeable": "7.0.2",
|
|
8
8
|
"react-window": "1.8.11"
|
|
9
9
|
},
|
|
10
10
|
"peerDependencies": {
|
|
11
|
-
"@equinor/echo-utils": ">= 0.
|
|
11
|
+
"@equinor/echo-utils": ">= 0.26.3 < 0.27.0",
|
|
12
12
|
"@equinor/eds-core-react": "0.43.0",
|
|
13
13
|
"@equinor/eds-icons": "0.22.0",
|
|
14
14
|
"classnames": "2.5.1",
|
|
@@ -4,5 +4,5 @@ interface MarkedContentProps {
|
|
|
4
4
|
children: JSX.Element | string[] | string | number;
|
|
5
5
|
className?: string;
|
|
6
6
|
}
|
|
7
|
-
export declare function MarkedContent({ backgroundColor, textColor, children, className
|
|
7
|
+
export declare function MarkedContent({ backgroundColor, textColor, children, className }: Readonly<MarkedContentProps>): JSX.Element;
|
|
8
8
|
export {};
|
|
@@ -4,6 +4,9 @@ export declare const themeConst: {
|
|
|
4
4
|
medium: string;
|
|
5
5
|
large: string;
|
|
6
6
|
xLarge: string;
|
|
7
|
+
fontSizeXSmall: string;
|
|
8
|
+
fontSizeSmall: string;
|
|
9
|
+
fontSizeMedium: string;
|
|
7
10
|
weakLightGray: string;
|
|
8
11
|
weakGrey: string;
|
|
9
12
|
weakBlue: string;
|
|
@@ -65,6 +68,7 @@ export declare const themeConst: {
|
|
|
65
68
|
noColor: string;
|
|
66
69
|
disabledBackgroundColor: string;
|
|
67
70
|
disabledColor: string;
|
|
71
|
+
dividerColorLight: string;
|
|
68
72
|
readonly pm01: string;
|
|
69
73
|
readonly pm02: string;
|
|
70
74
|
readonly pm03: string;
|
|
@@ -141,5 +145,6 @@ export declare const themeConst: {
|
|
|
141
145
|
focusDark: string;
|
|
142
146
|
primaryTextForDarkBackground: string;
|
|
143
147
|
secondaryTextForDarkBackground: string;
|
|
148
|
+
primaryInteractionForDarkBackground: string;
|
|
144
149
|
infographicPrimaryMossGreen: string;
|
|
145
150
|
};
|