@eventcatalog/core 3.0.0-beta.4 → 3.0.0-beta.6
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/analytics/analytics.cjs +1 -1
- package/dist/analytics/analytics.js +2 -2
- package/dist/analytics/log-build.cjs +1 -1
- package/dist/analytics/log-build.js +3 -3
- package/dist/{chunk-FEE4ODCC.js → chunk-4WP2GI22.js} +1 -1
- package/dist/{chunk-P4GSM347.js → chunk-BGZ2TBAC.js} +1 -1
- package/dist/{chunk-UKOXBJ2K.js → chunk-I5DPNBPU.js} +1 -1
- package/dist/{chunk-HNU3YCIL.js → chunk-JAXP3NK6.js} +1 -1
- package/dist/{chunk-5L44ZUV2.js → chunk-UMASUSKB.js} +1 -1
- package/dist/constants.cjs +1 -1
- package/dist/constants.js +1 -1
- package/dist/eventcatalog.cjs +1 -1
- package/dist/eventcatalog.js +5 -5
- package/dist/generate.cjs +1 -1
- package/dist/generate.js +3 -3
- package/dist/utils/cli-logger.cjs +1 -1
- package/dist/utils/cli-logger.js +2 -2
- package/eventcatalog/integrations/ecstudio-watcher.mjs +1 -1
- package/eventcatalog/src/components/SideNav/NestedSideBar/index.tsx +15 -2
- package/package.json +2 -2
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
log_build_default
|
|
3
|
-
} from "../chunk-
|
|
4
|
-
import "../chunk-
|
|
5
|
-
import "../chunk-
|
|
3
|
+
} from "../chunk-BGZ2TBAC.js";
|
|
4
|
+
import "../chunk-JAXP3NK6.js";
|
|
5
|
+
import "../chunk-4WP2GI22.js";
|
|
6
6
|
import "../chunk-UPONRQSN.js";
|
|
7
7
|
export {
|
|
8
8
|
log_build_default as default
|
package/dist/constants.cjs
CHANGED
package/dist/constants.js
CHANGED
package/dist/eventcatalog.cjs
CHANGED
|
@@ -109,7 +109,7 @@ var verifyRequiredFieldsAreInCatalogConfigFile = async (projectDirectory) => {
|
|
|
109
109
|
var import_picocolors = __toESM(require("picocolors"), 1);
|
|
110
110
|
|
|
111
111
|
// package.json
|
|
112
|
-
var version = "3.0.0-beta.
|
|
112
|
+
var version = "3.0.0-beta.6";
|
|
113
113
|
|
|
114
114
|
// src/constants.ts
|
|
115
115
|
var VERSION = version;
|
package/dist/eventcatalog.js
CHANGED
|
@@ -6,8 +6,8 @@ import {
|
|
|
6
6
|
} from "./chunk-PLNJC7NZ.js";
|
|
7
7
|
import {
|
|
8
8
|
log_build_default
|
|
9
|
-
} from "./chunk-
|
|
10
|
-
import "./chunk-
|
|
9
|
+
} from "./chunk-BGZ2TBAC.js";
|
|
10
|
+
import "./chunk-JAXP3NK6.js";
|
|
11
11
|
import {
|
|
12
12
|
runMigrations
|
|
13
13
|
} from "./chunk-BH3JMNAV.js";
|
|
@@ -23,13 +23,13 @@ import {
|
|
|
23
23
|
} from "./chunk-5VBIXL6C.js";
|
|
24
24
|
import {
|
|
25
25
|
generate
|
|
26
|
-
} from "./chunk-
|
|
26
|
+
} from "./chunk-I5DPNBPU.js";
|
|
27
27
|
import {
|
|
28
28
|
logger
|
|
29
|
-
} from "./chunk-
|
|
29
|
+
} from "./chunk-UMASUSKB.js";
|
|
30
30
|
import {
|
|
31
31
|
VERSION
|
|
32
|
-
} from "./chunk-
|
|
32
|
+
} from "./chunk-4WP2GI22.js";
|
|
33
33
|
import "./chunk-UPONRQSN.js";
|
|
34
34
|
|
|
35
35
|
// src/eventcatalog.ts
|
package/dist/generate.cjs
CHANGED
|
@@ -73,7 +73,7 @@ var getEventCatalogConfigFile = async (projectDirectory) => {
|
|
|
73
73
|
var import_picocolors = __toESM(require("picocolors"), 1);
|
|
74
74
|
|
|
75
75
|
// package.json
|
|
76
|
-
var version = "3.0.0-beta.
|
|
76
|
+
var version = "3.0.0-beta.6";
|
|
77
77
|
|
|
78
78
|
// src/constants.ts
|
|
79
79
|
var VERSION = version;
|
package/dist/generate.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
generate
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import "./chunk-
|
|
5
|
-
import "./chunk-
|
|
3
|
+
} from "./chunk-I5DPNBPU.js";
|
|
4
|
+
import "./chunk-UMASUSKB.js";
|
|
5
|
+
import "./chunk-4WP2GI22.js";
|
|
6
6
|
import "./chunk-UPONRQSN.js";
|
|
7
7
|
export {
|
|
8
8
|
generate
|
package/dist/utils/cli-logger.js
CHANGED
|
@@ -55,7 +55,7 @@ export default function ecstudioWatcher() {
|
|
|
55
55
|
// Also add the root directory to watch for new files
|
|
56
56
|
server.watcher.add(rootDir);
|
|
57
57
|
|
|
58
|
-
console.log('Set up dynamic .ecstudio file watcher with content refresh');
|
|
58
|
+
// console.log('Set up dynamic .ecstudio file watcher with content refresh');
|
|
59
59
|
},
|
|
60
60
|
},
|
|
61
61
|
};
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
import { useState, useEffect, useCallback, useMemo } from 'react';
|
|
4
4
|
import * as LucideIcons from 'lucide-react';
|
|
5
|
-
import { ChevronRight, ChevronLeft, ChevronDown, Home, Star } from 'lucide-react';
|
|
5
|
+
import { ChevronRight, ChevronLeft, ChevronDown, Home, Star, FileQuestion } from 'lucide-react';
|
|
6
6
|
import type { NavigationData, NavNode, ChildRef } from './sidebar-builder';
|
|
7
7
|
import SearchBar from './SearchBar';
|
|
8
8
|
import { saveState, loadState, saveCollapsedSections, loadCollapsedSections } from './storage';
|
|
@@ -1061,7 +1061,20 @@ export default function NestedSideBar() {
|
|
|
1061
1061
|
</div>
|
|
1062
1062
|
)}
|
|
1063
1063
|
|
|
1064
|
-
{
|
|
1064
|
+
{/* Empty State */}
|
|
1065
|
+
{currentLevel.entries.length === 0 && favorites.length === 0 && (
|
|
1066
|
+
<div className="flex flex-col items-center justify-center px-6 py-12 text-center">
|
|
1067
|
+
<div className="mb-4 p-3 rounded-full bg-gray-100">
|
|
1068
|
+
<FileQuestion className="w-8 h-8 text-gray-400" />
|
|
1069
|
+
</div>
|
|
1070
|
+
<h3 className="text-sm font-semibold text-gray-900 mb-2">Your catalog is empty</h3>
|
|
1071
|
+
<p className="text-xs text-gray-500 leading-relaxed max-w-[240px]">
|
|
1072
|
+
Navigation will appear here when you add resources to your EventCatalog.
|
|
1073
|
+
</p>
|
|
1074
|
+
</div>
|
|
1075
|
+
)}
|
|
1076
|
+
|
|
1077
|
+
{currentLevel.entries.length > 0 && renderEntries(currentLevel.entries)}
|
|
1065
1078
|
</nav>
|
|
1066
1079
|
</>
|
|
1067
1080
|
)}
|
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"url": "https://github.com/event-catalog/eventcatalog.git"
|
|
7
7
|
},
|
|
8
8
|
"type": "module",
|
|
9
|
-
"version": "3.0.0-beta.
|
|
9
|
+
"version": "3.0.0-beta.6",
|
|
10
10
|
"publishConfig": {
|
|
11
11
|
"access": "public"
|
|
12
12
|
},
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
"react": "^18.3.1",
|
|
92
92
|
"react-dom": "^18.3.1",
|
|
93
93
|
"react-markdown": "^10.1.0",
|
|
94
|
-
"react-syntax-highlighter": "^
|
|
94
|
+
"react-syntax-highlighter": "^16.1.0",
|
|
95
95
|
"rehype-autolink-headings": "^7.1.0",
|
|
96
96
|
"rehype-expressive-code": "^0.41.3",
|
|
97
97
|
"rehype-slug": "^6.0.0",
|