@mapbox/mapbox-gl-style-spec 14.25.0-rc.1 → 14.25.0
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/dist/index.cjs +0 -23
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +0 -5
- package/dist/index.es.js +0 -23
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
- package/reference/v8.json +0 -21
- package/types.ts +0 -5
package/package.json
CHANGED
package/reference/v8.json
CHANGED
|
@@ -11416,27 +11416,6 @@
|
|
|
11416
11416
|
},
|
|
11417
11417
|
"transition": true
|
|
11418
11418
|
},
|
|
11419
|
-
"model-lightmap-intensity": {
|
|
11420
|
-
"type": "number",
|
|
11421
|
-
"default": 0.0,
|
|
11422
|
-
"minimum": 0,
|
|
11423
|
-
"doc": "Controls the intensity of the model lightmap contribution. Values less than or equal to 0.001 are treated as off.",
|
|
11424
|
-
"private": true,
|
|
11425
|
-
"experimental": true,
|
|
11426
|
-
"expression": {
|
|
11427
|
-
"interpolated": true,
|
|
11428
|
-
"parameters": ["zoom"]
|
|
11429
|
-
},
|
|
11430
|
-
"sdk-support": {
|
|
11431
|
-
"basic functionality": {
|
|
11432
|
-
"js": "3.25.0",
|
|
11433
|
-
"android": "11.25.0",
|
|
11434
|
-
"ios": "11.25.0"
|
|
11435
|
-
}
|
|
11436
|
-
},
|
|
11437
|
-
"property-type": "data-constant",
|
|
11438
|
-
"transition": true
|
|
11439
|
-
},
|
|
11440
11419
|
"model-type": {
|
|
11441
11420
|
"type": "enum",
|
|
11442
11421
|
"values": {
|
package/types.ts
CHANGED
|
@@ -1405,11 +1405,6 @@ export type ModelLayerSpecification = {
|
|
|
1405
1405
|
"model-color-use-theme"?: PropertyValueSpecification<string>,
|
|
1406
1406
|
"model-color-mix-intensity"?: DataDrivenPropertyValueSpecification<number>,
|
|
1407
1407
|
"model-color-mix-intensity-transition"?: TransitionSpecification,
|
|
1408
|
-
/**
|
|
1409
|
-
* @experimental This property is experimental and subject to change in future versions.
|
|
1410
|
-
*/
|
|
1411
|
-
"model-lightmap-intensity"?: PropertyValueSpecification<number>,
|
|
1412
|
-
"model-lightmap-intensity-transition"?: TransitionSpecification,
|
|
1413
1408
|
"model-type"?: "common-3d" | "location-indicator",
|
|
1414
1409
|
"model-cast-shadows"?: boolean,
|
|
1415
1410
|
"model-receive-shadows"?: boolean,
|