@camunda/play 1.0.1-rc.0 → 1.0.2-rc.0

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 (2) hide show
  1. package/build/play.js +25 -25
  2. package/package.json +1 -1
package/build/play.js CHANGED
@@ -26939,6 +26939,7 @@ function uB(r) {
26939
26939
  const wB = j.div`
26940
26940
  width: 100%;
26941
26941
  height: 100%;
26942
+ position: absolute;
26942
26943
  top: 0;
26943
26944
  bottom: 0;
26944
26945
  background-color: rgba(22, 22, 22, 0.5);
@@ -37168,30 +37169,6 @@ const aoe = ({
37168
37169
  }, 250);
37169
37170
  });
37170
37171
  }
37171
- if (_e && K)
37172
- return /* @__PURE__ */ d.jsx(
37173
- G0e,
37174
- {
37175
- xml: r,
37176
- isDiagramLoaded: I,
37177
- connectorInfo: D,
37178
- onClusterReady: ({ endpoint: J, filesStatus: v, playId: p }) => {
37179
- L(J), ve(v), Be(p), Ee(!0);
37180
- },
37181
- close: () => F(!1),
37182
- switchToImplementMode: e,
37183
- onDeploymentError: n,
37184
- projectId: i,
37185
- elementRegistry: H,
37186
- setExecutionPlatformVersion: a,
37187
- diagramId: l,
37188
- processId: t,
37189
- fetchFilesByDecisionId: V,
37190
- fetchFilesByProcessId: m,
37191
- fetchFileById: z,
37192
- convertLinkedFormsToEmbeddedForms: C
37193
- }
37194
- );
37195
37172
  const X = {
37196
37173
  startInstance: async (J = "{}") => {
37197
37174
  const v = await fe.startInstance({
@@ -37304,7 +37281,30 @@ const aoe = ({
37304
37281
  }
37305
37282
  ),
37306
37283
  /* @__PURE__ */ d.jsx(Qie, { xml: r }),
37307
- /* @__PURE__ */ d.jsx(
37284
+ _e && K && /* @__PURE__ */ d.jsx(
37285
+ G0e,
37286
+ {
37287
+ xml: r,
37288
+ isDiagramLoaded: I,
37289
+ connectorInfo: D,
37290
+ onClusterReady: ({ endpoint: J, filesStatus: v, playId: p }) => {
37291
+ L(J), ve(v), Be(p), Ee(!0);
37292
+ },
37293
+ close: () => F(!1),
37294
+ switchToImplementMode: e,
37295
+ onDeploymentError: n,
37296
+ projectId: i,
37297
+ elementRegistry: H,
37298
+ setExecutionPlatformVersion: a,
37299
+ diagramId: l,
37300
+ processId: t,
37301
+ fetchFilesByDecisionId: V,
37302
+ fetchFilesByProcessId: m,
37303
+ fetchFileById: z,
37304
+ convertLinkedFormsToEmbeddedForms: C
37305
+ }
37306
+ ),
37307
+ !_e && /* @__PURE__ */ d.jsx(
37308
37308
  y0e,
37309
37309
  {
37310
37310
  filesStatus: $,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camunda/play",
3
- "version": "1.0.1-rc.0",
3
+ "version": "1.0.2-rc.0",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "start": "vite",