@truedat/core 7.13.1 → 7.13.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@truedat/core",
3
- "version": "7.13.1",
3
+ "version": "7.13.3",
4
4
  "description": "Truedat Web Core",
5
5
  "sideEffects": false,
6
6
  "module": "src/index.js",
@@ -48,7 +48,7 @@
48
48
  "@testing-library/jest-dom": "^6.6.3",
49
49
  "@testing-library/react": "^16.3.0",
50
50
  "@testing-library/user-event": "^14.6.1",
51
- "@truedat/test": "7.13.1",
51
+ "@truedat/test": "7.13.3",
52
52
  "identity-obj-proxy": "^3.0.0",
53
53
  "jest": "^29.7.0",
54
54
  "redux-saga-test-plan": "^4.0.6"
@@ -85,5 +85,5 @@
85
85
  "slate-react": "^0.22.10",
86
86
  "swr": "^2.3.3"
87
87
  },
88
- "gitHead": "17c040e6539b00eab7870d0d82ac91910e85b7ac"
88
+ "gitHead": "cdfd5ec2e862523bc46b45f5174c724918889240"
89
89
  }
@@ -6,7 +6,6 @@ import AiMenu from "./AiMenu";
6
6
  import CatalogMenu from "./CatalogMenu";
7
7
  import DashboardMenu from "./DashboardMenu";
8
8
  import GlossaryMenu from "./GlossaryMenu";
9
- import IngestMenu from "./IngestMenu";
10
9
  import LineageMenu from "./LineageMenu";
11
10
  import QxMenu from "./QxMenu";
12
11
  import QualityMenu from "./QualityMenu";
@@ -42,7 +41,6 @@ export const SideMenu = ({
42
41
  <QualityMenu />
43
42
  <QxMenu />
44
43
  <LineageMenu />
45
- <IngestMenu />
46
44
  <DashboardMenu />
47
45
  <AiMenu />
48
46
  <TaxonomyMenu />
@@ -431,20 +431,6 @@ exports[`<SideMenu /> matches the latest snapshot 1`] = `
431
431
  </a>
432
432
  </div>
433
433
  </div>
434
- <div
435
- class="active item selectable"
436
- >
437
- <a
438
- data-discover="true"
439
- href="/ingests"
440
- >
441
- <i
442
- aria-hidden="true"
443
- class="hdd outline large icon"
444
- />
445
- ingests
446
- </a>
447
- </div>
448
434
  <div
449
435
  class="active item selectable"
450
436
  >
package/src/routes.js CHANGED
@@ -217,7 +217,6 @@ export const SCORE = "/scores/:id";
217
217
  export const SCORE_EVENTS = "/scores/:id/events";
218
218
  export const SEARCH = "/search";
219
219
  export const SEARCH_CONCEPTS = "/search/concepts";
220
- export const SEARCH_INGESTS = "/search/ingests";
221
220
  export const SEARCH_RESULTS = "/search/results";
222
221
  export const SEARCH_STRUCTURES = "/search/structures";
223
222
  export const SOURCE = "/sources/:sourceId";
@@ -454,7 +453,6 @@ const routes = {
454
453
  SCORE_EVENTS,
455
454
  SEARCH,
456
455
  SEARCH_CONCEPTS,
457
- SEARCH_INGESTS,
458
456
  SEARCH_RESULTS,
459
457
  SEARCH_STRUCTURES,
460
458
  SOURCE,