@eventcatalog/core 3.35.1 → 3.36.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.
Files changed (87) hide show
  1. package/dist/analytics/analytics.cjs +1 -1
  2. package/dist/analytics/analytics.js +2 -2
  3. package/dist/analytics/log-build.cjs +1 -1
  4. package/dist/analytics/log-build.js +3 -3
  5. package/dist/{chunk-4SNN54V4.js → chunk-6D65JSOA.js} +1 -1
  6. package/dist/{chunk-B7C4DHFE.js → chunk-C7JCOHTI.js} +1 -1
  7. package/dist/chunk-D6IBLY3O.js +320 -0
  8. package/dist/{chunk-R4DR3YAH.js → chunk-HDENGAZL.js} +1 -1
  9. package/dist/{chunk-JEQZWJWP.js → chunk-UJ7DX4SA.js} +3 -3
  10. package/dist/{chunk-3KXCGYET.js → chunk-ULZYHF3V.js} +5 -0
  11. package/dist/{chunk-VJ357XOI.js → chunk-V22QY5Q3.js} +1 -1
  12. package/dist/constants.cjs +1 -1
  13. package/dist/constants.js +1 -1
  14. package/dist/docs/api/02-config.md +22 -0
  15. package/dist/docs/api/_category_.json +1 -1
  16. package/dist/docs/contributing/_category_.json +1 -1
  17. package/dist/docs/development/_category_.json +1 -1
  18. package/dist/docs/development/ask-your-architecture/02-eventcatalog-assistant/_category_.json +1 -1
  19. package/dist/docs/development/ask-your-architecture/03-mcp-server/_category_.json +1 -1
  20. package/dist/docs/development/ask-your-architecture/04-skills/_category_.json +1 -1
  21. package/dist/docs/development/authentication/providers/_category_.json +1 -1
  22. package/dist/docs/development/bring-your-own-documentation/custom-pages/_category_.json +1 -1
  23. package/dist/docs/development/customization/01-customize-landing-page.md +1 -1
  24. package/dist/docs/development/customization/03-search.md +79 -0
  25. package/dist/docs/development/customization/custom-components/_category_.json +1 -1
  26. package/dist/docs/development/customization/customize-sidebars/_category_.json +1 -1
  27. package/dist/docs/development/customization/customize-visualizer/_category_.json +1 -1
  28. package/dist/docs/development/design/_category_.json +1 -1
  29. package/dist/docs/development/guides/changelogs/_category_.json +1 -1
  30. package/dist/docs/development/guides/channels/_category_.json +1 -1
  31. package/dist/docs/development/guides/channels/ownership-and-components/_category_.json +1 -1
  32. package/dist/docs/development/guides/channels/versioning-and-lifecycle/_category_.json +1 -1
  33. package/dist/docs/development/guides/data/_category_.json +1 -1
  34. package/dist/docs/development/guides/data/ownership-and-components/_category_.json +1 -1
  35. package/dist/docs/development/guides/data-products/_category_.json +1 -1
  36. package/dist/docs/development/guides/domains/02-creating-domains/_category_.json +1 -1
  37. package/dist/docs/development/guides/domains/03-ownership-and-language/_category_.json +1 -1
  38. package/dist/docs/development/guides/domains/05-entities/_category_.json +1 -1
  39. package/dist/docs/development/guides/domains/_category_.json +1 -1
  40. package/dist/docs/development/guides/flows/_category_.json +1 -1
  41. package/dist/docs/development/guides/messages/_category_.json +1 -1
  42. package/dist/docs/development/guides/messages/commands/_category_.json +1 -1
  43. package/dist/docs/development/guides/messages/common/_category_.json +1 -1
  44. package/dist/docs/development/guides/messages/events/_category_.json +1 -1
  45. package/dist/docs/development/guides/messages/queries/_category_.json +1 -1
  46. package/dist/docs/development/guides/owners/_category_.json +1 -1
  47. package/dist/docs/development/guides/owners/teams/_category_.json +1 -1
  48. package/dist/docs/development/guides/owners/users/_category_.json +1 -1
  49. package/dist/docs/development/guides/schemas/_category_.json +1 -1
  50. package/dist/docs/development/guides/services/_category_.json +1 -1
  51. package/dist/docs/development/guides/services/adding-to-services/_category_.json +1 -1
  52. package/dist/docs/development/guides/services/ownership-and-components/_category_.json +1 -1
  53. package/dist/docs/development/guides/services/versioning-and-lifecycle/_category_.json +1 -1
  54. package/dist/docs/plugins/_category_.json +1 -1
  55. package/dist/docs/plugins/amazon-apigateway/_category_.json +1 -1
  56. package/dist/docs/plugins/asyncapi/_category_.json +1 -1
  57. package/dist/docs/plugins/aws-glue-registry/_category_.json +1 -1
  58. package/dist/docs/plugins/backstage/_category_.json +1 -1
  59. package/dist/docs/plugins/confluent-schema-registry/_category_.json +1 -1
  60. package/dist/docs/plugins/eventbridge/_category_.json +1 -1
  61. package/dist/docs/plugins/eventcatalog-federation/_category_.json +1 -1
  62. package/dist/docs/plugins/github/_category_.json +1 -1
  63. package/dist/docs/plugins/graphql/_category_.json +1 -1
  64. package/dist/docs/plugins/hookdeck/_category_.json +1 -1
  65. package/dist/docs/plugins/openapi/_category_.json +1 -1
  66. package/dist/eventcatalog.cjs +434 -35
  67. package/dist/eventcatalog.config.d.cts +8 -0
  68. package/dist/eventcatalog.config.d.ts +8 -0
  69. package/dist/eventcatalog.js +87 -10
  70. package/dist/features.cjs +6 -0
  71. package/dist/features.d.cts +2 -1
  72. package/dist/features.d.ts +2 -1
  73. package/dist/features.js +3 -1
  74. package/dist/generate.cjs +1 -1
  75. package/dist/generate.js +3 -3
  76. package/dist/search-indexer.cjs +356 -0
  77. package/dist/search-indexer.d.cts +30 -0
  78. package/dist/search-indexer.d.ts +30 -0
  79. package/dist/search-indexer.js +10 -0
  80. package/dist/utils/cli-logger.cjs +1 -1
  81. package/dist/utils/cli-logger.js +2 -2
  82. package/eventcatalog/astro.config.mjs +28 -32
  83. package/eventcatalog/src/components/Search/SearchModal.tsx +248 -148
  84. package/eventcatalog/src/components/Search/search-utils.spec.ts +138 -1
  85. package/eventcatalog/src/components/Search/search-utils.ts +271 -0
  86. package/eventcatalog/src/env.d.ts +1 -0
  87. package/package.json +3 -2
