@equinor/echo-components 0.9.7 → 0.9.9
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/index.cjs.js +1 -1
- package/package.json +1 -1
- package/src/theme/themeConst.d.ts +81 -33
- package/src/utils/colors.d.ts +1 -1
package/package.json
CHANGED
|
@@ -1,9 +1,47 @@
|
|
|
1
1
|
export declare const themeConst: {
|
|
2
|
-
|
|
2
|
+
weakLightGray: string;
|
|
3
|
+
weakGrey: string;
|
|
4
|
+
weakBlue: string;
|
|
5
|
+
weakLightGreen: string;
|
|
6
|
+
weakMediumGreen: string;
|
|
7
|
+
weakGreen: string;
|
|
8
|
+
weakYellow: string;
|
|
9
|
+
weakLightOrange: string;
|
|
10
|
+
weakMediumOrange: string;
|
|
11
|
+
weakOrange: string;
|
|
12
|
+
weakLightRed: string;
|
|
13
|
+
weakRed: string;
|
|
14
|
+
strongGray: string;
|
|
15
|
+
strongBlack: string;
|
|
16
|
+
strongBlue: string;
|
|
17
|
+
strongGreen: string;
|
|
18
|
+
strongDarkGreen: string;
|
|
19
|
+
strongYellow: string;
|
|
20
|
+
strongDarkYellow: string;
|
|
21
|
+
strongOrange: string;
|
|
22
|
+
strongDarkOrange: string;
|
|
23
|
+
strongRed: string;
|
|
24
|
+
strongDarkRed: string;
|
|
25
|
+
random1: string;
|
|
26
|
+
random2: string;
|
|
27
|
+
readonly random3: string;
|
|
28
|
+
random4: string;
|
|
29
|
+
readonly random5: string;
|
|
30
|
+
readonly random6: string;
|
|
31
|
+
random7: string;
|
|
32
|
+
random8: string;
|
|
33
|
+
random9: string;
|
|
34
|
+
readonly random10: string;
|
|
35
|
+
random11: string;
|
|
36
|
+
random12: string;
|
|
37
|
+
random13: string;
|
|
38
|
+
readonly random14: string;
|
|
39
|
+
random15: string;
|
|
40
|
+
readonly black: string;
|
|
3
41
|
white: string;
|
|
4
42
|
equiBlue1: string;
|
|
5
43
|
equiBlue2: string;
|
|
6
|
-
equiBlue3: string;
|
|
44
|
+
readonly equiBlue3: string;
|
|
7
45
|
equiGray1: string;
|
|
8
46
|
equiGray2: string;
|
|
9
47
|
equiGray3: string;
|
|
@@ -13,61 +51,71 @@ export declare const themeConst: {
|
|
|
13
51
|
darkEquiRed: string;
|
|
14
52
|
equiGreen1: string;
|
|
15
53
|
equiGreen2: string;
|
|
16
|
-
equiGreen3: string;
|
|
54
|
+
readonly equiGreen3: string;
|
|
17
55
|
equiGreen4: string;
|
|
18
56
|
echoText: string;
|
|
19
|
-
strongGray: string;
|
|
20
57
|
disabledBackgroundColor: string;
|
|
21
58
|
disabledColor: string;
|
|
22
|
-
pm01: string;
|
|
23
|
-
pm02: string;
|
|
24
|
-
pm03: string;
|
|
25
|
-
pm04: string;
|
|
26
|
-
pm05: string;
|
|
27
|
-
pm06: string;
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
59
|
+
readonly pm01: string;
|
|
60
|
+
readonly pm02: string;
|
|
61
|
+
readonly pm03: string;
|
|
62
|
+
readonly pm04: string;
|
|
63
|
+
readonly pm05: string;
|
|
64
|
+
readonly pm06: string;
|
|
65
|
+
readonly pm10: string;
|
|
66
|
+
readonly pm15: string;
|
|
67
|
+
readonly pm20: string;
|
|
68
|
+
lc: string;
|
|
69
|
+
readonly lo: string;
|
|
31
70
|
onGoing: string;
|
|
32
|
-
done: string;
|
|
71
|
+
readonly done: string;
|
|
33
72
|
asBuilt: string;
|
|
34
|
-
planned: string;
|
|
35
|
-
future: string;
|
|
73
|
+
readonly planned: string;
|
|
74
|
+
readonly future: string;
|
|
36
75
|
historic: string;
|
|
37
|
-
outOfService: string;
|
|
38
|
-
reserved: string;
|
|
39
|
-
voided: string;
|
|
76
|
+
readonly outOfService: string;
|
|
77
|
+
readonly reserved: string;
|
|
78
|
+
readonly voided: string;
|
|
40
79
|
default: string;
|
|
41
80
|
ok: string;
|
|
42
81
|
os: string;
|
|
43
82
|
pa: string;
|
|
44
83
|
pb: string;
|
|
45
84
|
unknown: string;
|
|
85
|
+
rfccSent: string;
|
|
86
|
+
rfccPartly: string;
|
|
87
|
+
rfcc: string;
|
|
88
|
+
rfocSent: string;
|
|
89
|
+
rfocPartly: string;
|
|
90
|
+
rfoc: string;
|
|
91
|
+
rfccRejected: string;
|
|
92
|
+
rfocRejected: string;
|
|
93
|
+
readonly handoverError: string;
|
|
46
94
|
priorityHigh: string;
|
|
47
95
|
priorityMedium: string;
|
|
48
|
-
systems: string;
|
|
96
|
+
readonly systems: string;
|
|
49
97
|
locations: string;
|
|
50
98
|
ofpDark: string;
|
|
51
99
|
ofpLight: string;
|
|
52
|
-
strongYellow: string;
|
|
53
100
|
blueOvercast: string;
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
warningText: string;
|
|
58
|
-
warningIcon: string;
|
|
59
|
-
warningBackground: string;
|
|
101
|
+
readonly warningText: string;
|
|
102
|
+
readonly warningIcon: string;
|
|
103
|
+
readonly warningBackground: string;
|
|
60
104
|
dropDownButtonBackground: string;
|
|
61
105
|
dropDownTextColor: string;
|
|
62
106
|
searchBarBackground: string;
|
|
63
|
-
highSeverity: string;
|
|
64
|
-
mediumSeverity: string;
|
|
107
|
+
readonly highSeverity: string;
|
|
108
|
+
readonly mediumSeverity: string;
|
|
65
109
|
lowSeverity: string;
|
|
66
|
-
defaultSeverity: string;
|
|
67
|
-
|
|
68
|
-
|
|
110
|
+
readonly defaultSeverity: string;
|
|
111
|
+
readonly highSeverityText: string;
|
|
112
|
+
readonly mediumSeverityText: string;
|
|
113
|
+
readonly lowSeverityText: string;
|
|
114
|
+
defaultSeverityText: string;
|
|
115
|
+
readonly toggleActive: string;
|
|
116
|
+
readonly toggleInactive: string;
|
|
69
117
|
hoverIcon: string;
|
|
70
|
-
hoverIconWithNotification: string;
|
|
118
|
+
readonly hoverIconWithNotification: string;
|
|
71
119
|
tertiaryText: string;
|
|
72
120
|
secondaryText: string;
|
|
73
121
|
};
|
package/src/utils/colors.d.ts
CHANGED
|
@@ -3,4 +3,4 @@ declare function setRequiredEndDateColor(requiredEndDateStatus: string | undefin
|
|
|
3
3
|
declare function setFailureImpactColor(failureImpactStatus: string | undefined): ColorMap;
|
|
4
4
|
declare function setPriorityColor(priorityId: string | undefined): ColorMap;
|
|
5
5
|
declare function setUnsafeFailureColor(unsafeFailure: string | undefined): ColorMap;
|
|
6
|
-
export { setPriorityColor, setRequiredEndDateColor, setUnsafeFailureColor
|
|
6
|
+
export { setFailureImpactColor, setPriorityColor, setRequiredEndDateColor, setUnsafeFailureColor };
|