@wix/app-extensions 1.0.47 → 1.0.48

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.
@@ -20523,6 +20523,8 @@ interface DisplayFilters {
20523
20523
  cssCustomProperties?: DisplayFilter;
20524
20524
  /** DisplayFilter for states, defines which states to hide or show, uses the state key in the states map, optional */
20525
20525
  states?: DisplayFilter;
20526
+ /** DisplayFilter for presets, defines which presets to hide or show, uses the preset key in the presets map, optional */
20527
+ presets?: DisplayFilter;
20526
20528
  }
20527
20529
  /**
20528
20530
  * The logic of the display filter is to define the minimal requirement