@@ -8,4 +8,4 @@
8
8
  "slug": "/channels/ownership-and-components",
9
9
  "description": "A collection of guides to help you understand entities and how they work with EventCatalog."
10
10
  }
11
- }
11
+ }
@@ -8,4 +8,4 @@
8
8
  "slug": "/channels/versioning-and-lifecycle",
9
9
  "description": "A collection of guides to help you understand entities and how they work with EventCatalog."
10
10
  }
11
- }
11
+ }
@@ -8,4 +8,4 @@
8
8
  "slug": "/data",
9
9
  "description": "A collection of guides to help you understand data resources and how they work with EventCatalog."
10
10
  }
11
- }
11
+ }
@@ -8,4 +8,4 @@
8
8
  "slug": "/data/ownership-and-components",
9
9
  "description": "A collection of guides to help you understand entities and how they work with EventCatalog."
10
10
  }
11
- }
11
+ }
@@ -8,4 +8,4 @@
8
8
  "slug": "/data-products",
9
9
  "description": "A collection of guides to help you understand data products and how they work with EventCatalog."
10
10
  }
11
- }
11
+ }
@@ -8,4 +8,4 @@
8
8
  "slug": "/",
9
9
  "description": "A collection of guides to help you understand domains and how they work with EventCatalog."
10
10
  }
11
- }
11
+ }
@@ -7,4 +7,4 @@
7
7
  "type": "generated-index",
8
8
  "slug": "/ownership-and-language"
9
9
  }
10
- }
10
+ }
@@ -8,4 +8,4 @@
8
8
  "slug": "/domains/entities",
9
9
  "description": "A collection of guides to help you understand entities and how they work with EventCatalog."
10
10
  }
11
- }
11
+ }
@@ -8,4 +8,4 @@
8
8
  "slug": "/domains",
9
9
  "description": "A collection of guides to help you understand domains and how they work with EventCatalog."
10
10
  }
11
- }
11
+ }
@@ -8,4 +8,4 @@
8
8
  "slug": "/flows",
9
9
  "description": "A collection of guides to help you understand flows and how they work with EventCatalog."
10
10
  }
11
- }
11
+ }
@@ -8,4 +8,4 @@
8
8
  "slug": "/messages",
9
9
  "description": "A collection of guides to help you understand commands and how they work with EventCatalog."
10
10
  }
11
- }
11
+ }
@@ -8,4 +8,4 @@
8
8
  "slug": "/commands",
9
9
  "description": "A collection of guides to help you understand commands and how they work with EventCatalog."
10
10
  }
11
- }
11
+ }
@@ -8,4 +8,4 @@
8
8
  "slug": "/messages/common",
