searchsmartly-ui 1.0.26 → 1.0.27

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
@@ -177,7 +177,7 @@ declare const thresholds: ThresholdsConfig;
177
177
  type AmenityTag = {
178
178
  id: string;
179
179
  icon: ChipProps['icon'];
180
- label: ChipProps['label'];
180
+ label: string;
181
181
  score: number;
182
182
  };
183
183
  declare const getAmenityTags: (scores: Record<string, number>) => AmenityTag[];