@eventcatalog/core 2.54.6 → 2.54.8
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-WDYJMVBW.js → chunk-ERICNBX2.js} +1 -1
- package/dist/{chunk-ZPY6TKZV.js → chunk-LK5JF3WD.js} +1 -1
- package/dist/{chunk-VK6PF4A5.js → chunk-ZVJRM3VC.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 +3 -3
- package/eventcatalog/src/components/MDX/SchemaViewer/SchemaViewerRoot.astro +5 -0
- package/eventcatalog/src/components/Search/Search.astro +2 -2
- package/eventcatalog/src/enterprise/custom-documentation/pages/docs/custom/index.astro +4 -4
- package/package.json +1 -1
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
log_build_default
|
|
3
|
-
} from "../chunk-
|
|
4
|
-
import "../chunk-
|
|
5
|
-
import "../chunk-
|
|
3
|
+
} from "../chunk-LK5JF3WD.js";
|
|
4
|
+
import "../chunk-ERICNBX2.js";
|
|
5
|
+
import "../chunk-ZVJRM3VC.js";
|
|
6
6
|
import "../chunk-E7TXTI7G.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
package/dist/eventcatalog.js
CHANGED
|
@@ -6,8 +6,8 @@ import {
|
|
|
6
6
|
} from "./chunk-XE6PFSH5.js";
|
|
7
7
|
import {
|
|
8
8
|
log_build_default
|
|
9
|
-
} from "./chunk-
|
|
10
|
-
import "./chunk-
|
|
9
|
+
} from "./chunk-LK5JF3WD.js";
|
|
10
|
+
import "./chunk-ERICNBX2.js";
|
|
11
11
|
import {
|
|
12
12
|
catalogToAstro,
|
|
13
13
|
checkAndConvertMdToMdx
|
|
@@ -15,7 +15,7 @@ import {
|
|
|
15
15
|
import "./chunk-LDBRNJIL.js";
|
|
16
16
|
import {
|
|
17
17
|
VERSION
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-ZVJRM3VC.js";
|
|
19
19
|
import {
|
|
20
20
|
getProjectOutDir,
|
|
21
21
|
isAuthEnabled,
|
|
@@ -116,6 +116,11 @@ try {
|
|
|
116
116
|
}
|
|
117
117
|
}
|
|
118
118
|
|
|
119
|
+
// on DOM ready, move the SchemaViewerClient to the portal
|
|
120
|
+
document.addEventListener('DOMContentLoaded', () => {
|
|
121
|
+
schemas.forEach(moveSchemaViewerToPortal);
|
|
122
|
+
});
|
|
123
|
+
|
|
119
124
|
// on DOM ready, move the SchemaViewerClient to the portal
|
|
120
125
|
document.addEventListener('astro:page-load', () => {
|
|
121
126
|
schemas.forEach(moveSchemaViewerToPortal);
|
|
@@ -3,8 +3,8 @@ import MagnifyingGlassIcon from '@heroicons/react/24/outline/MagnifyingGlassIcon
|
|
|
3
3
|
import SearchModal from './SearchModal.tsx';
|
|
4
4
|
import { buildUrl } from '@utils/url-builder.ts';
|
|
5
5
|
|
|
6
|
-
const pagefindJsUrl = buildUrl('/pagefind/pagefind.js');
|
|
7
|
-
const pagefindCssUrl = buildUrl('/pagefind/pagefind-ui.css');
|
|
6
|
+
const pagefindJsUrl = buildUrl('/pagefind/pagefind.js', true);
|
|
7
|
+
const pagefindCssUrl = buildUrl('/pagefind/pagefind-ui.css', true);
|
|
8
8
|
---
|
|
9
9
|
|
|
10
10
|
<link href={pagefindCssUrl} rel="stylesheet" />
|
|
@@ -87,9 +87,9 @@ const badges = doc?.badges || [];
|
|
|
87
87
|
|
|
88
88
|
<!-- Main Content Area - Independent scrolling -->
|
|
89
89
|
<main
|
|
90
|
-
class="sidebar-transition w-full max-h-content ml-[22em] md:ml-[21em] lg:mr-
|
|
90
|
+
class="sidebar-transition w-full max-h-content ml-[22em] md:ml-[21em] lg:mr-2 2xl:mr-2 2xl:ml-[22em] pr-2 overflow-y-auto"
|
|
91
91
|
>
|
|
92
|
-
<div class="max-w-
|
|
92
|
+
<div class="max-w-none mx-auto px-4 py-10">
|
|
93
93
|
<div class="border-b border-gray-200 flex justify-between items-start md:pb-6">
|
|
94
94
|
<div>
|
|
95
95
|
<h2 id="doc-page-header" class="text-2xl md:text-4xl font-bold text-black">{doc.title}</h2>
|
|
@@ -176,9 +176,9 @@ const badges = doc?.badges || [];
|
|
|
176
176
|
|
|
177
177
|
<!-- Right Sidebar TOC -->
|
|
178
178
|
<aside
|
|
179
|
-
class="
|
|
179
|
+
class="hidden lg:block sticky top-0 pb-10 w-80 overflow-y-auto border-l border-gray-100 bg-white p-6 flex-shrink-0 py-2"
|
|
180
180
|
>
|
|
181
|
-
<div>
|
|
181
|
+
<div class="py-4">
|
|
182
182
|
<div>
|
|
183
183
|
{
|
|
184
184
|
ownersList.length > 0 && (
|