From 58792e837f4680e89b2b715cace97f7feeda0632 Mon Sep 17 00:00:00 2001 From: Beatriz Mendes Date: Wed, 13 Oct 2021 16:16:45 +0200 Subject: [PATCH] feat(plugins): expose Overlay component Related to camunda/cloud-connect-modeler-plugin/issues/48 --- client/src/remote/Plugins.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/client/src/remote/Plugins.js b/client/src/remote/Plugins.js index 6bc8c0f49a..90c4027bdd 100644 --- a/client/src/remote/Plugins.js +++ b/client/src/remote/Plugins.js @@ -11,7 +11,8 @@ import { filter } from 'min-dash'; import { - Modal + Modal, + Overlay } from '../shared/ui'; import { Fill } from '../app/slot-fill'; @@ -53,7 +54,8 @@ export default class Plugins { global.components = { Fill, - Modal + Modal, + Overlay }; global.getModelerDirectory = () => {