@eventcatalog/core 2.29.0 → 2.29.1
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-GFX4RRFK.js → chunk-OXENAILQ.js} +1 -1
- package/dist/{chunk-7IL66XAM.js → chunk-UMSVZL34.js} +1 -1
- package/dist/{chunk-3PFCKHXB.js → chunk-YKQAIHRX.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/SideNav/ListViewSideBar/index.tsx +2 -2
- package/eventcatalog/src/pages/docs/teams/[id]/index.astro +2 -2
- package/eventcatalog/src/pages/docs/users/[id]/index.astro +2 -2
- 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-YKQAIHRX.js";
|
|
4
|
+
import "../chunk-UMSVZL34.js";
|
|
5
|
+
import "../chunk-OXENAILQ.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-WUCY3QHK.js";
|
|
7
7
|
import {
|
|
8
8
|
log_build_default
|
|
9
|
-
} from "./chunk-
|
|
10
|
-
import "./chunk-
|
|
9
|
+
} from "./chunk-YKQAIHRX.js";
|
|
10
|
+
import "./chunk-UMSVZL34.js";
|
|
11
11
|
import {
|
|
12
12
|
catalogToAstro
|
|
13
13
|
} from "./chunk-R2NILSWL.js";
|
|
14
14
|
import {
|
|
15
15
|
VERSION
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-OXENAILQ.js";
|
|
17
17
|
import {
|
|
18
18
|
isBackstagePluginEnabled
|
|
19
19
|
} from "./chunk-XMDPVKIJ.js";
|
|
@@ -94,7 +94,7 @@ const ServiceItem = React.memo(
|
|
|
94
94
|
>
|
|
95
95
|
<span className="truncate flex items-center gap-1">AsyncAPI specification</span>
|
|
96
96
|
<span className="text-purple-600 ml-2 text-[10px] uppercase font-medium bg-gray-50 px-4 py-0.5 rounded">
|
|
97
|
-
<img src=
|
|
97
|
+
<img src={buildUrl('/icons/asyncapi.svg', true)} className="w-4 h-4" />
|
|
98
98
|
</span>
|
|
99
99
|
</a>
|
|
100
100
|
)}
|
|
@@ -109,7 +109,7 @@ const ServiceItem = React.memo(
|
|
|
109
109
|
>
|
|
110
110
|
<span className="truncate flex items-center gap-1">OpenAPI specification</span>
|
|
111
111
|
<span className="text-green-600 ml-2 text-[10px] uppercase font-medium bg-gray-50 px-4 py-0.5 rounded">
|
|
112
|
-
<img src=
|
|
112
|
+
<img src={buildUrl('/icons/openapi.svg', true)} className="w-4 h-4" />
|
|
113
113
|
</span>
|
|
114
114
|
</a>
|
|
115
115
|
)}
|
|
@@ -95,7 +95,7 @@ const ownedQueriesList = queries.map((p) => ({
|
|
|
95
95
|
{
|
|
96
96
|
props.data.slackDirectMessageUrl && (
|
|
97
97
|
<div class="flex space-x-1 items-center text-xs text-gray-500 font-bold hover:underline hover:text-primary">
|
|
98
|
-
<img src=
|
|
98
|
+
<img src={buildUrl('/slack-icon.svg', true)} class="w-4 h-3" />
|
|
99
99
|
<a href={`${props.data.slackDirectMessageUrl}`}>Send DM on Slack</a>
|
|
100
100
|
</div>
|
|
101
101
|
)
|
|
@@ -103,7 +103,7 @@ const ownedQueriesList = queries.map((p) => ({
|
|
|
103
103
|
{
|
|
104
104
|
props.data.msTeamsDirectMessageUrl && (
|
|
105
105
|
<div class="flex space-x-1 items-center text-xs text-gray-500 font-bold hover:underline hover:text-primary">
|
|
106
|
-
<img src=
|
|
106
|
+
<img src={buildUrl('/icons/ms-teams.svg', true)} class="w-4 h-4" />
|
|
107
107
|
<a href={`${props.data.msTeamsDirectMessageUrl}`} target="_blank" rel="noopener noreferrer">
|
|
108
108
|
Send DM on Teams
|
|
109
109
|
</a>
|
|
@@ -86,7 +86,7 @@ const associatedTeams = teams.map((o) => ({
|
|
|
86
86
|
{
|
|
87
87
|
props.data.slackDirectMessageUrl && (
|
|
88
88
|
<div class="flex space-x-1 items-center text-xs text-gray-500 font-bold hover:underline hover:text-primary">
|
|
89
|
-
<img src=
|
|
89
|
+
<img src={buildUrl('/slack-icon.svg', true)} class="w-4 h-3" />
|
|
90
90
|
<a href={`${props.data.slackDirectMessageUrl}`}>Send DM on Slack</a>
|
|
91
91
|
</div>
|
|
92
92
|
)
|
|
@@ -94,7 +94,7 @@ const associatedTeams = teams.map((o) => ({
|
|
|
94
94
|
{
|
|
95
95
|
props.data.msTeamsDirectMessageUrl && (
|
|
96
96
|
<div class="flex space-x-1 items-center text-xs text-gray-500 font-bold hover:underline hover:text-primary">
|
|
97
|
-
<img src=
|
|
97
|
+
<img src={buildUrl('/icons/ms-teams.svg', true)} class="w-4 h-4" />
|
|
98
98
|
<a href={`${props.data.msTeamsDirectMessageUrl}`} target="_blank" rel="noopener noreferrer">
|
|
99
99
|
Send DM on Teams
|
|
100
100
|
</a>
|