@commercetools-uikit/filters 20.1.0 → 20.2.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/README.md CHANGED
@@ -197,6 +197,10 @@ export default FiltersExample;
197
197
  * indicates whether the filter is disabled
198
198
  */
199
199
  isDisabled?: boolean;
200
+ /**
201
+ * controls whether menu is wider than the default width. Set to true to allow the menu to be wider than the default width.
202
+ */
203
+ hasWideMenu?: boolean;
200
204
  }
201
205
  ```
202
206