@eventcatalog/core 2.21.4 → 2.21.5
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-L7JLMGF6.js → chunk-FZHOYLWJ.js} +1 -1
- package/dist/{chunk-NN4YAIZA.js → chunk-UYXIOPEC.js} +1 -1
- package/dist/{chunk-QXU52AKZ.js → chunk-XLSTKMWD.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/Header.astro +3 -3
- package/eventcatalog/src/layouts/VerticalSideBarLayout.astro +1 -1
- package/eventcatalog/src/pages/visualiser/[type]/[id]/[version]/index.astro +1 -1
- package/eventcatalog/src/pages/visualiser/context-map/index.astro +1 -1
- 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-UYXIOPEC.js";
|
|
4
|
+
import "../chunk-FZHOYLWJ.js";
|
|
5
|
+
import "../chunk-XLSTKMWD.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,14 +6,14 @@ import {
|
|
|
6
6
|
} from "./chunk-OW2FQPYP.js";
|
|
7
7
|
import {
|
|
8
8
|
log_build_default
|
|
9
|
-
} from "./chunk-
|
|
10
|
-
import "./chunk-
|
|
9
|
+
} from "./chunk-UYXIOPEC.js";
|
|
10
|
+
import "./chunk-FZHOYLWJ.js";
|
|
11
11
|
import {
|
|
12
12
|
catalogToAstro
|
|
13
13
|
} from "./chunk-CXKIF3EI.js";
|
|
14
14
|
import {
|
|
15
15
|
VERSION
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-XLSTKMWD.js";
|
|
17
17
|
import {
|
|
18
18
|
isBackstagePluginEnabled
|
|
19
19
|
} from "./chunk-XMDPVKIJ.js";
|
|
@@ -16,18 +16,18 @@ const logo = {
|
|
|
16
16
|
>
|
|
17
17
|
<div class="px-4 sm:px-4 lg:px-4">
|
|
18
18
|
<div class="flex justify-between items-center">
|
|
19
|
-
<div class="flex-shrink-0 flex items-center w-
|
|
19
|
+
<div class="flex-shrink-0 flex items-center w-3/12">
|
|
20
20
|
<a href={buildUrl(catalog.landingPage || '/')} class="flex space-x-2 items-center">
|
|
21
21
|
{logo.src && <img alt={logo.alt} src={buildUrl(logo.src, true)} class="w-8 h-8" />}
|
|
22
22
|
{logo.text && <span class="hidden sm:inline-block text-[1em]">{logo.text}</span>}
|
|
23
23
|
</a>
|
|
24
24
|
</div>
|
|
25
25
|
|
|
26
|
-
<div class="hidden lg:block flex-grow w-
|
|
26
|
+
<div class="hidden lg:block flex-grow w-6/12 px-10">
|
|
27
27
|
<Search />
|
|
28
28
|
</div>
|
|
29
29
|
|
|
30
|
-
<div class="hidden md:block w-
|
|
30
|
+
<div class="hidden md:block w-3/12">
|
|
31
31
|
<ul class="flex space-x-8 justify-end pr-2">
|
|
32
32
|
<li>
|
|
33
33
|
<a href="https://discord.com/invite/3rjaZMmrAm">
|
|
@@ -200,7 +200,7 @@ const canPageBeEmbedded = process.env.ENABLE_EMBED === 'true';
|
|
|
200
200
|
|
|
201
201
|
<div
|
|
202
202
|
id="sidebar"
|
|
203
|
-
class={`sidebar-transition h-content px-5 py-4 overflow-y-auto bg-white bg-gradient-to-b
|
|
203
|
+
class={`sidebar-transition h-content px-5 py-4 overflow-y-auto bg-white bg-gradient-to-b border-r border-gray-100 w-60 ml-16 ${showSideBarOnLoad ? 'block' : 'hidden'}`}
|
|
204
204
|
>
|
|
205
205
|
<CatalogResourcesSideBar resources={sideNav} currentPath={currentPath} client:load />
|
|
206
206
|
</div>
|
|
@@ -43,7 +43,7 @@ const {
|
|
|
43
43
|
|
|
44
44
|
<VisualiserLayout title={`Visualiser | ${props.data.name} (${props.collection})`} description={props.data.summary}>
|
|
45
45
|
<div class="bg-gray-100/50 m-4">
|
|
46
|
-
<div class="h-[calc(100vh-
|
|
46
|
+
<div class="h-[calc(100vh-130px)] w-full relative border border-gray-200" id={`${id}-portal`} transition:animate="fade"></div>
|
|
47
47
|
<NodeGraph
|
|
48
48
|
id={id}
|
|
49
49
|
collection={collection}
|
|
@@ -7,7 +7,7 @@ import VerticalSideBarLayout from '@layouts/VerticalSideBarLayout.astro';
|
|
|
7
7
|
<VerticalSideBarLayout title={`Visualiser | Bounded context map`}>
|
|
8
8
|
<div class="bg-gray-100/50 m-4">
|
|
9
9
|
<div
|
|
10
|
-
class="h-[calc(100vh-
|
|
10
|
+
class="h-[calc(100vh-130px)] w-full relative border border-gray-200"
|
|
11
11
|
id={`domain-context-map-portal`}
|
|
12
12
|
transition:animate="fade"
|
|
13
13
|
>
|