@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/dist/index.d.ts
CHANGED
|
@@ -1608,11 +1608,6 @@ export type ModelLayerSpecification = {
|
|
|
1608
1608
|
"model-color-use-theme"?: PropertyValueSpecification<string>;
|
|
1609
1609
|
"model-color-mix-intensity"?: DataDrivenPropertyValueSpecification<number>;
|
|
1610
1610
|
"model-color-mix-intensity-transition"?: TransitionSpecification;
|
|
1611
|
-
/**
|
|
1612
|
-
* @experimental This property is experimental and subject to change in future versions.
|
|
1613
|
-
*/
|
|
1614
|
-
"model-lightmap-intensity"?: PropertyValueSpecification<number>;
|
|
1615
|
-
"model-lightmap-intensity-transition"?: TransitionSpecification;
|
|
1616
1611
|
"model-type"?: "common-3d" | "location-indicator";
|
|
1617
1612
|
"model-cast-shadows"?: boolean;
|
|
1618
1613
|
"model-receive-shadows"?: boolean;
|
package/dist/index.es.js
CHANGED
|
@@ -10516,29 +10516,6 @@ var paint_model = {
|
|
|
10516
10516
|
},
|
|
10517
10517
|
transition: true
|
|
10518
10518
|
},
|
|
10519
|
-
"model-lightmap-intensity": {
|
|
10520
|
-
type: "number",
|
|
10521
|
-
"default": 0,
|
|
10522
|
-
minimum: 0,
|
|
10523
|
-
doc: "Controls the intensity of the model lightmap contribution. Values less than or equal to 0.001 are treated as off.",
|
|
10524
|
-
"private": true,
|
|
10525
|
-
experimental: true,
|
|
10526
|
-
expression: {
|
|
10527
|
-
interpolated: true,
|
|
10528
|
-
parameters: [
|
|
10529
|
-
"zoom"
|
|
10530
|
-
]
|
|
10531
|
-
},
|
|
10532
|
-
"sdk-support": {
|
|
10533
|
-
"basic functionality": {
|
|
10534
|
-
js: "3.25.0",
|
|
10535
|
-
android: "11.25.0",
|
|
10536
|
-
ios: "11.25.0"
|
|
10537
|
-
}
|
|
10538
|
-
},
|
|
10539
|
-
"property-type": "data-constant",
|
|
10540
|
-
transition: true
|
|
10541
|
-
},
|
|
10542
10519
|
"model-type": {
|
|
10543
10520
|
type: "enum",
|
|
10544
10521
|
values: {
|