@eventcatalog/core 2.30.2 → 2.30.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/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-QVPNBOPX.js → chunk-CCVSDM76.js} +1 -1
- package/dist/{chunk-CIVWQLRA.js → chunk-IVR43LJH.js} +1 -1
- package/dist/{chunk-RT7R2WPP.js → chunk-RM75NXXT.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/Grids/DomainGrid.tsx +5 -2
- package/eventcatalog/src/components/Grids/ServiceGrid.tsx +5 -5
- 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-IVR43LJH.js";
|
|
4
|
+
import "../chunk-CCVSDM76.js";
|
|
5
|
+
import "../chunk-RM75NXXT.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,15 +6,15 @@ import {
|
|
|
6
6
|
} from "./chunk-UKJ7F5WR.js";
|
|
7
7
|
import {
|
|
8
8
|
log_build_default
|
|
9
|
-
} from "./chunk-
|
|
10
|
-
import "./chunk-
|
|
9
|
+
} from "./chunk-IVR43LJH.js";
|
|
10
|
+
import "./chunk-CCVSDM76.js";
|
|
11
11
|
import {
|
|
12
12
|
catalogToAstro,
|
|
13
13
|
checkAndConvertMdToMdx
|
|
14
14
|
} from "./chunk-7SI5EVOX.js";
|
|
15
15
|
import {
|
|
16
16
|
VERSION
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-RM75NXXT.js";
|
|
18
18
|
import {
|
|
19
19
|
isBackstagePluginEnabled
|
|
20
20
|
} from "./chunk-XMDPVKIJ.js";
|
|
@@ -146,7 +146,9 @@ export default function DomainGrid({ domains, embeded }: DomainGridProps) {
|
|
|
146
146
|
<div className="bg-white border-r border-gray-200 px-2 py-1.5 rounded-l-md">
|
|
147
147
|
<Icon className={`h-3 w-3 text-${color}-500`} />
|
|
148
148
|
</div>
|
|
149
|
-
<span className="px-1 py-1">
|
|
149
|
+
<span className="px-1 py-1 truncate max-w-[140px]">
|
|
150
|
+
{message.id} really long name that might break something
|
|
151
|
+
</span>
|
|
150
152
|
</div>
|
|
151
153
|
);
|
|
152
154
|
})}
|
|
@@ -189,7 +191,8 @@ export default function DomainGrid({ domains, embeded }: DomainGridProps) {
|
|
|
189
191
|
<div className="bg-white border-r border-gray-200 px-2 py-1.5 rounded-l-md">
|
|
190
192
|
<Icon className={`h-3 w-3 text-${color}-500`} />
|
|
191
193
|
</div>
|
|
192
|
-
|
|
194
|
+
|
|
195
|
+
<span className="px-1 py-1 truncate max-w-[140px]">{message.id}</span>
|
|
193
196
|
</div>
|
|
194
197
|
);
|
|
195
198
|
})}
|
|
@@ -224,9 +224,9 @@ export default function ServiceGrid({ services, embeded }: ServiceGridProps) {
|
|
|
224
224
|
>
|
|
225
225
|
<div className="p-6">
|
|
226
226
|
<div className="flex items-center justify-between mb-3">
|
|
227
|
-
<div className="flex items-center gap-2">
|
|
227
|
+
<div className="flex items-center gap-2 w-full">
|
|
228
228
|
<ServerIcon className="h-5 w-5 text-pink-500" />
|
|
229
|
-
<h3 className="text-lg font-semibold text-gray-900 truncate group-hover:underline transition-colors duration-200">
|
|
229
|
+
<h3 className="text-lg font-semibold text-gray-900 truncate group-hover:underline transition-colors duration-200 w-full max-w-[90%]">
|
|
230
230
|
{service.data.name || service.data.id} (v{service.data.version})
|
|
231
231
|
</h3>
|
|
232
232
|
</div>
|
|
@@ -257,7 +257,7 @@ export default function ServiceGrid({ services, embeded }: ServiceGridProps) {
|
|
|
257
257
|
<div className="bg-white border-r border-gray-200 px-2 py-1.5 rounded-l-md">
|
|
258
258
|
<Icon className={`h-3 w-3 text-${color}-500`} />
|
|
259
259
|
</div>
|
|
260
|
-
<span className="px-1 py-1">{message.data.name}</span>
|
|
260
|
+
<span className="px-1 py-1 truncate max-w-[140px]">{message.data.name}</span>
|
|
261
261
|
</a>
|
|
262
262
|
);
|
|
263
263
|
})}
|
|
@@ -277,7 +277,7 @@ export default function ServiceGrid({ services, embeded }: ServiceGridProps) {
|
|
|
277
277
|
</div>
|
|
278
278
|
</div>
|
|
279
279
|
|
|
280
|
-
<div className="flex items-center gap-2">
|
|
280
|
+
<div className="flex items-center gap-2 max-w-[200px]">
|
|
281
281
|
<div className="w-4 h-[2px] bg-blue-200"></div>
|
|
282
282
|
<div className="bg-white border-2 border-pink-100 rounded-lg p-4 shadow-sm">
|
|
283
283
|
<div className="flex flex-col items-center gap-3">
|
|
@@ -308,7 +308,7 @@ export default function ServiceGrid({ services, embeded }: ServiceGridProps) {
|
|
|
308
308
|
<div className="bg-white border-r border-gray-200 px-2 py-1.5 rounded-l-md">
|
|
309
309
|
<Icon className={`h-3 w-3 text-${color}-500`} />
|
|
310
310
|
</div>
|
|
311
|
-
<span className="px-1 py-1">{message.data.name}</span>
|
|
311
|
+
<span className="px-1 py-1 truncate max-w-[140px]">{message.data.name}</span>
|
|
312
312
|
</a>
|
|
313
313
|
);
|
|
314
314
|
})}
|