@equinor/echo-components 0.26.8 → 0.26.10
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,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@equinor/echo-components",
|
|
3
|
-
"version": "0.26.
|
|
3
|
+
"version": "0.26.10",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"chart.js": "4.5.0",
|
|
6
6
|
"react-datepicker": "8.4.0",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"react-window": "1.8.11"
|
|
9
9
|
},
|
|
10
10
|
"peerDependencies": {
|
|
11
|
-
"@equinor/echo-utils": ">= 0.26.
|
|
11
|
+
"@equinor/echo-utils": ">= 0.26.11 < 0.27.0",
|
|
12
12
|
"@equinor/eds-core-react": "0.43.0",
|
|
13
13
|
"@equinor/eds-icons": "0.22.0",
|
|
14
14
|
"@equinor/eds-tokens": "0.9.2",
|
|
@@ -406,16 +406,16 @@ export declare const echoModes: {
|
|
|
406
406
|
readonly rovOperatedValvesTextIonsOpen: "#000000";
|
|
407
407
|
readonly rovOperatedValvesTextIonsClosed: "#ffffff";
|
|
408
408
|
readonly rovOperatedValvesTextIonsUknown: "#000000";
|
|
409
|
-
readonly
|
|
410
|
-
readonly
|
|
409
|
+
readonly otherSynergiSafeXFillSeverity_5: "#4bb748";
|
|
410
|
+
readonly otherSynergiSafeXFillSeverity_4: "#4bb748";
|
|
411
411
|
readonly otherSynergiSafeXFillSeverity_3: "#fdca01";
|
|
412
|
-
readonly
|
|
413
|
-
readonly
|
|
414
|
-
readonly
|
|
415
|
-
readonly
|
|
412
|
+
readonly otherSynergiSafeXFillSeverity_2: "#eb0000";
|
|
413
|
+
readonly otherSynergiSafeXFillSeverity_1: "#eb0000";
|
|
414
|
+
readonly otherSynergiSafeXTextIconSeverity_5: "#000000";
|
|
415
|
+
readonly otherSynergiSafeXTextIconSeverity_4: "#000000";
|
|
416
416
|
readonly otherSynergiSafeXTextIconSeverity_3: "#000000";
|
|
417
|
-
readonly
|
|
418
|
-
readonly
|
|
417
|
+
readonly otherSynergiSafeXTextIconSeverity_2: "#ffffff";
|
|
418
|
+
readonly otherSynergiSafeXTextIconSeverity_1: "#ffffff";
|
|
419
419
|
readonly defaultSelectioncolorsColorSelectioncolor1: "#fa00ff";
|
|
420
420
|
readonly defaultSelectioncolorsColorSelectioncolor2: "#ff5c00";
|
|
421
421
|
readonly defaultSelectioncolorsColorSelectioncolor3: "#faff00";
|
|
@@ -133,14 +133,8 @@ export declare const themeConst: {
|
|
|
133
133
|
readonly mediumSeverityText: string;
|
|
134
134
|
readonly lowSeverityText: string;
|
|
135
135
|
defaultSeverityText: string;
|
|
136
|
-
readonly riskHighSeverity: string;
|
|
137
|
-
readonly riskMediumSeverity: string;
|
|
138
|
-
readonly riskLowSeverity: string;
|
|
139
|
-
readonly riskDefaultSeverity: string;
|
|
140
136
|
readonly toggleActive: string;
|
|
141
137
|
readonly toggleInactive: string;
|
|
142
|
-
hoverIcon: string;
|
|
143
|
-
readonly hoverIconWithNotification: string;
|
|
144
138
|
eqEchoFontFamily: string;
|
|
145
139
|
tertiaryText: string;
|
|
146
140
|
secondaryText: string;
|
|
@@ -153,7 +147,6 @@ export declare const themeConst: {
|
|
|
153
147
|
primaryTextForDarkBackground: string;
|
|
154
148
|
secondaryTextForDarkBackground: string;
|
|
155
149
|
primaryInteractionForDarkBackground: string;
|
|
156
|
-
infographicPrimaryMossGreen: string;
|
|
157
150
|
uiBackgroundSemiTransparent: string;
|
|
158
151
|
textStaticIconsDarkSecondary: string;
|
|
159
152
|
};
|
package/style-reset.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
#root,body,html{height:100%;overflow:hidden;position:fixed;width:100%}::-webkit-scrollbar{height:10px;width:10px}::-webkit-scrollbar-track{background:var(--equiGray5);border-radius:5px}::-webkit-scrollbar-thumb{background:var(--equiGreen1);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--
|
|
1
|
+
#root,body,html{height:100%;overflow:hidden;position:fixed;width:100%}::-webkit-scrollbar{height:10px;width:10px}::-webkit-scrollbar-track{background:var(--equiGray5);border-radius:5px}::-webkit-scrollbar-thumb{background:var(--equiGreen1);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--eds_interactive_primary__hover)}button,input{appearance:none;background:transparent;border:inherit;color:inherit;font:inherit;outline:0}input,input:after,input:before{-webkit-user-select:initial;-khtml-user-select:initial;-moz-user-select:initial;-ms-user-select:initial;user-select:auto}li,menu,ul{list-style:none;margin-block:0;padding-inline:0}
|