@mattilsynet/design 3.1.10 → 3.1.11

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.
@@ -1,4 +1,4 @@
1
- const o = "3.1.10";
1
+ const o = "3.1.11";
2
2
  export {
3
3
  o as version
4
4
  };
@@ -1,16 +1,16 @@
1
1
  import { Atlas as r } from "./atlas/atlas.js";
2
- import { MTDSAtlasMarkerElement as l } from "./atlas/atlas-marker.js";
3
- import { MTDSAtlasMatgeoElement as a } from "./atlas/atlas-matgeo.js";
4
- import { MTDSAtlasWMSElement as f } from "./atlas/atlas-wms.js";
5
- import { default as s } from "./external/leaflet/dist/leaflet-src.js";
6
- import { MATGEO_URL as A, MTDSAtlasElement as E } from "./atlas/atlas-element.js";
2
+ import { default as l } from "./external/leaflet/dist/leaflet-src.js";
3
+ import { MATGEO_URL as a, MTDSAtlasElement as M } from "./atlas/atlas-element.js";
4
+ import { MTDSAtlasMarkerElement as p } from "./atlas/atlas-marker.js";
5
+ import { MTDSAtlasMatgeoElement as x } from "./atlas/atlas-matgeo.js";
6
+ import { MTDSAtlasWMSElement as E } from "./atlas/atlas-wms.js";
7
7
  export {
8
8
  r as Atlas,
9
- s as L,
10
- A as MATGEO_URL,
11
- E as MTDSAtlasElement,
12
- l as MTDSAtlasMarkerElement,
13
- a as MTDSAtlasMatgeoElement,
14
- f as MTDSAtlasWMSElement
9
+ l as L,
10
+ a as MATGEO_URL,
11
+ M as MTDSAtlasElement,
12
+ p as MTDSAtlasMarkerElement,
13
+ x as MTDSAtlasMatgeoElement,
14
+ E as MTDSAtlasWMSElement
15
15
  };
16
16
  //# sourceMappingURL=react-atlas.js.map