@trafilea/afrodita-components 5.0.0-beta.131 → 5.0.0-beta.133

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/build/index.d.ts CHANGED
@@ -111,6 +111,7 @@ declare type Filter = {
111
111
  link?: string;
112
112
  blockUncheck?: boolean;
113
113
  }>;
114
+ showInMobile: boolean;
114
115
  };
115
116
  declare type FilterChange = {
116
117
  sectionIndex: number;