@eventcatalog/visualiser 3.18.3 → 3.18.4
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/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/styles-core.css +24 -0
- package/dist/styles.css +24 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -8345,7 +8345,7 @@ var NodeContextMenu_default = (0, import_react74.memo)(function NodeContextMenu(
|
|
|
8345
8345
|
ContextMenu5.Item,
|
|
8346
8346
|
{
|
|
8347
8347
|
asChild: true,
|
|
8348
|
-
className: "text-sm px-2 py-1.5 outline-none cursor-pointer hover:bg-orange-100 rounded-sm flex items-center",
|
|
8348
|
+
className: "text-sm px-2 py-1.5 outline-none cursor-pointer hover:bg-orange-100 rounded-sm flex items-center text-gray-900 hover:text-gray-900 visited:text-gray-900 no-underline hover:no-underline visited:no-underline",
|
|
8349
8349
|
children: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
8350
8350
|
"a",
|
|
8351
8351
|
{
|