@trackunit/react-map-adapter-mapbox 0.0.30 → 0.0.32

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.cjs.js CHANGED
@@ -15,7 +15,7 @@ var reactDeviceDetect = require('react-device-detect');
15
15
  */
16
16
  const MAPBOX_MAP_TYPE_STYLES = {
17
17
  roadmap: {
18
- light: "mapbox://styles/mapbox/streets-v12",
18
+ light: "mapbox://styles/mapbox/standard",
19
19
  dark: "mapbox://styles/mapbox/dark-v11",
20
20
  },
21
21
  satellite: {
package/index.esm.js CHANGED
@@ -13,7 +13,7 @@ import { isDesktop } from 'react-device-detect';
13
13
  */
14
14
  const MAPBOX_MAP_TYPE_STYLES = {
15
15
  roadmap: {
16
- light: "mapbox://styles/mapbox/streets-v12",
16
+ light: "mapbox://styles/mapbox/standard",
17
17
  dark: "mapbox://styles/mapbox/dark-v11",
18
18
  },
19
19
  satellite: {
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@trackunit/react-map-adapter-mapbox",
3
- "version": "0.0.30",
3
+ "version": "0.0.32",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
7
7
  "node": ">=24.x"
8
8
  },
9
9
  "dependencies": {
10
- "@trackunit/react-map-adapter-shared": "0.0.43",
11
- "@trackunit/geo-json-utils": "1.14.62",
10
+ "@trackunit/react-map-adapter-shared": "0.0.45",
11
+ "@trackunit/geo-json-utils": "1.14.64",
12
12
  "mapbox-gl": "^3.18.1",
13
13
  "supercluster": "^8.0.1",
14
14
  "es-toolkit": "^1.39.10",
@@ -3,7 +3,7 @@
3
3
  */
4
4
  export declare const MAPBOX_MAP_TYPE_STYLES: {
5
5
  readonly roadmap: {
6
- readonly light: "mapbox://styles/mapbox/streets-v12";
6
+ readonly light: "mapbox://styles/mapbox/standard";
7
7
  readonly dark: "mapbox://styles/mapbox/dark-v11";
8
8
  };
9
9
  readonly satellite: {