@mapbox/mapbox-gl-style-spec 14.7.0 → 14.7.1
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 +4 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.es.js +4 -0
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
- package/reference/v8.json +4 -0
- package/types.ts +1 -0
package/dist/index.cjs
CHANGED
|
@@ -250,6 +250,10 @@
|
|
|
250
250
|
};
|
|
251
251
|
var featureset = {
|
|
252
252
|
experimental: true,
|
|
253
|
+
metadata: {
|
|
254
|
+
type: "*",
|
|
255
|
+
doc: "Arbitrary properties useful to track with the stylesheet, but do not influence rendering. Properties should be prefixed to avoid collisions, like 'mapbox:'."
|
|
256
|
+
},
|
|
253
257
|
selectors: {
|
|
254
258
|
type: "array",
|
|
255
259
|
value: "selector",
|