@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.d.ts CHANGED
@@ -300,6 +300,7 @@ type FeaturesetsSpecification = {
300
300
  [_: string]: FeaturesetSpecification;
301
301
  };
302
302
  type FeaturesetSpecification = {
303
+ "metadata"?: unknown;
303
304
  "selectors"?: Array<SelectorSpecification>;
304
305
  };
305
306
  type SelectorSpecification = {
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",