@opengeoweb/theme 9.28.1 → 9.29.1
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.esm.js +207 -207
- package/package.json +1 -1
- package/src/index.d.ts +13 -13
- package/src/lib/components/Icons/Icons.d.ts +128 -128
- package/src/lib/components/Icons/Icons.spec.d.ts +1 -1
- package/src/lib/components/Icons/index.d.ts +1 -1
- package/src/lib/components/Paths/Paths.d.ts +1 -1
- package/src/lib/components/Paths/index.d.ts +1 -1
- package/src/lib/components/Providers/Providers.d.ts +6 -6
- package/src/lib/components/Providers/index.d.ts +1 -1
- package/src/lib/components/Theme/ThemeContext.d.ts +18 -18
- package/src/lib/components/Theme/ThemeContext.spec.d.ts +1 -1
- package/src/lib/components/Theme/index.d.ts +1 -1
- package/src/lib/stories/Accordion.stories.d.ts +15 -15
- package/src/lib/stories/Avatar.stories.d.ts +27 -27
- package/src/lib/stories/Backdrop.stories.d.ts +16 -16
- package/src/lib/stories/Breakpoints.stories.d.ts +14 -14
- package/src/lib/stories/Button.stories.d.ts +27 -27
- package/src/lib/stories/Card.stories.d.ts +27 -27
- package/src/lib/stories/Colors.stories.d.ts +29 -29
- package/src/lib/stories/Elevation.stories.d.ts +30 -30
- package/src/lib/stories/FormElements.stories.d.ts +27 -27
- package/src/lib/stories/IconButton.stories.d.ts +27 -27
- package/src/lib/stories/Icons.stories.d.ts +19 -19
- package/src/lib/stories/List.stories.d.ts +27 -27
- package/src/lib/stories/MenuItem.stories.d.ts +28 -28
- package/src/lib/stories/Select.stories.d.ts +27 -27
- package/src/lib/stories/Slider.stories.d.ts +27 -27
- package/src/lib/stories/Snackbar.stories.d.ts +27 -27
- package/src/lib/stories/StoryHeader.d.ts +6 -6
- package/src/lib/stories/StoryWrapper.d.ts +7 -7
- package/src/lib/stories/Switch.stories.d.ts +27 -27
- package/src/lib/stories/Table.stories.d.ts +36 -36
- package/src/lib/stories/Tabs.stories.d.ts +27 -27
- package/src/lib/stories/TextField.stories.d.ts +27 -27
- package/src/lib/stories/ToggleButton.stories.d.ts +27 -27
- package/src/lib/stories/Tooltip.stories.d.ts +27 -27
- package/src/lib/stories/Typography.stories.d.ts +27 -27
- package/src/lib/types.d.ts +222 -222
- package/src/lib/utils/EChartsThemes/darkTheme.d.ts +249 -249
- package/src/lib/utils/EChartsThemes/index.d.ts +3 -3
- package/src/lib/utils/EChartsThemes/lightTheme.d.ts +244 -244
- package/src/lib/utils/buttonStyles.d.ts +10 -10
- package/src/lib/utils/buttonStyles.test.d.ts +1 -1
- package/src/lib/utils/createTheme.d.ts +16 -16
- package/src/lib/utils/createTheme.spec.d.ts +1 -1
- package/src/lib/utils/i18n.d.ts +2 -2
- package/src/lib/utils/themes/darkTheme.d.ts +3 -3
- package/src/lib/utils/themes/index.d.ts +4 -4
- package/src/lib/utils/themes/lightTheme.d.ts +3 -3
- package/src/lib/utils/utils.d.ts +5 -5
- package/src/lib/utils/utils.spec.d.ts +1 -1
package/index.esm.js
CHANGED
|
@@ -1113,22 +1113,22 @@ typeof SuppressedError === "function" ? SuppressedError : function (error, suppr
|
|
|
1113
1113
|
return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
|
|
1114
1114
|
};
|
|
1115
1115
|
|
|
1116
|
-
/* *
|
|
1117
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
1118
|
-
* you may not use this file except in compliance with the License.
|
|
1119
|
-
* You may obtain a copy of the License at
|
|
1120
|
-
*
|
|
1121
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
1122
|
-
*
|
|
1123
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
1124
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
1125
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
1126
|
-
* See the License for the specific language governing permissions and
|
|
1127
|
-
* limitations under the License.
|
|
1128
|
-
*
|
|
1129
|
-
* Copyright 2022 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
1130
|
-
* Copyright 2022 - Finnish Meteorological Institute (FMI)
|
|
1131
|
-
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
1116
|
+
/* *
|
|
1117
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
1118
|
+
* you may not use this file except in compliance with the License.
|
|
1119
|
+
* You may obtain a copy of the License at
|
|
1120
|
+
*
|
|
1121
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
1122
|
+
*
|
|
1123
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
1124
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
1125
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
1126
|
+
* See the License for the specific language governing permissions and
|
|
1127
|
+
* limitations under the License.
|
|
1128
|
+
*
|
|
1129
|
+
* Copyright 2022 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
1130
|
+
* Copyright 2022 - Finnish Meteorological Institute (FMI)
|
|
1131
|
+
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
1132
1132
|
* */
|
|
1133
1133
|
const dragHandlePath = 'M9.5 8a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm5 0a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm-5 5.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm5 0a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm-5 5.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm5 0a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z';
|
|
1134
1134
|
|
|
@@ -2155,22 +2155,22 @@ const ModerateTurbulence = props => jsx(SvgIcon, Object.assign({}, props, {
|
|
|
2155
2155
|
})
|
|
2156
2156
|
}));
|
|
2157
2157
|
|
|
2158
|
-
/* *
|
|
2159
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
2160
|
-
* you may not use this file except in compliance with the License.
|
|
2161
|
-
* You may obtain a copy of the License at
|
|
2162
|
-
*
|
|
2163
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
2164
|
-
*
|
|
2165
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
2166
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
2167
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
2168
|
-
* See the License for the specific language governing permissions and
|
|
2169
|
-
* limitations under the License.
|
|
2170
|
-
*
|
|
2171
|
-
* Copyright 2022 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
2172
|
-
* Copyright 2022 - Finnish Meteorological Institute (FMI)
|
|
2173
|
-
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
2158
|
+
/* *
|
|
2159
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
2160
|
+
* you may not use this file except in compliance with the License.
|
|
2161
|
+
* You may obtain a copy of the License at
|
|
2162
|
+
*
|
|
2163
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
2164
|
+
*
|
|
2165
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
2166
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
2167
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
2168
|
+
* See the License for the specific language governing permissions and
|
|
2169
|
+
* limitations under the License.
|
|
2170
|
+
*
|
|
2171
|
+
* Copyright 2022 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
2172
|
+
* Copyright 2022 - Finnish Meteorological Institute (FMI)
|
|
2173
|
+
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
2174
2174
|
* */
|
|
2175
2175
|
|
|
2176
2176
|
var index = /*#__PURE__*/Object.freeze({
|
|
@@ -3726,22 +3726,22 @@ fixRegExpWellKnownSymbolLogic('match', function (MATCH, nativeMatch, maybeCallNa
|
|
|
3726
3726
|
];
|
|
3727
3727
|
});
|
|
3728
3728
|
|
|
3729
|
-
/* *
|
|
3730
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
3731
|
-
* you may not use this file except in compliance with the License.
|
|
3732
|
-
* You may obtain a copy of the License at
|
|
3733
|
-
*
|
|
3734
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
3735
|
-
*
|
|
3736
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
3737
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
3738
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
3739
|
-
* See the License for the specific language governing permissions and
|
|
3740
|
-
* limitations under the License.
|
|
3741
|
-
*
|
|
3742
|
-
* Copyright 2023 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
3743
|
-
* Copyright 2023 - Finnish Meteorological Institute (FMI)
|
|
3744
|
-
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
3729
|
+
/* *
|
|
3730
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
3731
|
+
* you may not use this file except in compliance with the License.
|
|
3732
|
+
* You may obtain a copy of the License at
|
|
3733
|
+
*
|
|
3734
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
3735
|
+
*
|
|
3736
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
3737
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
3738
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
3739
|
+
* See the License for the specific language governing permissions and
|
|
3740
|
+
* limitations under the License.
|
|
3741
|
+
*
|
|
3742
|
+
* Copyright 2023 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
3743
|
+
* Copyright 2023 - Finnish Meteorological Institute (FMI)
|
|
3744
|
+
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
3745
3745
|
* */
|
|
3746
3746
|
const hex2rgba = (hex, alpha = 1) => {
|
|
3747
3747
|
const [r, g, b] = hex.match(/\w\w/g).map(x => parseInt(x, 16));
|
|
@@ -3782,22 +3782,22 @@ const createShadows = elevations => {
|
|
|
3782
3782
|
});
|
|
3783
3783
|
};
|
|
3784
3784
|
|
|
3785
|
-
/* *
|
|
3786
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
3787
|
-
* you may not use this file except in compliance with the License.
|
|
3788
|
-
* You may obtain a copy of the License at
|
|
3789
|
-
*
|
|
3790
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
3791
|
-
*
|
|
3792
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
3793
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
3794
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
3795
|
-
* See the License for the specific language governing permissions and
|
|
3796
|
-
* limitations under the License.
|
|
3797
|
-
*
|
|
3798
|
-
* Copyright 2023 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
3799
|
-
* Copyright 2023 - Finnish Meteorological Institute (FMI)
|
|
3800
|
-
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
3785
|
+
/* *
|
|
3786
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
3787
|
+
* you may not use this file except in compliance with the License.
|
|
3788
|
+
* You may obtain a copy of the License at
|
|
3789
|
+
*
|
|
3790
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
3791
|
+
*
|
|
3792
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
3793
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
3794
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
3795
|
+
* See the License for the specific language governing permissions and
|
|
3796
|
+
* limitations under the License.
|
|
3797
|
+
*
|
|
3798
|
+
* Copyright 2023 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
3799
|
+
* Copyright 2023 - Finnish Meteorological Institute (FMI)
|
|
3800
|
+
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
3801
3801
|
* */
|
|
3802
3802
|
const focusButtonStyle$1 = {
|
|
3803
3803
|
outline: 'solid 2px #419cfe'
|
|
@@ -3868,19 +3868,19 @@ const colors$1 = {
|
|
|
3868
3868
|
borderColor: '#374061'
|
|
3869
3869
|
},
|
|
3870
3870
|
mouseOver: {
|
|
3871
|
-
fill: '#
|
|
3871
|
+
fill: '#D8E4F9',
|
|
3872
3872
|
color: '#374061',
|
|
3873
3873
|
borderColor: '#374061'
|
|
3874
3874
|
},
|
|
3875
3875
|
active: {
|
|
3876
3876
|
fill: 'transparent',
|
|
3877
|
-
color: '#
|
|
3878
|
-
borderColor: '#
|
|
3877
|
+
color: '#0057EC',
|
|
3878
|
+
borderColor: '#0057EC'
|
|
3879
3879
|
},
|
|
3880
3880
|
activeMouseOver: {
|
|
3881
|
-
fill: '#
|
|
3882
|
-
color: '#
|
|
3883
|
-
borderColor: '#
|
|
3881
|
+
fill: '#D8E4F9',
|
|
3882
|
+
color: '#0057EC',
|
|
3883
|
+
borderColor: '#0057EC'
|
|
3884
3884
|
},
|
|
3885
3885
|
disabled: {
|
|
3886
3886
|
fill: 'transparent',
|
|
@@ -3896,18 +3896,18 @@ const colors$1 = {
|
|
|
3896
3896
|
borderColor: 'transparent'
|
|
3897
3897
|
},
|
|
3898
3898
|
mouseOver: {
|
|
3899
|
-
fill: '#
|
|
3899
|
+
fill: '#D8E4F9',
|
|
3900
3900
|
color: '#374061',
|
|
3901
3901
|
borderColor: 'transparent'
|
|
3902
3902
|
},
|
|
3903
3903
|
active: {
|
|
3904
3904
|
fill: 'transparent',
|
|
3905
|
-
color: '#
|
|
3905
|
+
color: '#0057EC',
|
|
3906
3906
|
borderColor: 'transparent'
|
|
3907
3907
|
},
|
|
3908
3908
|
activeMouseOver: {
|
|
3909
|
-
fill: '#
|
|
3910
|
-
color: '#
|
|
3909
|
+
fill: '#D8E4F9',
|
|
3910
|
+
color: '#0057EC',
|
|
3911
3911
|
borderColor: 'transparent'
|
|
3912
3912
|
},
|
|
3913
3913
|
disabled: {
|
|
@@ -3924,7 +3924,7 @@ const colors$1 = {
|
|
|
3924
3924
|
borderColor: 'transparent'
|
|
3925
3925
|
},
|
|
3926
3926
|
mouseOver: {
|
|
3927
|
-
fill: '#
|
|
3927
|
+
fill: '#D8E4F9',
|
|
3928
3928
|
color: '#374061',
|
|
3929
3929
|
borderColor: 'transparent'
|
|
3930
3930
|
},
|
|
@@ -3952,7 +3952,7 @@ const colors$1 = {
|
|
|
3952
3952
|
borderColor: '#374061'
|
|
3953
3953
|
},
|
|
3954
3954
|
mouseOver: {
|
|
3955
|
-
fill: '#
|
|
3955
|
+
fill: '#D8E4F9',
|
|
3956
3956
|
color: '#374061',
|
|
3957
3957
|
borderColor: '#374061'
|
|
3958
3958
|
},
|
|
@@ -3980,7 +3980,7 @@ const colors$1 = {
|
|
|
3980
3980
|
borderColor: 'transparent'
|
|
3981
3981
|
},
|
|
3982
3982
|
mouseOver: {
|
|
3983
|
-
fill: '#
|
|
3983
|
+
fill: '#D8E4F9',
|
|
3984
3984
|
color: '#374061',
|
|
3985
3985
|
borderColor: 'transparent'
|
|
3986
3986
|
},
|
|
@@ -3990,7 +3990,7 @@ const colors$1 = {
|
|
|
3990
3990
|
borderColor: 'transparent'
|
|
3991
3991
|
},
|
|
3992
3992
|
activeMouseOver: {
|
|
3993
|
-
fill: '#
|
|
3993
|
+
fill: '#D8E4F9',
|
|
3994
3994
|
color: '#186DFF',
|
|
3995
3995
|
borderColor: 'transparent'
|
|
3996
3996
|
},
|
|
@@ -4010,17 +4010,17 @@ const colors$1 = {
|
|
|
4010
4010
|
borderColor: 'transparent'
|
|
4011
4011
|
},
|
|
4012
4012
|
mouseOver: {
|
|
4013
|
-
fill: '#
|
|
4013
|
+
fill: '#D8E4F9',
|
|
4014
4014
|
color: '#374061',
|
|
4015
4015
|
borderColor: 'transparent'
|
|
4016
4016
|
},
|
|
4017
4017
|
active: {
|
|
4018
4018
|
fill: 'transparent',
|
|
4019
|
-
color: '#
|
|
4019
|
+
color: '#0057EC',
|
|
4020
4020
|
borderColor: 'transparent'
|
|
4021
4021
|
},
|
|
4022
4022
|
activeMouseOver: {
|
|
4023
|
-
fill: '#
|
|
4023
|
+
fill: '#D8E4F9',
|
|
4024
4024
|
color: '#186DFF',
|
|
4025
4025
|
borderColor: 'transparent'
|
|
4026
4026
|
},
|
|
@@ -4038,7 +4038,7 @@ const colors$1 = {
|
|
|
4038
4038
|
borderColor: 'transparent'
|
|
4039
4039
|
},
|
|
4040
4040
|
mouseOver: {
|
|
4041
|
-
fill: '#
|
|
4041
|
+
fill: '#D8E4F9',
|
|
4042
4042
|
color: '#374061',
|
|
4043
4043
|
borderColor: 'transparent'
|
|
4044
4044
|
},
|
|
@@ -4066,7 +4066,7 @@ const colors$1 = {
|
|
|
4066
4066
|
borderColor: '#374061'
|
|
4067
4067
|
},
|
|
4068
4068
|
mouseOver: {
|
|
4069
|
-
fill: '#
|
|
4069
|
+
fill: '#D8E4F9',
|
|
4070
4070
|
color: '#374061',
|
|
4071
4071
|
borderColor: '#374061'
|
|
4072
4072
|
},
|
|
@@ -4147,10 +4147,10 @@ const colors$1 = {
|
|
|
4147
4147
|
cards: {
|
|
4148
4148
|
cardContainer: '#FFFFFF',
|
|
4149
4149
|
cardContainerBorder: '#EEEEEE',
|
|
4150
|
-
cardContainerMouseOver: '#
|
|
4150
|
+
cardContainerMouseOver: '#D8E4F9',
|
|
4151
4151
|
cardContainerDisabled: '#EBEBEB',
|
|
4152
4152
|
cardContainerDisabledBorder: '#E3E2E2',
|
|
4153
|
-
cardContainerDisabledMouseOver: '#
|
|
4153
|
+
cardContainerDisabledMouseOver: '#D8E4F9'
|
|
4154
4154
|
},
|
|
4155
4155
|
backdrops: {
|
|
4156
4156
|
black: {
|
|
@@ -5073,22 +5073,22 @@ const createTheme = ({
|
|
|
5073
5073
|
});
|
|
5074
5074
|
};
|
|
5075
5075
|
|
|
5076
|
-
/* *
|
|
5077
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5078
|
-
* you may not use this file except in compliance with the License.
|
|
5079
|
-
* You may obtain a copy of the License at
|
|
5080
|
-
*
|
|
5081
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
5082
|
-
*
|
|
5083
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
5084
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
5085
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
5086
|
-
* See the License for the specific language governing permissions and
|
|
5087
|
-
* limitations under the License.
|
|
5088
|
-
*
|
|
5089
|
-
* Copyright 2023 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
5090
|
-
* Copyright 2023 - Finnish Meteorological Institute (FMI)
|
|
5091
|
-
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
5076
|
+
/* *
|
|
5077
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5078
|
+
* you may not use this file except in compliance with the License.
|
|
5079
|
+
* You may obtain a copy of the License at
|
|
5080
|
+
*
|
|
5081
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
5082
|
+
*
|
|
5083
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
5084
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
5085
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
5086
|
+
* See the License for the specific language governing permissions and
|
|
5087
|
+
* limitations under the License.
|
|
5088
|
+
*
|
|
5089
|
+
* Copyright 2023 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
5090
|
+
* Copyright 2023 - Finnish Meteorological Institute (FMI)
|
|
5091
|
+
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
5092
5092
|
* */
|
|
5093
5093
|
const focusButtonStyle = {
|
|
5094
5094
|
outline: 'solid 2px #419cfe'
|
|
@@ -5159,19 +5159,19 @@ const colors = {
|
|
|
5159
5159
|
borderColor: '#F8F9F9'
|
|
5160
5160
|
},
|
|
5161
5161
|
mouseOver: {
|
|
5162
|
-
fill: '#
|
|
5162
|
+
fill: '#45556F',
|
|
5163
5163
|
color: '#F8F9F9',
|
|
5164
5164
|
borderColor: '#F8F9F9'
|
|
5165
5165
|
},
|
|
5166
5166
|
active: {
|
|
5167
5167
|
fill: 'transparent',
|
|
5168
|
-
color: '#
|
|
5169
|
-
borderColor: '#
|
|
5168
|
+
color: '#BBD4FF',
|
|
5169
|
+
borderColor: '#BBD4FF'
|
|
5170
5170
|
},
|
|
5171
5171
|
activeMouseOver: {
|
|
5172
|
-
fill: '#
|
|
5173
|
-
color: '#
|
|
5174
|
-
borderColor: '#
|
|
5172
|
+
fill: '#45556F',
|
|
5173
|
+
color: '#BBD4FF',
|
|
5174
|
+
borderColor: '#BBD4FF'
|
|
5175
5175
|
},
|
|
5176
5176
|
disabled: {
|
|
5177
5177
|
fill: 'transparent',
|
|
@@ -5187,18 +5187,18 @@ const colors = {
|
|
|
5187
5187
|
borderColor: 'transparent'
|
|
5188
5188
|
},
|
|
5189
5189
|
mouseOver: {
|
|
5190
|
-
fill: '#
|
|
5190
|
+
fill: '#45556F',
|
|
5191
5191
|
color: '#F8F9F9',
|
|
5192
5192
|
borderColor: 'transparent'
|
|
5193
5193
|
},
|
|
5194
5194
|
active: {
|
|
5195
5195
|
fill: 'transparent',
|
|
5196
|
-
color: '#
|
|
5196
|
+
color: '#BBD4FF',
|
|
5197
5197
|
borderColor: 'transparent'
|
|
5198
5198
|
},
|
|
5199
5199
|
activeMouseOver: {
|
|
5200
|
-
fill: '#
|
|
5201
|
-
color: '#
|
|
5200
|
+
fill: '#45556F',
|
|
5201
|
+
color: '#BBD4FF',
|
|
5202
5202
|
borderColor: 'transparent'
|
|
5203
5203
|
},
|
|
5204
5204
|
disabled: {
|
|
@@ -5215,7 +5215,7 @@ const colors = {
|
|
|
5215
5215
|
borderColor: 'transparent'
|
|
5216
5216
|
},
|
|
5217
5217
|
mouseOver: {
|
|
5218
|
-
fill: '#
|
|
5218
|
+
fill: '#45556F',
|
|
5219
5219
|
color: '#F8F9F9',
|
|
5220
5220
|
borderColor: 'transparent'
|
|
5221
5221
|
},
|
|
@@ -5243,7 +5243,7 @@ const colors = {
|
|
|
5243
5243
|
borderColor: '#F8F9F9'
|
|
5244
5244
|
},
|
|
5245
5245
|
mouseOver: {
|
|
5246
|
-
fill: '#
|
|
5246
|
+
fill: '#45556F',
|
|
5247
5247
|
color: '#F8F9F9',
|
|
5248
5248
|
borderColor: '#F8F9F9'
|
|
5249
5249
|
},
|
|
@@ -5271,17 +5271,17 @@ const colors = {
|
|
|
5271
5271
|
borderColor: 'transparent'
|
|
5272
5272
|
},
|
|
5273
5273
|
mouseOver: {
|
|
5274
|
-
fill: '#
|
|
5274
|
+
fill: '#45556F',
|
|
5275
5275
|
color: '#F8F9F9',
|
|
5276
5276
|
borderColor: 'transparent'
|
|
5277
5277
|
},
|
|
5278
5278
|
active: {
|
|
5279
5279
|
fill: 'transparent',
|
|
5280
|
-
color: '#
|
|
5280
|
+
color: '#BBD4FF',
|
|
5281
5281
|
borderColor: 'transparent'
|
|
5282
5282
|
},
|
|
5283
5283
|
activeMouseOver: {
|
|
5284
|
-
fill: '#
|
|
5284
|
+
fill: '#45556F',
|
|
5285
5285
|
color: '#488BFD',
|
|
5286
5286
|
borderColor: 'transparent'
|
|
5287
5287
|
},
|
|
@@ -5301,18 +5301,18 @@ const colors = {
|
|
|
5301
5301
|
borderColor: 'transparent'
|
|
5302
5302
|
},
|
|
5303
5303
|
mouseOver: {
|
|
5304
|
-
fill: '#
|
|
5304
|
+
fill: '#45556F',
|
|
5305
5305
|
color: '#F8F9F9',
|
|
5306
5306
|
borderColor: 'transparent'
|
|
5307
5307
|
},
|
|
5308
5308
|
active: {
|
|
5309
5309
|
fill: 'transparent',
|
|
5310
|
-
color: '#
|
|
5310
|
+
color: '#BBD4FF',
|
|
5311
5311
|
borderColor: 'transparent'
|
|
5312
5312
|
},
|
|
5313
5313
|
activeMouseOver: {
|
|
5314
|
-
fill: '#
|
|
5315
|
-
color: '#
|
|
5314
|
+
fill: '#45556F',
|
|
5315
|
+
color: '#BBD4FF',
|
|
5316
5316
|
borderColor: 'transparent'
|
|
5317
5317
|
},
|
|
5318
5318
|
disabled: {
|
|
@@ -5329,7 +5329,7 @@ const colors = {
|
|
|
5329
5329
|
borderColor: 'transparent'
|
|
5330
5330
|
},
|
|
5331
5331
|
mouseOver: {
|
|
5332
|
-
fill: '#
|
|
5332
|
+
fill: '#45556F',
|
|
5333
5333
|
color: '#F8F9F9',
|
|
5334
5334
|
borderColor: 'transparent'
|
|
5335
5335
|
},
|
|
@@ -5357,7 +5357,7 @@ const colors = {
|
|
|
5357
5357
|
borderColor: '#F8F9F9'
|
|
5358
5358
|
},
|
|
5359
5359
|
mouseOver: {
|
|
5360
|
-
fill: '#
|
|
5360
|
+
fill: '#45556F',
|
|
5361
5361
|
color: '#F8F9F9',
|
|
5362
5362
|
borderColor: '#F8F9F9'
|
|
5363
5363
|
},
|
|
@@ -5396,7 +5396,7 @@ const colors = {
|
|
|
5396
5396
|
opacity: 1
|
|
5397
5397
|
},
|
|
5398
5398
|
mouseOver: {
|
|
5399
|
-
fill: '#
|
|
5399
|
+
fill: '#45556F',
|
|
5400
5400
|
opacity: 1
|
|
5401
5401
|
},
|
|
5402
5402
|
active: {
|
|
@@ -5421,7 +5421,7 @@ const colors = {
|
|
|
5421
5421
|
}
|
|
5422
5422
|
},
|
|
5423
5423
|
menuItem: {
|
|
5424
|
-
mouseOver: '#
|
|
5424
|
+
mouseOver: '#45556F',
|
|
5425
5425
|
selected: '#186DFF',
|
|
5426
5426
|
selectedMouseOver: '#1047b0'
|
|
5427
5427
|
},
|
|
@@ -5438,10 +5438,10 @@ const colors = {
|
|
|
5438
5438
|
cards: {
|
|
5439
5439
|
cardContainer: '#313131',
|
|
5440
5440
|
cardContainerBorder: '#404040',
|
|
5441
|
-
cardContainerMouseOver: '#
|
|
5441
|
+
cardContainerMouseOver: '#45556F',
|
|
5442
5442
|
cardContainerDisabled: '#252525',
|
|
5443
5443
|
cardContainerDisabledBorder: '#363636',
|
|
5444
|
-
cardContainerDisabledMouseOver: '#
|
|
5444
|
+
cardContainerDisabledMouseOver: '#45556F'
|
|
5445
5445
|
},
|
|
5446
5446
|
backdrops: {
|
|
5447
5447
|
black: {
|
|
@@ -5456,7 +5456,7 @@ const colors = {
|
|
|
5456
5456
|
workspace: {
|
|
5457
5457
|
activeWindow: '#242424',
|
|
5458
5458
|
inactiveWindow: '#303030',
|
|
5459
|
-
tabButtonHover: '#
|
|
5459
|
+
tabButtonHover: '#45556F'
|
|
5460
5460
|
},
|
|
5461
5461
|
timeSlider: {
|
|
5462
5462
|
// player
|
|
@@ -5749,22 +5749,22 @@ const elevations = {
|
|
|
5749
5749
|
elevation_24: '0 11px 15px 0 rgba(0, 0, 0, 0.2), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.14)'
|
|
5750
5750
|
};
|
|
5751
5751
|
|
|
5752
|
-
/* *
|
|
5753
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5754
|
-
* you may not use this file except in compliance with the License.
|
|
5755
|
-
* You may obtain a copy of the License at
|
|
5756
|
-
*
|
|
5757
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
5758
|
-
*
|
|
5759
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
5760
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
5761
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
5762
|
-
* See the License for the specific language governing permissions and
|
|
5763
|
-
* limitations under the License.
|
|
5764
|
-
*
|
|
5765
|
-
* Copyright 2023 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
5766
|
-
* Copyright 2023 - Finnish Meteorological Institute (FMI)
|
|
5767
|
-
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
5752
|
+
/* *
|
|
5753
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5754
|
+
* you may not use this file except in compliance with the License.
|
|
5755
|
+
* You may obtain a copy of the License at
|
|
5756
|
+
*
|
|
5757
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
5758
|
+
*
|
|
5759
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
5760
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
5761
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
5762
|
+
* See the License for the specific language governing permissions and
|
|
5763
|
+
* limitations under the License.
|
|
5764
|
+
*
|
|
5765
|
+
* Copyright 2023 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
5766
|
+
* Copyright 2023 - Finnish Meteorological Institute (FMI)
|
|
5767
|
+
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
5768
5768
|
* */
|
|
5769
5769
|
const lightTheme = createTheme({
|
|
5770
5770
|
paletteType: 'light',
|
|
@@ -5777,22 +5777,22 @@ const darkTheme = createTheme({
|
|
|
5777
5777
|
elevations: elevations
|
|
5778
5778
|
});
|
|
5779
5779
|
|
|
5780
|
-
/* *
|
|
5781
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5782
|
-
* you may not use this file except in compliance with the License.
|
|
5783
|
-
* You may obtain a copy of the License at
|
|
5784
|
-
*
|
|
5785
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
5786
|
-
*
|
|
5787
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
5788
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
5789
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
5790
|
-
* See the License for the specific language governing permissions and
|
|
5791
|
-
* limitations under the License.
|
|
5792
|
-
*
|
|
5793
|
-
* Copyright 2021 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
5794
|
-
* Copyright 2021 - Finnish Meteorological Institute (FMI)
|
|
5795
|
-
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
5780
|
+
/* *
|
|
5781
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5782
|
+
* you may not use this file except in compliance with the License.
|
|
5783
|
+
* You may obtain a copy of the License at
|
|
5784
|
+
*
|
|
5785
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
5786
|
+
*
|
|
5787
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
5788
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
5789
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
5790
|
+
* See the License for the specific language governing permissions and
|
|
5791
|
+
* limitations under the License.
|
|
5792
|
+
*
|
|
5793
|
+
* Copyright 2021 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
5794
|
+
* Copyright 2021 - Finnish Meteorological Institute (FMI)
|
|
5795
|
+
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
5796
5796
|
* */
|
|
5797
5797
|
var ThemeTypes;
|
|
5798
5798
|
(function (ThemeTypes) {
|
|
@@ -5861,22 +5861,22 @@ const ThemeWrapper = ({
|
|
|
5861
5861
|
}))
|
|
5862
5862
|
}));
|
|
5863
5863
|
|
|
5864
|
-
/* *
|
|
5865
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5866
|
-
* you may not use this file except in compliance with the License.
|
|
5867
|
-
* You may obtain a copy of the License at
|
|
5868
|
-
*
|
|
5869
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
5870
|
-
*
|
|
5871
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
5872
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
5873
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
5874
|
-
* See the License for the specific language governing permissions and
|
|
5875
|
-
* limitations under the License.
|
|
5876
|
-
*
|
|
5877
|
-
* Copyright 2024 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
5878
|
-
* Copyright 2024 - Finnish Meteorological Institute (FMI)
|
|
5879
|
-
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
5864
|
+
/* *
|
|
5865
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5866
|
+
* you may not use this file except in compliance with the License.
|
|
5867
|
+
* You may obtain a copy of the License at
|
|
5868
|
+
*
|
|
5869
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
5870
|
+
*
|
|
5871
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
5872
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
5873
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
5874
|
+
* See the License for the specific language governing permissions and
|
|
5875
|
+
* limitations under the License.
|
|
5876
|
+
*
|
|
5877
|
+
* Copyright 2024 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
5878
|
+
* Copyright 2024 - Finnish Meteorological Institute (FMI)
|
|
5879
|
+
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
5880
5880
|
* */
|
|
5881
5881
|
const EChartsDarkTheme = {
|
|
5882
5882
|
backgroundColor: '#393939',
|
|
@@ -6128,22 +6128,22 @@ const EChartsDarkTheme = {
|
|
|
6128
6128
|
}
|
|
6129
6129
|
};
|
|
6130
6130
|
|
|
6131
|
-
/* *
|
|
6132
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6133
|
-
* you may not use this file except in compliance with the License.
|
|
6134
|
-
* You may obtain a copy of the License at
|
|
6135
|
-
*
|
|
6136
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
6137
|
-
*
|
|
6138
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
6139
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
6140
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
6141
|
-
* See the License for the specific language governing permissions and
|
|
6142
|
-
* limitations under the License.
|
|
6143
|
-
*
|
|
6144
|
-
* Copyright 2024 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
6145
|
-
* Copyright 2024 - Finnish Meteorological Institute (FMI)
|
|
6146
|
-
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
6131
|
+
/* *
|
|
6132
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6133
|
+
* you may not use this file except in compliance with the License.
|
|
6134
|
+
* You may obtain a copy of the License at
|
|
6135
|
+
*
|
|
6136
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
6137
|
+
*
|
|
6138
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
6139
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
6140
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
6141
|
+
* See the License for the specific language governing permissions and
|
|
6142
|
+
* limitations under the License.
|
|
6143
|
+
*
|
|
6144
|
+
* Copyright 2024 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
6145
|
+
* Copyright 2024 - Finnish Meteorological Institute (FMI)
|
|
6146
|
+
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
6147
6147
|
* */
|
|
6148
6148
|
const EChartsLightTheme = {
|
|
6149
6149
|
backgroundColor: 'rgba(0,0,0,0)',
|
|
@@ -6390,22 +6390,22 @@ const EChartsLightTheme = {
|
|
|
6390
6390
|
}
|
|
6391
6391
|
};
|
|
6392
6392
|
|
|
6393
|
-
/* *
|
|
6394
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6395
|
-
* you may not use this file except in compliance with the License.
|
|
6396
|
-
* You may obtain a copy of the License at
|
|
6397
|
-
*
|
|
6398
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
6399
|
-
*
|
|
6400
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
6401
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
6402
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
6403
|
-
* See the License for the specific language governing permissions and
|
|
6404
|
-
* limitations under the License.
|
|
6405
|
-
*
|
|
6406
|
-
* Copyright 2023 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
6407
|
-
* Copyright 2023 - Finnish Meteorological Institute (FMI)
|
|
6408
|
-
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
6393
|
+
/* *
|
|
6394
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6395
|
+
* you may not use this file except in compliance with the License.
|
|
6396
|
+
* You may obtain a copy of the License at
|
|
6397
|
+
*
|
|
6398
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
6399
|
+
*
|
|
6400
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
6401
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
6402
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
6403
|
+
* See the License for the specific language governing permissions and
|
|
6404
|
+
* limitations under the License.
|
|
6405
|
+
*
|
|
6406
|
+
* Copyright 2023 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
6407
|
+
* Copyright 2023 - Finnish Meteorological Institute (FMI)
|
|
6408
|
+
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
6409
6409
|
* */
|
|
6410
6410
|
const THEME_NAMESPACE = 'theme';
|
|
6411
6411
|
|