9
9
  "description": "A collection of guides to help you understand queries and how they work with EventCatalog."
10
10
  }
11
- }
11
+ }
@@ -8,4 +8,4 @@
8
8
  "slug": "/events",
9
9
  "description": "A collection of guides to help you understand events and how they work with EventCatalog."
10
10
  }
11
- }
11
+ }
@@ -8,4 +8,4 @@
8
8
  "slug": "/queries",
9
9
  "description": "A collection of guides to help you understand queries and how they work with EventCatalog."
10
10
  }
11
- }
11
+ }
@@ -8,4 +8,4 @@
8
8
  "slug": "/owners",
9
9
  "description": "A collection of guides to help you understand owners and how they work with EventCatalog."
10
10
  }
11
- }
11
+ }
@@ -8,4 +8,4 @@
8
8
  "slug": "/teams",
9
9
  "description": "A collection of guides to help you understand teams and how they work with EventCatalog."
10
10
  }
11
- }
11
+ }
@@ -8,4 +8,4 @@
8
8
  "slug": "/users",
9
9
  "description": "A collection of guides to help you understand users and how they work with EventCatalog."
10
10
  }
11
- }
11
+ }
@@ -8,4 +8,4 @@
8
8
  "slug": "/schemas",
9
9
  "description": "A collection of guides to help you understand schemas and how they work with EventCatalog."
10
10
  }
11
- }
11
+ }
@@ -8,4 +8,4 @@
8
8
  "slug": "/services",
9
9
  "description": "A collection of guides to help you understand services and how they work with EventCatalog."
10
10
  }
11
- }
11
+ }
@@ -7,4 +7,4 @@
7
7
  "type": "generated-index",
8
8
  "slug": "/adding-to-services"
9
9
  }
10
- }
10
+ }
@@ -8,4 +8,4 @@
8
8
  "slug": "/ownership-and-components",
9
9
  "description": "A collection of guides to help you understand entities and how they work with EventCatalog."
10
10
  }
11
- }
11
+ }
@@ -8,4 +8,4 @@
8
8
  "slug": "/versioning-and-lifecycle",
9
9
  "description": "A collection of guides to help you understand entities and how they work with EventCatalog."
10
10
  }
11
- }
11
+ }
@@ -9,4 +9,4 @@
9
9
  "title": "Integrations",
10
10
  "description": "Integrations with EventCatalog"
11
11
  }
12
- }
12
+ }
@@ -8,4 +8,4 @@
8
8
  "title": "Amazon API Gateway",
9
9
  "description": "Amazon API Gateway integration documentation for EventCatalog"
10
10
  }
11
- }
11
+ }
@@ -9,4 +9,4 @@
9
9
  "title": "AsyncAPI",
10
10
  "description": "AsyncAPI integration documentation for EventCatalog"
11
11
  }
12
- }
12
+ }
@@ -8,4 +8,4 @@
8
8
  "title": "AWS Glue Schema Registry",
9
9
  "description": "AWS Glue Schema Registry integration documentation for EventCatalog"
10
10
  }
11
- }
11
+ }
@@ -8,4 +8,4 @@
8
8
  "title": "Backstage",
9
9
  "description": "Backstage integration with EventCatalog"
10
10
  }
11
- }
11
+ }
@@ -9,4 +9,4 @@
9
9
  "title": "Confluent Schema Registry",
10
10
  "description": "Confluent Schema Registry integration for EventCatalog"
11
11
  }
12
- }
12
+ }
@@ -8,4 +8,4 @@
8
8
  "title": "Amazon EventBridge",
9
9
  "description": "Amazon EventBridge integration documentation for EventCatalog"
10
10
  }
11
- }
11
+ }
@@ -8,4 +8,4 @@
8
8
  "slug": "/eventcatalog-federation",
9
9
  "description": "Merge multiple EventCatalog instances into a single catalog."
10
10
  }
11
- }
11
+ }
@@ -9,4 +9,4 @@
9
9
  "title": "GitHub",
10
10
  "description": "GitHub integration for EventCatalog"
11
11
  }
12
- }
12
+ }
@@ -9,4 +9,4 @@
9
9
  "title": "GraphQL",
10
10
  "description": "GraphQL integration documentation for EventCatalog"
11
11
  }
12
- }
12
+ }
@@ -8,4 +8,4 @@
8
8
  "title": "Hookdeck",
9
9
  "description": "Hookdeck integration with EventCatalog"
10
10
  }
11
- }
11
+ }
@@ -9,4 +9,4 @@
9
9
  "title": "OpenAPI",
10
10
  "description": "OpenAPI integration documentation for EventCatalog"
11
11
  }
12
- }
12
+ }