@opengeoweb/theme 11.0.0 → 11.1.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/index.esm.js
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import 'msw';
|
|
2
1
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
3
2
|
import { SvgIcon, createTheme as createTheme$1, ThemeProvider as ThemeProvider$1, CssBaseline, GlobalStyles, StyledEngineProvider, useTheme } from '@mui/material';
|
|
4
3
|
import * as React from 'react';
|
|
@@ -1691,6 +1690,45 @@ var ColumnCollapsed = function ColumnCollapsed(props) {
|
|
|
1691
1690
|
})
|
|
1692
1691
|
}));
|
|
1693
1692
|
};
|
|
1693
|
+
var SharedPresetsOtherUsers = function SharedPresetsOtherUsers(props) {
|
|
1694
|
+
return jsx(SvgIcon, Object.assign({}, props, {
|
|
1695
|
+
children: jsxs("svg", {
|
|
1696
|
+
width: "24",
|
|
1697
|
+
height: "20",
|
|
1698
|
+
viewBox: "0 0 24 20",
|
|
1699
|
+
fill: "none",
|
|
1700
|
+
children: [jsx("rect", {
|
|
1701
|
+
x: "0.5",
|
|
1702
|
+
y: "0.5",
|
|
1703
|
+
width: "23",
|
|
1704
|
+
height: "19",
|
|
1705
|
+
rx: "9.5",
|
|
1706
|
+
fill: "#F0F4F8"
|
|
1707
|
+
}), jsx("rect", {
|
|
1708
|
+
x: "0.5",
|
|
1709
|
+
y: "0.5",
|
|
1710
|
+
width: "23",
|
|
1711
|
+
height: "19",
|
|
1712
|
+
rx: "9.5",
|
|
1713
|
+
stroke: "#778590"
|
|
1714
|
+
}), jsx("path", {
|
|
1715
|
+
fillRule: "evenodd",
|
|
1716
|
+
clipRule: "evenodd",
|
|
1717
|
+
d: "M10.9324 15.3958C11.2852 15.7632 11.8564 15.7632 12.2092 15.3958C12.5619 15.0285 12.5619 14.4318 12.2092 14.0644L9.21685 10.9416H17.3361C17.834 10.9416 18.2385 10.5203 18.2385 10.0007C18.2385 9.47981 17.834 9.05843 17.3361 9.05843H9.21685L12.2092 5.93635C12.5619 5.56826 12.5619 4.97231 12.2092 4.60423C12.0331 4.42123 11.8019 4.32869 11.5708 4.32869C11.3396 4.32869 11.1091 4.42123 10.9324 4.60423L5.76156 10.0007L10.9324 15.3958Z",
|
|
1718
|
+
fill: "#535B78"
|
|
1719
|
+
})]
|
|
1720
|
+
})
|
|
1721
|
+
}));
|
|
1722
|
+
};
|
|
1723
|
+
var SharedPresetsMyUser = function SharedPresetsMyUser(props) {
|
|
1724
|
+
return jsx(SvgIcon, Object.assign({}, props, {
|
|
1725
|
+
children: jsx("path", {
|
|
1726
|
+
d: "M9.32.039c-2.033.14-3.997.909-5.6 2.194C1.754 3.808.436 6.169.097 8.72c-.089.668-.089 1.892 0 2.56a10.153 10.153 0 0 0 2.136 5c1.605 2.004 4.003 3.319 6.647 3.648.308.038 1.14.052 3.12.052 2.879 0 3.074-.01 4.04-.206 1.477-.3 3.028-1.033 4.239-2.006 1.964-1.578 3.279-3.927 3.622-6.468.087-.644.087-1.956 0-2.6a10.162 10.162 0 0 0-2.134-4.98C20.204 1.769 17.888.468 15.32.097c-.382-.055-.889-.068-3-.078-1.397-.006-2.747.003-3 .02m5.762 1.018a8.908 8.908 0 0 1 5.28 2.581A8.86 8.86 0 0 1 23 10a8.86 8.86 0 0 1-2.638 6.362 8.908 8.908 0 0 1-5.28 2.581c-.662.082-5.502.082-6.164 0a8.908 8.908 0 0 1-5.28-2.581 8.98 8.98 0 0 1-2.595-5.37 11.949 11.949 0 0 1 0-1.984C1.35 6.223 2.987 3.693 5.42 2.244c1.025-.611 2.371-1.067 3.54-1.2.165-.018 1.507-.036 2.982-.039 2.111-.004 2.778.007 3.14.052m-2.891 3.301a.96.96 0 0 0-.556 1.349c.043.084.761.864 1.595 1.733l1.517 1.58-4.144.02c-4.62.022-4.278-.001-4.571.305a.935.935 0 0 0 0 1.31c.293.306-.049.283 4.571.305l4.144.02-1.517 1.58c-.834.869-1.552 1.649-1.595 1.733-.315.606.108 1.362.764 1.366.136.001.289-.029.392-.075.129-.058.792-.726 2.809-2.831l2.641-2.754-2.644-2.757c-1.722-1.794-2.695-2.781-2.791-2.826-.17-.081-.459-.108-.615-.058",
|
|
1727
|
+
fill: "#22780F",
|
|
1728
|
+
fillRule: "evenodd"
|
|
1729
|
+
})
|
|
1730
|
+
}));
|
|
1731
|
+
};
|
|
1694
1732
|
|
|
1695
1733
|
/* *
|
|
1696
1734
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
@@ -1816,6 +1854,8 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
1816
1854
|
SevereTurbulence: SevereTurbulence,
|
|
1817
1855
|
SevereWaves: SevereWaves,
|
|
1818
1856
|
Share: Share,
|
|
1857
|
+
SharedPresetsMyUser: SharedPresetsMyUser,
|
|
1858
|
+
SharedPresetsOtherUsers: SharedPresetsOtherUsers,
|
|
1819
1859
|
SliderThumb: SliderThumb,
|
|
1820
1860
|
Snow: Snow,
|
|
1821
1861
|
Speed: Speed,
|
|
@@ -2050,11 +2090,11 @@ var createShadows = function createShadows(elevations) {
|
|
|
2050
2090
|
* Copyright 2023 - Finnish Meteorological Institute (FMI)
|
|
2051
2091
|
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
2052
2092
|
* */
|
|
2053
|
-
var focusButtonStyle$
|
|
2093
|
+
var focusButtonStyle$3 = {
|
|
2054
2094
|
outline: 'solid 2px #419cfe'
|
|
2055
2095
|
};
|
|
2056
2096
|
// https://app.zeplin.io/project/5ecf84a3c6ae1047a368f393/screen/5ecf84d920b99428d7f98555
|
|
2057
|
-
var colors$
|
|
2097
|
+
var colors$3 = {
|
|
2058
2098
|
background: {
|
|
2059
2099
|
surface: '#FFFFFF',
|
|
2060
2100
|
surfaceApp: '#F5F5F5',
|
|
@@ -2086,7 +2126,7 @@ var colors$2 = {
|
|
|
2086
2126
|
color: '#626262',
|
|
2087
2127
|
borderColor: 'transparent'
|
|
2088
2128
|
},
|
|
2089
|
-
focus: focusButtonStyle$
|
|
2129
|
+
focus: focusButtonStyle$3
|
|
2090
2130
|
},
|
|
2091
2131
|
secondary: {
|
|
2092
2132
|
"default": {
|
|
@@ -2110,7 +2150,7 @@ var colors$2 = {
|
|
|
2110
2150
|
color: '#626262',
|
|
2111
2151
|
borderColor: 'transparent'
|
|
2112
2152
|
},
|
|
2113
|
-
focus: focusButtonStyle$
|
|
2153
|
+
focus: focusButtonStyle$3
|
|
2114
2154
|
},
|
|
2115
2155
|
tertiary: {
|
|
2116
2156
|
"default": {
|
|
@@ -2138,7 +2178,7 @@ var colors$2 = {
|
|
|
2138
2178
|
color: '#626262',
|
|
2139
2179
|
borderColor: 'transparent'
|
|
2140
2180
|
},
|
|
2141
|
-
focus: focusButtonStyle$
|
|
2181
|
+
focus: focusButtonStyle$3
|
|
2142
2182
|
},
|
|
2143
2183
|
flat: {
|
|
2144
2184
|
"default": {
|
|
@@ -2166,7 +2206,7 @@ var colors$2 = {
|
|
|
2166
2206
|
color: '#626262',
|
|
2167
2207
|
borderColor: 'transparent'
|
|
2168
2208
|
},
|
|
2169
|
-
focus: focusButtonStyle$
|
|
2209
|
+
focus: focusButtonStyle$3
|
|
2170
2210
|
},
|
|
2171
2211
|
tool: {
|
|
2172
2212
|
"default": {
|
|
@@ -2194,7 +2234,7 @@ var colors$2 = {
|
|
|
2194
2234
|
color: '#626262',
|
|
2195
2235
|
borderColor: 'transparent'
|
|
2196
2236
|
},
|
|
2197
|
-
focus: focusButtonStyle$
|
|
2237
|
+
focus: focusButtonStyle$3
|
|
2198
2238
|
},
|
|
2199
2239
|
boxed: {
|
|
2200
2240
|
"default": {
|
|
@@ -2222,7 +2262,7 @@ var colors$2 = {
|
|
|
2222
2262
|
color: '#626262',
|
|
2223
2263
|
borderColor: 'transparent'
|
|
2224
2264
|
},
|
|
2225
|
-
focus: focusButtonStyle$
|
|
2265
|
+
focus: focusButtonStyle$3
|
|
2226
2266
|
},
|
|
2227
2267
|
icon: {
|
|
2228
2268
|
"default": {
|
|
@@ -2250,7 +2290,7 @@ var colors$2 = {
|
|
|
2250
2290
|
color: '#626262',
|
|
2251
2291
|
borderColor: 'transparent'
|
|
2252
2292
|
},
|
|
2253
|
-
focus: focusButtonStyle$
|
|
2293
|
+
focus: focusButtonStyle$3
|
|
2254
2294
|
}
|
|
2255
2295
|
},
|
|
2256
2296
|
iconButtons: {
|
|
@@ -2280,7 +2320,7 @@ var colors$2 = {
|
|
|
2280
2320
|
color: '#626262',
|
|
2281
2321
|
borderColor: 'transparent'
|
|
2282
2322
|
},
|
|
2283
|
-
focus: focusButtonStyle$
|
|
2323
|
+
focus: focusButtonStyle$3
|
|
2284
2324
|
},
|
|
2285
2325
|
tool: {
|
|
2286
2326
|
"default": {
|
|
@@ -2308,7 +2348,7 @@ var colors$2 = {
|
|
|
2308
2348
|
color: '#626262',
|
|
2309
2349
|
borderColor: 'transparent'
|
|
2310
2350
|
},
|
|
2311
|
-
focus: focusButtonStyle$
|
|
2351
|
+
focus: focusButtonStyle$3
|
|
2312
2352
|
},
|
|
2313
2353
|
boxed: {
|
|
2314
2354
|
"default": {
|
|
@@ -2336,7 +2376,7 @@ var colors$2 = {
|
|
|
2336
2376
|
color: '#626262',
|
|
2337
2377
|
borderColor: 'transparent'
|
|
2338
2378
|
},
|
|
2339
|
-
focus: focusButtonStyle$
|
|
2379
|
+
focus: focusButtonStyle$3
|
|
2340
2380
|
}
|
|
2341
2381
|
},
|
|
2342
2382
|
typographyAndIcons: {
|
|
@@ -2720,7 +2760,7 @@ var colors$2 = {
|
|
|
2720
2760
|
}
|
|
2721
2761
|
};
|
|
2722
2762
|
// https://app.zeplin.io/project/5ecf84a3c6ae1047a368f393/screen/609bb6a5287bd1abe0de39a7
|
|
2723
|
-
var elevations$
|
|
2763
|
+
var elevations$3 = {
|
|
2724
2764
|
elevation_01: '0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14)',
|
|
2725
2765
|
elevation_02: '0 1px 5px 0 rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.14)',
|
|
2726
2766
|
elevation_03: '0 1px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 3px 3px 0 rgba(0, 0, 0, 0.14)',
|
|
@@ -2761,9 +2801,9 @@ var createTheme = function createTheme(_ref) {
|
|
|
2761
2801
|
var _ref$paletteType = _ref.paletteType,
|
|
2762
2802
|
paletteType = _ref$paletteType === void 0 ? 'light' : _ref$paletteType,
|
|
2763
2803
|
_ref$geowebColors = _ref.geowebColors,
|
|
2764
|
-
defaultGeowebColors = _ref$geowebColors === void 0 ? colors$
|
|
2804
|
+
defaultGeowebColors = _ref$geowebColors === void 0 ? colors$3 : _ref$geowebColors,
|
|
2765
2805
|
_ref$elevations = _ref.elevations,
|
|
2766
|
-
defaultShadows = _ref$elevations === void 0 ? elevations$
|
|
2806
|
+
defaultShadows = _ref$elevations === void 0 ? elevations$3 : _ref$elevations;
|
|
2767
2807
|
var geowebColors = parseColors(defaultGeowebColors);
|
|
2768
2808
|
var shadows = createShadows(defaultShadows);
|
|
2769
2809
|
return createTheme$1({
|
|
@@ -3381,11 +3421,11 @@ var createTheme = function createTheme(_ref) {
|
|
|
3381
3421
|
* Copyright 2023 - Finnish Meteorological Institute (FMI)
|
|
3382
3422
|
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
3383
3423
|
* */
|
|
3384
|
-
var focusButtonStyle$
|
|
3424
|
+
var focusButtonStyle$2 = {
|
|
3385
3425
|
outline: 'solid 2px #419cfe'
|
|
3386
3426
|
};
|
|
3387
3427
|
// https://app.zeplin.io/project/5ecf84a3c6ae1047a368f393/screen/6093e5dc12278e35d433aa2d
|
|
3388
|
-
var colors$
|
|
3428
|
+
var colors$2 = {
|
|
3389
3429
|
background: {
|
|
3390
3430
|
surface: '#303030',
|
|
3391
3431
|
surfaceApp: '#2B2B2B',
|
|
@@ -3417,7 +3457,7 @@ var colors$1 = {
|
|
|
3417
3457
|
color: '#B4B4B4',
|
|
3418
3458
|
borderColor: 'transparent'
|
|
3419
3459
|
},
|
|
3420
|
-
focus: focusButtonStyle$
|
|
3460
|
+
focus: focusButtonStyle$2
|
|
3421
3461
|
},
|
|
3422
3462
|
secondary: {
|
|
3423
3463
|
"default": {
|
|
@@ -3441,7 +3481,7 @@ var colors$1 = {
|
|
|
3441
3481
|
color: '#B4B4B4',
|
|
3442
3482
|
borderColor: 'transparent'
|
|
3443
3483
|
},
|
|
3444
|
-
focus: focusButtonStyle$
|
|
3484
|
+
focus: focusButtonStyle$2
|
|
3445
3485
|
},
|
|
3446
3486
|
tertiary: {
|
|
3447
3487
|
"default": {
|
|
@@ -3469,7 +3509,7 @@ var colors$1 = {
|
|
|
3469
3509
|
color: '#B4B4B4',
|
|
3470
3510
|
borderColor: 'transparent'
|
|
3471
3511
|
},
|
|
3472
|
-
focus: focusButtonStyle$
|
|
3512
|
+
focus: focusButtonStyle$2
|
|
3473
3513
|
},
|
|
3474
3514
|
flat: {
|
|
3475
3515
|
"default": {
|
|
@@ -3497,7 +3537,7 @@ var colors$1 = {
|
|
|
3497
3537
|
color: '#B4B4B4',
|
|
3498
3538
|
borderColor: 'transparent'
|
|
3499
3539
|
},
|
|
3500
|
-
focus: focusButtonStyle$
|
|
3540
|
+
focus: focusButtonStyle$2
|
|
3501
3541
|
},
|
|
3502
3542
|
tool: {
|
|
3503
3543
|
"default": {
|
|
@@ -3525,7 +3565,7 @@ var colors$1 = {
|
|
|
3525
3565
|
color: '#B4B4B4',
|
|
3526
3566
|
borderColor: 'transparent'
|
|
3527
3567
|
},
|
|
3528
|
-
focus: focusButtonStyle$
|
|
3568
|
+
focus: focusButtonStyle$2
|
|
3529
3569
|
},
|
|
3530
3570
|
boxed: {
|
|
3531
3571
|
"default": {
|
|
@@ -3553,7 +3593,7 @@ var colors$1 = {
|
|
|
3553
3593
|
color: '#B4B4B4',
|
|
3554
3594
|
borderColor: 'transparent'
|
|
3555
3595
|
},
|
|
3556
|
-
focus: focusButtonStyle$
|
|
3596
|
+
focus: focusButtonStyle$2
|
|
3557
3597
|
},
|
|
3558
3598
|
icon: {
|
|
3559
3599
|
"default": {
|
|
@@ -3581,7 +3621,7 @@ var colors$1 = {
|
|
|
3581
3621
|
color: '#B4B4B4',
|
|
3582
3622
|
borderColor: 'transparent'
|
|
3583
3623
|
},
|
|
3584
|
-
focus: focusButtonStyle$
|
|
3624
|
+
focus: focusButtonStyle$2
|
|
3585
3625
|
}
|
|
3586
3626
|
},
|
|
3587
3627
|
iconButtons: {
|
|
@@ -3611,7 +3651,7 @@ var colors$1 = {
|
|
|
3611
3651
|
color: '#B4B4B4',
|
|
3612
3652
|
borderColor: 'transparent'
|
|
3613
3653
|
},
|
|
3614
|
-
focus: focusButtonStyle$
|
|
3654
|
+
focus: focusButtonStyle$2
|
|
3615
3655
|
},
|
|
3616
3656
|
tool: {
|
|
3617
3657
|
"default": {
|
|
@@ -3639,7 +3679,7 @@ var colors$1 = {
|
|
|
3639
3679
|
color: '#B4B4B4',
|
|
3640
3680
|
borderColor: 'transparent'
|
|
3641
3681
|
},
|
|
3642
|
-
focus: focusButtonStyle$
|
|
3682
|
+
focus: focusButtonStyle$2
|
|
3643
3683
|
},
|
|
3644
3684
|
boxed: {
|
|
3645
3685
|
"default": {
|
|
@@ -3667,7 +3707,7 @@ var colors$1 = {
|
|
|
3667
3707
|
color: '#B4B4B4',
|
|
3668
3708
|
borderColor: 'transparent'
|
|
3669
3709
|
},
|
|
3670
|
-
focus: focusButtonStyle$
|
|
3710
|
+
focus: focusButtonStyle$2
|
|
3671
3711
|
}
|
|
3672
3712
|
},
|
|
3673
3713
|
typographyAndIcons: {
|
|
@@ -4052,7 +4092,7 @@ var colors$1 = {
|
|
|
4052
4092
|
}
|
|
4053
4093
|
};
|
|
4054
4094
|
// https://app.zeplin.io/project/5ecf84a3c6ae1047a368f393/screen/6093e694124ecf3886de76d4
|
|
4055
|
-
var elevations$
|
|
4095
|
+
var elevations$2 = {
|
|
4056
4096
|
elevation_01: '0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14)',
|
|
4057
4097
|
elevation_02: '0 1px 5px 0 rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.14)',
|
|
4058
4098
|
elevation_03: '0 1px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 3px 3px 0 rgba(0, 0, 0, 0.14)',
|
|
@@ -4082,11 +4122,11 @@ var elevations$1 = {
|
|
|
4082
4122
|
* Copyright 2023 - Finnish Meteorological Institute (FMI)
|
|
4083
4123
|
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
4084
4124
|
* */
|
|
4085
|
-
var focusButtonStyle = {
|
|
4125
|
+
var focusButtonStyle$1 = {
|
|
4086
4126
|
outline: 'solid 2px #FFFFFF'
|
|
4087
4127
|
};
|
|
4088
4128
|
// https://app.zeplin.io/project/5ecf84a3c6ae1047a368f393/screen/6093e5dc12278e35d433aa2d
|
|
4089
|
-
var colors = Object.assign({}, colors$
|
|
4129
|
+
var colors$1 = Object.assign({}, colors$3, {
|
|
4090
4130
|
background: {
|
|
4091
4131
|
surface: '#9e1f1e',
|
|
4092
4132
|
surfaceApp: '#740c16',
|
|
@@ -4118,7 +4158,7 @@ var colors = Object.assign({}, colors$2, {
|
|
|
4118
4158
|
color: '#B4B4B4',
|
|
4119
4159
|
borderColor: 'transparent'
|
|
4120
4160
|
},
|
|
4121
|
-
focus: focusButtonStyle
|
|
4161
|
+
focus: focusButtonStyle$1
|
|
4122
4162
|
},
|
|
4123
4163
|
secondary: {
|
|
4124
4164
|
"default": {
|
|
@@ -4142,7 +4182,7 @@ var colors = Object.assign({}, colors$2, {
|
|
|
4142
4182
|
color: '#B4B4B4',
|
|
4143
4183
|
borderColor: 'transparent'
|
|
4144
4184
|
},
|
|
4145
|
-
focus: focusButtonStyle
|
|
4185
|
+
focus: focusButtonStyle$1
|
|
4146
4186
|
},
|
|
4147
4187
|
tertiary: {
|
|
4148
4188
|
"default": {
|
|
@@ -4170,7 +4210,7 @@ var colors = Object.assign({}, colors$2, {
|
|
|
4170
4210
|
color: '#B4B4B4',
|
|
4171
4211
|
borderColor: 'transparent'
|
|
4172
4212
|
},
|
|
4173
|
-
focus: focusButtonStyle
|
|
4213
|
+
focus: focusButtonStyle$1
|
|
4174
4214
|
},
|
|
4175
4215
|
flat: {
|
|
4176
4216
|
"default": {
|
|
@@ -4198,7 +4238,7 @@ var colors = Object.assign({}, colors$2, {
|
|
|
4198
4238
|
color: '#B4B4B4',
|
|
4199
4239
|
borderColor: 'transparent'
|
|
4200
4240
|
},
|
|
4201
|
-
focus: focusButtonStyle
|
|
4241
|
+
focus: focusButtonStyle$1
|
|
4202
4242
|
},
|
|
4203
4243
|
tool: {
|
|
4204
4244
|
"default": {
|
|
@@ -4226,7 +4266,7 @@ var colors = Object.assign({}, colors$2, {
|
|
|
4226
4266
|
color: '#B4B4B4',
|
|
4227
4267
|
borderColor: 'transparent'
|
|
4228
4268
|
},
|
|
4229
|
-
focus: focusButtonStyle
|
|
4269
|
+
focus: focusButtonStyle$1
|
|
4230
4270
|
},
|
|
4231
4271
|
boxed: {
|
|
4232
4272
|
"default": {
|
|
@@ -4254,7 +4294,7 @@ var colors = Object.assign({}, colors$2, {
|
|
|
4254
4294
|
color: '#B4B4B4',
|
|
4255
4295
|
borderColor: 'transparent'
|
|
4256
4296
|
},
|
|
4257
|
-
focus: focusButtonStyle
|
|
4297
|
+
focus: focusButtonStyle$1
|
|
4258
4298
|
},
|
|
4259
4299
|
icon: {
|
|
4260
4300
|
"default": {
|
|
@@ -4282,7 +4322,7 @@ var colors = Object.assign({}, colors$2, {
|
|
|
4282
4322
|
color: '#B4B4B4',
|
|
4283
4323
|
borderColor: 'transparent'
|
|
4284
4324
|
},
|
|
4285
|
-
focus: focusButtonStyle
|
|
4325
|
+
focus: focusButtonStyle$1
|
|
4286
4326
|
}
|
|
4287
4327
|
},
|
|
4288
4328
|
iconButtons: {
|
|
@@ -4312,7 +4352,7 @@ var colors = Object.assign({}, colors$2, {
|
|
|
4312
4352
|
color: '#B4B4B4',
|
|
4313
4353
|
borderColor: 'transparent'
|
|
4314
4354
|
},
|
|
4315
|
-
focus: focusButtonStyle
|
|
4355
|
+
focus: focusButtonStyle$1
|
|
4316
4356
|
},
|
|
4317
4357
|
tool: {
|
|
4318
4358
|
"default": {
|
|
@@ -4340,7 +4380,7 @@ var colors = Object.assign({}, colors$2, {
|
|
|
4340
4380
|
color: '#B4B4B4',
|
|
4341
4381
|
borderColor: 'transparent'
|
|
4342
4382
|
},
|
|
4343
|
-
focus: focusButtonStyle
|
|
4383
|
+
focus: focusButtonStyle$1
|
|
4344
4384
|
},
|
|
4345
4385
|
boxed: {
|
|
4346
4386
|
"default": {
|
|
@@ -4368,7 +4408,7 @@ var colors = Object.assign({}, colors$2, {
|
|
|
4368
4408
|
color: '#B4B4B4',
|
|
4369
4409
|
borderColor: 'transparent'
|
|
4370
4410
|
},
|
|
4371
|
-
focus: focusButtonStyle
|
|
4411
|
+
focus: focusButtonStyle$1
|
|
4372
4412
|
}
|
|
4373
4413
|
},
|
|
4374
4414
|
typographyAndIcons: {
|
|
@@ -4758,7 +4798,7 @@ var colors = Object.assign({}, colors$2, {
|
|
|
4758
4798
|
}
|
|
4759
4799
|
});
|
|
4760
4800
|
// https://app.zeplin.io/project/5ecf84a3c6ae1047a368f393/screen/6093e694124ecf3886de76d4
|
|
4761
|
-
var elevations = {
|
|
4801
|
+
var elevations$1 = {
|
|
4762
4802
|
elevation_01: '0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14)',
|
|
4763
4803
|
elevation_02: '0 1px 5px 0 rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.14)',
|
|
4764
4804
|
elevation_03: '0 1px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 3px 3px 0 rgba(0, 0, 0, 0.14)',
|
|
@@ -4784,72 +4824,784 @@ var elevations = {
|
|
|
4784
4824
|
* See the License for the specific language governing permissions and
|
|
4785
4825
|
* limitations under the License.
|
|
4786
4826
|
*
|
|
4787
|
-
* Copyright
|
|
4788
|
-
* Copyright
|
|
4789
|
-
* Copyright
|
|
4790
|
-
* */
|
|
4791
|
-
var ThemeTypes;
|
|
4792
|
-
(function (ThemeTypes) {
|
|
4793
|
-
ThemeTypes["DARK_THEME"] = "darkTheme";
|
|
4794
|
-
ThemeTypes["LIGHT_THEME"] = "lightTheme";
|
|
4795
|
-
ThemeTypes["XMAS2024_THEME"] = "xmas2024Theme";
|
|
4796
|
-
})(ThemeTypes || (ThemeTypes = {}));
|
|
4797
|
-
|
|
4798
|
-
/* *
|
|
4799
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
4800
|
-
* you may not use this file except in compliance with the License.
|
|
4801
|
-
* You may obtain a copy of the License at
|
|
4802
|
-
*
|
|
4803
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
4804
|
-
*
|
|
4805
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
4806
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
4807
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
4808
|
-
* See the License for the specific language governing permissions and
|
|
4809
|
-
* limitations under the License.
|
|
4810
|
-
*
|
|
4811
|
-
* Copyright 2023 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
4812
|
-
* Copyright 2023 - Finnish Meteorological Institute (FMI)
|
|
4813
|
-
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
4827
|
+
* Copyright 2025 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
4828
|
+
* Copyright 2025 - Finnish Meteorological Institute (FMI)
|
|
4829
|
+
* Copyright 2025 - The Norwegian Meteorological Institute (MET Norway)
|
|
4814
4830
|
* */
|
|
4815
|
-
var
|
|
4816
|
-
|
|
4817
|
-
case ThemeTypes.DARK_THEME:
|
|
4818
|
-
return namedDarkTheme;
|
|
4819
|
-
case ThemeTypes.LIGHT_THEME:
|
|
4820
|
-
return namedLightTheme;
|
|
4821
|
-
case ThemeTypes.XMAS2024_THEME:
|
|
4822
|
-
return namedXmas2024Theme;
|
|
4823
|
-
default:
|
|
4824
|
-
return namedLightTheme;
|
|
4825
|
-
}
|
|
4826
|
-
};
|
|
4827
|
-
var lightTheme = createTheme({
|
|
4828
|
-
paletteType: 'light',
|
|
4829
|
-
geowebColors: colors$2,
|
|
4830
|
-
elevations: elevations$2
|
|
4831
|
-
});
|
|
4832
|
-
var darkTheme = createTheme({
|
|
4833
|
-
paletteType: 'dark',
|
|
4834
|
-
geowebColors: colors$1,
|
|
4835
|
-
elevations: elevations$1
|
|
4836
|
-
});
|
|
4837
|
-
var xmas2024Theme = createTheme({
|
|
4838
|
-
paletteType: 'dark',
|
|
4839
|
-
geowebColors: colors,
|
|
4840
|
-
elevations: elevations
|
|
4841
|
-
});
|
|
4842
|
-
var namedLightTheme = {
|
|
4843
|
-
name: ThemeTypes.LIGHT_THEME,
|
|
4844
|
-
theme: lightTheme
|
|
4845
|
-
};
|
|
4846
|
-
var namedDarkTheme = {
|
|
4847
|
-
name: ThemeTypes.DARK_THEME,
|
|
4848
|
-
theme: darkTheme
|
|
4831
|
+
var focusButtonStyle = {
|
|
4832
|
+
outline: 'solid 2px #419cfe'
|
|
4849
4833
|
};
|
|
4850
|
-
|
|
4851
|
-
|
|
4852
|
-
|
|
4834
|
+
// https://www.figma.com/design/X1glYQsGXcHvH9ti7rXcPT/test-side-geoweb?node-id=106-1817&t=GCStbstNVLl6LZcT-0
|
|
4835
|
+
var colors = {
|
|
4836
|
+
background: {
|
|
4837
|
+
surface: '#FFCB66',
|
|
4838
|
+
surfaceApp: '#F9F0DF',
|
|
4839
|
+
surfaceBrowser: '#FFCB66'
|
|
4840
|
+
},
|
|
4841
|
+
brand: {
|
|
4842
|
+
brand: '#FFCB66'
|
|
4843
|
+
},
|
|
4844
|
+
buttons: {
|
|
4845
|
+
primary: {
|
|
4846
|
+
"default": {
|
|
4847
|
+
fill: '#186DFF',
|
|
4848
|
+
color: '#FFFFFF',
|
|
4849
|
+
borderColor: 'transparent'
|
|
4850
|
+
},
|
|
4851
|
+
mouseOver: {
|
|
4852
|
+
fill: '#1047B0',
|
|
4853
|
+
color: '#FFFFFF',
|
|
4854
|
+
borderColor: '#71A6FF'
|
|
4855
|
+
},
|
|
4856
|
+
active: {
|
|
4857
|
+
fill: '#186DFF',
|
|
4858
|
+
color: '#FFFFFF',
|
|
4859
|
+
borderColor: 'transparent'
|
|
4860
|
+
},
|
|
4861
|
+
activeMouseOver: {},
|
|
4862
|
+
disabled: {
|
|
4863
|
+
fill: 'transparent',
|
|
4864
|
+
color: '#626262',
|
|
4865
|
+
borderColor: 'transparent'
|
|
4866
|
+
},
|
|
4867
|
+
focus: focusButtonStyle
|
|
4868
|
+
},
|
|
4869
|
+
secondary: {
|
|
4870
|
+
"default": {
|
|
4871
|
+
fill: '#374061',
|
|
4872
|
+
color: '#FFFFFF',
|
|
4873
|
+
borderColor: 'transparent'
|
|
4874
|
+
},
|
|
4875
|
+
mouseOver: {
|
|
4876
|
+
fill: '#1047B0',
|
|
4877
|
+
color: '#FFFFFF',
|
|
4878
|
+
borderColor: 'transparent'
|
|
4879
|
+
},
|
|
4880
|
+
active: {
|
|
4881
|
+
fill: '#186DFF',
|
|
4882
|
+
color: '#FFFFFF',
|
|
4883
|
+
borderColor: 'transparent'
|
|
4884
|
+
},
|
|
4885
|
+
activeMouseOver: {},
|
|
4886
|
+
disabled: {
|
|
4887
|
+
fill: 'transparent',
|
|
4888
|
+
color: '#626262',
|
|
4889
|
+
borderColor: 'transparent'
|
|
4890
|
+
},
|
|
4891
|
+
focus: focusButtonStyle
|
|
4892
|
+
},
|
|
4893
|
+
tertiary: {
|
|
4894
|
+
"default": {
|
|
4895
|
+
fill: 'transparent',
|
|
4896
|
+
color: '#374061',
|
|
4897
|
+
borderColor: '#374061'
|
|
4898
|
+
},
|
|
4899
|
+
mouseOver: {
|
|
4900
|
+
fill: '#D8E4F9',
|
|
4901
|
+
color: '#374061',
|
|
4902
|
+
borderColor: '#374061'
|
|
4903
|
+
},
|
|
4904
|
+
active: {
|
|
4905
|
+
fill: 'transparent',
|
|
4906
|
+
color: '#0057EC',
|
|
4907
|
+
borderColor: '#0057EC'
|
|
4908
|
+
},
|
|
4909
|
+
activeMouseOver: {
|
|
4910
|
+
fill: '#D8E4F9',
|
|
4911
|
+
color: '#0057EC',
|
|
4912
|
+
borderColor: '#0057EC'
|
|
4913
|
+
},
|
|
4914
|
+
disabled: {
|
|
4915
|
+
fill: 'transparent',
|
|
4916
|
+
color: '#626262',
|
|
4917
|
+
borderColor: 'transparent'
|
|
4918
|
+
},
|
|
4919
|
+
focus: focusButtonStyle
|
|
4920
|
+
},
|
|
4921
|
+
flat: {
|
|
4922
|
+
"default": {
|
|
4923
|
+
fill: 'transparent',
|
|
4924
|
+
color: '#374061',
|
|
4925
|
+
borderColor: 'transparent'
|
|
4926
|
+
},
|
|
4927
|
+
mouseOver: {
|
|
4928
|
+
fill: '#D8E4F9',
|
|
4929
|
+
color: '#374061',
|
|
4930
|
+
borderColor: 'transparent'
|
|
4931
|
+
},
|
|
4932
|
+
active: {
|
|
4933
|
+
fill: 'transparent',
|
|
4934
|
+
color: '#0057EC',
|
|
4935
|
+
borderColor: 'transparent'
|
|
4936
|
+
},
|
|
4937
|
+
activeMouseOver: {
|
|
4938
|
+
fill: '#D8E4F9',
|
|
4939
|
+
color: '#0057EC',
|
|
4940
|
+
borderColor: 'transparent'
|
|
4941
|
+
},
|
|
4942
|
+
disabled: {
|
|
4943
|
+
fill: 'transparent',
|
|
4944
|
+
color: '#626262',
|
|
4945
|
+
borderColor: 'transparent'
|
|
4946
|
+
},
|
|
4947
|
+
focus: focusButtonStyle
|
|
4948
|
+
},
|
|
4949
|
+
tool: {
|
|
4950
|
+
"default": {
|
|
4951
|
+
fill: '#ECEDEE',
|
|
4952
|
+
color: '#374061',
|
|
4953
|
+
borderColor: 'transparent'
|
|
4954
|
+
},
|
|
4955
|
+
mouseOver: {
|
|
4956
|
+
fill: '#D8E4F9',
|
|
4957
|
+
color: '#374061',
|
|
4958
|
+
borderColor: 'transparent'
|
|
4959
|
+
},
|
|
4960
|
+
active: {
|
|
4961
|
+
fill: '#186DFF',
|
|
4962
|
+
color: '#FFFFFF',
|
|
4963
|
+
borderColor: 'transparent'
|
|
4964
|
+
},
|
|
4965
|
+
activeMouseOver: {
|
|
4966
|
+
fill: '#1047B0',
|
|
4967
|
+
color: '#FFFFFF',
|
|
4968
|
+
borderColor: 'transparent'
|
|
4969
|
+
},
|
|
4970
|
+
disabled: {
|
|
4971
|
+
fill: 'transparent',
|
|
4972
|
+
color: '#626262',
|
|
4973
|
+
borderColor: 'transparent'
|
|
4974
|
+
},
|
|
4975
|
+
focus: focusButtonStyle
|
|
4976
|
+
},
|
|
4977
|
+
boxed: {
|
|
4978
|
+
"default": {
|
|
4979
|
+
fill: 'transparent',
|
|
4980
|
+
color: '#374061',
|
|
4981
|
+
borderColor: '#374061'
|
|
4982
|
+
},
|
|
4983
|
+
mouseOver: {
|
|
4984
|
+
fill: '#D8E4F9',
|
|
4985
|
+
color: '#374061',
|
|
4986
|
+
borderColor: '#374061'
|
|
4987
|
+
},
|
|
4988
|
+
active: {
|
|
4989
|
+
fill: '#186DFF',
|
|
4990
|
+
color: '#FFFFFF',
|
|
4991
|
+
borderColor: 'transparent'
|
|
4992
|
+
},
|
|
4993
|
+
activeMouseOver: {
|
|
4994
|
+
fill: '#1047B0',
|
|
4995
|
+
color: '#FFFFFF',
|
|
4996
|
+
borderColor: 'transparent'
|
|
4997
|
+
},
|
|
4998
|
+
disabled: {
|
|
4999
|
+
fill: 'transparent',
|
|
5000
|
+
color: '#626262',
|
|
5001
|
+
borderColor: 'transparent'
|
|
5002
|
+
},
|
|
5003
|
+
focus: focusButtonStyle
|
|
5004
|
+
},
|
|
5005
|
+
icon: {
|
|
5006
|
+
"default": {
|
|
5007
|
+
fill: 'transparent',
|
|
5008
|
+
color: '#374061',
|
|
5009
|
+
borderColor: 'transparent'
|
|
5010
|
+
},
|
|
5011
|
+
mouseOver: {
|
|
5012
|
+
fill: '#D8E4F9',
|
|
5013
|
+
color: '#374061',
|
|
5014
|
+
borderColor: 'transparent'
|
|
5015
|
+
},
|
|
5016
|
+
active: {
|
|
5017
|
+
fill: 'transparent',
|
|
5018
|
+
color: '#051039',
|
|
5019
|
+
borderColor: 'transparent'
|
|
5020
|
+
},
|
|
5021
|
+
activeMouseOver: {
|
|
5022
|
+
fill: '#D8E4F9',
|
|
5023
|
+
color: '#051039',
|
|
5024
|
+
borderColor: 'transparent'
|
|
5025
|
+
},
|
|
5026
|
+
disabled: {
|
|
5027
|
+
fill: 'transparent',
|
|
5028
|
+
color: '#626262',
|
|
5029
|
+
borderColor: 'transparent'
|
|
5030
|
+
},
|
|
5031
|
+
focus: focusButtonStyle
|
|
5032
|
+
}
|
|
5033
|
+
},
|
|
5034
|
+
iconButtons: {
|
|
5035
|
+
flat: {
|
|
5036
|
+
"default": {
|
|
5037
|
+
fill: 'transparent',
|
|
5038
|
+
color: '#374061',
|
|
5039
|
+
borderColor: 'transparent'
|
|
5040
|
+
},
|
|
5041
|
+
mouseOver: {
|
|
5042
|
+
fill: '#D8E4F9',
|
|
5043
|
+
color: '#374061',
|
|
5044
|
+
borderColor: 'transparent'
|
|
5045
|
+
},
|
|
5046
|
+
active: {
|
|
5047
|
+
fill: 'transparent',
|
|
5048
|
+
color: '#0057EC',
|
|
5049
|
+
borderColor: 'transparent'
|
|
5050
|
+
},
|
|
5051
|
+
activeMouseOver: {
|
|
5052
|
+
fill: '#D8E4F9',
|
|
5053
|
+
color: '#186DFF',
|
|
5054
|
+
borderColor: 'transparent'
|
|
5055
|
+
},
|
|
5056
|
+
disabled: {
|
|
5057
|
+
fill: 'transparent',
|
|
5058
|
+
color: '#626262',
|
|
5059
|
+
borderColor: 'transparent'
|
|
5060
|
+
},
|
|
5061
|
+
focus: focusButtonStyle
|
|
5062
|
+
},
|
|
5063
|
+
tool: {
|
|
5064
|
+
"default": {
|
|
5065
|
+
fill: '#ECEDEE',
|
|
5066
|
+
color: '#374061',
|
|
5067
|
+
borderColor: 'transparent'
|
|
5068
|
+
},
|
|
5069
|
+
mouseOver: {
|
|
5070
|
+
fill: '#D8E4F9',
|
|
5071
|
+
color: '#374061',
|
|
5072
|
+
borderColor: 'transparent'
|
|
5073
|
+
},
|
|
5074
|
+
active: {
|
|
5075
|
+
fill: '#186DFF',
|
|
5076
|
+
color: '#FFFFFF',
|
|
5077
|
+
borderColor: 'transparent'
|
|
5078
|
+
},
|
|
5079
|
+
activeMouseOver: {
|
|
5080
|
+
fill: '#1047B0',
|
|
5081
|
+
color: '#FFFFFF',
|
|
5082
|
+
borderColor: 'transparent'
|
|
5083
|
+
},
|
|
5084
|
+
disabled: {
|
|
5085
|
+
fill: 'transparent',
|
|
5086
|
+
color: '#626262',
|
|
5087
|
+
borderColor: 'transparent'
|
|
5088
|
+
},
|
|
5089
|
+
focus: focusButtonStyle
|
|
5090
|
+
},
|
|
5091
|
+
boxed: {
|
|
5092
|
+
"default": {
|
|
5093
|
+
fill: 'transparent',
|
|
5094
|
+
color: '#374061',
|
|
5095
|
+
borderColor: '#374061'
|
|
5096
|
+
},
|
|
5097
|
+
mouseOver: {
|
|
5098
|
+
fill: '#D8E4F9',
|
|
5099
|
+
color: '#374061',
|
|
5100
|
+
borderColor: '#374061'
|
|
5101
|
+
},
|
|
5102
|
+
active: {
|
|
5103
|
+
fill: '#186DFF',
|
|
5104
|
+
color: '#FFFFFF',
|
|
5105
|
+
borderColor: 'transparent'
|
|
5106
|
+
},
|
|
5107
|
+
activeMouseOver: {
|
|
5108
|
+
fill: '#1047B0',
|
|
5109
|
+
color: '#FFFFFF',
|
|
5110
|
+
borderColor: 'transparent'
|
|
5111
|
+
},
|
|
5112
|
+
disabled: {
|
|
5113
|
+
fill: 'transparent',
|
|
5114
|
+
color: '#626262',
|
|
5115
|
+
borderColor: 'transparent'
|
|
5116
|
+
},
|
|
5117
|
+
focus: focusButtonStyle
|
|
5118
|
+
}
|
|
5119
|
+
},
|
|
5120
|
+
typographyAndIcons: {
|
|
5121
|
+
text: '#051039',
|
|
5122
|
+
icon: '#051039',
|
|
5123
|
+
buttonIcon: '#FFFFFF',
|
|
5124
|
+
iconLinkActive: '#186DFF',
|
|
5125
|
+
iconLinkDisabled: '#CCCCCC',
|
|
5126
|
+
textLinkActive: '#186DFF',
|
|
5127
|
+
buttonIconTertiaryFlat: '#575F7A',
|
|
5128
|
+
inactiveText: '#626262',
|
|
5129
|
+
iconWarning: '#ffa800'
|
|
5130
|
+
},
|
|
5131
|
+
textInputField: {
|
|
5132
|
+
"default": {
|
|
5133
|
+
fill: '#e9edf5',
|
|
5134
|
+
opacity: 1
|
|
5135
|
+
},
|
|
5136
|
+
mouseOver: {
|
|
5137
|
+
fill: '#e0e8f5',
|
|
5138
|
+
opacity: 1
|
|
5139
|
+
},
|
|
5140
|
+
active: {
|
|
5141
|
+
fill: '#e9edf5',
|
|
5142
|
+
opacity: 1
|
|
5143
|
+
},
|
|
5144
|
+
disabled: {
|
|
5145
|
+
fill: '#000000',
|
|
5146
|
+
opacity: 0
|
|
5147
|
+
},
|
|
5148
|
+
label: {
|
|
5149
|
+
fill: '#051039',
|
|
5150
|
+
opacity: 0.67
|
|
5151
|
+
},
|
|
5152
|
+
error: {
|
|
5153
|
+
fill: '#FEEDEE',
|
|
5154
|
+
opacity: 1
|
|
5155
|
+
},
|
|
5156
|
+
errorMouseOver: {
|
|
5157
|
+
fill: '#ffc5c5',
|
|
5158
|
+
opacity: 1
|
|
5159
|
+
}
|
|
5160
|
+
},
|
|
5161
|
+
menuItem: {
|
|
5162
|
+
mouseOver: '#e0e8f5',
|
|
5163
|
+
selected: '#186DFF',
|
|
5164
|
+
selectedMouseOver: '#1047b0'
|
|
5165
|
+
},
|
|
5166
|
+
tab: {
|
|
5167
|
+
mouseOver: {
|
|
5168
|
+
fill: '#051039',
|
|
5169
|
+
opacity: 0.07
|
|
5170
|
+
}
|
|
5171
|
+
},
|
|
5172
|
+
greys: {
|
|
5173
|
+
accessible: '#626262',
|
|
5174
|
+
accessibleLight: '#C5C5C5'
|
|
5175
|
+
},
|
|
5176
|
+
cards: {
|
|
5177
|
+
cardContainer: '#FFFFFF',
|
|
5178
|
+
cardContainerBorder: '#EEEEEE',
|
|
5179
|
+
cardContainerMouseOver: '#EFF5FF',
|
|
5180
|
+
cardContainerDisabled: '#EBEBEB',
|
|
5181
|
+
cardContainerDisabledBorder: '#E3E2E2',
|
|
5182
|
+
cardContainerDisabledMouseOver: '#EFF5FF'
|
|
5183
|
+
},
|
|
5184
|
+
backdrops: {
|
|
5185
|
+
black: {
|
|
5186
|
+
fill: '#000000',
|
|
5187
|
+
opacity: 0.5
|
|
5188
|
+
},
|
|
5189
|
+
white: {
|
|
5190
|
+
fill: '#FFFFFF',
|
|
5191
|
+
opacity: 0.24
|
|
5192
|
+
}
|
|
5193
|
+
},
|
|
5194
|
+
workspace: {
|
|
5195
|
+
activeWindow: '#FFFFFF',
|
|
5196
|
+
inactiveWindow: '#E8E5E5',
|
|
5197
|
+
tabButtonHover: 'rgba(123, 172, 255, 0.12)'
|
|
5198
|
+
},
|
|
5199
|
+
timeSlider: {
|
|
5200
|
+
// player
|
|
5201
|
+
playerNeedleTimeTop: {
|
|
5202
|
+
fill: '#E3004F',
|
|
5203
|
+
opacity: 100
|
|
5204
|
+
},
|
|
5205
|
+
playerNeedleTime: {
|
|
5206
|
+
fill: '#FFD523',
|
|
5207
|
+
opacity: 0.75
|
|
5208
|
+
},
|
|
5209
|
+
playerNeedlePlayerTop: {
|
|
5210
|
+
fill: '#051039',
|
|
5211
|
+
opacity: 100
|
|
5212
|
+
},
|
|
5213
|
+
playerNeedlePlayer: {
|
|
5214
|
+
fill: '#67F0FF',
|
|
5215
|
+
opacity: 0.75
|
|
5216
|
+
},
|
|
5217
|
+
playerTimeMarkers: {
|
|
5218
|
+
fill: '#051039'
|
|
5219
|
+
},
|
|
5220
|
+
playerTimeText: {
|
|
5221
|
+
color: '#FFFFFF',
|
|
5222
|
+
fontFamily: 'Roboto',
|
|
5223
|
+
fontSize: 14
|
|
5224
|
+
},
|
|
5225
|
+
// timeline
|
|
5226
|
+
timelineIndicator: {
|
|
5227
|
+
fill: '#767676'
|
|
5228
|
+
},
|
|
5229
|
+
timelineText: {
|
|
5230
|
+
fontSize: 12,
|
|
5231
|
+
color: '#FFFFFF',
|
|
5232
|
+
fontFamily: 'Roboto'
|
|
5233
|
+
},
|
|
5234
|
+
timelineTimeScale: {
|
|
5235
|
+
fill: '#FFFFFF'
|
|
5236
|
+
},
|
|
5237
|
+
timelineNightTime: {
|
|
5238
|
+
fill: '#051038',
|
|
5239
|
+
opacity: 0.67
|
|
5240
|
+
},
|
|
5241
|
+
timelineTimelineSurface: {
|
|
5242
|
+
fill: '#FFFFFF'
|
|
5243
|
+
},
|
|
5244
|
+
timelineMonthChangeDash: {
|
|
5245
|
+
fill: '#767676',
|
|
5246
|
+
opacity: 0.5
|
|
5247
|
+
},
|
|
5248
|
+
timelineSelectionBackground: {
|
|
5249
|
+
fill: '#FFFFFF',
|
|
5250
|
+
opacity: 0.15
|
|
5251
|
+
},
|
|
5252
|
+
timelineSelectionOutline: {
|
|
5253
|
+
fill: '#F0FF00',
|
|
5254
|
+
opacity: 0.4
|
|
5255
|
+
},
|
|
5256
|
+
// time scale
|
|
5257
|
+
timeScalePointer: {
|
|
5258
|
+
fill: '#F8F9F9'
|
|
5259
|
+
},
|
|
5260
|
+
timeScaleHorizontalScale: {
|
|
5261
|
+
fill: '#070808',
|
|
5262
|
+
opacity: 0.2
|
|
5263
|
+
},
|
|
5264
|
+
timeScaleTimeIndicators: {
|
|
5265
|
+
fill: '#767676'
|
|
5266
|
+
},
|
|
5267
|
+
timeScaleTimeIndicatorsActive: {
|
|
5268
|
+
fill: '#051039'
|
|
5269
|
+
},
|
|
5270
|
+
timeScaleShadowButtonScale: {
|
|
5271
|
+
filter: 'drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.28)) drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.24)) drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.40))'
|
|
5272
|
+
},
|
|
5273
|
+
ledgendObservedBackground: {
|
|
5274
|
+
fill: '#00649F'
|
|
5275
|
+
},
|
|
5276
|
+
legendForecastBackground: {
|
|
5277
|
+
fill: '#9900B1'
|
|
5278
|
+
},
|
|
5279
|
+
legendNoDataBackground: {
|
|
5280
|
+
fill: '#575F7A',
|
|
5281
|
+
opacity: 0.95
|
|
5282
|
+
}
|
|
5283
|
+
},
|
|
5284
|
+
timeSliderLite: {
|
|
5285
|
+
selected: {
|
|
5286
|
+
backgroundColor: '#EEF4FB'
|
|
5287
|
+
},
|
|
5288
|
+
needle: {
|
|
5289
|
+
stroke: '#303193'
|
|
5290
|
+
},
|
|
5291
|
+
needleDefault: {
|
|
5292
|
+
stroke: '#3BA587'
|
|
5293
|
+
},
|
|
5294
|
+
needleShadow: {
|
|
5295
|
+
stroke: '#E7F0FA'
|
|
5296
|
+
},
|
|
5297
|
+
needleLabel: {
|
|
5298
|
+
backgroundColor: '#212121',
|
|
5299
|
+
borderColor: '#9e9e9e',
|
|
5300
|
+
color: '#FFFFFF'
|
|
5301
|
+
},
|
|
5302
|
+
timeline: {
|
|
5303
|
+
fill: '#FFFFFF',
|
|
5304
|
+
stroke: '#FFFFFF'
|
|
5305
|
+
},
|
|
5306
|
+
timelineBackground: {
|
|
5307
|
+
fill: '#2959E0',
|
|
5308
|
+
color: '#FFFFFF'
|
|
5309
|
+
},
|
|
5310
|
+
timelineBackgroundAlternative: {
|
|
5311
|
+
fill: '#4871E5',
|
|
5312
|
+
color: '#FFFFFF'
|
|
5313
|
+
},
|
|
5314
|
+
timelineBackgroundDisabled: {
|
|
5315
|
+
fill: '#767E93',
|
|
5316
|
+
color: '#FFFFFF'
|
|
5317
|
+
},
|
|
5318
|
+
timelineBackgroundDisabledAlternative: {
|
|
5319
|
+
fill: '#8A91A3',
|
|
5320
|
+
color: '#FFFFFF'
|
|
5321
|
+
},
|
|
5322
|
+
timelineBackgroundObserved: {
|
|
5323
|
+
fill: '#8A91A3',
|
|
5324
|
+
color: '#FFFFFF'
|
|
5325
|
+
},
|
|
5326
|
+
timelineBackgroundObservedAlternative: {
|
|
5327
|
+
fill: '#767E93',
|
|
5328
|
+
color: '#FFFFFF'
|
|
5329
|
+
}
|
|
5330
|
+
},
|
|
5331
|
+
customSlider: {
|
|
5332
|
+
rail: '#488BFD',
|
|
5333
|
+
railDisabled: '#CCCCCC',
|
|
5334
|
+
track: '#186DFF',
|
|
5335
|
+
trackDisabled: '#CCCCCC',
|
|
5336
|
+
thumb: '#F8F9F9',
|
|
5337
|
+
thumbDisabled: '#CCCCCC',
|
|
5338
|
+
mark: '#FFFFFF',
|
|
5339
|
+
markDisabled: '#FFFFFF'
|
|
5340
|
+
},
|
|
5341
|
+
customSwitch: {
|
|
5342
|
+
thumb: '#F8F9F9',
|
|
5343
|
+
thumbDisabled: '#F5F5F5',
|
|
5344
|
+
track: '#707070',
|
|
5345
|
+
trackActive: '#186DFF'
|
|
5346
|
+
},
|
|
5347
|
+
syncGroups: {
|
|
5348
|
+
drawerOpen: {
|
|
5349
|
+
fill: '#E8E5E5'
|
|
5350
|
+
}
|
|
5351
|
+
},
|
|
5352
|
+
layerManager: {
|
|
5353
|
+
headerRowText: {
|
|
5354
|
+
color: '#051039',
|
|
5355
|
+
opacity: 0.67,
|
|
5356
|
+
fontSize: 12
|
|
5357
|
+
},
|
|
5358
|
+
tableRowDefaultText: {
|
|
5359
|
+
color: '#051039',
|
|
5360
|
+
opacity: 0.87,
|
|
5361
|
+
fontSize: 12
|
|
5362
|
+
},
|
|
5363
|
+
tableRowDefaultCardContainer: {
|
|
5364
|
+
fill: '#FFFFFF',
|
|
5365
|
+
border: '1px solid #EEEEEE',
|
|
5366
|
+
borderColor: '#EEEEEE'
|
|
5367
|
+
},
|
|
5368
|
+
tableRowDisabledText: {
|
|
5369
|
+
color: '#767676',
|
|
5370
|
+
opacity: 0.87,
|
|
5371
|
+
fontSize: 12
|
|
5372
|
+
},
|
|
5373
|
+
tableRowDisabledCardContainer: {
|
|
5374
|
+
fill: '#EBEBEB',
|
|
5375
|
+
border: '1px solid #E3E2E2',
|
|
5376
|
+
borderColor: '#E3E2E2'
|
|
5377
|
+
},
|
|
5378
|
+
dragHandleHover: {
|
|
5379
|
+
backgroundColor: 'transparent'
|
|
5380
|
+
},
|
|
5381
|
+
root: {},
|
|
5382
|
+
opacitySelect: {
|
|
5383
|
+
root: {},
|
|
5384
|
+
button: {},
|
|
5385
|
+
popper: {}
|
|
5386
|
+
},
|
|
5387
|
+
baseLayerRow: {
|
|
5388
|
+
root: {}
|
|
5389
|
+
}
|
|
5390
|
+
},
|
|
5391
|
+
tooltips: {
|
|
5392
|
+
tooltipContainer: {
|
|
5393
|
+
fill: '#232323',
|
|
5394
|
+
opacity: 1
|
|
5395
|
+
},
|
|
5396
|
+
tooltipText: {
|
|
5397
|
+
color: '#FFFFFF'
|
|
5398
|
+
},
|
|
5399
|
+
tooltipSelect: {
|
|
5400
|
+
select: {},
|
|
5401
|
+
menu: {}
|
|
5402
|
+
}
|
|
5403
|
+
},
|
|
5404
|
+
captions: {
|
|
5405
|
+
captionStatus: {
|
|
5406
|
+
color: '#051039',
|
|
5407
|
+
opacity: 0.67
|
|
5408
|
+
},
|
|
5409
|
+
captionInformation: {
|
|
5410
|
+
color: '#1100FF',
|
|
5411
|
+
opacity: 1
|
|
5412
|
+
},
|
|
5413
|
+
captionError: {
|
|
5414
|
+
color: '#C00000',
|
|
5415
|
+
opacity: 1
|
|
5416
|
+
},
|
|
5417
|
+
captionErrorBackground: {
|
|
5418
|
+
color: '#C00000',
|
|
5419
|
+
opacity: 1
|
|
5420
|
+
},
|
|
5421
|
+
captionDisabled: {
|
|
5422
|
+
color: '#707070',
|
|
5423
|
+
opacity: 1
|
|
5424
|
+
}
|
|
5425
|
+
},
|
|
5426
|
+
functional: {
|
|
5427
|
+
success: '#72BB23',
|
|
5428
|
+
successOutline: {
|
|
5429
|
+
fill: '#FCFFEB',
|
|
5430
|
+
border: '1px solid #72BB23',
|
|
5431
|
+
borderColor: '#72BB23'
|
|
5432
|
+
},
|
|
5433
|
+
error: '#C00000',
|
|
5434
|
+
errorOutline: {
|
|
5435
|
+
fill: '#F9E8EA',
|
|
5436
|
+
border: '1px solid #C00000',
|
|
5437
|
+
borderColor: '#C00000'
|
|
5438
|
+
},
|
|
5439
|
+
warning: '#FFA800',
|
|
5440
|
+
warningOutline: {
|
|
5441
|
+
fill: '#FFF8EB',
|
|
5442
|
+
border: '1px solid #FFA800',
|
|
5443
|
+
borderColor: '#FFA800'
|
|
5444
|
+
},
|
|
5445
|
+
warningHighlight: {
|
|
5446
|
+
fill: '#FFA800',
|
|
5447
|
+
opacity: 0.2
|
|
5448
|
+
},
|
|
5449
|
+
notification: '#0062E6',
|
|
5450
|
+
notificationOutline: {
|
|
5451
|
+
fill: '#DFF2FD',
|
|
5452
|
+
border: '1px solid #0062E6',
|
|
5453
|
+
borderColor: '#0062E6'
|
|
5454
|
+
},
|
|
5455
|
+
summary: '#9595FF',
|
|
5456
|
+
summaryOutline: {
|
|
5457
|
+
fill: '#F8F9F9',
|
|
5458
|
+
border: '1px solid #8383F2',
|
|
5459
|
+
borderColor: '#8383F2'
|
|
5460
|
+
},
|
|
5461
|
+
disabled: '#9B9FB0',
|
|
5462
|
+
disabledOutline: {
|
|
5463
|
+
fill: '#F8F9F9',
|
|
5464
|
+
border: '1p solid #9B9FB0',
|
|
5465
|
+
borderColor: '#9B9FB0'
|
|
5466
|
+
}
|
|
5467
|
+
},
|
|
5468
|
+
snackbar: {
|
|
5469
|
+
background: '#051039',
|
|
5470
|
+
text: '#FFFFFF',
|
|
5471
|
+
action: '#98e1f1',
|
|
5472
|
+
actionHover: {
|
|
5473
|
+
fill: '#7BACFF',
|
|
5474
|
+
opacity: 0.2
|
|
5475
|
+
}
|
|
5476
|
+
},
|
|
5477
|
+
chip: {
|
|
5478
|
+
highlightDefault: {
|
|
5479
|
+
fill: '#FFA800',
|
|
5480
|
+
opacity: 0.15,
|
|
5481
|
+
borderColor: '#374061'
|
|
5482
|
+
},
|
|
5483
|
+
highlightDefaultMouseOver: {
|
|
5484
|
+
fill: '#DEDBD4',
|
|
5485
|
+
opacity: 1,
|
|
5486
|
+
borderColor: '#374061'
|
|
5487
|
+
},
|
|
5488
|
+
highlightActiveDefault: {
|
|
5489
|
+
fill: '#566F94',
|
|
5490
|
+
opacity: 1,
|
|
5491
|
+
borderColor: 'transparent'
|
|
5492
|
+
},
|
|
5493
|
+
highlightActiveMouseOver: {
|
|
5494
|
+
fill: '#345596',
|
|
5495
|
+
opacity: 1,
|
|
5496
|
+
borderColor: 'transparent'
|
|
5497
|
+
}
|
|
5498
|
+
}
|
|
5499
|
+
};
|
|
5500
|
+
// https://app.zeplin.io/project/5ecf84a3c6ae1047a368f393/screen/609bb6a5287bd1abe0de39a7
|
|
5501
|
+
var elevations = {
|
|
5502
|
+
elevation_01: '0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14)',
|
|
5503
|
+
elevation_02: '0 1px 5px 0 rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.14)',
|
|
5504
|
+
elevation_03: '0 1px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 3px 3px 0 rgba(0, 0, 0, 0.14)',
|
|
5505
|
+
elevation_04: '0 1px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.14)',
|
|
5506
|
+
elevation_06: '0 3px 5px 0 rgba(0, 0, 0, 0.2), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 6px 10px 0 rgba(0, 0, 0, 0.14)',
|
|
5507
|
+
elevation_08: '0 4px 5px 0 rgba(0, 0, 0, 0.2), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 8px 10px 1px rgba(0, 0, 0, 0.14)',
|
|
5508
|
+
elevation_09: '0 5px 6px 0 rgba(0, 0, 0, 0.2), 0 3px 16px 2px rgba(0, 0, 0, 0.12), 0 9px 12px 1px rgba(0, 0, 0, 0.14)',
|
|
5509
|
+
elevation_12: '0 7px 8px 0 rgba(0, 0, 0, 0.2), 0 5px 22px 4px rgba(0, 0, 0, 0.12), 0 12px 17px 2px rgba(0, 0, 0, 0.14)',
|
|
5510
|
+
elevation_16: '0 8px 10px 0 rgba(0, 0, 0, 0.2), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 16px 24px 2px rgba(0, 0, 0, 0.14)',
|
|
5511
|
+
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)'
|
|
5512
|
+
};
|
|
5513
|
+
|
|
5514
|
+
/* *
|
|
5515
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5516
|
+
* you may not use this file except in compliance with the License.
|
|
5517
|
+
* You may obtain a copy of the License at
|
|
5518
|
+
*
|
|
5519
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
5520
|
+
*
|
|
5521
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
5522
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
5523
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
5524
|
+
* See the License for the specific language governing permissions and
|
|
5525
|
+
* limitations under the License.
|
|
5526
|
+
*
|
|
5527
|
+
* Copyright 2021 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
5528
|
+
* Copyright 2021 - Finnish Meteorological Institute (FMI)
|
|
5529
|
+
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
5530
|
+
* */
|
|
5531
|
+
var ThemeTypes;
|
|
5532
|
+
(function (ThemeTypes) {
|
|
5533
|
+
ThemeTypes["DARK_THEME"] = "darkTheme";
|
|
5534
|
+
ThemeTypes["LIGHT_THEME"] = "lightTheme";
|
|
5535
|
+
ThemeTypes["XMAS2024_THEME"] = "xmas2024Theme";
|
|
5536
|
+
ThemeTypes["DEMO_THEME"] = "demoTheme";
|
|
5537
|
+
})(ThemeTypes || (ThemeTypes = {}));
|
|
5538
|
+
|
|
5539
|
+
/* *
|
|
5540
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5541
|
+
* you may not use this file except in compliance with the License.
|
|
5542
|
+
* You may obtain a copy of the License at
|
|
5543
|
+
*
|
|
5544
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
5545
|
+
*
|
|
5546
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
5547
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
5548
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
5549
|
+
* See the License for the specific language governing permissions and
|
|
5550
|
+
* limitations under the License.
|
|
5551
|
+
*
|
|
5552
|
+
* Copyright 2023 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
5553
|
+
* Copyright 2023 - Finnish Meteorological Institute (FMI)
|
|
5554
|
+
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
5555
|
+
* */
|
|
5556
|
+
var getThemeByName = function getThemeByName(themeName) {
|
|
5557
|
+
switch (themeName) {
|
|
5558
|
+
case ThemeTypes.DARK_THEME:
|
|
5559
|
+
return namedDarkTheme;
|
|
5560
|
+
case ThemeTypes.LIGHT_THEME:
|
|
5561
|
+
return namedLightTheme;
|
|
5562
|
+
case ThemeTypes.XMAS2024_THEME:
|
|
5563
|
+
return namedXmas2024Theme;
|
|
5564
|
+
case ThemeTypes.DEMO_THEME:
|
|
5565
|
+
return namedDemoTheme;
|
|
5566
|
+
default:
|
|
5567
|
+
return namedLightTheme;
|
|
5568
|
+
}
|
|
5569
|
+
};
|
|
5570
|
+
var lightTheme = createTheme({
|
|
5571
|
+
paletteType: 'light',
|
|
5572
|
+
geowebColors: colors$3,
|
|
5573
|
+
elevations: elevations$3
|
|
5574
|
+
});
|
|
5575
|
+
var darkTheme = createTheme({
|
|
5576
|
+
paletteType: 'dark',
|
|
5577
|
+
geowebColors: colors$2,
|
|
5578
|
+
elevations: elevations$2
|
|
5579
|
+
});
|
|
5580
|
+
var xmas2024Theme = createTheme({
|
|
5581
|
+
paletteType: 'dark',
|
|
5582
|
+
geowebColors: colors$1,
|
|
5583
|
+
elevations: elevations$1
|
|
5584
|
+
});
|
|
5585
|
+
var demoTheme = createTheme({
|
|
5586
|
+
paletteType: 'light',
|
|
5587
|
+
geowebColors: colors,
|
|
5588
|
+
elevations: elevations
|
|
5589
|
+
});
|
|
5590
|
+
var namedLightTheme = {
|
|
5591
|
+
name: ThemeTypes.LIGHT_THEME,
|
|
5592
|
+
theme: lightTheme
|
|
5593
|
+
};
|
|
5594
|
+
var namedDarkTheme = {
|
|
5595
|
+
name: ThemeTypes.DARK_THEME,
|
|
5596
|
+
theme: darkTheme
|
|
5597
|
+
};
|
|
5598
|
+
var namedXmas2024Theme = {
|
|
5599
|
+
name: ThemeTypes.XMAS2024_THEME,
|
|
5600
|
+
theme: xmas2024Theme
|
|
5601
|
+
};
|
|
5602
|
+
var namedDemoTheme = {
|
|
5603
|
+
name: ThemeTypes.DEMO_THEME,
|
|
5604
|
+
theme: demoTheme
|
|
4853
5605
|
};
|
|
4854
5606
|
|
|
4855
5607
|
var ThemeContext = /*#__PURE__*/React.createContext({
|
|
@@ -5563,4 +6315,4 @@ var BackdropElement = function BackdropElement() {
|
|
|
5563
6315
|
return elem === null ? defaultElem : elem;
|
|
5564
6316
|
};
|
|
5565
6317
|
|
|
5566
|
-
export { Add, Admin, Animation, ArrowDown, ArrowDownCompact, ArrowDropDownDown, ArrowDropDownUp, ArrowLeft, ArrowRight, ArrowUp, ArrowUpCompact, AutoUpdateActive, AutoUpdateInActive, BackdropElement, BackdropStyle, Both, Cached, CalendarToday, Cancel, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, Clear, Clock, Close, CloudIdle, CloudLoading, CoastalEvent, CollapseLarge, CollapseMedium, CollapseSmall, CollapseWindow, ColumnCollapse, ColumnCollapsed, ContainerStyle, Copy, Delete, DimensionsElevation, DimensionsOther, DimensionsRefTime, DimensionsTime, DragHandle, DrawFIRLand, DrawPolygon, DrawRegion, EChartsDarkTheme, EChartsLightTheme, Edit, Equalizer, Exclamation, ExitDomain, Expand, ExpandWindow, Expire, Export, FastForward, Filter, FlagBritain, FlagFinland, FlagNetherlands, FlagNorway, Fog, FreezingPrecipitation, FunnelCloud, GeoWebLogo, HamburgerMenu, Haze, Home, index as Icons, Info, KeyCommand, KeyOption, Layers, LayersAdd, Lightning, Link, LinkOff, List, ListItem, Location, LockLocked, LockUnlocked, MapAdd, Menu, Minus, ModerateAircraftIcing, ModerateTurbulence, MyLocation, None, Notifications, Now, Options, OverlayStyle, Pause, Picture, Play, Polygons, Preset, PresetTiles, PresetWorkspace, RadioactiveMaterials, Rain, Remove, Resize, SandStorm, Search, SevereAircraftIcing, SevereTurbulence, SevereWaves, Share, SliderThumb, Snow, Speed, SplitHorizontal, SplitVertical, StepBackward, StepForward, SubdirectoryArrowRight, Success, THEME_NAMESPACE, TemperatureHigh, TemperatureLow, TextIcon, ThemeContext, ThemeProvider, ThemeTypes, ThemeWrapper, ThumbsUp, Thunderstorm, TimeSeriesSelect, UnExpand, Update, Visibility, VisibilityOff, VulcanicEruption, WebAssetOff, Wind, WorldMapProjection, breakpoints, colors$
|
|
6318
|
+
export { Add, Admin, Animation, ArrowDown, ArrowDownCompact, ArrowDropDownDown, ArrowDropDownUp, ArrowLeft, ArrowRight, ArrowUp, ArrowUpCompact, AutoUpdateActive, AutoUpdateInActive, BackdropElement, BackdropStyle, Both, Cached, CalendarToday, Cancel, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, Clear, Clock, Close, CloudIdle, CloudLoading, CoastalEvent, CollapseLarge, CollapseMedium, CollapseSmall, CollapseWindow, ColumnCollapse, ColumnCollapsed, ContainerStyle, Copy, Delete, DimensionsElevation, DimensionsOther, DimensionsRefTime, DimensionsTime, DragHandle, DrawFIRLand, DrawPolygon, DrawRegion, EChartsDarkTheme, EChartsLightTheme, Edit, Equalizer, Exclamation, ExitDomain, Expand, ExpandWindow, Expire, Export, FastForward, Filter, FlagBritain, FlagFinland, FlagNetherlands, FlagNorway, Fog, FreezingPrecipitation, FunnelCloud, GeoWebLogo, HamburgerMenu, Haze, Home, index as Icons, Info, KeyCommand, KeyOption, Layers, LayersAdd, Lightning, Link, LinkOff, List, ListItem, Location, LockLocked, LockUnlocked, MapAdd, Menu, Minus, ModerateAircraftIcing, ModerateTurbulence, MyLocation, None, Notifications, Now, Options, OverlayStyle, Pause, Picture, Play, Polygons, Preset, PresetTiles, PresetWorkspace, RadioactiveMaterials, Rain, Remove, Resize, SandStorm, Search, SevereAircraftIcing, SevereTurbulence, SevereWaves, Share, SharedPresetsMyUser, SharedPresetsOtherUsers, SliderThumb, Snow, Speed, SplitHorizontal, SplitVertical, StepBackward, StepForward, SubdirectoryArrowRight, Success, THEME_NAMESPACE, TemperatureHigh, TemperatureLow, TextIcon, ThemeContext, ThemeProvider, ThemeTypes, ThemeWrapper, ThumbsUp, Thunderstorm, TimeSeriesSelect, UnExpand, Update, Visibility, VisibilityOff, VulcanicEruption, WebAssetOff, Wind, WorldMapProjection, breakpoints, colors$3 as colorsLight, createShadows, createTheme, darkTheme, demoTheme, dragHandlePath, elevations$3 as elevationsLight, getThemeByName, lightTheme, namedDarkTheme, namedDemoTheme, namedLightTheme, namedXmas2024Theme, parseColors, themeTranslations, useThemeContext, xmas2024Theme };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opengeoweb/theme",
|
|
3
|
-
"version": "11.
|
|
3
|
+
"version": "11.1.0",
|
|
4
4
|
"description": "GeoWeb Theme library for the opengeoweb project",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -13,8 +13,7 @@
|
|
|
13
13
|
"i18next": "^23.11.5",
|
|
14
14
|
"@mui/material": "^6.1.1",
|
|
15
15
|
"react-i18next": "^15.1.1",
|
|
16
|
-
"lodash": "^4.17.21"
|
|
17
|
-
"msw": "^1.3.2"
|
|
16
|
+
"lodash": "^4.17.21"
|
|
18
17
|
},
|
|
19
18
|
"peerDependencies": {
|
|
20
19
|
"react": "18",
|
package/src/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
1
|
import { SvgIconProps } from '@mui/material';
|
|
2
|
+
import * as React from 'react';
|
|
3
3
|
export declare const SplitHorizontal: React.FC;
|
|
4
4
|
export declare const SplitVertical: React.FC;
|
|
5
5
|
export declare const Expand: React.FC;
|
|
@@ -133,4 +133,6 @@ export declare const FlagNorway: (props: SvgIconProps) => React.ReactElement;
|
|
|
133
133
|
export declare const FlagBritain: (props: SvgIconProps) => React.ReactElement;
|
|
134
134
|
export declare const ColumnCollapse: (props: SvgIconProps) => React.ReactElement;
|
|
135
135
|
export declare const ColumnCollapsed: (props: SvgIconProps) => React.ReactElement;
|
|
136
|
+
export declare const SharedPresetsOtherUsers: (props: SvgIconProps) => React.ReactElement;
|
|
137
|
+
export declare const SharedPresetsMyUser: (props: SvgIconProps) => React.ReactElement;
|
|
136
138
|
export {};
|
package/src/lib/types.d.ts
CHANGED
|
@@ -12,7 +12,8 @@ export interface NamedTheme {
|
|
|
12
12
|
export declare enum ThemeTypes {
|
|
13
13
|
DARK_THEME = "darkTheme",
|
|
14
14
|
LIGHT_THEME = "lightTheme",
|
|
15
|
-
XMAS2024_THEME = "xmas2024Theme"
|
|
15
|
+
XMAS2024_THEME = "xmas2024Theme",
|
|
16
|
+
DEMO_THEME = "demoTheme"
|
|
16
17
|
}
|
|
17
18
|
export type ButtonVariant = 'primary' | 'secondary' | 'tertiary' | 'flat' | 'tool' | 'boxed' | 'icon';
|
|
18
19
|
export interface ButtonStyle {
|
|
@@ -4,6 +4,7 @@ export declare const getThemeByName: (themeName: ThemeTypes) => NamedTheme;
|
|
|
4
4
|
export declare const lightTheme: import("@mui/material").Theme;
|
|
5
5
|
export declare const darkTheme: import("@mui/material").Theme;
|
|
6
6
|
export declare const xmas2024Theme: import("@mui/material").Theme;
|
|
7
|
+
export declare const demoTheme: import("@mui/material").Theme;
|
|
7
8
|
export declare const namedLightTheme: {
|
|
8
9
|
name: ThemeTypes;
|
|
9
10
|
theme: import("@mui/material").Theme;
|
|
@@ -16,4 +17,8 @@ export declare const namedXmas2024Theme: {
|
|
|
16
17
|
name: ThemeTypes;
|
|
17
18
|
theme: import("@mui/material").Theme;
|
|
18
19
|
};
|
|
20
|
+
export declare const namedDemoTheme: {
|
|
21
|
+
name: ThemeTypes;
|
|
22
|
+
theme: import("@mui/material").Theme;
|
|
23
|
+
};
|
|
19
24
|
export { colorsLight, elevationsLight };
|