@mapbox/mapbox-gl-style-spec 14.5.0 → 14.5.2

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.
@@ -46,7 +46,7 @@ export interface Feature {
46
46
  }
47
47
 
48
48
  export type FeatureState = {
49
- [_: string]: any;
49
+ [_: string]: unknown;
50
50
  };
51
51
 
52
52
  export interface GlobalProperties {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mapbox/mapbox-gl-style-spec",
3
- "version": "14.5.0",
3
+ "version": "14.5.2",
4
4
  "description": "a specification for mapbox gl styles",
5
5
  "author": "Mapbox",
6
6
  "license": "SEE LICENSE IN LICENSE.txt",
@@ -50,8 +50,8 @@
50
50
  "csscolorparser": "~1.0.2",
51
51
  "json-stringify-pretty-compact": "^4.0.0",
52
52
  "minimist": "^1.2.6",
53
- "quickselect": "^2.0.0",
53
+ "quickselect": "^3.0.0",
54
54
  "rw": "^1.3.3",
55
- "tinyqueue": "^2.0.3"
55
+ "tinyqueue": "^3.0.0"
56
56
  }
57
57
  }
package/reference/v8.json CHANGED
@@ -1262,13 +1262,13 @@
1262
1262
  },
1263
1263
  "clip": {
1264
1264
  "doc": "Layer that removes 3D content from map.",
1265
+ "experimental": true,
1265
1266
  "sdk-support": {
1266
1267
  "basic functionality": {
1267
1268
  "js": "3.5.0",
1268
- "android": "11.5.0",
1269
- "ios": "11.5.0"
1270
- },
1271
- "experimental": true
1269
+ "android": "11.6.0",
1270
+ "ios": "11.6.0"
1271
+ }
1272
1272
  }
1273
1273
  }
1274
1274
  },
@@ -1476,8 +1476,8 @@
1476
1476
  "sdk-support": {
1477
1477
  "basic functionality": {
1478
1478
  "js": "3.5.0",
1479
- "android": "11.5.0",
1480
- "ios": "11.5.0"
1479
+ "android": "11.6.0",
1480
+ "ios": "11.6.0"
1481
1481
  }
1482
1482
  },
1483
1483
  "expression": {
@@ -7034,11 +7034,11 @@
7034
7034
  "property-type": "data-driven"
7035
7035
  },
7036
7036
  "icon-occlusion-opacity": {
7037
- "doc": "The opacity at which the icon will be drawn in case of being depth occluded. Not supported on globe zoom levels.",
7037
+ "doc": "The opacity at which the icon will be drawn in case of being depth occluded. Not supported on globe zoom levels. Absent value means behavior prior to this property introduction.",
7038
7038
  "type": "number",
7039
- "default": 1.0,
7040
7039
  "minimum": 0,
7041
7040
  "maximum": 1,
7041
+ "default": 1,
7042
7042
  "transition": true,
7043
7043
  "requires": [
7044
7044
  "icon-image"
@@ -7384,10 +7384,10 @@
7384
7384
  },
7385
7385
  "text-occlusion-opacity": {
7386
7386
  "type": "number",
7387
- "doc": "The opacity at which the text will be drawn in case of being depth occluded. Not supported on globe zoom levels.",
7388
- "default": 1.0,
7387
+ "doc": "The opacity at which the text will be drawn in case of being depth occluded. Not supported on globe zoom levels. Absent value means behavior prior to this property introduction.",
7389
7388
  "minimum": 0,
7390
7389
  "maximum": 1,
7390
+ "default": 1,
7391
7391
  "transition": true,
7392
7392
  "requires": [
7393
7393
  "text-field"