@mappedin/viewer 0.57.3-3ece433.0 → 0.57.3-de665ff.0

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.
@@ -1,4 +1,4 @@
1
- export type TField = 'name' | 'description' | 'link' | 'category';
1
+ export type TField = 'name' | 'description' | 'link' | 'category' | 'searchTags';
2
2
  export type TMatch = {
3
3
  term: string;
4
4
  field: TField;
@@ -3,6 +3,7 @@ import { TMatch } from '../types/search';
3
3
  export declare const MIN_QUERY_LENGTH: 2;
4
4
  export declare const LINK_INDEXING_JOIN_CHAR = " ";
5
5
  export declare const CATEGORY_INDEXING_JOIN_CHAR = ",";
6
+ export declare const SEARCH_TAGS_INDEXING_JOIN_CHAR = ",";
6
7
  type TMatchDisplayData = {
7
8
  categoryMatchTerms: string[];
8
9
  labelMatchTerms: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mappedin/viewer",
3
- "version": "0.57.3-3ece433.0",
3
+ "version": "0.57.3-de665ff.0",
4
4
  "type": "module",
5
5
  "browser": "./dist/index.js",
6
6
  "license": "UNLICENSED",
@@ -20,7 +20,7 @@
20
20
  "@ladle/react": "^2.17.2",
21
21
  "@mappedin/blue-dot": "6.9.0-beta.0",
22
22
  "@mappedin/dynamic-focus": "6.9.0-beta.0",
23
- "@mappedin/mappedin-js": "6.10.1-v6-9d0451bb.0",
23
+ "@mappedin/mappedin-js": "6.13.1-v6-dd455fbf.0",
24
24
  "@mappedin/mvf": "3.0.0-69b7308.0",
25
25
  "@mappedin/self-serve-icons": "1.105.0-alpha.SRV-2719-add-bleed-kit-annotation.1754600609",
26
26
  "@testing-library/jest-dom": "^6.6.2",