@opengeoweb/theme 9.25.2 → 9.25.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.esm.js +10 -0
  2. package/package.json +1 -1
package/index.esm.js CHANGED
@@ -1128,6 +1128,7 @@ typeof SuppressedError === "function" ? SuppressedError : function (error, suppr
1128
1128
  *
1129
1129
  * Copyright 2022 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
1130
1130
  * Copyright 2022 - Finnish Meteorological Institute (FMI)
1131
+ * Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
1131
1132
  * */
1132
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';
1133
1134
 
@@ -2169,6 +2170,7 @@ const ModerateTurbulence = props => jsx(SvgIcon, Object.assign({}, props, {
2169
2170
  *
2170
2171
  * Copyright 2022 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
2171
2172
  * Copyright 2022 - Finnish Meteorological Institute (FMI)
2173
+ * Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
2172
2174
  * */
2173
2175
 
2174
2176
  var index = /*#__PURE__*/Object.freeze({
@@ -3739,6 +3741,7 @@ fixRegExpWellKnownSymbolLogic('match', function (MATCH, nativeMatch, maybeCallNa
3739
3741
  *
3740
3742
  * Copyright 2023 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
3741
3743
  * Copyright 2023 - Finnish Meteorological Institute (FMI)
3744
+ * Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
3742
3745
  * */
3743
3746
  const hex2rgba = (hex, alpha = 1) => {
3744
3747
  const [r, g, b] = hex.match(/\w\w/g).map(x => parseInt(x, 16));
@@ -3794,6 +3797,7 @@ const createShadows = elevations => {
3794
3797
  *
3795
3798
  * Copyright 2023 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
3796
3799
  * Copyright 2023 - Finnish Meteorological Institute (FMI)
3800
+ * Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
3797
3801
  * */
3798
3802
  const focusButtonStyle$1 = {
3799
3803
  outline: 'solid 2px #419cfe'
@@ -5084,6 +5088,7 @@ const createTheme = ({
5084
5088
  *
5085
5089
  * Copyright 2023 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
5086
5090
  * Copyright 2023 - Finnish Meteorological Institute (FMI)
5091
+ * Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
5087
5092
  * */
5088
5093
  const focusButtonStyle = {
5089
5094
  outline: 'solid 2px #419cfe'
@@ -5759,6 +5764,7 @@ const elevations = {
5759
5764
  *
5760
5765
  * Copyright 2023 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
5761
5766
  * Copyright 2023 - Finnish Meteorological Institute (FMI)
5767
+ * Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
5762
5768
  * */
5763
5769
  const lightTheme = createTheme({
5764
5770
  paletteType: 'light',
@@ -5786,6 +5792,7 @@ const darkTheme = createTheme({
5786
5792
  *
5787
5793
  * Copyright 2021 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
5788
5794
  * Copyright 2021 - Finnish Meteorological Institute (FMI)
5795
+ * Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
5789
5796
  * */
5790
5797
  var ThemeTypes;
5791
5798
  (function (ThemeTypes) {
@@ -5869,6 +5876,7 @@ const ThemeWrapper = ({
5869
5876
  *
5870
5877
  * Copyright 2024 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
5871
5878
  * Copyright 2024 - Finnish Meteorological Institute (FMI)
5879
+ * Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
5872
5880
  * */
5873
5881
  const EChartsDarkTheme = {
5874
5882
  backgroundColor: '#393939',
@@ -6135,6 +6143,7 @@ const EChartsDarkTheme = {
6135
6143
  *
6136
6144
  * Copyright 2024 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
6137
6145
  * Copyright 2024 - Finnish Meteorological Institute (FMI)
6146
+ * Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
6138
6147
  * */
6139
6148
  const EChartsLightTheme = {
6140
6149
  backgroundColor: 'rgba(0,0,0,0)',
@@ -6396,6 +6405,7 @@ const EChartsLightTheme = {
6396
6405
  *
6397
6406
  * Copyright 2023 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
6398
6407
  * Copyright 2023 - Finnish Meteorological Institute (FMI)
6408
+ * Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
6399
6409
  * */
6400
6410
  const THEME_NAMESPACE = 'theme';
6401
6411
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opengeoweb/theme",
3
- "version": "9.25.2",
3
+ "version": "9.25.3",
4
4
  "description": "GeoWeb Theme library for the opengeoweb project",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {