@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.d.ts
CHANGED
package/dist/index.es.js
CHANGED
|
@@ -244,6 +244,10 @@ var featuresets = {
|
|
|
244
244
|
};
|
|
245
245
|
var featureset = {
|
|
246
246
|
experimental: true,
|
|
247
|
+
metadata: {
|
|
248
|
+
type: "*",
|
|
249
|
+
doc: "Arbitrary properties useful to track with the stylesheet, but do not influence rendering. Properties should be prefixed to avoid collisions, like 'mapbox:'."
|
|
250
|
+
},
|
|
247
251
|
selectors: {
|
|
248
252
|
type: "array",
|
|
249
253
|
value: "selector",
|