@opengeoweb/layer-select 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 +3 -0
  2. package/package.json +1 -1
package/index.esm.js CHANGED
@@ -1605,6 +1605,7 @@ $$5({ target: 'String', proto: true, forced: !correctIsRegExpLogic('includes') }
1605
1605
  *
1606
1606
  * Copyright 2022 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
1607
1607
  * Copyright 2022 - Finnish Meteorological Institute (FMI)
1608
+ * Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
1608
1609
  * */
1609
1610
  const getFilterId = (filterType, filterName) => `${filterType}-${filterName}`;
1610
1611
  const produceFilters = (filterNames, filterType, draft, layerSelectFilterAdapter) => {
@@ -2785,6 +2786,7 @@ var selectors = /*#__PURE__*/Object.freeze({
2785
2786
  *
2786
2787
  * Copyright 2022 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
2787
2788
  * Copyright 2022 - Finnish Meteorological Institute (FMI)
2789
+ * Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
2788
2790
  * */
2789
2791
 
2790
2792
  var types = /*#__PURE__*/Object.freeze({
@@ -3197,6 +3199,7 @@ const LayerListDimensions = ({
3197
3199
  *
3198
3200
  * Copyright 2022 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
3199
3201
  * Copyright 2022 - Finnish Meteorological Institute (FMI)
3202
+ * Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
3200
3203
  * */
3201
3204
  const buttonLarge = 80;
3202
3205
  const buttonSmall = 60;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opengeoweb/layer-select",
3
- "version": "9.25.2",
3
+ "version": "9.25.3",
4
4
  "description": "GeoWeb layer select library for the opengeoweb project",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {